tracker: update ios pkg ver

This commit is contained in:
nick-delirium 2024-12-23 10:49:08 +01:00
parent 31ba4176aa
commit 0658e3b3d9
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0
2 changed files with 5 additions and 5 deletions

View file

@ -9,14 +9,14 @@ PODS:
- hermes-engine (0.74.0): - hermes-engine (0.74.0):
- hermes-engine/Pre-built (= 0.74.0) - hermes-engine/Pre-built (= 0.74.0)
- hermes-engine/Pre-built (0.74.0) - hermes-engine/Pre-built (0.74.0)
- Openreplay (1.0.14): - Openreplay (1.0.15):
- DeviceKit - DeviceKit
- SWCompression - SWCompression
- openreplay-react-native (0.6.6): - openreplay-react-native (0.6.6):
- DoubleConversion - DoubleConversion
- glog - glog
- hermes-engine - hermes-engine
- Openreplay (= 1.0.14) - Openreplay (= 1.0.15)
- RCT-Folly (= 2024.01.01.00) - RCT-Folly (= 2024.01.01.00)
- RCTRequired - RCTRequired
- RCTTypeSafety - RCTTypeSafety

View file

@ -19,11 +19,11 @@ Pod::Spec.new do |s|
# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0. # Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
# See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79. # See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.
if respond_to?(:install_modules_dependencies, true) if respond_to?(:install_modules_dependencies, true)
s.dependency "Openreplay", '1.0.14' s.dependency "Openreplay", '1.0.15'
install_modules_dependencies(s) install_modules_dependencies(s)
else else
s.dependency "React-Core" s.dependency "React-Core"
s.dependency "Openreplay", '1.0.14' s.dependency "Openreplay", '1.0.15'
# Don't install the dependencies when we run `pod install` in the old architecture. # Don't install the dependencies when we run `pod install` in the old architecture.
if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then
@ -38,7 +38,7 @@ Pod::Spec.new do |s|
s.dependency "RCTRequired" s.dependency "RCTRequired"
s.dependency "RCTTypeSafety" s.dependency "RCTTypeSafety"
s.dependency "ReactCommon/turbomodule/core" s.dependency "ReactCommon/turbomodule/core"
s.dependency "Openreplay", '1.0.14' s.dependency "Openreplay", '1.0.15'
end end
end end
end end