From 402609b672848facc9399021c572e143afacab0c Mon Sep 17 00:00:00 2001 From: Michael Bui <25263378+MaikuB@users.noreply.github.com> Date: Sat, 10 Aug 2024 11:11:31 +1000 Subject: [PATCH] bumped AppAuth iOS dependency to 1.7.5 --- flutter_appauth/CHANGELOG.md | 1 + flutter_appauth/macos/flutter_appauth.podspec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/flutter_appauth/CHANGELOG.md b/flutter_appauth/CHANGELOG.md index 4ec48d1..505c808 100644 --- a/flutter_appauth/CHANGELOG.md +++ b/flutter_appauth/CHANGELOG.md @@ -1,6 +1,7 @@ ## [7.0.0-dev.3] * **Breaking change** all methods have now been made to return non-nullable types +* [iOS][macOS] bumped AppAuth iOS dependency to 1.7.5 # 7.0.0-dev.2 diff --git a/flutter_appauth/macos/flutter_appauth.podspec b/flutter_appauth/macos/flutter_appauth.podspec index 195c206..1c189cd 100644 --- a/flutter_appauth/macos/flutter_appauth.podspec +++ b/flutter_appauth/macos/flutter_appauth.podspec @@ -15,7 +15,7 @@ A new flutter plugin project. s.source_files = 'Classes/**/*' s.public_header_files = 'Classes/**/*.h' s.dependency 'FlutterMacOS' - s.dependency 'AppAuth', '1.7.4' + s.dependency 'AppAuth', '1.7.5' s.platform = :osx, '10.12' s.osx.deployment_target = "10.12" end