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.71`.
- On **iOS**, the plugin depends on `FronteggSwift` with a version constraint `>= 1.2.72`.

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.71'
pod 'FronteggSwift', '~> 1.2.72'

flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))

Expand Down
4 changes: 3 additions & 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.71'
pod 'FronteggSwift', '1.2.72'

flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))

Expand All @@ -45,3 +45,5 @@ post_install do |installer|
flutter_additional_ios_build_settings(target)
end
end


4 changes: 3 additions & 1 deletion ios/frontegg_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ A new Flutter plugin project.
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'FronteggSwift', '1.2.71'
s.dependency 'FronteggSwift', '1.2.72'
s.platform = :ios, '14.0'

# Flutter.framework does not contain a i386 slice.
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
s.swift_version = '5.5'
end


Loading