mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Move Pods to react-native-github
Summary: Now that the Pods/ directory is excluded by ShipIt from GitHub, we can move the Pods/ directory into react-native-github. Reviewed By: fkgozali Differential Revision: D15944730 fbshipit-source-id: b8165abbb4e6fef5ad4311da3885187b84ad1b20
This commit is contained in:
committed by
Facebook Github Bot
parent
543c5a0164
commit
cf5addc2f5
@@ -77,4 +77,5 @@ RNTester/build
|
||||
# CocoaPods
|
||||
/template/ios/Pods/
|
||||
/template/ios/Podfile.lock
|
||||
RNTester/Pods/
|
||||
RNTester/RNTesterPods.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
|
||||
|
||||
+39
-30
@@ -40,7 +40,9 @@ PODS:
|
||||
- React-DevSupport (1000.0.0):
|
||||
- React-Core (= 1000.0.0)
|
||||
- React-RCTWebSocket (= 1000.0.0)
|
||||
- React-fishhook (1000.0.0)
|
||||
- React-jscallinvoker (1000.0.0):
|
||||
- Folly (= 2018.10.22.00)
|
||||
- React-cxxreact (= 1000.0.0)
|
||||
- React-jsi (1000.0.0):
|
||||
- boost-for-react-native (= 1.63.0)
|
||||
- DoubleConversion
|
||||
@@ -78,23 +80,26 @@ PODS:
|
||||
- React-Core (= 1000.0.0)
|
||||
- React-RCTSettings (1000.0.0):
|
||||
- React-Core (= 1000.0.0)
|
||||
- React-RCTTest (1000.0.0):
|
||||
- React-Core (= 1000.0.0)
|
||||
- React-RCTText (1000.0.0):
|
||||
- React-Core (= 1000.0.0)
|
||||
- React-RCTVibration (1000.0.0):
|
||||
- React-Core (= 1000.0.0)
|
||||
- React-RCTWebSocket (1000.0.0):
|
||||
- React-Core (= 1000.0.0)
|
||||
- React-fishhook (= 1000.0.0)
|
||||
- React-turbomodule-core (1000.0.0):
|
||||
- Folly (= 2018.10.22.00)
|
||||
- React-Core (= 1000.0.0)
|
||||
- React-cxxreact (= 1000.0.0)
|
||||
- React-jscallinvoker (= 1000.0.0)
|
||||
- React-jsi (= 1000.0.0)
|
||||
- React-turbomodule-core/core-ios (= 1000.0.0)
|
||||
- React-turbomodule-core/core-ios (1000.0.0):
|
||||
- Folly (= 2018.10.22.00)
|
||||
- React-Core (= 1000.0.0)
|
||||
- React-cxxreact (= 1000.0.0)
|
||||
- React-jscallinvoker (= 1000.0.0)
|
||||
- React-jsi (= 1000.0.0)
|
||||
- React-turbomodule-samples (1000.0.0):
|
||||
- Folly (= 2018.10.22.00)
|
||||
@@ -120,7 +125,7 @@ DEPENDENCIES:
|
||||
- React-Core (from `../React`)
|
||||
- React-cxxreact (from `../ReactCommon/cxxreact`)
|
||||
- React-DevSupport (from `../React`)
|
||||
- React-fishhook (from `../Libraries/fishhook`)
|
||||
- React-jscallinvoker (from `../ReactCommon/jscallinvoker`)
|
||||
- React-jsi (from `../ReactCommon/jsi`)
|
||||
- React-jsiexecutor (from `../ReactCommon/jsiexecutor`)
|
||||
- React-jsinspector (from `../ReactCommon/jsinspector`)
|
||||
@@ -132,6 +137,7 @@ DEPENDENCIES:
|
||||
- React-RCTNetwork (from `../Libraries/Network`)
|
||||
- React-RCTPushNotification (from `../Libraries/PushNotificationIOS`)
|
||||
- React-RCTSettings (from `../Libraries/Settings`)
|
||||
- React-RCTTest (from `RCTTest`)
|
||||
- React-RCTText (from `../Libraries/Text`)
|
||||
- React-RCTVibration (from `../Libraries/Vibration`)
|
||||
- React-RCTWebSocket (from `../Libraries/WebSocket`)
|
||||
@@ -160,8 +166,8 @@ EXTERNAL SOURCES:
|
||||
:path: "../ReactCommon/cxxreact"
|
||||
React-DevSupport:
|
||||
:path: "../React"
|
||||
React-fishhook:
|
||||
:path: "../Libraries/fishhook"
|
||||
React-jscallinvoker:
|
||||
:path: "../ReactCommon/jscallinvoker"
|
||||
React-jsi:
|
||||
:path: "../ReactCommon/jsi"
|
||||
React-jsiexecutor:
|
||||
@@ -184,6 +190,8 @@ EXTERNAL SOURCES:
|
||||
:path: "../Libraries/PushNotificationIOS"
|
||||
React-RCTSettings:
|
||||
:path: "../Libraries/Settings"
|
||||
React-RCTTest:
|
||||
:path: RCTTest
|
||||
React-RCTText:
|
||||
:path: "../Libraries/Text"
|
||||
React-RCTVibration:
|
||||
@@ -202,30 +210,31 @@ SPEC CHECKSUMS:
|
||||
DoubleConversion: 5805e889d232975c086db112ece9ed034df7a0b2
|
||||
Folly: 30e7936e1c45c08d884aa59369ed951a8e68cf51
|
||||
glog: 1f3da668190260b06b429bb211bfbee5cd790c28
|
||||
React: e7b61c9123f89c4cd9becea2122af02568be6e13
|
||||
React-ART: 3dba78ec04b585a82456d1df4bda7a08dbc83a8d
|
||||
React-Core: d1c3aa4b1c5c57bf839de3c83396b59c1efbf1ba
|
||||
React-cxxreact: 5f2b678adbe8ff5256801603e1b496e481bc2430
|
||||
React-DevSupport: 9bde3ce4f7707d9487759101ea3188f4f07c9003
|
||||
React-fishhook: a9a43c2c84ab2519809810bcdd363e2774007c69
|
||||
React-jsi: cdf32eb002ff3e243364a1abb71925e0e93003db
|
||||
React-jsiexecutor: 6e53c44a5371297f0c9cc39780f12cb3efba3b81
|
||||
React-jsinspector: 2f42a591151e828d0422cbd3b609eedcb920d58e
|
||||
React-RCTActionSheet: 4ad4bfac1ba9ec020edf278362855448d607cafd
|
||||
React-RCTAnimation: f050e9fbe85e5616f74cea7a2557bdfb6be73cee
|
||||
React-RCTBlob: 9f907aab3417a43bbda84aef76f88ee528e877d4
|
||||
React-RCTImage: 4234a754ebdb922416f5f77cff121c680fd3ccbe
|
||||
React-RCTLinking: 3a52500942cc73999df19f541b7bda5887c3c43d
|
||||
React-RCTNetwork: 2042d2648e1160770ac0e5068bb5b648c03296a5
|
||||
React-RCTPushNotification: 3cfbf863d0597b5da80a15c9a9285a0ad89b23ba
|
||||
React-RCTSettings: 8099c9d904c0fbe46c463de8791478b5bc72809e
|
||||
React-RCTText: c4a643a08fce4727316366fea5ad17fa14f72f54
|
||||
React-RCTVibration: c5933466242187bffe55fa5496f841e04db66c8a
|
||||
React-RCTWebSocket: 233c66a6394de3816ee46861bbe0dba9f83e45a0
|
||||
React-turbomodule-core: 7ae77c38b85f6f81be40c0c3dc456d3a5fda4797
|
||||
React-turbomodule-samples: 483f2c80e81b89197737828405a0ac27c77f58b5
|
||||
yoga: 56698cdff46e3dbb7aa71fd2fd7dc0ce650dc0fb
|
||||
React: 7c652b87c228731c51ab5764de68b6c17e6342be
|
||||
React-ART: 28f8815acbbc4816cec14866b59911a83eb780ed
|
||||
React-Core: 85bf24f380e5228013f5f75d7c1b6338a003a2b2
|
||||
React-cxxreact: 7e670bad16eb78fa889573d931c12bb1003a3598
|
||||
React-DevSupport: f34768e3aad3e59ee9800c752a78bc6cb24d0f75
|
||||
React-jscallinvoker: a477dfe11b3ebe31ee9575057ebfb57a963db636
|
||||
React-jsi: 93638e9b97e1373ae1d8c40f0571c0a2814ef900
|
||||
React-jsiexecutor: ee776181a1ba315dbae9500c4dba5cb94ea3c5d2
|
||||
React-jsinspector: ea0a218071a11c3687cef2480580180caa6a64c0
|
||||
React-RCTActionSheet: caf6532394bdbbe0fc0ec2363c84f26bcfcdd36a
|
||||
React-RCTAnimation: b324c6eb699637c735650c6180e13d003eeb0e56
|
||||
React-RCTBlob: 069290c8db758bb1d77523a06d117dd668b6cef3
|
||||
React-RCTImage: 012d845d919177e2726743ad06052dda66592760
|
||||
React-RCTLinking: c6fe7b82bed97ce72203b2ce2f4aac87b1e2647f
|
||||
React-RCTNetwork: 2a2b22a17cd965de53ba21c5ca392d0da84ef322
|
||||
React-RCTPushNotification: 13729b4a2b63b191f42ba7230a69f462f3b5a7f9
|
||||
React-RCTSettings: e36d7f7d566b80d4363176c2f76cc5eccfdd0ae1
|
||||
React-RCTTest: 59213db38d80ff3bf4ff068d6127688687c3d349
|
||||
React-RCTText: 469ec754592c92fc639825e558908c2f0e783e2c
|
||||
React-RCTVibration: ade3c169b54f3bc16c9a9918e17e48ef66aee6ba
|
||||
React-RCTWebSocket: cb5317e9a4adc37191660f819fb21d63433584ef
|
||||
React-turbomodule-core: 0a6e91fe8e28bbf119fe31132ecb27a4f42ea551
|
||||
React-turbomodule-samples: b28927d482d6fcfc3cbe2fd25f304799d2ff9bb7
|
||||
yoga: 542cb34fe3bca476487e08eb516dd640ea996a65
|
||||
|
||||
PODFILE CHECKSUM: bb578b8286c0068879a41ac092c9690cc3ede523
|
||||
PODFILE CHECKSUM: bdc86d3bfde60c2637cfa8c4ed81afeaa2aaf6a3
|
||||
|
||||
COCOAPODS: 1.6.3
|
||||
COCOAPODS: 1.7.1
|
||||
|
||||
Reference in New Issue
Block a user