Ignore Podfile.lock (#297)
Summary: This PR puts Podfile.lock in gitignore Pull Request resolved: https://github.com/facebook/flipper/pull/297 Reviewed By: passy Differential Revision: D10447350 Pulled By: priteshrnandgaonkar fbshipit-source-id: 8de6e92f6e53972e8dc5af3b09d18259020c89c5
This commit is contained in:
committed by
Facebook Github Bot
parent
c5a94d871c
commit
c98a463464
2
.gitignore
vendored
2
.gitignore
vendored
@@ -8,7 +8,7 @@ yarn-error.log
|
|||||||
**/Pods/
|
**/Pods/
|
||||||
**/xcuserdata/
|
**/xcuserdata/
|
||||||
build/
|
build/
|
||||||
iOS/Sample/Podfile.lock
|
Podfile.lock
|
||||||
|
|
||||||
android/third-party/external/
|
android/third-party/external/
|
||||||
|
|
||||||
|
|||||||
@@ -1,61 +0,0 @@
|
|||||||
PODS:
|
|
||||||
- boost-for-react-native (1.63.0)
|
|
||||||
- CocoaAsyncSocket (7.6.3)
|
|
||||||
- CocoaLibEvent (1.0.0)
|
|
||||||
- DoubleConversion (1.1.5)
|
|
||||||
- Flipper (0.7.2):
|
|
||||||
- Folly (~> 1.1)
|
|
||||||
- RSocket (~> 0.10)
|
|
||||||
- Folly (1.1.0):
|
|
||||||
- boost-for-react-native
|
|
||||||
- CocoaLibEvent (~> 1.0)
|
|
||||||
- DoubleConversion
|
|
||||||
- glog
|
|
||||||
- OpenSSL-Static (= 1.0.2.c1)
|
|
||||||
- glog (0.3.4)
|
|
||||||
- OpenSSL-Static (1.0.2.c1)
|
|
||||||
- PeerTalk (0.0.2)
|
|
||||||
- RSocket (0.10.0):
|
|
||||||
- Folly
|
|
||||||
|
|
||||||
DEPENDENCIES:
|
|
||||||
- CocoaAsyncSocket (~> 7.6)
|
|
||||||
- DoubleConversion (~> 1.1)
|
|
||||||
- Flipper (from `../Flipper.podspec`)
|
|
||||||
- Folly (~> 1.0)
|
|
||||||
- glog (~> 0.3)
|
|
||||||
- PeerTalk (~> 0.0)
|
|
||||||
- RSocket (~> 0.10)
|
|
||||||
|
|
||||||
SPEC REPOS:
|
|
||||||
https://github.com/cocoapods/specs.git:
|
|
||||||
- boost-for-react-native
|
|
||||||
- CocoaAsyncSocket
|
|
||||||
- CocoaLibEvent
|
|
||||||
- DoubleConversion
|
|
||||||
- glog
|
|
||||||
- OpenSSL-Static
|
|
||||||
https://github.com/facebook/Sonar.git:
|
|
||||||
- Folly
|
|
||||||
- PeerTalk
|
|
||||||
- RSocket
|
|
||||||
|
|
||||||
EXTERNAL SOURCES:
|
|
||||||
Flipper:
|
|
||||||
:path: "../Flipper.podspec"
|
|
||||||
|
|
||||||
SPEC CHECKSUMS:
|
|
||||||
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
|
|
||||||
CocoaAsyncSocket: eafaa68a7e0ec99ead0a7b35015e0bf25d2c8987
|
|
||||||
CocoaLibEvent: 2fab71b8bd46dd33ddb959f7928ec5909f838e3f
|
|
||||||
DoubleConversion: e22e0762848812a87afd67ffda3998d9ef29170c
|
|
||||||
Flipper: 495fbd327298fbc55b3ff7cb399eae52c1580494
|
|
||||||
Folly: dd92f69322d8535b9df98d7c91e442b0fce2fff2
|
|
||||||
glog: 1de0bb937dccdc981596d3b5825ebfb765017ded
|
|
||||||
OpenSSL-Static: bd17e34564a8591ad76b740318683a6caa19a13e
|
|
||||||
PeerTalk: 77481b0a8136f226b90ccf828d6061f70139ffde
|
|
||||||
RSocket: 4fdb7e562db30a2d4fceddefdc601749ffc9ebe2
|
|
||||||
|
|
||||||
PODFILE CHECKSUM: 31bacaa95d90ebfc33e2ca7a8235227e4339f2fd
|
|
||||||
|
|
||||||
COCOAPODS: 1.5.3
|
|
||||||
@@ -1,103 +0,0 @@
|
|||||||
PODS:
|
|
||||||
- boost-for-react-native (1.63.0)
|
|
||||||
- CocoaAsyncSocket (7.6.3)
|
|
||||||
- CocoaLibEvent (1.0.0)
|
|
||||||
- ComponentKit (0.24):
|
|
||||||
- Yoga (~> 1.6)
|
|
||||||
- DoubleConversion (1.1.5)
|
|
||||||
- Flipper (0.9.0):
|
|
||||||
- Folly (~> 1.1)
|
|
||||||
- RSocket (~> 0.10)
|
|
||||||
- FlipperKit (0.9.0):
|
|
||||||
- FlipperKit/Core (= 0.9.0)
|
|
||||||
- FlipperKit/Core (0.9.0):
|
|
||||||
- CocoaAsyncSocket (~> 7.6)
|
|
||||||
- Flipper (~> 0.9.0)
|
|
||||||
- FlipperKit/CppBridge
|
|
||||||
- FlipperKit/FBCxxUtils
|
|
||||||
- FlipperKit/FBDefines
|
|
||||||
- Folly (~> 1.1)
|
|
||||||
- OpenSSL-Static (= 1.0.2.c1)
|
|
||||||
- PeerTalk (~> 0.0.2)
|
|
||||||
- FlipperKit/CppBridge (0.9.0)
|
|
||||||
- FlipperKit/FBCxxUtils (0.9.0)
|
|
||||||
- FlipperKit/FBDefines (0.9.0)
|
|
||||||
- FlipperKit/FlipperKitLayoutComponentKitSupport (0.9.0):
|
|
||||||
- ComponentKit
|
|
||||||
- FlipperKit/Core
|
|
||||||
- FlipperKit/FlipperKitLayoutPlugin
|
|
||||||
- Yoga (~> 1.9)
|
|
||||||
- FlipperKit/FlipperKitLayoutPlugin (0.9.0):
|
|
||||||
- FlipperKit/Core
|
|
||||||
- Yoga (~> 1.9)
|
|
||||||
- YogaKit (~> 1.8)
|
|
||||||
- FlipperKit/FlipperKitNetworkPlugin (0.9.0):
|
|
||||||
- FlipperKit/Core
|
|
||||||
- FlipperKit/FlipperKitUserDefaultsPlugin (0.9.0):
|
|
||||||
- FlipperKit/Core
|
|
||||||
- FlipperKit/SKIOSNetworkPlugin (0.9.0):
|
|
||||||
- FlipperKit/Core
|
|
||||||
- FlipperKit/FlipperKitNetworkPlugin
|
|
||||||
- Folly (1.1.0):
|
|
||||||
- boost-for-react-native
|
|
||||||
- CocoaLibEvent (~> 1.0)
|
|
||||||
- DoubleConversion
|
|
||||||
- glog
|
|
||||||
- OpenSSL-Static (= 1.0.2.c1)
|
|
||||||
- glog (0.3.4)
|
|
||||||
- OpenSSL-Static (1.0.2.c1)
|
|
||||||
- PeerTalk (0.0.2)
|
|
||||||
- RSocket (0.10.0):
|
|
||||||
- Folly
|
|
||||||
- Yoga (1.9.0)
|
|
||||||
- YogaKit (1.9.0):
|
|
||||||
- Yoga (~> 1.9)
|
|
||||||
|
|
||||||
DEPENDENCIES:
|
|
||||||
- Flipper (from `../../Flipper.podspec`)
|
|
||||||
- FlipperKit (from `../../FlipperKit.podspec`)
|
|
||||||
- FlipperKit/FlipperKitLayoutComponentKitSupport (from `../../FlipperKit.podspec`)
|
|
||||||
- FlipperKit/FlipperKitUserDefaultsPlugin (from `../../FlipperKit.podspec`)
|
|
||||||
- FlipperKit/SKIOSNetworkPlugin (from `../../FlipperKit.podspec`)
|
|
||||||
|
|
||||||
SPEC REPOS:
|
|
||||||
https://github.com/cocoapods/specs.git:
|
|
||||||
- boost-for-react-native
|
|
||||||
- CocoaAsyncSocket
|
|
||||||
- CocoaLibEvent
|
|
||||||
- ComponentKit
|
|
||||||
- DoubleConversion
|
|
||||||
- glog
|
|
||||||
- OpenSSL-Static
|
|
||||||
- Yoga
|
|
||||||
- YogaKit
|
|
||||||
https://github.com/facebook/Sonar.git:
|
|
||||||
- Folly
|
|
||||||
- PeerTalk
|
|
||||||
- RSocket
|
|
||||||
|
|
||||||
EXTERNAL SOURCES:
|
|
||||||
Flipper:
|
|
||||||
:path: "../../Flipper.podspec"
|
|
||||||
FlipperKit:
|
|
||||||
:path: "../../FlipperKit.podspec"
|
|
||||||
|
|
||||||
SPEC CHECKSUMS:
|
|
||||||
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
|
|
||||||
CocoaAsyncSocket: eafaa68a7e0ec99ead0a7b35015e0bf25d2c8987
|
|
||||||
CocoaLibEvent: 2fab71b8bd46dd33ddb959f7928ec5909f838e3f
|
|
||||||
ComponentKit: d6efb627aa2b4592cbe029d1e9e604226d39b5d9
|
|
||||||
DoubleConversion: e22e0762848812a87afd67ffda3998d9ef29170c
|
|
||||||
Flipper: f911af1131a04bb1e46e2f4eef5e497150e35431
|
|
||||||
FlipperKit: 427b587c2442bc0be7e9aa7354a2139637ca8696
|
|
||||||
Folly: dd92f69322d8535b9df98d7c91e442b0fce2fff2
|
|
||||||
glog: 1de0bb937dccdc981596d3b5825ebfb765017ded
|
|
||||||
OpenSSL-Static: bd17e34564a8591ad76b740318683a6caa19a13e
|
|
||||||
PeerTalk: 77481b0a8136f226b90ccf828d6061f70139ffde
|
|
||||||
RSocket: 4fdb7e562db30a2d4fceddefdc601749ffc9ebe2
|
|
||||||
Yoga: aaae8abea68951f60bee05f6277d3eed90bb91bb
|
|
||||||
YogaKit: d447a9bb808718e6f58e52a2255a8050081a3ead
|
|
||||||
|
|
||||||
PODFILE CHECKSUM: da7617cff68c2e61650a9bdd0ca5a588030fd325
|
|
||||||
|
|
||||||
COCOAPODS: 1.5.3
|
|
||||||
Reference in New Issue
Block a user