From e38515023e3f2da979e9551a97b73a72673946d6 Mon Sep 17 00:00:00 2001 From: Noemi0602 Date: Fri, 1 Aug 2025 11:22:09 -0600 Subject: [PATCH] Revert "Prepare for 2.0.0 release. (#921)" This reverts commit 145104f5ea9d58ae21b60add007c33c1cc0c948e. --- AppAuth.podspec | 2 +- CHANGELOG.md | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/AppAuth.podspec b/AppAuth.podspec index 17af8b6ce..7ad140d0b 100644 --- a/AppAuth.podspec +++ b/AppAuth.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "AppAuth" - s.version = "2.0.0" + s.version = "1.7.6" s.summary = "AppAuth for iOS and macOS is a client SDK for communicating with OAuth 2.0 and OpenID Connect providers." s.description = <<-DESC diff --git a/CHANGELOG.md b/CHANGELOG.md index d86a0f705..13beb5467 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,3 @@ -# 2.0.0 -- Raise minimum supported iOS version to iOS 12. ([#918](https://github.com/openid/AppAuth-iOS/pull/918)) -- Remove deprecated `[UIApplication openURL:]` method to compile with Xcode 16. ([#911](https://github.com/openid/AppAuth-iOS/pull/911)) - # 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))