Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion embedded/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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__))

Expand Down
2 changes: 1 addition & 1 deletion hosted/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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__))

Expand Down
14 changes: 7 additions & 7 deletions hosted/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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`)
Expand Down Expand Up @@ -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
2 changes: 2 additions & 0 deletions hosted/ios/Runner/RunnerDebug.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<array>
<string>webcredentials:davidantoon.me</string>
<string>applinks:davidantoon.me</string>
<string>applinks:autheu.davidantoon.me</string>
<string>webcredentials:autheu.davidantoon.me</string>
</array>
</dict>
</plist>
2 changes: 1 addition & 1 deletion hosted/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ios/frontegg_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading