diff --git a/docs/README.md b/docs/README.md index b961a17..fef4cb7 100644 --- a/docs/README.md +++ b/docs/README.md @@ -35,7 +35,7 @@ Sign up here → [https://portal.us.frontegg.com/signup](https://portal.us.front The Flutter SDK supports Frontegg's **per-tenant sessions** feature through the underlying native SDKs. - On **Android**, the plugin and example apps use `com.frontegg.sdk:android:1.3.13`. -- On **iOS**, the plugin depends on `FronteggSwift` with a version constraint `>= 1.2.70`. +- On **iOS**, the plugin depends on `FronteggSwift` with a version constraint `>= 1.2.71`. To enable and use per-tenant sessions: diff --git a/embedded/ios/Podfile b/embedded/ios/Podfile index 7a3df8e..87b4551 100644 --- a/embedded/ios/Podfile +++ b/embedded/ios/Podfile @@ -31,7 +31,7 @@ target 'Runner' do use_frameworks! use_modular_headers! - pod 'FronteggSwift', '~> 1.2.70' + pod 'FronteggSwift', '~> 1.2.71' flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__)) diff --git a/hosted/ios/Podfile b/hosted/ios/Podfile index 15b86a6..ae1715c 100644 --- a/hosted/ios/Podfile +++ b/hosted/ios/Podfile @@ -31,7 +31,7 @@ target 'Runner' do use_frameworks! use_modular_headers! - pod 'FronteggSwift', '1.2.70' + pod 'FronteggSwift', '1.2.71' flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__)) diff --git a/hosted/ios/Podfile.lock b/hosted/ios/Podfile.lock index cdd13f8..d5dd1b0 100644 --- a/hosted/ios/Podfile.lock +++ b/hosted/ios/Podfile.lock @@ -3,10 +3,10 @@ PODS: - Flutter (1.0.0) - fluttertoast (0.0.2): - Flutter - - frontegg_flutter (1.0.30): + - frontegg_flutter (1.0.31): - Flutter - - FronteggSwift (= 1.2.69) - - FronteggSwift (1.2.69): + - FronteggSwift (= 1.2.71) + - FronteggSwift (1.2.71): - Sentry (~> 8.46.0) - integration_test (0.0.1): - Flutter @@ -27,7 +27,7 @@ DEPENDENCIES: - Flutter (from `Flutter`) - fluttertoast (from `.symlinks/plugins/fluttertoast/ios`) - frontegg_flutter (from `.symlinks/plugins/frontegg_flutter/ios`) - - FronteggSwift (= 1.2.69) + - FronteggSwift (= 1.2.71) - integration_test (from `.symlinks/plugins/integration_test/ios`) - path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`) - patrol (from `.symlinks/plugins/patrol/darwin`) @@ -59,14 +59,14 @@ SPEC CHECKSUMS: CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99 Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467 fluttertoast: 21eecd6935e7064cc1fcb733a4c5a428f3f24f0f - frontegg_flutter: 9823737063f879f535fef1e332f5a72b4b884ef4 - FronteggSwift: c8d873f5b5fe61897100b6e5e15770964baf9fc2 + frontegg_flutter: 2999574ee34ff0bb28a2f20e4c8f4d2c36b12022 + FronteggSwift: 0379632eb74255a6b62b502deab4473961022652 integration_test: 252f60fa39af5e17c3aa9899d35d908a0721b573 path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46 patrol: cf2cd48c7f3e5171610111994f7b466cd76d1f57 Sentry: da60d980b197a46db0b35ea12cb8f39af48d8854 url_launcher_ios: 5334b05cef931de560670eeae103fd3e431ac3fe -PODFILE CHECKSUM: 925ee0fec6dd4f88479ef8a1470120aae498ec52 +PODFILE CHECKSUM: d8336d4c16becb764001256007576b6a70c2b01a COCOAPODS: 1.16.2 diff --git a/hosted/ios/Runner/RunnerDebug.entitlements b/hosted/ios/Runner/RunnerDebug.entitlements index b489ee8..151cab7 100644 --- a/hosted/ios/Runner/RunnerDebug.entitlements +++ b/hosted/ios/Runner/RunnerDebug.entitlements @@ -6,6 +6,8 @@ webcredentials:davidantoon.me applinks:davidantoon.me + applinks:autheu.davidantoon.me + webcredentials:autheu.davidantoon.me diff --git a/hosted/pubspec.lock b/hosted/pubspec.lock index b16014c..912a6f5 100644 --- a/hosted/pubspec.lock +++ b/hosted/pubspec.lock @@ -139,7 +139,7 @@ packages: path: ".." relative: true source: path - version: "1.0.30" + version: "1.0.31" fuchsia_remote_debug_protocol: dependency: transitive description: flutter diff --git a/ios/frontegg_flutter.podspec b/ios/frontegg_flutter.podspec index bfaf6ec..42922f7 100644 --- a/ios/frontegg_flutter.podspec +++ b/ios/frontegg_flutter.podspec @@ -15,7 +15,7 @@ A new Flutter plugin project. s.source = { :path => '.' } s.source_files = 'Classes/**/*' s.dependency 'Flutter' - s.dependency 'FronteggSwift', '1.2.70' + s.dependency 'FronteggSwift', '1.2.71' s.platform = :ios, '14.0' # Flutter.framework does not contain a i386 slice.