From 6cfeec1821ce351df4ec02f90f323c1cd0c9c878 Mon Sep 17 00:00:00 2001 From: Fernando Martin Garcia Del Angel Date: Mon, 15 Apr 2024 13:30:22 -0600 Subject: [PATCH 1/2] iOS - Bump Auth0 dependency version - Bumped Auth0 Dependency to include Privacy Manifests --- auth0_flutter/ios/auth0_flutter.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth0_flutter/ios/auth0_flutter.podspec b/auth0_flutter/ios/auth0_flutter.podspec index fa36879d..d16e982c 100644 --- a/auth0_flutter/ios/auth0_flutter.podspec +++ b/auth0_flutter/ios/auth0_flutter.podspec @@ -19,7 +19,7 @@ Pod::Spec.new do |s| s.osx.deployment_target = '11.0' s.osx.dependency 'FlutterMacOS' - s.dependency 'Auth0', '2.6.0' + s.dependency 'Auth0', '2.7.0' s.dependency 'JWTDecode', '3.1.0' s.dependency 'SimpleKeychain', '1.1.0' From 605227a356f68276225ff27ee818d805a5ffe68e Mon Sep 17 00:00:00 2001 From: Fernando Martin Garcia Del Angel Date: Tue, 16 Apr 2024 12:47:33 -0600 Subject: [PATCH 2/2] iOS - Bump Auth0 dependency version - Bumped this version for macOS and Darwin as well --- auth0_flutter/darwin/auth0_flutter.podspec | 2 +- auth0_flutter/macos/auth0_flutter.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/auth0_flutter/darwin/auth0_flutter.podspec b/auth0_flutter/darwin/auth0_flutter.podspec index fa36879d..d16e982c 100644 --- a/auth0_flutter/darwin/auth0_flutter.podspec +++ b/auth0_flutter/darwin/auth0_flutter.podspec @@ -19,7 +19,7 @@ Pod::Spec.new do |s| s.osx.deployment_target = '11.0' s.osx.dependency 'FlutterMacOS' - s.dependency 'Auth0', '2.6.0' + s.dependency 'Auth0', '2.7.0' s.dependency 'JWTDecode', '3.1.0' s.dependency 'SimpleKeychain', '1.1.0' diff --git a/auth0_flutter/macos/auth0_flutter.podspec b/auth0_flutter/macos/auth0_flutter.podspec index fa36879d..d16e982c 100644 --- a/auth0_flutter/macos/auth0_flutter.podspec +++ b/auth0_flutter/macos/auth0_flutter.podspec @@ -19,7 +19,7 @@ Pod::Spec.new do |s| s.osx.deployment_target = '11.0' s.osx.dependency 'FlutterMacOS' - s.dependency 'Auth0', '2.6.0' + s.dependency 'Auth0', '2.7.0' s.dependency 'JWTDecode', '3.1.0' s.dependency 'SimpleKeychain', '1.1.0'