Move xplat/sonar/xplat/Sonar* to Flipper*
Summary: Part of the Sonar -> Flipper rename Intentionally left externally visible buck target as Sonar for now to minimize diff size. Reviewed By: passy Differential Revision: D9871684 fbshipit-source-id: 6926eb62c578a05cd895745c75ed7da3cfe965b5
This commit is contained in:
committed by
Facebook Github Bot
parent
e1f4b73783
commit
df8763e697
@@ -4,9 +4,9 @@ source 'https://github.com/CocoaPods/Specs'
|
||||
swift_version = "4.1"
|
||||
|
||||
target 'SampleSwift' do
|
||||
pod 'Flipper', :path => '../../Flipper.podspec'
|
||||
pod 'FlipperKit', :path => '../../SonarKit.podspec'
|
||||
pod 'FlipperKit/SKIOSNetworkPlugin', :path => '../../SonarKit.podspec'
|
||||
pod 'Sonar', :path => '../../Sonar.podspec'
|
||||
# Layout and network plugins are not yet supported for swift projects
|
||||
#pod 'SonarKit/SonarKitLayoutComponentKitSupport', :path => '../../SonarKit.podspec'
|
||||
|
||||
|
||||
@@ -3,17 +3,20 @@ PODS:
|
||||
- CocoaAsyncSocket (7.6.3)
|
||||
- CocoaLibEvent (1.0.0)
|
||||
- DoubleConversion (1.1.5)
|
||||
- Flipper (0.7.2):
|
||||
- Folly (~> 1.1)
|
||||
- RSocket (~> 0.10)
|
||||
- FlipperKit (0.7.2):
|
||||
- FlipperKit/Core (= 0.7.2)
|
||||
- FlipperKit/Core (0.7.2):
|
||||
- CocoaAsyncSocket (~> 7.6)
|
||||
- Flipper (~> 0.7.2)
|
||||
- FlipperKit/CppBridge
|
||||
- FlipperKit/FBCxxUtils
|
||||
- FlipperKit/FBDefines
|
||||
- Folly (~> 1.1)
|
||||
- OpenSSL-Static (= 1.0.2.c1)
|
||||
- PeerTalk (~> 0.0.2)
|
||||
- Sonar (~> 0.7.2)
|
||||
- FlipperKit/CppBridge (0.7.2)
|
||||
- FlipperKit/FBCxxUtils (0.7.2)
|
||||
- FlipperKit/FBDefines (0.7.2)
|
||||
@@ -33,14 +36,11 @@ PODS:
|
||||
- PeerTalk (0.0.2)
|
||||
- RSocket (0.10.0):
|
||||
- Folly
|
||||
- Sonar (0.7.2):
|
||||
- Folly (~> 1.1)
|
||||
- RSocket (~> 0.10)
|
||||
|
||||
DEPENDENCIES:
|
||||
- Flipper (from `../../Flipper.podspec`)
|
||||
- FlipperKit (from `../../SonarKit.podspec`)
|
||||
- FlipperKit/SKIOSNetworkPlugin (from `../../SonarKit.podspec`)
|
||||
- Sonar (from `../../Sonar.podspec`)
|
||||
|
||||
SPEC REPOS:
|
||||
https://github.com/cocoapods/specs.git:
|
||||
@@ -56,24 +56,24 @@ SPEC REPOS:
|
||||
- RSocket
|
||||
|
||||
EXTERNAL SOURCES:
|
||||
Flipper:
|
||||
:path: "../../Flipper.podspec"
|
||||
FlipperKit:
|
||||
:path: "../../SonarKit.podspec"
|
||||
Sonar:
|
||||
:path: "../../Sonar.podspec"
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
|
||||
CocoaAsyncSocket: eafaa68a7e0ec99ead0a7b35015e0bf25d2c8987
|
||||
CocoaLibEvent: 2fab71b8bd46dd33ddb959f7928ec5909f838e3f
|
||||
DoubleConversion: e22e0762848812a87afd67ffda3998d9ef29170c
|
||||
FlipperKit: d8fb90df50d14c0022f5a931b93c437dfced0530
|
||||
Flipper: 495fbd327298fbc55b3ff7cb399eae52c1580494
|
||||
FlipperKit: a0460df8e8aa048a29da9e9e54e0a7c9dd08b799
|
||||
Folly: dd92f69322d8535b9df98d7c91e442b0fce2fff2
|
||||
glog: 1de0bb937dccdc981596d3b5825ebfb765017ded
|
||||
OpenSSL-Static: bd17e34564a8591ad76b740318683a6caa19a13e
|
||||
PeerTalk: 77481b0a8136f226b90ccf828d6061f70139ffde
|
||||
RSocket: 4fdb7e562db30a2d4fceddefdc601749ffc9ebe2
|
||||
Sonar: cfbef2d6119e92563d51bf3cdd9ae34f4eda068b
|
||||
|
||||
PODFILE CHECKSUM: fc6b08aff1cbf448771fa3d9690714cef822d096
|
||||
PODFILE CHECKSUM: 7d3e554e10a8fbfaf5466a3d4083099a6e8a2f10
|
||||
|
||||
COCOAPODS: 1.5.3
|
||||
|
||||
@@ -335,7 +335,7 @@
|
||||
"\"${PODS_ROOT}/Headers/Public/OpenSSL-Static\"",
|
||||
"\"${PODS_ROOT}/Headers/Public/PeerTalk\"",
|
||||
"\"${PODS_ROOT}/Headers/Public/RSocket\"",
|
||||
"\"${PODS_ROOT}/Headers/Public/Sonar\"",
|
||||
"\"${PODS_ROOT}/Headers/Public/Flipper\"",
|
||||
"\"${PODS_ROOT}/Headers/Public/SonarKit\"",
|
||||
"\"${PODS_ROOT}/Headers/Public/Yoga\"",
|
||||
"\"${PODS_ROOT}/Headers/Public/glog\"",
|
||||
@@ -357,7 +357,7 @@
|
||||
"-l\"Folly\"",
|
||||
"-l\"PeerTalk\"",
|
||||
"-l\"RSocket\"",
|
||||
"-l\"Sonar\"",
|
||||
"-l\"Flipper\"",
|
||||
"-l\"FlipperKit\"",
|
||||
"-l\"crypto\"",
|
||||
"-l\"event\"",
|
||||
@@ -399,7 +399,7 @@
|
||||
"\"${PODS_ROOT}/Headers/Public/OpenSSL-Static\"",
|
||||
"\"${PODS_ROOT}/Headers/Public/PeerTalk\"",
|
||||
"\"${PODS_ROOT}/Headers/Public/RSocket\"",
|
||||
"\"${PODS_ROOT}/Headers/Public/Sonar\"",
|
||||
"\"${PODS_ROOT}/Headers/Public/Flipper\"",
|
||||
"\"${PODS_ROOT}/Headers/Public/SonarKit\"",
|
||||
"\"${PODS_ROOT}/Headers/Public/Yoga\"",
|
||||
"\"${PODS_ROOT}/Headers/Public/glog\"",
|
||||
@@ -421,7 +421,7 @@
|
||||
"-l\"Folly\"",
|
||||
"-l\"PeerTalk\"",
|
||||
"-l\"RSocket\"",
|
||||
"-l\"Sonar\"",
|
||||
"-l\"Flipper\"",
|
||||
"-l\"FlipperKit\"",
|
||||
"-l\"crypto\"",
|
||||
"-l\"event\"",
|
||||
|
||||
Reference in New Issue
Block a user