Skip to content

Commit

Permalink
Merge pull request #28 from frontegg/FR-15124-fix-social-login
Browse files Browse the repository at this point in the history
FR-15124 - upgrade ios sdk for social login fix
  • Loading branch information
frontegg-david authored May 6, 2024
2 parents 0a64215 + 650f821 commit 166457e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions FronteggRN.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ Pod::Spec.new do |s|
# See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.
if respond_to?(:install_modules_dependencies, true)
install_modules_dependencies(s)
s.dependency "FronteggSwift", "1.2.10"
s.dependency "FronteggSwift", "1.2.11"
else
s.dependency "React-Core"
s.dependency "FronteggSwift", "1.2.10"
s.dependency "FronteggSwift", "1.2.11"

# Don't install the dependencies when we run `pod install` in the old architecture.
if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then
Expand Down
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ PODS:
- React-jsi (= 0.72.1)
- ReactCommon/turbomodule/core (= 0.72.1)
- fmt (6.2.1)
- FronteggRN (1.2.1):
- FronteggSwift (= 1.2.10)
- FronteggRN (1.2.2):
- FronteggSwift (= 1.2.11)
- RCT-Folly (= 2021.07.22.00)
- React-Core
- FronteggSwift (1.2.10)
- FronteggSwift (1.2.11)
- glog (0.3.5)
- hermes-engine (0.72.1):
- hermes-engine/Pre-built (= 0.72.1)
Expand Down Expand Up @@ -583,8 +583,8 @@ SPEC CHECKSUMS:
FBLazyVector: 55cd4593d570bd9e5e227488d637ce6a9581ce51
FBReactNativeSpec: 799b0e1a1561699cd0e424e24fe5624da38402f0
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
FronteggRN: 44c8be60550ead4ac7b63c76eaca7a5ccd8f2a9d
FronteggSwift: de01dfbe8619108a12c1c822ab0e0a86994345c3
FronteggRN: 459d4230a51c5f4d933bd78ba8cf389c34087158
FronteggSwift: 62219f02bc71da4b85371a92feee251a640e34a5
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
hermes-engine: 9df83855a0fd15ef8eb61694652bae636b0c466e
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
Expand Down

0 comments on commit 166457e

Please sign in to comment.