From b40c0dd6f3b70cba6ea46d2e64853e7c53556b26 Mon Sep 17 00:00:00 2001 From: nikitafedorishchev Date: Fri, 28 Nov 2025 14:27:23 +0100 Subject: [PATCH] Updated Swift-SDK version --- FronteggRN.podspec | 4 ++-- example/ios/Podfile | 3 +++ example/ios/Podfile.lock | 21 +++++++++++---------- 3 files changed, 16 insertions(+), 12 deletions(-) diff --git a/FronteggRN.podspec b/FronteggRN.podspec index 48ecbbc..b819e09 100644 --- a/FronteggRN.podspec +++ b/FronteggRN.podspec @@ -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.34" + s.dependency "FronteggSwift", "1.2.55" else s.dependency "React-Core" - s.dependency "FronteggSwift", "1.2.34" + s.dependency "FronteggSwift", "1.2.55" # Don't install the dependencies when we run `pod install` in the old architecture. if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then diff --git a/example/ios/Podfile b/example/ios/Podfile index 5948679..0502847 100644 --- a/example/ios/Podfile +++ b/example/ios/Podfile @@ -1,3 +1,6 @@ +source 'https://github.com/CocoaPods/Specs.git' +source 'https://cdn.cocoapods.org/' + # Resolve react_native_pods.rb with node to allow for hoisting require Pod::Executable.execute_command('node', ['-p', 'require.resolve( diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index e87a27c..5b6e51e 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -10,11 +10,11 @@ PODS: - React-jsi (= 0.72.1) - ReactCommon/turbomodule/core (= 0.72.1) - fmt (6.2.1) - - FronteggRN (1.2.13): - - FronteggSwift (= 1.2.34) + - FronteggRN (1.2.14): + - FronteggSwift (= 1.2.55) - RCT-Folly (= 2021.07.22.00) - React-Core - - FronteggSwift (1.2.34) + - FronteggSwift (1.2.55) - glog (0.3.5) - hermes-engine (0.72.1): - hermes-engine/Pre-built (= 0.72.1) @@ -485,11 +485,12 @@ DEPENDENCIES: - Yoga (from `../node_modules/react-native/ReactCommon/yoga`) SPEC REPOS: - trunk: + https://github.com/CocoaPods/Specs.git: - fmt - FronteggSwift - - libevent - SocketRocket + trunk: + - libevent EXTERNAL SOURCES: boost: @@ -579,13 +580,13 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/ReactCommon/yoga" SPEC CHECKSUMS: - boost: 57d2868c099736d80fcd648bf211b4431e51a558 + boost: 7dcd2de282d72e344012f7d6564d024930a6a440 DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54 FBLazyVector: 55cd4593d570bd9e5e227488d637ce6a9581ce51 FBReactNativeSpec: 799b0e1a1561699cd0e424e24fe5624da38402f0 fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9 - FronteggRN: 5b77d04cc146acee4f7ca025c83db91db0277719 - FronteggSwift: 6c5483852a91adecbfed1bd54f26436a6dfd5d26 + FronteggRN: e3b0d75d93b1398e45c71dacb3ae57b7555c3422 + FronteggSwift: cbb07fb21da5af72445452c50e6ed03c7dd616ce glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b hermes-engine: 9df83855a0fd15ef8eb61694652bae636b0c466e libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913 @@ -626,6 +627,6 @@ SPEC CHECKSUMS: SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17 Yoga: 65286bb6a07edce5e4fe8c90774da977ae8fc009 -PODFILE CHECKSUM: 010992354d93ba29cfe4cff5fab47f9b2920a2da +PODFILE CHECKSUM: ab1dc1f5be2e05f7992f7e7882670d8a9f948aea -COCOAPODS: 1.16.2 +COCOAPODS: 1.14.3