We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce416b9 commit 2781038Copy full SHA for 2781038
AppAuth.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
3
s.name = "AppAuth"
4
- s.version = "1.7.5"
+ s.version = "1.7.6"
5
s.summary = "AppAuth for iOS and macOS is a client SDK for communicating with OAuth 2.0 and OpenID Connect providers."
6
7
s.description = <<-DESC
CHANGELOG.md
@@ -1,3 +1,7 @@
+# 1.7.6
+- Fix OIDExternalUserAgentIOSCustomBrowser on versions iOS 10+ ([#871](https://github.com/openid/AppAuth-iOS/pull/871))
+- Update runners in tests.yml to macos-13. ([#886](https://github.com/openid/AppAuth-iOS/pull/886))
+
# 1.7.5
- Use correct xcconfig syntax for podspec ([#851](https://github.com/openid/AppAuth-iOS/pull/851))
0 commit comments