You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Changelog
2
2
3
+
## [1.4.3] - 2023-09-30
4
+
### Changed
5
+
- Updates `AddSignInWithAppleWithCompatibility` to support new public constructor for `PBXCapabilityType` introduced in Unity 2022.3.10
6
+
- Increases minimum target for the macOS bundle to 10.13
7
+
8
+
### Added
9
+
- Add `ToString` override to `AppleError`
10
+
3
11
## [1.4.2] - 2020-07-17
4
12
### Changed
5
13
- Handles empty `NSPersonNameComponents` sent by Apple when not requesting a name, to be `nil` natively.
@@ -101,7 +109,8 @@
101
109
- Added support to listen to Revoked Credentials notifications
102
110
- Solved possible crashes that could happen when trying to execute a callback in the Native Message Handler, if the callback was to throw an exception, the application would crash.
0 commit comments