Skip to content

v1.4.0

Compare
Choose a tag to compare
@lupidan lupidan released this 18 Oct 13:27
· 86 commits to master since this release
17e3149

Added

  • Adds static class AppleAuthMacosPostprocessorHelper, so now there should always be an AppleAuth.Editor namespace independent of the current platform.
  • Adds static method to AppleAuthMacosPostprocessorHelper, FixManagerBundleIdentifier is a method to change the plugin's bundle identifier to a custom one based on the current project's application identifier. This should avoid CFBundleIdentifier collision errors when uploading to the MacOS App Store.
  • Adds enum value for LoginOptions to not request full name or email, LoginOptions.None.

Changed

  • Updates sample code Postprocessor script to support the new recommended post processing for macOS builds