Fix the xcodeproj of SonarKit (#96)

Summary:
This diff repaces the faulty sonarkit.xcodeproj with the current one. I think ship it synced the xcodeproj which was generated by buck.
Closes https://github.com/facebook/Sonar/pull/96

Reviewed By: emilsjolander

Differential Revision: D8538609

Pulled By: priteshrnandgaonkar

fbshipit-source-id: 9eb049a9770c40b652f999ace9b82207e3a395e5
This commit is contained in:
Pritesh Nandgaonkar
2018-06-21 06:40:23 -07:00
committed by Facebook Github Bot
parent 94f03f182b
commit f520486c2d
3 changed files with 706 additions and 708 deletions

79
iOS/Podfile.lock Normal file
View File

@@ -0,0 +1,79 @@
PODS:
- boost-for-react-native (1.63.0)
- CocoaAsyncSocket (7.6.3)
- CocoaLibEvent (1.0.0)
- DoubleConversion (3.0.0)
- Folly (1.0.0):
- boost-for-react-native
- CocoaLibEvent (~> 1.0)
- DoubleConversion
- glog
- OpenSSL-Static (= 1.0.2.c1)
- glog (0.3.5)
- OpenSSL-Static (1.0.2.c1)
- PeerTalk (1.0.0)
- RSocket (0.10.0):
- Folly
- Sonar (0.0.1):
- Folly
- RSocket
DEPENDENCIES:
- CocoaAsyncSocket
- DoubleConversion (from `third-party-podspecs/DoubleConversion.podspec`)
- Folly (from `third-party-podspecs/Folly.podspec`)
- glog (from `third-party-podspecs/glog.podspec`)
- PeerTalk (from `third-party-podspecs/PeerTalk.podspec`)
- RSocket (from `third-party-podspecs/RSocket.podspec`)
- Sonar (from `../xplat/Sonar/Sonar.podspec`)
SPEC REPOS:
https://github.com/cocoapods/specs.git:
- boost-for-react-native
- CocoaAsyncSocket
- CocoaLibEvent
- OpenSSL-Static
EXTERNAL SOURCES:
DoubleConversion:
:podspec: third-party-podspecs/DoubleConversion.podspec
Folly:
:podspec: third-party-podspecs/Folly.podspec
glog:
:podspec: third-party-podspecs/glog.podspec
PeerTalk:
:podspec: third-party-podspecs/PeerTalk.podspec
RSocket:
:podspec: third-party-podspecs/RSocket.podspec
Sonar:
:podspec: "../xplat/Sonar/Sonar.podspec"
CHECKOUT OPTIONS:
Folly:
:commit: 1ed5d00ca4f43d5c81f4d731119e71509179dc99
:git: https://github.com/facebook/folly.git
PeerTalk:
:commit: 588303b43efa5082d654b6f75d1b84a6ba4b5b9e
:git: https://github.com/rsms/PeerTalk.git
RSocket:
:commit: 7f4fc67b1dc085e41cd89193077a70d994cb8500
:git: https://github.com/rsocket/rsocket-cpp.git
Sonar:
:commit: 54fa6aa8f2777304d923a9e9425e53bd5a3eab43
:git: https://github.com/facebook/Sonar.git
SPEC CHECKSUMS:
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
CocoaAsyncSocket: eafaa68a7e0ec99ead0a7b35015e0bf25d2c8987
CocoaLibEvent: 2fab71b8bd46dd33ddb959f7928ec5909f838e3f
DoubleConversion: 9bd61b1134a393694e95e0950c5bf3f99534817f
Folly: 65270e20aba2ebbb87febbf1f9052ccd28571ea4
glog: fdb5d40eb83acd6a4d5d61d95ecc583f5970a119
OpenSSL-Static: bd17e34564a8591ad76b740318683a6caa19a13e
PeerTalk: aadc42bc7d7f19e89f817b59ef8196305a711504
RSocket: e9ee232080f995ba8f403ccf4cb61238a5646cb6
Sonar: 29d8fb9b010e56fa1358be996d68d4b436dd8c21
PODFILE CHECKSUM: c3be9232e8e3190250398e3f9b310c5585d7d26b
COCOAPODS: 1.5.2

View File

@@ -1,53 +1,62 @@
PODS: PODS:
- boost-for-react-native (1.63.0) - boost-for-react-native (1.63.0)
- CocoaAsyncSocket (7.6.3) - CocoaAsyncSocket (7.6.3)
- CocoaLibEvent (1.0.0)
- ComponentKit (0.21): - ComponentKit (0.21):
- Yoga - Yoga
- DoubleConversion (3.0.0) - DoubleConversion (3.0.0)
- EasyWSClient (1.0.0) - Folly (1.0.0):
- Folly (2018.05.07.00):
- boost-for-react-native - boost-for-react-native
- CocoaLibEvent (~> 1.0)
- DoubleConversion - DoubleConversion
- glog - glog
- OpenSSL-Static (= 1.0.2.c1)
- glog (0.3.5) - glog (0.3.5)
- PeerTalk (0.0.2) - OpenSSL-Static (1.0.2.c1)
- Sonar (1.0.0): - PeerTalk (1.0.0)
- EasyWSClient - RSocket (0.10.0):
- Folly - Folly
- SonarKit (1.0.0): - Sonar (0.0.1):
- Folly
- RSocket
- SonarKit (0.0.1):
- CocoaAsyncSocket (~> 7.6) - CocoaAsyncSocket (~> 7.6)
- Folly - Folly
- OpenSSL-Static (= 1.0.2.c1)
- PeerTalk - PeerTalk
- Sonar - Sonar
- SonarKit/SKIOSNetworkPlugin (= 1.0.0) - SonarKit/SKIOSNetworkPlugin (= 0.0.1)
- SonarKit/SonarKitLayoutComponentKitSupport (= 1.0.0) - SonarKit/SonarKitLayoutComponentKitSupport (= 0.0.1)
- SonarKit/SonarKitLayoutPlugin (= 1.0.0) - SonarKit/SonarKitLayoutPlugin (= 0.0.1)
- SonarKit/SonarKitNetworkPlugin (= 1.0.0) - SonarKit/SonarKitNetworkPlugin (= 0.0.1)
- SonarKit/SonarKitNetworkPlugin (= 1.0.0) - SonarKit/SKIOSNetworkPlugin (0.0.1):
- SonarKit/SKIOSNetworkPlugin (1.0.0):
- CocoaAsyncSocket (~> 7.6) - CocoaAsyncSocket (~> 7.6)
- Folly - Folly
- OpenSSL-Static (= 1.0.2.c1)
- PeerTalk - PeerTalk
- Sonar - Sonar
- SonarKit/SonarKitNetworkPlugin - SonarKit/SonarKitNetworkPlugin
- SonarKit/SonarKitLayoutComponentKitSupport (1.0.0): - SonarKit/SonarKitLayoutComponentKitSupport (0.0.1):
- CocoaAsyncSocket (~> 7.6) - CocoaAsyncSocket (~> 7.6)
- ComponentKit - ComponentKit
- Folly - Folly
- OpenSSL-Static (= 1.0.2.c1)
- PeerTalk - PeerTalk
- Sonar - Sonar
- SonarKit/SonarKitLayoutPlugin - SonarKit/SonarKitLayoutPlugin
- Yoga (= 1.8.1) - Yoga (~> 1.8)
- SonarKit/SonarKitLayoutPlugin (1.0.0): - SonarKit/SonarKitLayoutPlugin (0.0.1):
- CocoaAsyncSocket (~> 7.6) - CocoaAsyncSocket (~> 7.6)
- Folly - Folly
- OpenSSL-Static (= 1.0.2.c1)
- PeerTalk - PeerTalk
- Sonar - Sonar
- Yoga (= 1.8.1) - Yoga (~> 1.8)
- YogaKit (= 1.8.1) - YogaKit (= 1.8.1)
- SonarKit/SonarKitNetworkPlugin (1.0.0): - SonarKit/SonarKitNetworkPlugin (0.0.1):
- CocoaAsyncSocket (~> 7.6) - CocoaAsyncSocket (~> 7.6)
- Folly - Folly
- OpenSSL-Static (= 1.0.2.c1)
- PeerTalk - PeerTalk
- Sonar - Sonar
- Yoga (1.8.1) - Yoga (1.8.1)
@@ -57,11 +66,11 @@ PODS:
DEPENDENCIES: DEPENDENCIES:
- ComponentKit (from `../third-party-podspecs/ComponentKit.podspec`) - ComponentKit (from `../third-party-podspecs/ComponentKit.podspec`)
- DoubleConversion (from `../third-party-podspecs/DoubleConversion.podspec`) - DoubleConversion (from `../third-party-podspecs/DoubleConversion.podspec`)
- EasyWSClient (from `../third-party-podspecs/EasyWSClient.podspec`)
- Folly (from `../third-party-podspecs/Folly.podspec`) - Folly (from `../third-party-podspecs/Folly.podspec`)
- glog (from `../third-party-podspecs/glog.podspec`) - glog (from `../third-party-podspecs/glog.podspec`)
- PeerTalk (from `https://github.com/rsms/peertalk`) - PeerTalk (from `../third-party-podspecs/PeerTalk.podspec`)
- Sonar (from `../../xplat/Sonar/SonarKitCPP.podspec`) - RSocket (from `../third-party-podspecs/RSocket.podspec`)
- Sonar (from `../../xplat/Sonar/Sonar.podspec`)
- SonarKit (from `../SonarKit.podspec`) - SonarKit (from `../SonarKit.podspec`)
- SonarKit/SKIOSNetworkPlugin (from `../SonarKit.podspec`) - SonarKit/SKIOSNetworkPlugin (from `../SonarKit.podspec`)
- SonarKit/SonarKitLayoutComponentKitSupport (from `../SonarKit.podspec`) - SonarKit/SonarKitLayoutComponentKitSupport (from `../SonarKit.podspec`)
@@ -71,6 +80,8 @@ SPEC REPOS:
https://github.com/cocoapods/specs.git: https://github.com/cocoapods/specs.git:
- boost-for-react-native - boost-for-react-native
- CocoaAsyncSocket - CocoaAsyncSocket
- CocoaLibEvent
- OpenSSL-Static
- Yoga - Yoga
- YogaKit - YogaKit
@@ -79,50 +90,55 @@ EXTERNAL SOURCES:
:podspec: "../third-party-podspecs/ComponentKit.podspec" :podspec: "../third-party-podspecs/ComponentKit.podspec"
DoubleConversion: DoubleConversion:
:podspec: "../third-party-podspecs/DoubleConversion.podspec" :podspec: "../third-party-podspecs/DoubleConversion.podspec"
EasyWSClient:
:podspec: "../third-party-podspecs/EasyWSClient.podspec"
Folly: Folly:
:podspec: "../third-party-podspecs/Folly.podspec" :podspec: "../third-party-podspecs/Folly.podspec"
glog: glog:
:podspec: "../third-party-podspecs/glog.podspec" :podspec: "../third-party-podspecs/glog.podspec"
PeerTalk: PeerTalk:
:git: https://github.com/rsms/peertalk :podspec: "../third-party-podspecs/PeerTalk.podspec"
RSocket:
:podspec: "../third-party-podspecs/RSocket.podspec"
Sonar: Sonar:
:podspec: "../../xplat/Sonar/SonarKitCPP.podspec" :podspec: "../../xplat/Sonar/Sonar.podspec"
SonarKit: SonarKit:
:podspec: "../SonarKit.podspec" :podspec: "../SonarKit.podspec"
CHECKOUT OPTIONS: CHECKOUT OPTIONS:
ComponentKit: ComponentKit:
:commit: f801317e71f88fbb5a398cd726fc0375255f43ba :commit: 89c5e28e4ccc02927187a8aac6b7196f533cf86d
:git: https://github.com/facebook/ComponentKit.git :git: https://github.com/facebook/ComponentKit.git
EasyWSClient: Folly:
:commit: 9b87dc488048900a8cd684f51ddc98143682dbc3 :commit: 1ed5d00ca4f43d5c81f4d731119e71509179dc99
:git: https://github.com/dhbaird/easywsclient.git :git: https://github.com/facebook/folly.git
PeerTalk: PeerTalk:
:commit: 588303b43efa5082d654b6f75d1b84a6ba4b5b9e :commit: 588303b43efa5082d654b6f75d1b84a6ba4b5b9e
:git: https://github.com/rsms/peertalk :git: https://github.com/rsms/PeerTalk.git
RSocket:
:commit: 7f4fc67b1dc085e41cd89193077a70d994cb8500
:git: https://github.com/rsocket/rsocket-cpp.git
Sonar: Sonar:
:commit: 26c298ad3401157ac2b7336218c1dde63260dc0c :commit: 54fa6aa8f2777304d923a9e9425e53bd5a3eab43
:git: https://github.com/facebook/Sonar.git :git: https://github.com/facebook/Sonar.git
SonarKit: SonarKit:
:commit: 26c298ad3401157ac2b7336218c1dde63260dc0c :commit: 54fa6aa8f2777304d923a9e9425e53bd5a3eab43
:git: https://github.com/facebook/Sonar.git :git: https://github.com/facebook/Sonar.git
SPEC CHECKSUMS: SPEC CHECKSUMS:
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
CocoaAsyncSocket: eafaa68a7e0ec99ead0a7b35015e0bf25d2c8987 CocoaAsyncSocket: eafaa68a7e0ec99ead0a7b35015e0bf25d2c8987
CocoaLibEvent: 2fab71b8bd46dd33ddb959f7928ec5909f838e3f
ComponentKit: 7bd0ad508946aeb68dd52ed8739ced9846ff3671 ComponentKit: 7bd0ad508946aeb68dd52ed8739ced9846ff3671
DoubleConversion: 310ccd7cdf00175c32883664f84fe026025604df DoubleConversion: 9bd61b1134a393694e95e0950c5bf3f99534817f
EasyWSClient: 7ec8effe7d86f6061a47d19a55355769c9edfd2f Folly: 65270e20aba2ebbb87febbf1f9052ccd28571ea4
Folly: 2d29ed217455246ae583ff1980f9ce882af31e80 glog: fdb5d40eb83acd6a4d5d61d95ecc583f5970a119
glog: f175af2df1f453be65bd355b287a07c842927a99 OpenSSL-Static: bd17e34564a8591ad76b740318683a6caa19a13e
PeerTalk: f5389c286e4d477e59b73dfbf25c5c70a2464761 PeerTalk: aadc42bc7d7f19e89f817b59ef8196305a711504
Sonar: 815b6c6357c78564d9132f6389605b285a06f052 RSocket: e9ee232080f995ba8f403ccf4cb61238a5646cb6
SonarKit: 29b45073b54d7f5db13e53b7afe6fb6f36c6bea7 Sonar: 29d8fb9b010e56fa1358be996d68d4b436dd8c21
SonarKit: 5f67fab955cfebd1d47e711606eff97d18f6013c
Yoga: e6f1fed82138c17da5332e15e5770abf0e9cc386 Yoga: e6f1fed82138c17da5332e15e5770abf0e9cc386
YogaKit: bb90d11e297e06abef7e0cfb20e035a6bd00cdc4 YogaKit: bb90d11e297e06abef7e0cfb20e035a6bd00cdc4
PODFILE CHECKSUM: cab936292346d86ef8900c8f67d3c707dc421709 PODFILE CHECKSUM: 6d021549fc806a559ec83f4086fadb9d8dc59e00
COCOAPODS: 1.5.2 COCOAPODS: 1.5.2

File diff suppressed because it is too large Load Diff