Skip to content

Commit

Permalink
FR-19079 - Update iOS SDK to support saving web credentials after log…
Browse files Browse the repository at this point in the history
…in (#28)

* add ios native sdk

* update flutter example pod file
  • Loading branch information
frontegg-david authored Dec 26, 2024
1 parent d6988f8 commit d78738d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ PODS:
- Flutter (1.0.0)
- frontegg_flutter (1.0.3):
- Flutter
- FronteggSwift (~> 1.2.26)
- FronteggSwift (1.2.26)
- FronteggSwift (~> 1.2.27)
- FronteggSwift (1.2.27)
- integration_test (0.0.1):
- Flutter

Expand All @@ -26,10 +26,10 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
frontegg_flutter: 845fcc6280c941d99021f47cb22ce4bf39f029df
FronteggSwift: a92b852ed3721627dcbef0dfc985380c0fa4eb60
frontegg_flutter: 2883f9b901d56bd5eafa2070b1d50b9c1c23c5a5
FronteggSwift: 58affebc80858f4d2ce46071646c847af9a1b5cb
integration_test: 252f60fa39af5e17c3aa9899d35d908a0721b573

PODFILE CHECKSUM: 1959d098c91d8a792531a723c4a9d7e9f6a01e38

COCOAPODS: 1.15.2
COCOAPODS: 1.16.2
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.26'
s.dependency 'FronteggSwift', '~> 1.2.27'
s.platform = :ios, '14.0'

# Flutter.framework does not contain a i386 slice.
Expand Down

0 comments on commit d78738d

Please sign in to comment.