Skip to content

1.5.0

Latest

Choose a tag to compare

@lupidan lupidan released this 08 Jun 19:24
· 1 commit to master since this release
1a2622d

CHANGELOG

Breaking ⚠️⚠️⚠️

  • GitHub import URL updated. The package must now be imported using a ?path=Source URL suffix, and tags no longer include a v prefix. This is a breaking change for users importing directly from GitHub.

Previous GitHub import (before 1.5.0):

"dependencies": {
    "com.lupidan.apple-signin-unity": "https://github.com/lupidan/apple-signin-unity.git#v1.4.4"
}

Updated GitHub import (starting from 1.5.0):

"dependencies": {
    "com.lupidan.apple-signin-unity": "https://github.com/lupidan/apple-signin-unity.git?path=Source#1.5.0"
}

Changed

  • Fixed issue with native files not being included in visionOS builds.
  • Fixed issue with header files not being included in tvOS builds.
  • Reworked package structure and folders to more closely follow Unity's package layout guidelines.
  • Updated macOS helper method in AppleAuthMacosPostprocessorHelper.FixManagerBundleIdentifier to better locate the .app or .xcodeproj bundle.

Removed

  • Removed unnecessary .meta files inside the MacOSAppleAuthManager.bundle to avoid unintended asset import or warnings in Unity.