tracker: update ios pkg ver
This commit is contained in:
parent
31ba4176aa
commit
0658e3b3d9
2 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue