File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22
33 s . name = "AppAuth"
4- s . version = "1.7.6 "
4+ s . version = "2.0.0 "
55 s . summary = "AppAuth for iOS and macOS is a client SDK for communicating with OAuth 2.0 and OpenID Connect providers."
66
77 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+
15# 1.7.6
26- Fix OIDExternalUserAgentIOSCustomBrowser on versions iOS 10+ ([ #871 ] ( https://github.com/openid/AppAuth-iOS/pull/871 ) )
37- 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