File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
3
3
s . name = "AppAuth"
4
- s . version = "1.7.6 "
4
+ s . version = "2.0.0 "
5
5
s . summary = "AppAuth for iOS and macOS is a client SDK for communicating with OAuth 2.0 and OpenID Connect providers."
6
6
7
7
s . description = <<-DESC
Original file line number Diff line number Diff line change
1
+ # 2.0.0
2
+ - Raise minimum supported iOS version to iOS 12. ([ #918 ] ( https://github.com/openid/AppAuth-iOS/pull/918 ) )
3
+ - Remove deprecated ` [UIApplication openURL:] ` method to compile with Xcode 16. ([ #911 ] ( https://github.com/openid/AppAuth-iOS/pull/911 ) )
4
+
1
5
# 1.7.6
2
6
- Fix OIDExternalUserAgentIOSCustomBrowser on versions iOS 10+ ([ #871 ] ( https://github.com/openid/AppAuth-iOS/pull/871 ) )
3
7
- Update runners in tests.yml to macos-13. ([ #886 ] ( https://github.com/openid/AppAuth-iOS/pull/886 ) )
You can’t perform that action at this time.
0 commit comments