openvidu-react-native: updated react dependencies
This commit is contained in:
parent
efecb93f9c
commit
87184e489e
@ -3,9 +3,14 @@ require_relative '../node_modules/@react-native-community/cli-platform-ios/nativ
|
|||||||
|
|
||||||
target 'openvidu_react_native' do
|
target 'openvidu_react_native' do
|
||||||
# Pods for openvidu_react_native
|
# Pods for openvidu_react_native
|
||||||
|
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', :path => '../node_modules/react-native/'
|
||||||
pod 'React-Core', :path => '../node_modules/react-native/React'
|
pod 'React-CoreModules', :path => '../node_modules/react-native/React/CoreModules'
|
||||||
pod 'React-DevSupport', :path => '../node_modules/react-native/React'
|
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-RCTActionSheet', :path => '../node_modules/react-native/Libraries/ActionSheetIOS'
|
||||||
pod 'React-RCTAnimation', :path => '../node_modules/react-native/Libraries/NativeAnimation'
|
pod 'React-RCTAnimation', :path => '../node_modules/react-native/Libraries/NativeAnimation'
|
||||||
pod 'React-RCTBlob', :path => '../node_modules/react-native/Libraries/Blob'
|
pod 'React-RCTBlob', :path => '../node_modules/react-native/Libraries/Blob'
|
||||||
@ -15,13 +20,15 @@ target 'openvidu_react_native' do
|
|||||||
pod 'React-RCTSettings', :path => '../node_modules/react-native/Libraries/Settings'
|
pod 'React-RCTSettings', :path => '../node_modules/react-native/Libraries/Settings'
|
||||||
pod 'React-RCTText', :path => '../node_modules/react-native/Libraries/Text'
|
pod 'React-RCTText', :path => '../node_modules/react-native/Libraries/Text'
|
||||||
pod 'React-RCTVibration', :path => '../node_modules/react-native/Libraries/Vibration'
|
pod 'React-RCTVibration', :path => '../node_modules/react-native/Libraries/Vibration'
|
||||||
pod 'React-RCTWebSocket', :path => '../node_modules/react-native/Libraries/WebSocket'
|
pod 'React-Core/RCTWebSocket', :path => '../node_modules/react-native/'
|
||||||
|
|
||||||
pod 'React-cxxreact', :path => '../node_modules/react-native/ReactCommon/cxxreact'
|
pod 'React-cxxreact', :path => '../node_modules/react-native/ReactCommon/cxxreact'
|
||||||
pod 'React-jsi', :path => '../node_modules/react-native/ReactCommon/jsi'
|
pod 'React-jsi', :path => '../node_modules/react-native/ReactCommon/jsi'
|
||||||
pod 'React-jsiexecutor', :path => '../node_modules/react-native/ReactCommon/jsiexecutor'
|
pod 'React-jsiexecutor', :path => '../node_modules/react-native/ReactCommon/jsiexecutor'
|
||||||
pod 'React-jsinspector', :path => '../node_modules/react-native/ReactCommon/jsinspector'
|
pod 'React-jsinspector', :path => '../node_modules/react-native/ReactCommon/jsinspector'
|
||||||
pod 'yoga', :path => '../node_modules/react-native/ReactCommon/yoga'
|
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 'DoubleConversion', :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
|
||||||
pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec'
|
pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec'
|
||||||
@ -29,7 +36,7 @@ target 'openvidu_react_native' do
|
|||||||
pod 'react-native-webrtc', :path => '../node_modules/openvidu-browser/node_modules/react-native-webrtc'
|
pod 'react-native-webrtc', :path => '../node_modules/openvidu-browser/node_modules/react-native-webrtc'
|
||||||
|
|
||||||
target 'openvidu_react_nativeTests' do
|
target 'openvidu_react_nativeTests' do
|
||||||
inherit! :search_paths
|
inherit! :complete
|
||||||
# Pods for testing
|
# Pods for testing
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,14 @@
|
|||||||
PODS:
|
PODS:
|
||||||
- boost-for-react-native (1.63.0)
|
- boost-for-react-native (1.63.0)
|
||||||
- DoubleConversion (1.1.6)
|
- DoubleConversion (1.1.6)
|
||||||
|
- FBLazyVector (0.62.2)
|
||||||
|
- FBReactNativeSpec (0.62.2):
|
||||||
|
- Folly (= 2018.10.22.00)
|
||||||
|
- RCTRequired (= 0.62.2)
|
||||||
|
- RCTTypeSafety (= 0.62.2)
|
||||||
|
- React-Core (= 0.62.2)
|
||||||
|
- React-jsi (= 0.62.2)
|
||||||
|
- ReactCommon/turbomodule/core (= 0.62.2)
|
||||||
- Folly (2018.10.22.00):
|
- Folly (2018.10.22.00):
|
||||||
- boost-for-react-native
|
- boost-for-react-native
|
||||||
- DoubleConversion
|
- DoubleConversion
|
||||||
@ -11,86 +19,246 @@ PODS:
|
|||||||
- DoubleConversion
|
- DoubleConversion
|
||||||
- glog
|
- glog
|
||||||
- glog (0.3.5)
|
- glog (0.3.5)
|
||||||
- React (0.60.5):
|
- RCTRequired (0.62.2)
|
||||||
- React-Core (= 0.60.5)
|
- RCTTypeSafety (0.62.2):
|
||||||
- React-DevSupport (= 0.60.5)
|
- FBLazyVector (= 0.62.2)
|
||||||
- React-RCTActionSheet (= 0.60.5)
|
|
||||||
- React-RCTAnimation (= 0.60.5)
|
|
||||||
- React-RCTBlob (= 0.60.5)
|
|
||||||
- React-RCTImage (= 0.60.5)
|
|
||||||
- React-RCTLinking (= 0.60.5)
|
|
||||||
- React-RCTNetwork (= 0.60.5)
|
|
||||||
- React-RCTSettings (= 0.60.5)
|
|
||||||
- React-RCTText (= 0.60.5)
|
|
||||||
- React-RCTVibration (= 0.60.5)
|
|
||||||
- React-RCTWebSocket (= 0.60.5)
|
|
||||||
- React-Core (0.60.5):
|
|
||||||
- Folly (= 2018.10.22.00)
|
- Folly (= 2018.10.22.00)
|
||||||
- React-cxxreact (= 0.60.5)
|
- RCTRequired (= 0.62.2)
|
||||||
- React-jsiexecutor (= 0.60.5)
|
- React-Core (= 0.62.2)
|
||||||
- yoga (= 0.60.5.React)
|
- React (0.62.2):
|
||||||
- React-cxxreact (0.60.5):
|
- React-Core (= 0.62.2)
|
||||||
|
- React-Core/DevSupport (= 0.62.2)
|
||||||
|
- React-Core/RCTWebSocket (= 0.62.2)
|
||||||
|
- React-RCTActionSheet (= 0.62.2)
|
||||||
|
- React-RCTAnimation (= 0.62.2)
|
||||||
|
- React-RCTBlob (= 0.62.2)
|
||||||
|
- React-RCTImage (= 0.62.2)
|
||||||
|
- React-RCTLinking (= 0.62.2)
|
||||||
|
- React-RCTNetwork (= 0.62.2)
|
||||||
|
- React-RCTSettings (= 0.62.2)
|
||||||
|
- React-RCTText (= 0.62.2)
|
||||||
|
- React-RCTVibration (= 0.62.2)
|
||||||
|
- React-Core (0.62.2):
|
||||||
|
- Folly (= 2018.10.22.00)
|
||||||
|
- glog
|
||||||
|
- React-Core/Default (= 0.62.2)
|
||||||
|
- React-cxxreact (= 0.62.2)
|
||||||
|
- React-jsi (= 0.62.2)
|
||||||
|
- React-jsiexecutor (= 0.62.2)
|
||||||
|
- Yoga
|
||||||
|
- React-Core/CoreModulesHeaders (0.62.2):
|
||||||
|
- Folly (= 2018.10.22.00)
|
||||||
|
- glog
|
||||||
|
- React-Core/Default
|
||||||
|
- React-cxxreact (= 0.62.2)
|
||||||
|
- React-jsi (= 0.62.2)
|
||||||
|
- React-jsiexecutor (= 0.62.2)
|
||||||
|
- Yoga
|
||||||
|
- React-Core/Default (0.62.2):
|
||||||
|
- Folly (= 2018.10.22.00)
|
||||||
|
- glog
|
||||||
|
- React-cxxreact (= 0.62.2)
|
||||||
|
- React-jsi (= 0.62.2)
|
||||||
|
- React-jsiexecutor (= 0.62.2)
|
||||||
|
- Yoga
|
||||||
|
- React-Core/DevSupport (0.62.2):
|
||||||
|
- Folly (= 2018.10.22.00)
|
||||||
|
- glog
|
||||||
|
- React-Core/Default (= 0.62.2)
|
||||||
|
- React-Core/RCTWebSocket (= 0.62.2)
|
||||||
|
- React-cxxreact (= 0.62.2)
|
||||||
|
- React-jsi (= 0.62.2)
|
||||||
|
- React-jsiexecutor (= 0.62.2)
|
||||||
|
- React-jsinspector (= 0.62.2)
|
||||||
|
- Yoga
|
||||||
|
- React-Core/RCTActionSheetHeaders (0.62.2):
|
||||||
|
- Folly (= 2018.10.22.00)
|
||||||
|
- glog
|
||||||
|
- React-Core/Default
|
||||||
|
- React-cxxreact (= 0.62.2)
|
||||||
|
- React-jsi (= 0.62.2)
|
||||||
|
- React-jsiexecutor (= 0.62.2)
|
||||||
|
- Yoga
|
||||||
|
- React-Core/RCTAnimationHeaders (0.62.2):
|
||||||
|
- Folly (= 2018.10.22.00)
|
||||||
|
- glog
|
||||||
|
- React-Core/Default
|
||||||
|
- React-cxxreact (= 0.62.2)
|
||||||
|
- React-jsi (= 0.62.2)
|
||||||
|
- React-jsiexecutor (= 0.62.2)
|
||||||
|
- Yoga
|
||||||
|
- React-Core/RCTBlobHeaders (0.62.2):
|
||||||
|
- Folly (= 2018.10.22.00)
|
||||||
|
- glog
|
||||||
|
- React-Core/Default
|
||||||
|
- React-cxxreact (= 0.62.2)
|
||||||
|
- React-jsi (= 0.62.2)
|
||||||
|
- React-jsiexecutor (= 0.62.2)
|
||||||
|
- Yoga
|
||||||
|
- React-Core/RCTImageHeaders (0.62.2):
|
||||||
|
- Folly (= 2018.10.22.00)
|
||||||
|
- glog
|
||||||
|
- React-Core/Default
|
||||||
|
- React-cxxreact (= 0.62.2)
|
||||||
|
- React-jsi (= 0.62.2)
|
||||||
|
- React-jsiexecutor (= 0.62.2)
|
||||||
|
- Yoga
|
||||||
|
- React-Core/RCTLinkingHeaders (0.62.2):
|
||||||
|
- Folly (= 2018.10.22.00)
|
||||||
|
- glog
|
||||||
|
- React-Core/Default
|
||||||
|
- React-cxxreact (= 0.62.2)
|
||||||
|
- React-jsi (= 0.62.2)
|
||||||
|
- React-jsiexecutor (= 0.62.2)
|
||||||
|
- Yoga
|
||||||
|
- React-Core/RCTNetworkHeaders (0.62.2):
|
||||||
|
- Folly (= 2018.10.22.00)
|
||||||
|
- glog
|
||||||
|
- React-Core/Default
|
||||||
|
- React-cxxreact (= 0.62.2)
|
||||||
|
- React-jsi (= 0.62.2)
|
||||||
|
- React-jsiexecutor (= 0.62.2)
|
||||||
|
- Yoga
|
||||||
|
- React-Core/RCTSettingsHeaders (0.62.2):
|
||||||
|
- Folly (= 2018.10.22.00)
|
||||||
|
- glog
|
||||||
|
- React-Core/Default
|
||||||
|
- React-cxxreact (= 0.62.2)
|
||||||
|
- React-jsi (= 0.62.2)
|
||||||
|
- React-jsiexecutor (= 0.62.2)
|
||||||
|
- Yoga
|
||||||
|
- React-Core/RCTTextHeaders (0.62.2):
|
||||||
|
- Folly (= 2018.10.22.00)
|
||||||
|
- glog
|
||||||
|
- React-Core/Default
|
||||||
|
- React-cxxreact (= 0.62.2)
|
||||||
|
- React-jsi (= 0.62.2)
|
||||||
|
- React-jsiexecutor (= 0.62.2)
|
||||||
|
- Yoga
|
||||||
|
- React-Core/RCTVibrationHeaders (0.62.2):
|
||||||
|
- Folly (= 2018.10.22.00)
|
||||||
|
- glog
|
||||||
|
- React-Core/Default
|
||||||
|
- React-cxxreact (= 0.62.2)
|
||||||
|
- React-jsi (= 0.62.2)
|
||||||
|
- React-jsiexecutor (= 0.62.2)
|
||||||
|
- Yoga
|
||||||
|
- React-Core/RCTWebSocket (0.62.2):
|
||||||
|
- Folly (= 2018.10.22.00)
|
||||||
|
- glog
|
||||||
|
- React-Core/Default (= 0.62.2)
|
||||||
|
- React-cxxreact (= 0.62.2)
|
||||||
|
- React-jsi (= 0.62.2)
|
||||||
|
- React-jsiexecutor (= 0.62.2)
|
||||||
|
- Yoga
|
||||||
|
- React-CoreModules (0.62.2):
|
||||||
|
- FBReactNativeSpec (= 0.62.2)
|
||||||
|
- Folly (= 2018.10.22.00)
|
||||||
|
- RCTTypeSafety (= 0.62.2)
|
||||||
|
- React-Core/CoreModulesHeaders (= 0.62.2)
|
||||||
|
- React-RCTImage (= 0.62.2)
|
||||||
|
- ReactCommon/turbomodule/core (= 0.62.2)
|
||||||
|
- React-cxxreact (0.62.2):
|
||||||
- boost-for-react-native (= 1.63.0)
|
- boost-for-react-native (= 1.63.0)
|
||||||
- DoubleConversion
|
- DoubleConversion
|
||||||
- Folly (= 2018.10.22.00)
|
- Folly (= 2018.10.22.00)
|
||||||
- glog
|
- glog
|
||||||
- React-jsinspector (= 0.60.5)
|
- React-jsinspector (= 0.62.2)
|
||||||
- React-DevSupport (0.60.5):
|
- React-jsi (0.62.2):
|
||||||
- React-Core (= 0.60.5)
|
|
||||||
- React-RCTWebSocket (= 0.60.5)
|
|
||||||
- React-jsi (0.60.5):
|
|
||||||
- boost-for-react-native (= 1.63.0)
|
- boost-for-react-native (= 1.63.0)
|
||||||
- DoubleConversion
|
- DoubleConversion
|
||||||
- Folly (= 2018.10.22.00)
|
- Folly (= 2018.10.22.00)
|
||||||
- glog
|
- glog
|
||||||
- React-jsi/Default (= 0.60.5)
|
- React-jsi/Default (= 0.62.2)
|
||||||
- React-jsi/Default (0.60.5):
|
- React-jsi/Default (0.62.2):
|
||||||
- boost-for-react-native (= 1.63.0)
|
- boost-for-react-native (= 1.63.0)
|
||||||
- DoubleConversion
|
- DoubleConversion
|
||||||
- Folly (= 2018.10.22.00)
|
- Folly (= 2018.10.22.00)
|
||||||
- glog
|
- glog
|
||||||
- React-jsiexecutor (0.60.5):
|
- React-jsiexecutor (0.62.2):
|
||||||
- DoubleConversion
|
- DoubleConversion
|
||||||
- Folly (= 2018.10.22.00)
|
- Folly (= 2018.10.22.00)
|
||||||
- glog
|
- glog
|
||||||
- React-cxxreact (= 0.60.5)
|
- React-cxxreact (= 0.62.2)
|
||||||
- React-jsi (= 0.60.5)
|
- React-jsi (= 0.62.2)
|
||||||
- React-jsinspector (0.60.5)
|
- React-jsinspector (0.62.2)
|
||||||
- react-native-webrtc (1.75.3):
|
- react-native-webrtc (1.75.3):
|
||||||
- React
|
- React
|
||||||
- React-RCTActionSheet (0.60.5):
|
- React-RCTActionSheet (0.62.2):
|
||||||
- React-Core (= 0.60.5)
|
- React-Core/RCTActionSheetHeaders (= 0.62.2)
|
||||||
- React-RCTAnimation (0.60.5):
|
- React-RCTAnimation (0.62.2):
|
||||||
- React-Core (= 0.60.5)
|
- FBReactNativeSpec (= 0.62.2)
|
||||||
- React-RCTBlob (0.60.5):
|
- Folly (= 2018.10.22.00)
|
||||||
- React-Core (= 0.60.5)
|
- RCTTypeSafety (= 0.62.2)
|
||||||
- React-RCTNetwork (= 0.60.5)
|
- React-Core/RCTAnimationHeaders (= 0.62.2)
|
||||||
- React-RCTWebSocket (= 0.60.5)
|
- ReactCommon/turbomodule/core (= 0.62.2)
|
||||||
- React-RCTImage (0.60.5):
|
- React-RCTBlob (0.62.2):
|
||||||
- React-Core (= 0.60.5)
|
- FBReactNativeSpec (= 0.62.2)
|
||||||
- React-RCTNetwork (= 0.60.5)
|
- Folly (= 2018.10.22.00)
|
||||||
- React-RCTLinking (0.60.5):
|
- React-Core/RCTBlobHeaders (= 0.62.2)
|
||||||
- React-Core (= 0.60.5)
|
- React-Core/RCTWebSocket (= 0.62.2)
|
||||||
- React-RCTNetwork (0.60.5):
|
- React-jsi (= 0.62.2)
|
||||||
- React-Core (= 0.60.5)
|
- React-RCTNetwork (= 0.62.2)
|
||||||
- React-RCTSettings (0.60.5):
|
- ReactCommon/turbomodule/core (= 0.62.2)
|
||||||
- React-Core (= 0.60.5)
|
- React-RCTImage (0.62.2):
|
||||||
- React-RCTText (0.60.5):
|
- FBReactNativeSpec (= 0.62.2)
|
||||||
- React-Core (= 0.60.5)
|
- Folly (= 2018.10.22.00)
|
||||||
- React-RCTVibration (0.60.5):
|
- RCTTypeSafety (= 0.62.2)
|
||||||
- React-Core (= 0.60.5)
|
- React-Core/RCTImageHeaders (= 0.62.2)
|
||||||
- React-RCTWebSocket (0.60.5):
|
- React-RCTNetwork (= 0.62.2)
|
||||||
- React-Core (= 0.60.5)
|
- ReactCommon/turbomodule/core (= 0.62.2)
|
||||||
- yoga (0.60.5.React)
|
- React-RCTLinking (0.62.2):
|
||||||
|
- FBReactNativeSpec (= 0.62.2)
|
||||||
|
- React-Core/RCTLinkingHeaders (= 0.62.2)
|
||||||
|
- ReactCommon/turbomodule/core (= 0.62.2)
|
||||||
|
- React-RCTNetwork (0.62.2):
|
||||||
|
- FBReactNativeSpec (= 0.62.2)
|
||||||
|
- Folly (= 2018.10.22.00)
|
||||||
|
- RCTTypeSafety (= 0.62.2)
|
||||||
|
- React-Core/RCTNetworkHeaders (= 0.62.2)
|
||||||
|
- ReactCommon/turbomodule/core (= 0.62.2)
|
||||||
|
- React-RCTSettings (0.62.2):
|
||||||
|
- FBReactNativeSpec (= 0.62.2)
|
||||||
|
- Folly (= 2018.10.22.00)
|
||||||
|
- RCTTypeSafety (= 0.62.2)
|
||||||
|
- React-Core/RCTSettingsHeaders (= 0.62.2)
|
||||||
|
- ReactCommon/turbomodule/core (= 0.62.2)
|
||||||
|
- React-RCTText (0.62.2):
|
||||||
|
- React-Core/RCTTextHeaders (= 0.62.2)
|
||||||
|
- React-RCTVibration (0.62.2):
|
||||||
|
- FBReactNativeSpec (= 0.62.2)
|
||||||
|
- Folly (= 2018.10.22.00)
|
||||||
|
- React-Core/RCTVibrationHeaders (= 0.62.2)
|
||||||
|
- ReactCommon/turbomodule/core (= 0.62.2)
|
||||||
|
- ReactCommon/callinvoker (0.62.2):
|
||||||
|
- DoubleConversion
|
||||||
|
- Folly (= 2018.10.22.00)
|
||||||
|
- glog
|
||||||
|
- React-cxxreact (= 0.62.2)
|
||||||
|
- ReactCommon/turbomodule/core (0.62.2):
|
||||||
|
- DoubleConversion
|
||||||
|
- Folly (= 2018.10.22.00)
|
||||||
|
- glog
|
||||||
|
- React-Core (= 0.62.2)
|
||||||
|
- React-cxxreact (= 0.62.2)
|
||||||
|
- React-jsi (= 0.62.2)
|
||||||
|
- ReactCommon/callinvoker (= 0.62.2)
|
||||||
|
- Yoga (1.14.0)
|
||||||
|
|
||||||
DEPENDENCIES:
|
DEPENDENCIES:
|
||||||
- DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
|
- DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
|
||||||
|
- FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
|
||||||
|
- FBReactNativeSpec (from `../node_modules/react-native/Libraries/FBReactNativeSpec`)
|
||||||
- Folly (from `../node_modules/react-native/third-party-podspecs/Folly.podspec`)
|
- Folly (from `../node_modules/react-native/third-party-podspecs/Folly.podspec`)
|
||||||
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
|
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
|
||||||
|
- RCTRequired (from `../node_modules/react-native/Libraries/RCTRequired`)
|
||||||
|
- RCTTypeSafety (from `../node_modules/react-native/Libraries/TypeSafety`)
|
||||||
- React (from `../node_modules/react-native/`)
|
- React (from `../node_modules/react-native/`)
|
||||||
- React-Core (from `../node_modules/react-native/React`)
|
- React-Core (from `../node_modules/react-native/`)
|
||||||
|
- React-Core/DevSupport (from `../node_modules/react-native/`)
|
||||||
|
- React-Core/RCTWebSocket (from `../node_modules/react-native/`)
|
||||||
|
- React-CoreModules (from `../node_modules/react-native/React/CoreModules`)
|
||||||
- React-cxxreact (from `../node_modules/react-native/ReactCommon/cxxreact`)
|
- React-cxxreact (from `../node_modules/react-native/ReactCommon/cxxreact`)
|
||||||
- React-DevSupport (from `../node_modules/react-native/React`)
|
|
||||||
- React-jsi (from `../node_modules/react-native/ReactCommon/jsi`)
|
- React-jsi (from `../node_modules/react-native/ReactCommon/jsi`)
|
||||||
- React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
|
- React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
|
||||||
- React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
|
- React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
|
||||||
@ -104,28 +272,37 @@ DEPENDENCIES:
|
|||||||
- React-RCTSettings (from `../node_modules/react-native/Libraries/Settings`)
|
- React-RCTSettings (from `../node_modules/react-native/Libraries/Settings`)
|
||||||
- React-RCTText (from `../node_modules/react-native/Libraries/Text`)
|
- React-RCTText (from `../node_modules/react-native/Libraries/Text`)
|
||||||
- React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
|
- React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
|
||||||
- React-RCTWebSocket (from `../node_modules/react-native/Libraries/WebSocket`)
|
- ReactCommon/callinvoker (from `../node_modules/react-native/ReactCommon`)
|
||||||
- yoga (from `../node_modules/react-native/ReactCommon/yoga`)
|
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
|
||||||
|
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
|
||||||
|
|
||||||
SPEC REPOS:
|
SPEC REPOS:
|
||||||
https://github.com/CocoaPods/Specs.git:
|
trunk:
|
||||||
- boost-for-react-native
|
- boost-for-react-native
|
||||||
|
|
||||||
EXTERNAL SOURCES:
|
EXTERNAL SOURCES:
|
||||||
DoubleConversion:
|
DoubleConversion:
|
||||||
:podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec"
|
:podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec"
|
||||||
|
FBLazyVector:
|
||||||
|
:path: "../node_modules/react-native/Libraries/FBLazyVector"
|
||||||
|
FBReactNativeSpec:
|
||||||
|
:path: "../node_modules/react-native/Libraries/FBReactNativeSpec"
|
||||||
Folly:
|
Folly:
|
||||||
:podspec: "../node_modules/react-native/third-party-podspecs/Folly.podspec"
|
:podspec: "../node_modules/react-native/third-party-podspecs/Folly.podspec"
|
||||||
glog:
|
glog:
|
||||||
:podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec"
|
:podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec"
|
||||||
|
RCTRequired:
|
||||||
|
:path: "../node_modules/react-native/Libraries/RCTRequired"
|
||||||
|
RCTTypeSafety:
|
||||||
|
:path: "../node_modules/react-native/Libraries/TypeSafety"
|
||||||
React:
|
React:
|
||||||
:path: "../node_modules/react-native/"
|
:path: "../node_modules/react-native/"
|
||||||
React-Core:
|
React-Core:
|
||||||
:path: "../node_modules/react-native/React"
|
:path: "../node_modules/react-native/"
|
||||||
|
React-CoreModules:
|
||||||
|
:path: "../node_modules/react-native/React/CoreModules"
|
||||||
React-cxxreact:
|
React-cxxreact:
|
||||||
:path: "../node_modules/react-native/ReactCommon/cxxreact"
|
:path: "../node_modules/react-native/ReactCommon/cxxreact"
|
||||||
React-DevSupport:
|
|
||||||
:path: "../node_modules/react-native/React"
|
|
||||||
React-jsi:
|
React-jsi:
|
||||||
:path: "../node_modules/react-native/ReactCommon/jsi"
|
:path: "../node_modules/react-native/ReactCommon/jsi"
|
||||||
React-jsiexecutor:
|
React-jsiexecutor:
|
||||||
@ -152,36 +329,40 @@ EXTERNAL SOURCES:
|
|||||||
:path: "../node_modules/react-native/Libraries/Text"
|
:path: "../node_modules/react-native/Libraries/Text"
|
||||||
React-RCTVibration:
|
React-RCTVibration:
|
||||||
:path: "../node_modules/react-native/Libraries/Vibration"
|
:path: "../node_modules/react-native/Libraries/Vibration"
|
||||||
React-RCTWebSocket:
|
ReactCommon:
|
||||||
:path: "../node_modules/react-native/Libraries/WebSocket"
|
:path: "../node_modules/react-native/ReactCommon"
|
||||||
yoga:
|
Yoga:
|
||||||
:path: "../node_modules/react-native/ReactCommon/yoga"
|
:path: "../node_modules/react-native/ReactCommon/yoga"
|
||||||
|
|
||||||
SPEC CHECKSUMS:
|
SPEC CHECKSUMS:
|
||||||
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
|
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
|
||||||
DoubleConversion: 5805e889d232975c086db112ece9ed034df7a0b2
|
DoubleConversion: 5805e889d232975c086db112ece9ed034df7a0b2
|
||||||
|
FBLazyVector: 4aab18c93cd9546e4bfed752b4084585eca8b245
|
||||||
|
FBReactNativeSpec: 5465d51ccfeecb7faa12f9ae0024f2044ce4044e
|
||||||
Folly: 30e7936e1c45c08d884aa59369ed951a8e68cf51
|
Folly: 30e7936e1c45c08d884aa59369ed951a8e68cf51
|
||||||
glog: 1f3da668190260b06b429bb211bfbee5cd790c28
|
glog: 1f3da668190260b06b429bb211bfbee5cd790c28
|
||||||
React: 53c53c4d99097af47cf60594b8706b4e3321e722
|
RCTRequired: cec6a34b3ac8a9915c37e7e4ad3aa74726ce4035
|
||||||
React-Core: ba421f6b4f4cbe2fb17c0b6fc675f87622e78a64
|
RCTTypeSafety: 93006131180074cffa227a1075802c89a49dd4ce
|
||||||
React-cxxreact: 8384287780c4999351ad9b6e7a149d9ed10a2395
|
React: 29a8b1a02bd764fb7644ef04019270849b9a7ac3
|
||||||
React-DevSupport: 197fb409737cff2c4f9986e77c220d7452cb9f9f
|
React-Core: b12bffb3f567fdf99510acb716ef1abd426e0e05
|
||||||
React-jsi: 4d8c9efb6312a9725b18d6fc818ffc103f60fec2
|
React-CoreModules: 4a9b87bbe669d6c3173c0132c3328e3b000783d0
|
||||||
React-jsiexecutor: 90ad2f9db09513fc763bc757fdc3c4ff8bde2a30
|
React-cxxreact: e65f9c2ba0ac5be946f53548c1aaaee5873a8103
|
||||||
React-jsinspector: e08662d1bf5b129a3d556eb9ea343a3f40353ae4
|
React-jsi: b6dc94a6a12ff98e8877287a0b7620d365201161
|
||||||
|
React-jsiexecutor: 1540d1c01bb493ae3124ed83351b1b6a155db7da
|
||||||
|
React-jsinspector: 512e560d0e985d0e8c479a54a4e5c147a9c83493
|
||||||
react-native-webrtc: 86d841823e66d68cc1f86712db1c2956056bf0c2
|
react-native-webrtc: 86d841823e66d68cc1f86712db1c2956056bf0c2
|
||||||
React-RCTActionSheet: b0f1ea83f4bf75fb966eae9bfc47b78c8d3efd90
|
React-RCTActionSheet: f41ea8a811aac770e0cc6e0ad6b270c644ea8b7c
|
||||||
React-RCTAnimation: 359ba1b5690b1e87cc173558a78e82d35919333e
|
React-RCTAnimation: 49ab98b1c1ff4445148b72a3d61554138565bad0
|
||||||
React-RCTBlob: 5e2b55f76e9a1c7ae52b826923502ddc3238df24
|
React-RCTBlob: a332773f0ebc413a0ce85942a55b064471587a71
|
||||||
React-RCTImage: f5f1c50922164e89bdda67bcd0153952a5cfe719
|
React-RCTImage: e70be9b9c74fe4e42d0005f42cace7981c994ac3
|
||||||
React-RCTLinking: d0ecbd791e9ddddc41fa1f66b0255de90e8ee1e9
|
React-RCTLinking: c1b9739a88d56ecbec23b7f63650e44672ab2ad2
|
||||||
React-RCTNetwork: e26946300b0ab7bb6c4a6348090e93fa21f33a9d
|
React-RCTNetwork: 73138b6f45e5a2768ad93f3d57873c2a18d14b44
|
||||||
React-RCTSettings: d0d37cb521b7470c998595a44f05847777cc3f42
|
React-RCTSettings: 6e3738a87e21b39a8cb08d627e68c44acf1e325a
|
||||||
React-RCTText: b074d89033583d4f2eb5faf7ea2db3a13c7553a2
|
React-RCTText: fae545b10cfdb3d247c36c56f61a94cfd6dba41d
|
||||||
React-RCTVibration: 2105b2e0e2b66a6408fc69a46c8a7fb5b2fdade0
|
React-RCTVibration: 4356114dbcba4ce66991096e51a66e61eda51256
|
||||||
React-RCTWebSocket: cd932a16b7214898b6b7f788c8bddb3637246ac4
|
ReactCommon: ed4e11d27609d571e7eee8b65548efc191116eb3
|
||||||
yoga: 312528f5bbbba37b4dcea5ef00e8b4033fdd9411
|
Yoga: 3ebccbdd559724312790e7742142d062476b698e
|
||||||
|
|
||||||
PODFILE CHECKSUM: 3b237e0e008250e70678e1abf88bd7d55ff0496d
|
PODFILE CHECKSUM: 2a8724dd37ad9da3fa655126179f1e41a112856e
|
||||||
|
|
||||||
COCOAPODS: 1.9.2
|
COCOAPODS: 1.9.2
|
||||||
|
|||||||
@ -16,7 +16,7 @@
|
|||||||
2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
|
2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
|
||||||
2D02E4BF1E0B4AB3006451C7 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
|
2D02E4BF1E0B4AB3006451C7 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
|
||||||
2DCD954D1E0B4F2C00145EB5 /* openvidu_react_nativeTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* openvidu_react_nativeTests.m */; };
|
2DCD954D1E0B4F2C00145EB5 /* openvidu_react_nativeTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* openvidu_react_nativeTests.m */; };
|
||||||
36B7A51343504C3A2E0D6296 /* libPods-openvidu_react_nativeTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 03025B7DF723D7F3C02E3157 /* libPods-openvidu_react_nativeTests.a */; };
|
6915BA8B98F4AB8448B840CD /* libPods-openvidu_react_native-openvidu_react_nativeTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D4B8AAB926E94B1D15A52449 /* libPods-openvidu_react_native-openvidu_react_nativeTests.a */; };
|
||||||
896DD868CF38453868F37F63 /* libPods-openvidu_react_native.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 01583BA18B52F494D4938B56 /* libPods-openvidu_react_native.a */; };
|
896DD868CF38453868F37F63 /* libPods-openvidu_react_native.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 01583BA18B52F494D4938B56 /* libPods-openvidu_react_native.a */; };
|
||||||
BBD1D0F32316D96D0052542D /* WebRTC.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BBD1D0F22316D96D0052542D /* WebRTC.framework */; };
|
BBD1D0F32316D96D0052542D /* WebRTC.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BBD1D0F22316D96D0052542D /* WebRTC.framework */; };
|
||||||
F5CE16BF80445DF12372F354 /* libPods-openvidu_react_native-tvOSTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7F408B0B8EB8E85626767D6A /* libPods-openvidu_react_native-tvOSTests.a */; };
|
F5CE16BF80445DF12372F354 /* libPods-openvidu_react_native-tvOSTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7F408B0B8EB8E85626767D6A /* libPods-openvidu_react_native-tvOSTests.a */; };
|
||||||
@ -53,7 +53,7 @@
|
|||||||
00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||||||
00E356F21AD99517003FC87E /* openvidu_react_nativeTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = openvidu_react_nativeTests.m; sourceTree = "<group>"; };
|
00E356F21AD99517003FC87E /* openvidu_react_nativeTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = openvidu_react_nativeTests.m; sourceTree = "<group>"; };
|
||||||
01583BA18B52F494D4938B56 /* libPods-openvidu_react_native.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-openvidu_react_native.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
01583BA18B52F494D4938B56 /* libPods-openvidu_react_native.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-openvidu_react_native.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
03025B7DF723D7F3C02E3157 /* libPods-openvidu_react_nativeTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-openvidu_react_nativeTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
02D7648F477C3D4C6D0CD2FC /* Pods-openvidu_react_native-openvidu_react_nativeTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-openvidu_react_native-openvidu_react_nativeTests.release.xcconfig"; path = "Target Support Files/Pods-openvidu_react_native-openvidu_react_nativeTests/Pods-openvidu_react_native-openvidu_react_nativeTests.release.xcconfig"; sourceTree = "<group>"; };
|
||||||
13B07F961A680F5B00A75B9A /* openvidu_react_native.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = openvidu_react_native.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
13B07F961A680F5B00A75B9A /* openvidu_react_native.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = openvidu_react_native.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = openvidu_react_native/AppDelegate.h; sourceTree = "<group>"; };
|
13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = openvidu_react_native/AppDelegate.h; sourceTree = "<group>"; };
|
||||||
13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = openvidu_react_native/AppDelegate.m; sourceTree = "<group>"; };
|
13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = openvidu_react_native/AppDelegate.m; sourceTree = "<group>"; };
|
||||||
@ -64,6 +64,7 @@
|
|||||||
1B64867F888530C24447AE96 /* Pods-openvidu_react_native-tvOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-openvidu_react_native-tvOS.debug.xcconfig"; path = "Target Support Files/Pods-openvidu_react_native-tvOS/Pods-openvidu_react_native-tvOS.debug.xcconfig"; sourceTree = "<group>"; };
|
1B64867F888530C24447AE96 /* Pods-openvidu_react_native-tvOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-openvidu_react_native-tvOS.debug.xcconfig"; path = "Target Support Files/Pods-openvidu_react_native-tvOS/Pods-openvidu_react_native-tvOS.debug.xcconfig"; sourceTree = "<group>"; };
|
||||||
2D02E47B1E0B4A5D006451C7 /* openvidu_react_native-tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "openvidu_react_native-tvOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
2D02E47B1E0B4A5D006451C7 /* openvidu_react_native-tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "openvidu_react_native-tvOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
2D02E4901E0B4A5D006451C7 /* openvidu_react_native-tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "openvidu_react_native-tvOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
|
2D02E4901E0B4A5D006451C7 /* openvidu_react_native-tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "openvidu_react_native-tvOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
|
60F59DC217F76C2CBF256B31 /* Pods-openvidu_react_native-openvidu_react_nativeTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-openvidu_react_native-openvidu_react_nativeTests.debug.xcconfig"; path = "Target Support Files/Pods-openvidu_react_native-openvidu_react_nativeTests/Pods-openvidu_react_native-openvidu_react_nativeTests.debug.xcconfig"; sourceTree = "<group>"; };
|
||||||
6149DF38AB09BB1B1CC231F1 /* Pods-openvidu_react_nativeTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-openvidu_react_nativeTests.release.xcconfig"; path = "Target Support Files/Pods-openvidu_react_nativeTests/Pods-openvidu_react_nativeTests.release.xcconfig"; sourceTree = "<group>"; };
|
6149DF38AB09BB1B1CC231F1 /* Pods-openvidu_react_nativeTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-openvidu_react_nativeTests.release.xcconfig"; path = "Target Support Files/Pods-openvidu_react_nativeTests/Pods-openvidu_react_nativeTests.release.xcconfig"; sourceTree = "<group>"; };
|
||||||
7165027E04B3C2F4902717D0 /* libPods-openvidu_react_native-tvOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-openvidu_react_native-tvOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
7165027E04B3C2F4902717D0 /* libPods-openvidu_react_native-tvOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-openvidu_react_native-tvOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
7F408B0B8EB8E85626767D6A /* libPods-openvidu_react_native-tvOSTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-openvidu_react_native-tvOSTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
7F408B0B8EB8E85626767D6A /* libPods-openvidu_react_native-tvOSTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-openvidu_react_native-tvOSTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
@ -73,6 +74,7 @@
|
|||||||
BBD1D0F22316D96D0052542D /* WebRTC.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebRTC.framework; path = "../node_modules/openvidu-browser/node_modules/react-native-webrtc/ios/WebRTC.framework"; sourceTree = "<group>"; };
|
BBD1D0F22316D96D0052542D /* WebRTC.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebRTC.framework; path = "../node_modules/openvidu-browser/node_modules/react-native-webrtc/ios/WebRTC.framework"; sourceTree = "<group>"; };
|
||||||
C6AE7B52D2E590FA94DC124C /* Pods-openvidu_react_native.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-openvidu_react_native.release.xcconfig"; path = "Target Support Files/Pods-openvidu_react_native/Pods-openvidu_react_native.release.xcconfig"; sourceTree = "<group>"; };
|
C6AE7B52D2E590FA94DC124C /* Pods-openvidu_react_native.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-openvidu_react_native.release.xcconfig"; path = "Target Support Files/Pods-openvidu_react_native/Pods-openvidu_react_native.release.xcconfig"; sourceTree = "<group>"; };
|
||||||
C937D6231BBCBACC0D07F8B0 /* Pods-openvidu_react_nativeTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-openvidu_react_nativeTests.debug.xcconfig"; path = "Target Support Files/Pods-openvidu_react_nativeTests/Pods-openvidu_react_nativeTests.debug.xcconfig"; sourceTree = "<group>"; };
|
C937D6231BBCBACC0D07F8B0 /* Pods-openvidu_react_nativeTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-openvidu_react_nativeTests.debug.xcconfig"; path = "Target Support Files/Pods-openvidu_react_nativeTests/Pods-openvidu_react_nativeTests.debug.xcconfig"; sourceTree = "<group>"; };
|
||||||
|
D4B8AAB926E94B1D15A52449 /* libPods-openvidu_react_native-openvidu_react_nativeTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-openvidu_react_native-openvidu_react_nativeTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
E5F47056E9326E5A5D7DE028 /* Pods-openvidu_react_native.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-openvidu_react_native.debug.xcconfig"; path = "Target Support Files/Pods-openvidu_react_native/Pods-openvidu_react_native.debug.xcconfig"; sourceTree = "<group>"; };
|
E5F47056E9326E5A5D7DE028 /* Pods-openvidu_react_native.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-openvidu_react_native.debug.xcconfig"; path = "Target Support Files/Pods-openvidu_react_native/Pods-openvidu_react_native.debug.xcconfig"; sourceTree = "<group>"; };
|
||||||
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
|
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
|
||||||
ED2971642150620600B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.0.sdk/System/Library/Frameworks/JavaScriptCore.framework; sourceTree = DEVELOPER_DIR; };
|
ED2971642150620600B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.0.sdk/System/Library/Frameworks/JavaScriptCore.framework; sourceTree = DEVELOPER_DIR; };
|
||||||
@ -84,7 +86,7 @@
|
|||||||
isa = PBXFrameworksBuildPhase;
|
isa = PBXFrameworksBuildPhase;
|
||||||
buildActionMask = 2147483647;
|
buildActionMask = 2147483647;
|
||||||
files = (
|
files = (
|
||||||
36B7A51343504C3A2E0D6296 /* libPods-openvidu_react_nativeTests.a in Frameworks */,
|
6915BA8B98F4AB8448B840CD /* libPods-openvidu_react_native-openvidu_react_nativeTests.a in Frameworks */,
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
};
|
};
|
||||||
@ -156,7 +158,7 @@
|
|||||||
01583BA18B52F494D4938B56 /* libPods-openvidu_react_native.a */,
|
01583BA18B52F494D4938B56 /* libPods-openvidu_react_native.a */,
|
||||||
7165027E04B3C2F4902717D0 /* libPods-openvidu_react_native-tvOS.a */,
|
7165027E04B3C2F4902717D0 /* libPods-openvidu_react_native-tvOS.a */,
|
||||||
7F408B0B8EB8E85626767D6A /* libPods-openvidu_react_native-tvOSTests.a */,
|
7F408B0B8EB8E85626767D6A /* libPods-openvidu_react_native-tvOSTests.a */,
|
||||||
03025B7DF723D7F3C02E3157 /* libPods-openvidu_react_nativeTests.a */,
|
D4B8AAB926E94B1D15A52449 /* libPods-openvidu_react_native-openvidu_react_nativeTests.a */,
|
||||||
);
|
);
|
||||||
name = Frameworks;
|
name = Frameworks;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
@ -214,6 +216,8 @@
|
|||||||
FFB1653098E20B83AE5E0548 /* Pods-openvidu_react_native-tvOSTests.release.xcconfig */,
|
FFB1653098E20B83AE5E0548 /* Pods-openvidu_react_native-tvOSTests.release.xcconfig */,
|
||||||
C937D6231BBCBACC0D07F8B0 /* Pods-openvidu_react_nativeTests.debug.xcconfig */,
|
C937D6231BBCBACC0D07F8B0 /* Pods-openvidu_react_nativeTests.debug.xcconfig */,
|
||||||
6149DF38AB09BB1B1CC231F1 /* Pods-openvidu_react_nativeTests.release.xcconfig */,
|
6149DF38AB09BB1B1CC231F1 /* Pods-openvidu_react_nativeTests.release.xcconfig */,
|
||||||
|
60F59DC217F76C2CBF256B31 /* Pods-openvidu_react_native-openvidu_react_nativeTests.debug.xcconfig */,
|
||||||
|
02D7648F477C3D4C6D0CD2FC /* Pods-openvidu_react_native-openvidu_react_nativeTests.release.xcconfig */,
|
||||||
);
|
);
|
||||||
path = Pods;
|
path = Pods;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
@ -229,6 +233,7 @@
|
|||||||
00E356EA1AD99517003FC87E /* Sources */,
|
00E356EA1AD99517003FC87E /* Sources */,
|
||||||
00E356EB1AD99517003FC87E /* Frameworks */,
|
00E356EB1AD99517003FC87E /* Frameworks */,
|
||||||
00E356EC1AD99517003FC87E /* Resources */,
|
00E356EC1AD99517003FC87E /* Resources */,
|
||||||
|
D88C1217FDEF026FBA5401E4 /* [CP] Embed Pods Frameworks */,
|
||||||
);
|
);
|
||||||
buildRules = (
|
buildRules = (
|
||||||
);
|
);
|
||||||
@ -509,7 +514,7 @@
|
|||||||
outputFileListPaths = (
|
outputFileListPaths = (
|
||||||
);
|
);
|
||||||
outputPaths = (
|
outputPaths = (
|
||||||
"$(DERIVED_FILE_DIR)/Pods-openvidu_react_nativeTests-checkManifestLockResult.txt",
|
"$(DERIVED_FILE_DIR)/Pods-openvidu_react_native-openvidu_react_nativeTests-checkManifestLockResult.txt",
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
shellPath = /bin/sh;
|
shellPath = /bin/sh;
|
||||||
@ -534,6 +539,24 @@
|
|||||||
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-openvidu_react_native/Pods-openvidu_react_native-frameworks.sh\"\n";
|
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-openvidu_react_native/Pods-openvidu_react_native-frameworks.sh\"\n";
|
||||||
showEnvVarsInLog = 0;
|
showEnvVarsInLog = 0;
|
||||||
};
|
};
|
||||||
|
D88C1217FDEF026FBA5401E4 /* [CP] Embed Pods Frameworks */ = {
|
||||||
|
isa = PBXShellScriptBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
files = (
|
||||||
|
);
|
||||||
|
inputPaths = (
|
||||||
|
"${PODS_ROOT}/Target Support Files/Pods-openvidu_react_native-openvidu_react_nativeTests/Pods-openvidu_react_native-openvidu_react_nativeTests-frameworks.sh",
|
||||||
|
"${PODS_ROOT}/../../node_modules/openvidu-browser/node_modules/react-native-webrtc/ios/WebRTC.framework",
|
||||||
|
);
|
||||||
|
name = "[CP] Embed Pods Frameworks";
|
||||||
|
outputPaths = (
|
||||||
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/WebRTC.framework",
|
||||||
|
);
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
shellPath = /bin/sh;
|
||||||
|
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-openvidu_react_native-openvidu_react_nativeTests/Pods-openvidu_react_native-openvidu_react_nativeTests-frameworks.sh\"\n";
|
||||||
|
showEnvVarsInLog = 0;
|
||||||
|
};
|
||||||
FD10A7F022414F080027D42C /* Start Packager */ = {
|
FD10A7F022414F080027D42C /* Start Packager */ = {
|
||||||
isa = PBXShellScriptBuildPhase;
|
isa = PBXShellScriptBuildPhase;
|
||||||
buildActionMask = 2147483647;
|
buildActionMask = 2147483647;
|
||||||
@ -639,7 +662,7 @@
|
|||||||
/* Begin XCBuildConfiguration section */
|
/* Begin XCBuildConfiguration section */
|
||||||
00E356F61AD99517003FC87E /* Debug */ = {
|
00E356F61AD99517003FC87E /* Debug */ = {
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
baseConfigurationReference = C937D6231BBCBACC0D07F8B0 /* Pods-openvidu_react_nativeTests.debug.xcconfig */;
|
baseConfigurationReference = 60F59DC217F76C2CBF256B31 /* Pods-openvidu_react_native-openvidu_react_nativeTests.debug.xcconfig */;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
BUNDLE_LOADER = "$(TEST_HOST)";
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||||
@ -662,7 +685,7 @@
|
|||||||
};
|
};
|
||||||
00E356F71AD99517003FC87E /* Release */ = {
|
00E356F71AD99517003FC87E /* Release */ = {
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
baseConfigurationReference = 6149DF38AB09BB1B1CC231F1 /* Pods-openvidu_react_nativeTests.release.xcconfig */;
|
baseConfigurationReference = 02D7648F477C3D4C6D0CD2FC /* Pods-openvidu_react_native-openvidu_react_nativeTests.release.xcconfig */;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
BUNDLE_LOADER = "$(TEST_HOST)";
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
||||||
COPY_PHASE_STRIP = NO;
|
COPY_PHASE_STRIP = NO;
|
||||||
@ -696,7 +719,7 @@
|
|||||||
"-ObjC",
|
"-ObjC",
|
||||||
"-lc++",
|
"-lc++",
|
||||||
);
|
);
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.openvidu-react-native2";
|
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.openvidu-react-native2";
|
||||||
PRODUCT_NAME = openvidu_react_native;
|
PRODUCT_NAME = openvidu_react_native;
|
||||||
VERSIONING_SYSTEM = "apple-generic";
|
VERSIONING_SYSTEM = "apple-generic";
|
||||||
};
|
};
|
||||||
@ -718,7 +741,7 @@
|
|||||||
"-ObjC",
|
"-ObjC",
|
||||||
"-lc++",
|
"-lc++",
|
||||||
);
|
);
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.openvidu-react-native2";
|
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.openvidu-react-native2";
|
||||||
PRODUCT_NAME = openvidu_react_native;
|
PRODUCT_NAME = openvidu_react_native;
|
||||||
VERSIONING_SYSTEM = "apple-generic";
|
VERSIONING_SYSTEM = "apple-generic";
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user