openvidu-react-native (ios): Updated podfile
This commit is contained in:
parent
0c2e261c51
commit
e8b6aef0e0
@ -12,38 +12,6 @@ target 'openvidu_react_native' do
|
||||
use_react_native!(:path => config["reactNativePath"])
|
||||
pod 'react-native-webrtc', :path => '../node_modules/react-native-webrtc'
|
||||
|
||||
# pod 'FBLazyVector', :path => "../node_modules/react-native/Libraries/FBLazyVector"
|
||||
# pod 'FBReactNativeSpec', :path => "../node_modules/react-native/Libraries/FBReactNativeSpec"
|
||||
# pod 'RCTTypeSafety', :path => "../node_modules/react-native/Libraries/TypeSafety"
|
||||
# pod 'RCTRequired', :path => "../node_modules/react-native/Libraries/RCTRequired"
|
||||
# pod 'React', :path => '../node_modules/react-native/'
|
||||
# pod 'React-CoreModules', :path => '../node_modules/react-native/React/CoreModules'
|
||||
# pod 'React-Core', :path => '../node_modules/react-native/'
|
||||
# pod 'React-Core/DevSupport', :path => '../node_modules/react-native/'
|
||||
# pod 'React-RCTActionSheet', :path => '../node_modules/react-native/Libraries/ActionSheetIOS'
|
||||
# pod 'React-RCTAnimation', :path => '../node_modules/react-native/Libraries/NativeAnimation'
|
||||
# pod 'React-RCTBlob', :path => '../node_modules/react-native/Libraries/Blob'
|
||||
# pod 'React-RCTImage', :path => '../node_modules/react-native/Libraries/Image'
|
||||
# pod 'React-RCTLinking', :path => '../node_modules/react-native/Libraries/LinkingIOS'
|
||||
# pod 'React-RCTNetwork', :path => '../node_modules/react-native/Libraries/Network'
|
||||
# pod 'React-RCTSettings', :path => '../node_modules/react-native/Libraries/Settings'
|
||||
# pod 'React-RCTText', :path => '../node_modules/react-native/Libraries/Text'
|
||||
# pod 'React-RCTVibration', :path => '../node_modules/react-native/Libraries/Vibration'
|
||||
# pod 'React-Core/RCTWebSocket', :path => '../node_modules/react-native/'
|
||||
#
|
||||
# pod 'React-cxxreact', :path => '../node_modules/react-native/ReactCommon/cxxreact'
|
||||
# pod 'React-jsi', :path => '../node_modules/react-native/ReactCommon/jsi'
|
||||
# pod 'React-jsiexecutor', :path => '../node_modules/react-native/ReactCommon/jsiexecutor'
|
||||
# pod 'React-jsinspector', :path => '../node_modules/react-native/ReactCommon/jsinspector'
|
||||
# pod 'ReactCommon/callinvoker', :path => '../node_modules/react-native/ReactCommon'
|
||||
# pod 'ReactCommon/turbomodule/core', :path => '../node_modules/react-native/ReactCommon'
|
||||
# pod 'Yoga', :path => '../node_modules/react-native/ReactCommon/yoga', :modular_headers => true
|
||||
#
|
||||
# pod 'DoubleConversion', :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
|
||||
# pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec'
|
||||
# pod 'Folly', :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec'
|
||||
# pod 'react-native-webrtc', :path => '../node_modules/react-native-webrtc'
|
||||
|
||||
target 'openvidu_react_nativeTests' do
|
||||
inherit! :complete
|
||||
# Pods for testing
|
||||
|
||||
@ -271,6 +271,8 @@ PODS:
|
||||
- React-cxxreact (= 0.64.0)
|
||||
- React-jsi (= 0.64.0)
|
||||
- React-perflogger (= 0.64.0)
|
||||
- ReactNativeIncallManager (3.3.0):
|
||||
- React
|
||||
- Yoga (1.14.0)
|
||||
|
||||
DEPENDENCIES:
|
||||
@ -305,6 +307,7 @@ DEPENDENCIES:
|
||||
- React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
|
||||
- React-runtimeexecutor (from `../node_modules/react-native/ReactCommon/runtimeexecutor`)
|
||||
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
|
||||
- ReactNativeIncallManager (from `../node_modules/react-native-incall-manager`)
|
||||
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
|
||||
|
||||
SPEC REPOS:
|
||||
@ -370,6 +373,8 @@ EXTERNAL SOURCES:
|
||||
:path: "../node_modules/react-native/ReactCommon/runtimeexecutor"
|
||||
ReactCommon:
|
||||
:path: "../node_modules/react-native/ReactCommon"
|
||||
ReactNativeIncallManager:
|
||||
:path: "../node_modules/react-native-incall-manager"
|
||||
Yoga:
|
||||
:path: "../node_modules/react-native/ReactCommon/yoga"
|
||||
|
||||
@ -404,8 +409,9 @@ SPEC CHECKSUMS:
|
||||
React-RCTVibration: 0fd6b21751a33cb72fce1a4a33ab9678416d307a
|
||||
React-runtimeexecutor: cad74a1eaa53ee6e7a3620231939d8fe2c6afcf0
|
||||
ReactCommon: cfe2b7fd20e0dbd2d1185cd7d8f99633fbc5ff05
|
||||
ReactNativeIncallManager: db7d5f5ae281a43d7179ba24875ff477dc47f229
|
||||
Yoga: 8c8436d4171c87504c648ae23b1d81242bdf3bbf
|
||||
|
||||
PODFILE CHECKSUM: 9254ffcce25e57325b3951eda1e0a52f385b286c
|
||||
PODFILE CHECKSUM: 1081c05b73f140cf08b43f284316802896320475
|
||||
|
||||
COCOAPODS: 1.10.1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user