Skip to content

Sign in with Apple Unity Plugin v1.2.0

Compare
Choose a tag to compare
@lupidan lupidan released this 17 May 15:55
· 93 commits to master since this release
dba7173

MIGRATION GUIDES

https://github.com/lupidan/apple-signin-unity/wiki/Migration-guides

Added

  • Updates native code to support macOS, including NSPersonNameComponents support.
  • Adds Xcode project MacOSAppleAuthManager/MacOSAppleAuthManager.xcodeproj to generate MacOSAppleAuthManager.bundle reusing existing iOS objective-c files. Bundle identifier is com.lupidan.MacOSAppleAuthManager. Minimum macOS version supported is 10.9.
  • Makes it so compiling the Xcode project automatically updates the MacOSAppleAuthManager.bundle inside AppleAuth/Native/macOS
  • Adds unsigned precompiled MacOSAppleAuthManager.bundle.
  • Adds LandscapeSampleScene.unity scene for a Landscape version to use on macOS builds.
  • Adds macOS_NOTES.md readme dedicated to macOS codesigning.
  • Adds details to install the plugin with OpenUPM in README.md

Changed

  • Fixes PostProcessing for Unity 2019.3
  • Renamed plugin´s extension method for ProjectCapabilityManager to avoid conflicts with the method added in Unity 2019.3. New method name is AddSignInWithAppleWithCompatibility.
  • Namespace AppleAuth.IOS.NativeMessages becomes AppleAuth.NativeMessages
  • Modified slightly implementation for Person name formatting
  • Modified native implementation of AppleAuthManager to support macOS