Summary: Solves #173 - [x] Add plugins in the sonarkit xcodeproj so that its easy to debug - [x] Get rid off the c++ in the headers - [x] Add example to hit network requests and validate Have a look at the screen shot below ✨⭐️⚡️ <img width="1677" alt="screen shot 2018-08-02 at 12 46 07 pm" src="https://user-images.githubusercontent.com/3865908/43581809-22efe4fe-9652-11e8-9424-f279d07c5c81.png"> Pull Request resolved: https://github.com/facebook/flipper/pull/201 Reviewed By: danielbuechele Differential Revision: D9132157 Pulled By: priteshrnandgaonkar fbshipit-source-id: 2b425506961f02eb2bf629c2bcab0da6e7ce5bb0
988 lines
65 KiB
Plaintext
988 lines
65 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 48;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
537A850D21123223004A52BB /* SKDispatchQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 537A84B121123223004A52BB /* SKDispatchQueue.h */; };
|
|
537A850E21123223004A52BB /* SonarKitNetworkPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 537A84B221123223004A52BB /* SonarKitNetworkPlugin.h */; };
|
|
537A850F21123223004A52BB /* SonarKitNetworkPlugin.mm in Sources */ = {isa = PBXBuildFile; fileRef = 537A84B321123223004A52BB /* SonarKitNetworkPlugin.mm */; };
|
|
537A851021123223004A52BB /* SKNetworkReporter.h in Headers */ = {isa = PBXBuildFile; fileRef = 537A84B421123223004A52BB /* SKNetworkReporter.h */; };
|
|
537A851121123223004A52BB /* SKBufferingPlugin.mm in Sources */ = {isa = PBXBuildFile; fileRef = 537A84B521123223004A52BB /* SKBufferingPlugin.mm */; };
|
|
537A851221123223004A52BB /* SKBufferingPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 537A84B621123223004A52BB /* SKBufferingPlugin.h */; };
|
|
537A851321123223004A52BB /* FLEXNetworkObserver.mm in Sources */ = {isa = PBXBuildFile; fileRef = 537A84B921123223004A52BB /* FLEXNetworkObserver.mm */; };
|
|
537A851421123223004A52BB /* FLEXNetworkTransaction.m in Sources */ = {isa = PBXBuildFile; fileRef = 537A84BA21123223004A52BB /* FLEXNetworkTransaction.m */; };
|
|
537A851521123223004A52BB /* FLEXNetworkObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 537A84BB21123223004A52BB /* FLEXNetworkObserver.h */; };
|
|
537A851621123223004A52BB /* FLEXNetworkRecorder.mm in Sources */ = {isa = PBXBuildFile; fileRef = 537A84BC21123223004A52BB /* FLEXNetworkRecorder.mm */; };
|
|
537A851721123223004A52BB /* FLEXNetworkTransaction.h in Headers */ = {isa = PBXBuildFile; fileRef = 537A84BD21123223004A52BB /* FLEXNetworkTransaction.h */; };
|
|
537A851821123223004A52BB /* FLEXUtility.mm in Sources */ = {isa = PBXBuildFile; fileRef = 537A84BE21123223004A52BB /* FLEXUtility.mm */; };
|
|
537A851921123223004A52BB /* FLEXUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 537A84BF21123223004A52BB /* FLEXUtility.h */; };
|
|
537A851A21123223004A52BB /* FLEXNetworkRecorder.h in Headers */ = {isa = PBXBuildFile; fileRef = 537A84C021123223004A52BB /* FLEXNetworkRecorder.h */; };
|
|
537A851B21123223004A52BB /* SKIOSNetworkAdapter.mm in Sources */ = {isa = PBXBuildFile; fileRef = 537A84C121123223004A52BB /* SKIOSNetworkAdapter.mm */; };
|
|
537A851C21123223004A52BB /* SKIOSNetworkAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 537A84C221123223004A52BB /* SKIOSNetworkAdapter.h */; };
|
|
537A852421123223004A52BB /* Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 537A84CD21123223004A52BB /* Utils.h */; };
|
|
537A852521123223004A52BB /* CKFlexboxComponent+Sonar.mm in Sources */ = {isa = PBXBuildFile; fileRef = 537A84CE21123223004A52BB /* CKFlexboxComponent+Sonar.mm */; };
|
|
537A852621123223004A52BB /* SKComponentRootViewDescriptor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 537A84CF21123223004A52BB /* SKComponentRootViewDescriptor.mm */; };
|
|
537A852721123223004A52BB /* CKComponent+Sonar.mm in Sources */ = {isa = PBXBuildFile; fileRef = 537A84D021123223004A52BB /* CKComponent+Sonar.mm */; };
|
|
537A852821123223004A52BB /* Utils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 537A84D121123223004A52BB /* Utils.mm */; };
|
|
537A852921123223004A52BB /* CKInsetComponent+Sonar.mm in Sources */ = {isa = PBXBuildFile; fileRef = 537A84D221123223004A52BB /* CKInsetComponent+Sonar.mm */; };
|
|
537A852A21123223004A52BB /* SKComponentLayoutWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 537A84D321123223004A52BB /* SKComponentLayoutWrapper.h */; };
|
|
537A852B21123223004A52BB /* CKComponent+Sonar.h in Headers */ = {isa = PBXBuildFile; fileRef = 537A84D421123223004A52BB /* CKComponent+Sonar.h */; };
|
|
537A852C21123223004A52BB /* CKInsetComponent+Sonar.h in Headers */ = {isa = PBXBuildFile; fileRef = 537A84D521123223004A52BB /* CKInsetComponent+Sonar.h */; };
|
|
537A852D21123223004A52BB /* SKComponentLayoutWrapper.mm in Sources */ = {isa = PBXBuildFile; fileRef = 537A84D621123223004A52BB /* SKComponentLayoutWrapper.mm */; };
|
|
537A852E21123223004A52BB /* CKFlexboxComponent+Sonar.h in Headers */ = {isa = PBXBuildFile; fileRef = 537A84D721123223004A52BB /* CKFlexboxComponent+Sonar.h */; };
|
|
537A852F21123223004A52BB /* SKComponentHostingViewDescriptor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 537A84D821123223004A52BB /* SKComponentHostingViewDescriptor.mm */; };
|
|
537A853021123223004A52BB /* SKComponentLayoutDescriptor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 537A84D921123223004A52BB /* SKComponentLayoutDescriptor.mm */; };
|
|
537A853121123223004A52BB /* SKComponentLayoutDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 537A84DA21123223004A52BB /* SKComponentLayoutDescriptor.h */; };
|
|
537A853221123223004A52BB /* SonarKitLayoutComponentKitSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 537A84DB21123223004A52BB /* SonarKitLayoutComponentKitSupport.h */; };
|
|
537A853321123223004A52BB /* SKComponentHostingViewDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 537A84DC21123223004A52BB /* SKComponentHostingViewDescriptor.h */; };
|
|
537A853421123223004A52BB /* SonarKitLayoutComponentKitSupport.mm in Sources */ = {isa = PBXBuildFile; fileRef = 537A84DD21123223004A52BB /* SonarKitLayoutComponentKitSupport.mm */; };
|
|
537A853521123223004A52BB /* SKComponentRootViewDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 537A84DE21123223004A52BB /* SKComponentRootViewDescriptor.h */; };
|
|
537A853621123223004A52BB /* SKNodeDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 537A84E021123223004A52BB /* SKNodeDescriptor.h */; };
|
|
537A853721123223004A52BB /* SKSearchResultNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 537A84E121123223004A52BB /* SKSearchResultNode.h */; };
|
|
537A853821123223004A52BB /* UIColor+SKSonarValueCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 537A84E221123223004A52BB /* UIColor+SKSonarValueCoder.h */; };
|
|
537A853921123223004A52BB /* SKNamed.mm in Sources */ = {isa = PBXBuildFile; fileRef = 537A84E321123223004A52BB /* SKNamed.mm */; };
|
|
537A853A21123223004A52BB /* SKTouch.m in Sources */ = {isa = PBXBuildFile; fileRef = 537A84E421123223004A52BB /* SKTouch.m */; };
|
|
537A853B21123223004A52BB /* SKTapListenerImpl.m in Sources */ = {isa = PBXBuildFile; fileRef = 537A84E521123223004A52BB /* SKTapListenerImpl.m */; };
|
|
537A853C21123223004A52BB /* UIView+SKInvalidation.h in Headers */ = {isa = PBXBuildFile; fileRef = 537A84E621123223004A52BB /* UIView+SKInvalidation.h */; };
|
|
537A853D21123223004A52BB /* SKHighlightOverlay.h in Headers */ = {isa = PBXBuildFile; fileRef = 537A84E721123223004A52BB /* SKHighlightOverlay.h */; };
|
|
537A853E21123223004A52BB /* UICollectionView+SKInvalidation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 537A84E821123223004A52BB /* UICollectionView+SKInvalidation.mm */; };
|
|
537A853F21123223004A52BB /* SonarKitLayoutPlugin.mm in Sources */ = {isa = PBXBuildFile; fileRef = 537A84E921123223004A52BB /* SonarKitLayoutPlugin.mm */; };
|
|
537A854021123223004A52BB /* SKInvalidation.h in Headers */ = {isa = PBXBuildFile; fileRef = 537A84EA21123223004A52BB /* SKInvalidation.h */; };
|
|
537A854121123223004A52BB /* SKHiddenWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 537A84EC21123223004A52BB /* SKHiddenWindow.h */; };
|
|
537A854221123223004A52BB /* SKSwizzle.h in Headers */ = {isa = PBXBuildFile; fileRef = 537A84ED21123223004A52BB /* SKSwizzle.h */; };
|
|
537A854321123223004A52BB /* SKYogaKitHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 537A84EE21123223004A52BB /* SKYogaKitHelper.h */; };
|
|
537A854421123223004A52BB /* SKSwizzle.mm in Sources */ = {isa = PBXBuildFile; fileRef = 537A84EF21123223004A52BB /* SKSwizzle.mm */; };
|
|
537A854521123223004A52BB /* SKHiddenWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 537A84F021123223004A52BB /* SKHiddenWindow.m */; };
|
|
537A854621123223004A52BB /* SKObjectHash.h in Headers */ = {isa = PBXBuildFile; fileRef = 537A84F121123223004A52BB /* SKObjectHash.h */; };
|
|
537A854721123223004A52BB /* SKNamed.h in Headers */ = {isa = PBXBuildFile; fileRef = 537A84F221123223004A52BB /* SKNamed.h */; };
|
|
537A854821123223004A52BB /* UIView+SKInvalidation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 537A84F321123223004A52BB /* UIView+SKInvalidation.mm */; };
|
|
537A854921123223004A52BB /* SKSearchResultNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 537A84F421123223004A52BB /* SKSearchResultNode.m */; };
|
|
537A854A21123223004A52BB /* SKObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 537A84F521123223004A52BB /* SKObject.mm */; };
|
|
537A854B21123223004A52BB /* SKDescriptorMapper.mm in Sources */ = {isa = PBXBuildFile; fileRef = 537A84F621123223004A52BB /* SKDescriptorMapper.mm */; };
|
|
537A854C21123223004A52BB /* SonarKitLayoutPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 537A84F721123223004A52BB /* SonarKitLayoutPlugin.h */; };
|
|
537A854D21123223004A52BB /* SKViewControllerDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 537A84F921123223004A52BB /* SKViewControllerDescriptor.h */; };
|
|
537A854E21123223004A52BB /* SKScrollViewDescriptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 537A84FA21123223004A52BB /* SKScrollViewDescriptor.m */; };
|
|
537A854F21123223004A52BB /* SKButtonDescriptor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 537A84FB21123223004A52BB /* SKButtonDescriptor.mm */; };
|
|
537A855021123223004A52BB /* SKApplicationDescriptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 537A84FC21123223004A52BB /* SKApplicationDescriptor.m */; };
|
|
537A855121123223004A52BB /* SKButtonDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 537A84FD21123223004A52BB /* SKButtonDescriptor.h */; };
|
|
537A855221123223004A52BB /* SKScrollViewDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 537A84FE21123223004A52BB /* SKScrollViewDescriptor.h */; };
|
|
537A855321123223004A52BB /* SKViewControllerDescriptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 537A84FF21123223004A52BB /* SKViewControllerDescriptor.m */; };
|
|
537A855421123223004A52BB /* SKViewDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 537A850021123223004A52BB /* SKViewDescriptor.h */; };
|
|
537A855521123223004A52BB /* SKViewDescriptor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 537A850121123223004A52BB /* SKViewDescriptor.mm */; };
|
|
537A855621123223004A52BB /* SKApplicationDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 537A850221123223004A52BB /* SKApplicationDescriptor.h */; };
|
|
537A855721123223004A52BB /* SKTapListenerImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = 537A850321123223004A52BB /* SKTapListenerImpl.h */; };
|
|
537A855821123223004A52BB /* UIColor+SKSonarValueCoder.mm in Sources */ = {isa = PBXBuildFile; fileRef = 537A850421123223004A52BB /* UIColor+SKSonarValueCoder.mm */; };
|
|
537A855921123223004A52BB /* SKTouch.h in Headers */ = {isa = PBXBuildFile; fileRef = 537A850521123223004A52BB /* SKTouch.h */; };
|
|
537A855A21123223004A52BB /* SKNodeDescriptor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 537A850621123223004A52BB /* SKNodeDescriptor.mm */; };
|
|
537A855B21123223004A52BB /* SKHighlightOverlay.m in Sources */ = {isa = PBXBuildFile; fileRef = 537A850721123223004A52BB /* SKHighlightOverlay.m */; };
|
|
537A855C21123223004A52BB /* SKObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 537A850821123223004A52BB /* SKObject.h */; };
|
|
537A855D21123223004A52BB /* UICollectionView+SKInvalidation.h in Headers */ = {isa = PBXBuildFile; fileRef = 537A850921123223004A52BB /* UICollectionView+SKInvalidation.h */; };
|
|
537A855E21123223004A52BB /* SKDescriptorMapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 537A850A21123223004A52BB /* SKDescriptorMapper.h */; };
|
|
537A855F21123223004A52BB /* SKInvalidation.m in Sources */ = {isa = PBXBuildFile; fileRef = 537A850B21123223004A52BB /* SKInvalidation.m */; };
|
|
537A856021123223004A52BB /* SKTapListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 537A850C21123223004A52BB /* SKTapListener.h */; };
|
|
537A856921123BDB004A52BB /* SKRequestInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 537A856721123BDB004A52BB /* SKRequestInfo.h */; };
|
|
537A856A21123BDB004A52BB /* SKRequestInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 537A856821123BDB004A52BB /* SKRequestInfo.m */; };
|
|
53D19A2620A4BABA00A371E3 /* SonarClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 53D19A1220A4BAB900A371E3 /* SonarClient.mm */; };
|
|
53D19A2820A4BABA00A371E3 /* SonarUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 53D19A1420A4BAB900A371E3 /* SonarUtil.m */; };
|
|
53D19A2F20A4BABA00A371E3 /* SKPortForwardingServer.m in Sources */ = {isa = PBXBuildFile; fileRef = 53D19A1D20A4BABA00A371E3 /* SKPortForwardingServer.m */; };
|
|
53D19A3020A4BABA00A371E3 /* SonarCppBridgingConnection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 53D19A1F20A4BABA00A371E3 /* SonarCppBridgingConnection.mm */; };
|
|
53D19A3320A4BABA00A371E3 /* SonarCppBridgingResponder.mm in Sources */ = {isa = PBXBuildFile; fileRef = 53D19A2220A4BABA00A371E3 /* SonarCppBridgingResponder.mm */; };
|
|
53D3BBD820C629230022EB45 /* FBCxxFollyDynamicConvert.mm in Sources */ = {isa = PBXBuildFile; fileRef = 53D3BBD620C629230022EB45 /* FBCxxFollyDynamicConvert.mm */; };
|
|
53D3BBD920C629230022EB45 /* FBCxxFollyDynamicConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 53D3BBD720C629230022EB45 /* FBCxxFollyDynamicConvert.h */; };
|
|
53D4C50620A5B72800613A96 /* SonarCppWrapperPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 53D19A2020A4BABA00A371E3 /* SonarCppWrapperPlugin.h */; };
|
|
53D4C50720A5B72800613A96 /* SonarCppBridgingConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 53D19A2120A4BABA00A371E3 /* SonarCppBridgingConnection.h */; };
|
|
53D4C50820A5B72800613A96 /* SonarCppBridgingResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = 53D19A2320A4BABA00A371E3 /* SonarCppBridgingResponder.h */; };
|
|
53D4C50920A5B72800613A96 /* SKMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 53D19A1020A4BAB900A371E3 /* SKMacros.h */; };
|
|
53D4C50A20A5B72800613A96 /* SonarClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 53D19A1120A4BAB900A371E3 /* SonarClient.h */; };
|
|
53D4C50B20A5B72800613A96 /* SonarConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 53D19A1820A4BAB900A371E3 /* SonarConnection.h */; };
|
|
53D4C50C20A5B72800613A96 /* SonarPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 53D19A1620A4BAB900A371E3 /* SonarPlugin.h */; };
|
|
53D4C50D20A5B72800613A96 /* SonarResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = 53D19A1320A4BAB900A371E3 /* SonarResponder.h */; };
|
|
53D4C50F20A5B72800613A96 /* SKPortForwardingServer.h in Headers */ = {isa = PBXBuildFile; fileRef = 53D19A1B20A4BABA00A371E3 /* SKPortForwardingServer.h */; };
|
|
53D4C51020A5B72800613A96 /* SKPortForwardingCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = 53D19A1C20A4BABA00A371E3 /* SKPortForwardingCommon.h */; };
|
|
53D4C51220A5B89900613A96 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 53D4C51120A5B89900613A96 /* Foundation.framework */; };
|
|
53EF578A211240540072E1EA /* SKResponseInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 53EF5788211240540072E1EA /* SKResponseInfo.h */; };
|
|
53EF578B211240540072E1EA /* SKResponseInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 53EF5789211240540072E1EA /* SKResponseInfo.m */; };
|
|
6AE55F0A77A5644AADF2CEA6 /* libPods-SonarKit.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 104CB87D17FDFDC934630C14 /* libPods-SonarKit.a */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
104CB87D17FDFDC934630C14 /* libPods-SonarKit.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-SonarKit.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
537A84B121123223004A52BB /* SKDispatchQueue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SKDispatchQueue.h; sourceTree = "<group>"; };
|
|
537A84B221123223004A52BB /* SonarKitNetworkPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SonarKitNetworkPlugin.h; sourceTree = "<group>"; };
|
|
537A84B321123223004A52BB /* SonarKitNetworkPlugin.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = SonarKitNetworkPlugin.mm; sourceTree = "<group>"; };
|
|
537A84B421123223004A52BB /* SKNetworkReporter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SKNetworkReporter.h; sourceTree = "<group>"; };
|
|
537A84B521123223004A52BB /* SKBufferingPlugin.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = SKBufferingPlugin.mm; sourceTree = "<group>"; };
|
|
537A84B621123223004A52BB /* SKBufferingPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SKBufferingPlugin.h; sourceTree = "<group>"; };
|
|
537A84B921123223004A52BB /* FLEXNetworkObserver.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = FLEXNetworkObserver.mm; sourceTree = "<group>"; };
|
|
537A84BA21123223004A52BB /* FLEXNetworkTransaction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FLEXNetworkTransaction.m; sourceTree = "<group>"; };
|
|
537A84BB21123223004A52BB /* FLEXNetworkObserver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FLEXNetworkObserver.h; sourceTree = "<group>"; };
|
|
537A84BC21123223004A52BB /* FLEXNetworkRecorder.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = FLEXNetworkRecorder.mm; sourceTree = "<group>"; };
|
|
537A84BD21123223004A52BB /* FLEXNetworkTransaction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FLEXNetworkTransaction.h; sourceTree = "<group>"; };
|
|
537A84BE21123223004A52BB /* FLEXUtility.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = FLEXUtility.mm; sourceTree = "<group>"; };
|
|
537A84BF21123223004A52BB /* FLEXUtility.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FLEXUtility.h; sourceTree = "<group>"; };
|
|
537A84C021123223004A52BB /* FLEXNetworkRecorder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FLEXNetworkRecorder.h; sourceTree = "<group>"; };
|
|
537A84C121123223004A52BB /* SKIOSNetworkAdapter.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = SKIOSNetworkAdapter.mm; sourceTree = "<group>"; };
|
|
537A84C221123223004A52BB /* SKIOSNetworkAdapter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SKIOSNetworkAdapter.h; sourceTree = "<group>"; };
|
|
537A84CD21123223004A52BB /* Utils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Utils.h; sourceTree = "<group>"; };
|
|
537A84CE21123223004A52BB /* CKFlexboxComponent+Sonar.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = "CKFlexboxComponent+Sonar.mm"; sourceTree = "<group>"; };
|
|
537A84CF21123223004A52BB /* SKComponentRootViewDescriptor.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = SKComponentRootViewDescriptor.mm; sourceTree = "<group>"; };
|
|
537A84D021123223004A52BB /* CKComponent+Sonar.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = "CKComponent+Sonar.mm"; sourceTree = "<group>"; };
|
|
537A84D121123223004A52BB /* Utils.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = Utils.mm; sourceTree = "<group>"; };
|
|
537A84D221123223004A52BB /* CKInsetComponent+Sonar.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = "CKInsetComponent+Sonar.mm"; sourceTree = "<group>"; };
|
|
537A84D321123223004A52BB /* SKComponentLayoutWrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SKComponentLayoutWrapper.h; sourceTree = "<group>"; };
|
|
537A84D421123223004A52BB /* CKComponent+Sonar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "CKComponent+Sonar.h"; sourceTree = "<group>"; };
|
|
537A84D521123223004A52BB /* CKInsetComponent+Sonar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "CKInsetComponent+Sonar.h"; sourceTree = "<group>"; };
|
|
537A84D621123223004A52BB /* SKComponentLayoutWrapper.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = SKComponentLayoutWrapper.mm; sourceTree = "<group>"; };
|
|
537A84D721123223004A52BB /* CKFlexboxComponent+Sonar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "CKFlexboxComponent+Sonar.h"; sourceTree = "<group>"; };
|
|
537A84D821123223004A52BB /* SKComponentHostingViewDescriptor.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = SKComponentHostingViewDescriptor.mm; sourceTree = "<group>"; };
|
|
537A84D921123223004A52BB /* SKComponentLayoutDescriptor.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = SKComponentLayoutDescriptor.mm; sourceTree = "<group>"; };
|
|
537A84DA21123223004A52BB /* SKComponentLayoutDescriptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SKComponentLayoutDescriptor.h; sourceTree = "<group>"; };
|
|
537A84DB21123223004A52BB /* SonarKitLayoutComponentKitSupport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SonarKitLayoutComponentKitSupport.h; sourceTree = "<group>"; };
|
|
537A84DC21123223004A52BB /* SKComponentHostingViewDescriptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SKComponentHostingViewDescriptor.h; sourceTree = "<group>"; };
|
|
537A84DD21123223004A52BB /* SonarKitLayoutComponentKitSupport.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = SonarKitLayoutComponentKitSupport.mm; sourceTree = "<group>"; };
|
|
537A84DE21123223004A52BB /* SKComponentRootViewDescriptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SKComponentRootViewDescriptor.h; sourceTree = "<group>"; };
|
|
537A84E021123223004A52BB /* SKNodeDescriptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SKNodeDescriptor.h; sourceTree = "<group>"; };
|
|
537A84E121123223004A52BB /* SKSearchResultNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SKSearchResultNode.h; sourceTree = "<group>"; };
|
|
537A84E221123223004A52BB /* UIColor+SKSonarValueCoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIColor+SKSonarValueCoder.h"; sourceTree = "<group>"; };
|
|
537A84E321123223004A52BB /* SKNamed.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = SKNamed.mm; sourceTree = "<group>"; };
|
|
537A84E421123223004A52BB /* SKTouch.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SKTouch.m; sourceTree = "<group>"; };
|
|
537A84E521123223004A52BB /* SKTapListenerImpl.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SKTapListenerImpl.m; sourceTree = "<group>"; };
|
|
537A84E621123223004A52BB /* UIView+SKInvalidation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIView+SKInvalidation.h"; sourceTree = "<group>"; };
|
|
537A84E721123223004A52BB /* SKHighlightOverlay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SKHighlightOverlay.h; sourceTree = "<group>"; };
|
|
537A84E821123223004A52BB /* UICollectionView+SKInvalidation.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = "UICollectionView+SKInvalidation.mm"; sourceTree = "<group>"; };
|
|
537A84E921123223004A52BB /* SonarKitLayoutPlugin.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = SonarKitLayoutPlugin.mm; sourceTree = "<group>"; };
|
|
537A84EA21123223004A52BB /* SKInvalidation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SKInvalidation.h; sourceTree = "<group>"; };
|
|
537A84EC21123223004A52BB /* SKHiddenWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SKHiddenWindow.h; sourceTree = "<group>"; };
|
|
537A84ED21123223004A52BB /* SKSwizzle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SKSwizzle.h; sourceTree = "<group>"; };
|
|
537A84EE21123223004A52BB /* SKYogaKitHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SKYogaKitHelper.h; sourceTree = "<group>"; };
|
|
537A84EF21123223004A52BB /* SKSwizzle.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = SKSwizzle.mm; sourceTree = "<group>"; };
|
|
537A84F021123223004A52BB /* SKHiddenWindow.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SKHiddenWindow.m; sourceTree = "<group>"; };
|
|
537A84F121123223004A52BB /* SKObjectHash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SKObjectHash.h; sourceTree = "<group>"; };
|
|
537A84F221123223004A52BB /* SKNamed.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SKNamed.h; sourceTree = "<group>"; };
|
|
537A84F321123223004A52BB /* UIView+SKInvalidation.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = "UIView+SKInvalidation.mm"; sourceTree = "<group>"; };
|
|
537A84F421123223004A52BB /* SKSearchResultNode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SKSearchResultNode.m; sourceTree = "<group>"; };
|
|
537A84F521123223004A52BB /* SKObject.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = SKObject.mm; sourceTree = "<group>"; };
|
|
537A84F621123223004A52BB /* SKDescriptorMapper.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = SKDescriptorMapper.mm; sourceTree = "<group>"; };
|
|
537A84F721123223004A52BB /* SonarKitLayoutPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SonarKitLayoutPlugin.h; sourceTree = "<group>"; };
|
|
537A84F921123223004A52BB /* SKViewControllerDescriptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SKViewControllerDescriptor.h; sourceTree = "<group>"; };
|
|
537A84FA21123223004A52BB /* SKScrollViewDescriptor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SKScrollViewDescriptor.m; sourceTree = "<group>"; };
|
|
537A84FB21123223004A52BB /* SKButtonDescriptor.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = SKButtonDescriptor.mm; sourceTree = "<group>"; };
|
|
537A84FC21123223004A52BB /* SKApplicationDescriptor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SKApplicationDescriptor.m; sourceTree = "<group>"; };
|
|
537A84FD21123223004A52BB /* SKButtonDescriptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SKButtonDescriptor.h; sourceTree = "<group>"; };
|
|
537A84FE21123223004A52BB /* SKScrollViewDescriptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SKScrollViewDescriptor.h; sourceTree = "<group>"; };
|
|
537A84FF21123223004A52BB /* SKViewControllerDescriptor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SKViewControllerDescriptor.m; sourceTree = "<group>"; };
|
|
537A850021123223004A52BB /* SKViewDescriptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SKViewDescriptor.h; sourceTree = "<group>"; };
|
|
537A850121123223004A52BB /* SKViewDescriptor.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = SKViewDescriptor.mm; sourceTree = "<group>"; };
|
|
537A850221123223004A52BB /* SKApplicationDescriptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SKApplicationDescriptor.h; sourceTree = "<group>"; };
|
|
537A850321123223004A52BB /* SKTapListenerImpl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SKTapListenerImpl.h; sourceTree = "<group>"; };
|
|
537A850421123223004A52BB /* UIColor+SKSonarValueCoder.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = "UIColor+SKSonarValueCoder.mm"; sourceTree = "<group>"; };
|
|
537A850521123223004A52BB /* SKTouch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SKTouch.h; sourceTree = "<group>"; };
|
|
537A850621123223004A52BB /* SKNodeDescriptor.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = SKNodeDescriptor.mm; sourceTree = "<group>"; };
|
|
537A850721123223004A52BB /* SKHighlightOverlay.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SKHighlightOverlay.m; sourceTree = "<group>"; };
|
|
537A850821123223004A52BB /* SKObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SKObject.h; sourceTree = "<group>"; };
|
|
537A850921123223004A52BB /* UICollectionView+SKInvalidation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UICollectionView+SKInvalidation.h"; sourceTree = "<group>"; };
|
|
537A850A21123223004A52BB /* SKDescriptorMapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SKDescriptorMapper.h; sourceTree = "<group>"; };
|
|
537A850B21123223004A52BB /* SKInvalidation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SKInvalidation.m; sourceTree = "<group>"; };
|
|
537A850C21123223004A52BB /* SKTapListener.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SKTapListener.h; sourceTree = "<group>"; };
|
|
537A856721123BDB004A52BB /* SKRequestInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SKRequestInfo.h; sourceTree = "<group>"; };
|
|
537A856821123BDB004A52BB /* SKRequestInfo.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SKRequestInfo.m; sourceTree = "<group>"; };
|
|
53D19A0520A4BA3600A371E3 /* SonarKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SonarKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
53D19A0920A4BA3600A371E3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
53D19A1020A4BAB900A371E3 /* SKMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SKMacros.h; sourceTree = "<group>"; };
|
|
53D19A1120A4BAB900A371E3 /* SonarClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SonarClient.h; sourceTree = "<group>"; };
|
|
53D19A1220A4BAB900A371E3 /* SonarClient.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = SonarClient.mm; sourceTree = "<group>"; };
|
|
53D19A1320A4BAB900A371E3 /* SonarResponder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SonarResponder.h; sourceTree = "<group>"; };
|
|
53D19A1420A4BAB900A371E3 /* SonarUtil.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SonarUtil.m; sourceTree = "<group>"; };
|
|
53D19A1620A4BAB900A371E3 /* SonarPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SonarPlugin.h; sourceTree = "<group>"; };
|
|
53D19A1820A4BAB900A371E3 /* SonarConnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SonarConnection.h; sourceTree = "<group>"; };
|
|
53D19A1B20A4BABA00A371E3 /* SKPortForwardingServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SKPortForwardingServer.h; sourceTree = "<group>"; };
|
|
53D19A1C20A4BABA00A371E3 /* SKPortForwardingCommon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SKPortForwardingCommon.h; sourceTree = "<group>"; };
|
|
53D19A1D20A4BABA00A371E3 /* SKPortForwardingServer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SKPortForwardingServer.m; sourceTree = "<group>"; };
|
|
53D19A1F20A4BABA00A371E3 /* SonarCppBridgingConnection.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = SonarCppBridgingConnection.mm; sourceTree = "<group>"; };
|
|
53D19A2020A4BABA00A371E3 /* SonarCppWrapperPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SonarCppWrapperPlugin.h; sourceTree = "<group>"; };
|
|
53D19A2120A4BABA00A371E3 /* SonarCppBridgingConnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SonarCppBridgingConnection.h; sourceTree = "<group>"; };
|
|
53D19A2220A4BABA00A371E3 /* SonarCppBridgingResponder.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = SonarCppBridgingResponder.mm; sourceTree = "<group>"; };
|
|
53D19A2320A4BABA00A371E3 /* SonarCppBridgingResponder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SonarCppBridgingResponder.h; sourceTree = "<group>"; };
|
|
53D3BBD620C629230022EB45 /* FBCxxFollyDynamicConvert.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = FBCxxFollyDynamicConvert.mm; sourceTree = "<group>"; };
|
|
53D3BBD720C629230022EB45 /* FBCxxFollyDynamicConvert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FBCxxFollyDynamicConvert.h; sourceTree = "<group>"; };
|
|
53D4C51120A5B89900613A96 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
|
53EF5788211240540072E1EA /* SKResponseInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SKResponseInfo.h; sourceTree = "<group>"; };
|
|
53EF5789211240540072E1EA /* SKResponseInfo.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SKResponseInfo.m; sourceTree = "<group>"; };
|
|
5B3C0104984F1A2F624E5394 /* Pods-SonarKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SonarKit.release.xcconfig"; path = "Pods/Target Support Files/Pods-SonarKit/Pods-SonarKit.release.xcconfig"; sourceTree = "<group>"; };
|
|
C6253FA5661121EDD200B8A9 /* Pods-SonarKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SonarKit.debug.xcconfig"; path = "Pods/Target Support Files/Pods-SonarKit/Pods-SonarKit.debug.xcconfig"; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
53D19A0120A4BA3600A371E3 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
53D4C51220A5B89900613A96 /* Foundation.framework in Frameworks */,
|
|
6AE55F0A77A5644AADF2CEA6 /* libPods-SonarKit.a in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
256B672257477FB71D3FAD20 /* Pods */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
C6253FA5661121EDD200B8A9 /* Pods-SonarKit.debug.xcconfig */,
|
|
5B3C0104984F1A2F624E5394 /* Pods-SonarKit.release.xcconfig */,
|
|
);
|
|
name = Pods;
|
|
sourceTree = "<group>";
|
|
};
|
|
537A84AE21123223004A52BB /* Plugins */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
537A84AF21123223004A52BB /* SonarKitNetworkPlugin */,
|
|
537A84C321123223004A52BB /* SonarKitLayoutPlugin */,
|
|
);
|
|
path = Plugins;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
537A84AF21123223004A52BB /* SonarKitNetworkPlugin */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
537A84B021123223004A52BB /* SonarKitNetworkPlugin */,
|
|
537A84B721123223004A52BB /* SKIOSNetworkPlugin */,
|
|
);
|
|
path = SonarKitNetworkPlugin;
|
|
sourceTree = "<group>";
|
|
};
|
|
537A84B021123223004A52BB /* SonarKitNetworkPlugin */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
537A84B121123223004A52BB /* SKDispatchQueue.h */,
|
|
537A84B221123223004A52BB /* SonarKitNetworkPlugin.h */,
|
|
537A84B321123223004A52BB /* SonarKitNetworkPlugin.mm */,
|
|
537A84B421123223004A52BB /* SKNetworkReporter.h */,
|
|
537A84B521123223004A52BB /* SKBufferingPlugin.mm */,
|
|
537A84B621123223004A52BB /* SKBufferingPlugin.h */,
|
|
537A856721123BDB004A52BB /* SKRequestInfo.h */,
|
|
537A856821123BDB004A52BB /* SKRequestInfo.m */,
|
|
53EF5788211240540072E1EA /* SKResponseInfo.h */,
|
|
53EF5789211240540072E1EA /* SKResponseInfo.m */,
|
|
);
|
|
path = SonarKitNetworkPlugin;
|
|
sourceTree = "<group>";
|
|
};
|
|
537A84B721123223004A52BB /* SKIOSNetworkPlugin */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
537A84B821123223004A52BB /* FLEXNetworkLib */,
|
|
537A84C121123223004A52BB /* SKIOSNetworkAdapter.mm */,
|
|
537A84C221123223004A52BB /* SKIOSNetworkAdapter.h */,
|
|
);
|
|
path = SKIOSNetworkPlugin;
|
|
sourceTree = "<group>";
|
|
};
|
|
537A84B821123223004A52BB /* FLEXNetworkLib */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
537A84B921123223004A52BB /* FLEXNetworkObserver.mm */,
|
|
537A84BA21123223004A52BB /* FLEXNetworkTransaction.m */,
|
|
537A84BB21123223004A52BB /* FLEXNetworkObserver.h */,
|
|
537A84BC21123223004A52BB /* FLEXNetworkRecorder.mm */,
|
|
537A84BD21123223004A52BB /* FLEXNetworkTransaction.h */,
|
|
537A84BE21123223004A52BB /* FLEXUtility.mm */,
|
|
537A84BF21123223004A52BB /* FLEXUtility.h */,
|
|
537A84C021123223004A52BB /* FLEXNetworkRecorder.h */,
|
|
);
|
|
path = FLEXNetworkLib;
|
|
sourceTree = "<group>";
|
|
};
|
|
537A84C321123223004A52BB /* SonarKitLayoutPlugin */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
537A84CC21123223004A52BB /* SonarKitLayoutComponentKitSupport */,
|
|
537A84DF21123223004A52BB /* SonarKitLayoutPlugin */,
|
|
);
|
|
path = SonarKitLayoutPlugin;
|
|
sourceTree = "<group>";
|
|
};
|
|
537A84CC21123223004A52BB /* SonarKitLayoutComponentKitSupport */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
537A84CD21123223004A52BB /* Utils.h */,
|
|
537A84CE21123223004A52BB /* CKFlexboxComponent+Sonar.mm */,
|
|
537A84CF21123223004A52BB /* SKComponentRootViewDescriptor.mm */,
|
|
537A84D021123223004A52BB /* CKComponent+Sonar.mm */,
|
|
537A84D121123223004A52BB /* Utils.mm */,
|
|
537A84D221123223004A52BB /* CKInsetComponent+Sonar.mm */,
|
|
537A84D321123223004A52BB /* SKComponentLayoutWrapper.h */,
|
|
537A84D421123223004A52BB /* CKComponent+Sonar.h */,
|
|
537A84D521123223004A52BB /* CKInsetComponent+Sonar.h */,
|
|
537A84D621123223004A52BB /* SKComponentLayoutWrapper.mm */,
|
|
537A84D721123223004A52BB /* CKFlexboxComponent+Sonar.h */,
|
|
537A84D821123223004A52BB /* SKComponentHostingViewDescriptor.mm */,
|
|
537A84D921123223004A52BB /* SKComponentLayoutDescriptor.mm */,
|
|
537A84DA21123223004A52BB /* SKComponentLayoutDescriptor.h */,
|
|
537A84DB21123223004A52BB /* SonarKitLayoutComponentKitSupport.h */,
|
|
537A84DC21123223004A52BB /* SKComponentHostingViewDescriptor.h */,
|
|
537A84DD21123223004A52BB /* SonarKitLayoutComponentKitSupport.mm */,
|
|
537A84DE21123223004A52BB /* SKComponentRootViewDescriptor.h */,
|
|
);
|
|
path = SonarKitLayoutComponentKitSupport;
|
|
sourceTree = "<group>";
|
|
};
|
|
537A84DF21123223004A52BB /* SonarKitLayoutPlugin */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
537A84E021123223004A52BB /* SKNodeDescriptor.h */,
|
|
537A84E121123223004A52BB /* SKSearchResultNode.h */,
|
|
537A84E221123223004A52BB /* UIColor+SKSonarValueCoder.h */,
|
|
537A84E321123223004A52BB /* SKNamed.mm */,
|
|
537A84E421123223004A52BB /* SKTouch.m */,
|
|
537A84E521123223004A52BB /* SKTapListenerImpl.m */,
|
|
537A84E621123223004A52BB /* UIView+SKInvalidation.h */,
|
|
537A84E721123223004A52BB /* SKHighlightOverlay.h */,
|
|
537A84E821123223004A52BB /* UICollectionView+SKInvalidation.mm */,
|
|
537A84E921123223004A52BB /* SonarKitLayoutPlugin.mm */,
|
|
537A84EA21123223004A52BB /* SKInvalidation.h */,
|
|
537A84EB21123223004A52BB /* utils */,
|
|
537A84F221123223004A52BB /* SKNamed.h */,
|
|
537A84F321123223004A52BB /* UIView+SKInvalidation.mm */,
|
|
537A84F421123223004A52BB /* SKSearchResultNode.m */,
|
|
537A84F521123223004A52BB /* SKObject.mm */,
|
|
537A84F621123223004A52BB /* SKDescriptorMapper.mm */,
|
|
537A84F721123223004A52BB /* SonarKitLayoutPlugin.h */,
|
|
537A84F821123223004A52BB /* descriptors */,
|
|
537A850321123223004A52BB /* SKTapListenerImpl.h */,
|
|
537A850421123223004A52BB /* UIColor+SKSonarValueCoder.mm */,
|
|
537A850521123223004A52BB /* SKTouch.h */,
|
|
537A850621123223004A52BB /* SKNodeDescriptor.mm */,
|
|
537A850721123223004A52BB /* SKHighlightOverlay.m */,
|
|
537A850821123223004A52BB /* SKObject.h */,
|
|
537A850921123223004A52BB /* UICollectionView+SKInvalidation.h */,
|
|
537A850A21123223004A52BB /* SKDescriptorMapper.h */,
|
|
537A850B21123223004A52BB /* SKInvalidation.m */,
|
|
537A850C21123223004A52BB /* SKTapListener.h */,
|
|
);
|
|
path = SonarKitLayoutPlugin;
|
|
sourceTree = "<group>";
|
|
};
|
|
537A84EB21123223004A52BB /* utils */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
537A84EC21123223004A52BB /* SKHiddenWindow.h */,
|
|
537A84ED21123223004A52BB /* SKSwizzle.h */,
|
|
537A84EE21123223004A52BB /* SKYogaKitHelper.h */,
|
|
537A84EF21123223004A52BB /* SKSwizzle.mm */,
|
|
537A84F021123223004A52BB /* SKHiddenWindow.m */,
|
|
537A84F121123223004A52BB /* SKObjectHash.h */,
|
|
);
|
|
path = utils;
|
|
sourceTree = "<group>";
|
|
};
|
|
537A84F821123223004A52BB /* descriptors */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
537A84F921123223004A52BB /* SKViewControllerDescriptor.h */,
|
|
537A84FA21123223004A52BB /* SKScrollViewDescriptor.m */,
|
|
537A84FB21123223004A52BB /* SKButtonDescriptor.mm */,
|
|
537A84FC21123223004A52BB /* SKApplicationDescriptor.m */,
|
|
537A84FD21123223004A52BB /* SKButtonDescriptor.h */,
|
|
537A84FE21123223004A52BB /* SKScrollViewDescriptor.h */,
|
|
537A84FF21123223004A52BB /* SKViewControllerDescriptor.m */,
|
|
537A850021123223004A52BB /* SKViewDescriptor.h */,
|
|
537A850121123223004A52BB /* SKViewDescriptor.mm */,
|
|
537A850221123223004A52BB /* SKApplicationDescriptor.h */,
|
|
);
|
|
path = descriptors;
|
|
sourceTree = "<group>";
|
|
};
|
|
53D199FB20A4BA3600A371E3 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
53D19A0720A4BA3600A371E3 /* SonarKit */,
|
|
53D19A0620A4BA3600A371E3 /* Products */,
|
|
256B672257477FB71D3FAD20 /* Pods */,
|
|
716CE00064F59AEDC5DB6AA8 /* Frameworks */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
53D19A0620A4BA3600A371E3 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
53D19A0520A4BA3600A371E3 /* SonarKit.framework */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
53D19A0720A4BA3600A371E3 /* SonarKit */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
537A84AE21123223004A52BB /* Plugins */,
|
|
53D3BBD520C629230022EB45 /* FBCxxUtils */,
|
|
53D19A1E20A4BABA00A371E3 /* CppBridge */,
|
|
53D19A1020A4BAB900A371E3 /* SKMacros.h */,
|
|
53D19A1120A4BAB900A371E3 /* SonarClient.h */,
|
|
53D19A1220A4BAB900A371E3 /* SonarClient.mm */,
|
|
53D19A1820A4BAB900A371E3 /* SonarConnection.h */,
|
|
53D19A1620A4BAB900A371E3 /* SonarPlugin.h */,
|
|
53D19A1320A4BAB900A371E3 /* SonarResponder.h */,
|
|
53D19A1420A4BAB900A371E3 /* SonarUtil.m */,
|
|
53D19A1920A4BABA00A371E3 /* Utilities */,
|
|
53D19A0920A4BA3600A371E3 /* Info.plist */,
|
|
);
|
|
path = SonarKit;
|
|
sourceTree = "<group>";
|
|
};
|
|
53D19A1920A4BABA00A371E3 /* Utilities */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
53D19A1A20A4BABA00A371E3 /* PortForwarding */,
|
|
);
|
|
path = Utilities;
|
|
sourceTree = "<group>";
|
|
};
|
|
53D19A1A20A4BABA00A371E3 /* PortForwarding */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
53D19A1B20A4BABA00A371E3 /* SKPortForwardingServer.h */,
|
|
53D19A1C20A4BABA00A371E3 /* SKPortForwardingCommon.h */,
|
|
53D19A1D20A4BABA00A371E3 /* SKPortForwardingServer.m */,
|
|
);
|
|
path = PortForwarding;
|
|
sourceTree = "<group>";
|
|
};
|
|
53D19A1E20A4BABA00A371E3 /* CppBridge */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
53D19A1F20A4BABA00A371E3 /* SonarCppBridgingConnection.mm */,
|
|
53D19A2020A4BABA00A371E3 /* SonarCppWrapperPlugin.h */,
|
|
53D19A2120A4BABA00A371E3 /* SonarCppBridgingConnection.h */,
|
|
53D19A2220A4BABA00A371E3 /* SonarCppBridgingResponder.mm */,
|
|
53D19A2320A4BABA00A371E3 /* SonarCppBridgingResponder.h */,
|
|
);
|
|
path = CppBridge;
|
|
sourceTree = "<group>";
|
|
};
|
|
53D3BBD520C629230022EB45 /* FBCxxUtils */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
53D3BBD620C629230022EB45 /* FBCxxFollyDynamicConvert.mm */,
|
|
53D3BBD720C629230022EB45 /* FBCxxFollyDynamicConvert.h */,
|
|
);
|
|
path = FBCxxUtils;
|
|
sourceTree = "<group>";
|
|
};
|
|
716CE00064F59AEDC5DB6AA8 /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
53D4C51120A5B89900613A96 /* Foundation.framework */,
|
|
104CB87D17FDFDC934630C14 /* libPods-SonarKit.a */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXHeadersBuildPhase section */
|
|
53D19A0220A4BA3600A371E3 /* Headers */ = {
|
|
isa = PBXHeadersBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
537A856021123223004A52BB /* SKTapListener.h in Headers */,
|
|
537A855E21123223004A52BB /* SKDescriptorMapper.h in Headers */,
|
|
53D4C50B20A5B72800613A96 /* SonarConnection.h in Headers */,
|
|
537A853C21123223004A52BB /* UIView+SKInvalidation.h in Headers */,
|
|
537A851221123223004A52BB /* SKBufferingPlugin.h in Headers */,
|
|
537A855221123223004A52BB /* SKScrollViewDescriptor.h in Headers */,
|
|
537A851721123223004A52BB /* FLEXNetworkTransaction.h in Headers */,
|
|
537A852E21123223004A52BB /* CKFlexboxComponent+Sonar.h in Headers */,
|
|
537A853521123223004A52BB /* SKComponentRootViewDescriptor.h in Headers */,
|
|
537A855D21123223004A52BB /* UICollectionView+SKInvalidation.h in Headers */,
|
|
537A853721123223004A52BB /* SKSearchResultNode.h in Headers */,
|
|
537A854221123223004A52BB /* SKSwizzle.h in Headers */,
|
|
537A853321123223004A52BB /* SKComponentHostingViewDescriptor.h in Headers */,
|
|
537A853221123223004A52BB /* SonarKitLayoutComponentKitSupport.h in Headers */,
|
|
53D4C50D20A5B72800613A96 /* SonarResponder.h in Headers */,
|
|
537A853D21123223004A52BB /* SKHighlightOverlay.h in Headers */,
|
|
537A854C21123223004A52BB /* SonarKitLayoutPlugin.h in Headers */,
|
|
537A850E21123223004A52BB /* SonarKitNetworkPlugin.h in Headers */,
|
|
53D4C50620A5B72800613A96 /* SonarCppWrapperPlugin.h in Headers */,
|
|
537A853621123223004A52BB /* SKNodeDescriptor.h in Headers */,
|
|
537A854621123223004A52BB /* SKObjectHash.h in Headers */,
|
|
537A855921123223004A52BB /* SKTouch.h in Headers */,
|
|
537A854021123223004A52BB /* SKInvalidation.h in Headers */,
|
|
537A852421123223004A52BB /* Utils.h in Headers */,
|
|
537A855621123223004A52BB /* SKApplicationDescriptor.h in Headers */,
|
|
53D4C50720A5B72800613A96 /* SonarCppBridgingConnection.h in Headers */,
|
|
537A852C21123223004A52BB /* CKInsetComponent+Sonar.h in Headers */,
|
|
537A856921123BDB004A52BB /* SKRequestInfo.h in Headers */,
|
|
537A855721123223004A52BB /* SKTapListenerImpl.h in Headers */,
|
|
537A851C21123223004A52BB /* SKIOSNetworkAdapter.h in Headers */,
|
|
537A855121123223004A52BB /* SKButtonDescriptor.h in Headers */,
|
|
53D4C50820A5B72800613A96 /* SonarCppBridgingResponder.h in Headers */,
|
|
537A854721123223004A52BB /* SKNamed.h in Headers */,
|
|
53D4C50920A5B72800613A96 /* SKMacros.h in Headers */,
|
|
537A854D21123223004A52BB /* SKViewControllerDescriptor.h in Headers */,
|
|
53D4C50A20A5B72800613A96 /* SonarClient.h in Headers */,
|
|
53EF578A211240540072E1EA /* SKResponseInfo.h in Headers */,
|
|
537A854321123223004A52BB /* SKYogaKitHelper.h in Headers */,
|
|
537A854121123223004A52BB /* SKHiddenWindow.h in Headers */,
|
|
537A855421123223004A52BB /* SKViewDescriptor.h in Headers */,
|
|
537A853821123223004A52BB /* UIColor+SKSonarValueCoder.h in Headers */,
|
|
537A855C21123223004A52BB /* SKObject.h in Headers */,
|
|
53D3BBD920C629230022EB45 /* FBCxxFollyDynamicConvert.h in Headers */,
|
|
53D4C50C20A5B72800613A96 /* SonarPlugin.h in Headers */,
|
|
537A853121123223004A52BB /* SKComponentLayoutDescriptor.h in Headers */,
|
|
537A851921123223004A52BB /* FLEXUtility.h in Headers */,
|
|
537A851A21123223004A52BB /* FLEXNetworkRecorder.h in Headers */,
|
|
53D4C50F20A5B72800613A96 /* SKPortForwardingServer.h in Headers */,
|
|
537A851521123223004A52BB /* FLEXNetworkObserver.h in Headers */,
|
|
537A852A21123223004A52BB /* SKComponentLayoutWrapper.h in Headers */,
|
|
537A850D21123223004A52BB /* SKDispatchQueue.h in Headers */,
|
|
537A851021123223004A52BB /* SKNetworkReporter.h in Headers */,
|
|
537A852B21123223004A52BB /* CKComponent+Sonar.h in Headers */,
|
|
53D4C51020A5B72800613A96 /* SKPortForwardingCommon.h in Headers */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXHeadersBuildPhase section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
53D19A0420A4BA3600A371E3 /* SonarKit */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 53D19A0D20A4BA3600A371E3 /* Build configuration list for PBXNativeTarget "SonarKit" */;
|
|
buildPhases = (
|
|
CC935574E023944658E3DB85 /* [CP] Check Pods Manifest.lock */,
|
|
53D19A0020A4BA3600A371E3 /* Sources */,
|
|
53D19A0120A4BA3600A371E3 /* Frameworks */,
|
|
53D19A0220A4BA3600A371E3 /* Headers */,
|
|
53D19A0320A4BA3600A371E3 /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = SonarKit;
|
|
productName = SonarKit;
|
|
productReference = 53D19A0520A4BA3600A371E3 /* SonarKit.framework */;
|
|
productType = "com.apple.product-type.framework";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
53D199FC20A4BA3600A371E3 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastUpgradeCheck = 0940;
|
|
ORGANIZATIONNAME = Facebook;
|
|
TargetAttributes = {
|
|
53D19A0420A4BA3600A371E3 = {
|
|
CreatedOnToolsVersion = 9.2;
|
|
LastSwiftMigration = 0920;
|
|
ProvisioningStyle = Automatic;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = 53D199FF20A4BA3600A371E3 /* Build configuration list for PBXProject "SonarKit" */;
|
|
compatibilityVersion = "Xcode 8.0";
|
|
developmentRegion = en;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
);
|
|
mainGroup = 53D199FB20A4BA3600A371E3;
|
|
productRefGroup = 53D19A0620A4BA3600A371E3 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
53D19A0420A4BA3600A371E3 /* SonarKit */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
53D19A0320A4BA3600A371E3 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXShellScriptBuildPhase section */
|
|
CC935574E023944658E3DB85 /* [CP] Check Pods Manifest.lock */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
|
"${PODS_ROOT}/Manifest.lock",
|
|
);
|
|
name = "[CP] Check Pods Manifest.lock";
|
|
outputPaths = (
|
|
"$(DERIVED_FILE_DIR)/Pods-SonarKit-checkManifestLockResult.txt",
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
|
|
showEnvVarsInLog = 0;
|
|
};
|
|
/* End PBXShellScriptBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
53D19A0020A4BA3600A371E3 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
537A854521123223004A52BB /* SKHiddenWindow.m in Sources */,
|
|
537A853E21123223004A52BB /* UICollectionView+SKInvalidation.mm in Sources */,
|
|
537A854921123223004A52BB /* SKSearchResultNode.m in Sources */,
|
|
537A854821123223004A52BB /* UIView+SKInvalidation.mm in Sources */,
|
|
537A851421123223004A52BB /* FLEXNetworkTransaction.m in Sources */,
|
|
537A853021123223004A52BB /* SKComponentLayoutDescriptor.mm in Sources */,
|
|
537A855321123223004A52BB /* SKViewControllerDescriptor.m in Sources */,
|
|
537A852F21123223004A52BB /* SKComponentHostingViewDescriptor.mm in Sources */,
|
|
537A854E21123223004A52BB /* SKScrollViewDescriptor.m in Sources */,
|
|
537A856A21123BDB004A52BB /* SKRequestInfo.m in Sources */,
|
|
537A852821123223004A52BB /* Utils.mm in Sources */,
|
|
537A853921123223004A52BB /* SKNamed.mm in Sources */,
|
|
537A854F21123223004A52BB /* SKButtonDescriptor.mm in Sources */,
|
|
537A852521123223004A52BB /* CKFlexboxComponent+Sonar.mm in Sources */,
|
|
537A852D21123223004A52BB /* SKComponentLayoutWrapper.mm in Sources */,
|
|
53D3BBD820C629230022EB45 /* FBCxxFollyDynamicConvert.mm in Sources */,
|
|
537A854B21123223004A52BB /* SKDescriptorMapper.mm in Sources */,
|
|
537A855521123223004A52BB /* SKViewDescriptor.mm in Sources */,
|
|
537A854421123223004A52BB /* SKSwizzle.mm in Sources */,
|
|
53EF578B211240540072E1EA /* SKResponseInfo.m in Sources */,
|
|
537A851121123223004A52BB /* SKBufferingPlugin.mm in Sources */,
|
|
537A855821123223004A52BB /* UIColor+SKSonarValueCoder.mm in Sources */,
|
|
537A854A21123223004A52BB /* SKObject.mm in Sources */,
|
|
53D19A3320A4BABA00A371E3 /* SonarCppBridgingResponder.mm in Sources */,
|
|
537A855B21123223004A52BB /* SKHighlightOverlay.m in Sources */,
|
|
537A855021123223004A52BB /* SKApplicationDescriptor.m in Sources */,
|
|
53D19A2F20A4BABA00A371E3 /* SKPortForwardingServer.m in Sources */,
|
|
537A855A21123223004A52BB /* SKNodeDescriptor.mm in Sources */,
|
|
537A851821123223004A52BB /* FLEXUtility.mm in Sources */,
|
|
537A853421123223004A52BB /* SonarKitLayoutComponentKitSupport.mm in Sources */,
|
|
537A852621123223004A52BB /* SKComponentRootViewDescriptor.mm in Sources */,
|
|
537A851621123223004A52BB /* FLEXNetworkRecorder.mm in Sources */,
|
|
53D19A3020A4BABA00A371E3 /* SonarCppBridgingConnection.mm in Sources */,
|
|
537A850F21123223004A52BB /* SonarKitNetworkPlugin.mm in Sources */,
|
|
537A853B21123223004A52BB /* SKTapListenerImpl.m in Sources */,
|
|
53D19A2620A4BABA00A371E3 /* SonarClient.mm in Sources */,
|
|
537A853F21123223004A52BB /* SonarKitLayoutPlugin.mm in Sources */,
|
|
537A853A21123223004A52BB /* SKTouch.m in Sources */,
|
|
537A852721123223004A52BB /* CKComponent+Sonar.mm in Sources */,
|
|
537A855F21123223004A52BB /* SKInvalidation.m in Sources */,
|
|
537A851B21123223004A52BB /* SKIOSNetworkAdapter.mm in Sources */,
|
|
537A852921123223004A52BB /* CKInsetComponent+Sonar.mm in Sources */,
|
|
537A851321123223004A52BB /* FLEXNetworkObserver.mm in Sources */,
|
|
53D19A2820A4BABA00A371E3 /* SonarUtil.m in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
53D19A0B20A4BA3600A371E3 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
|
|
CLANG_CXX_LIBRARY = "compiler-default";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_COMMA = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_CXX0X_EXTENSIONS = YES;
|
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
COPY_PHASE_STRIP = NO;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
ENABLE_TESTABILITY = YES;
|
|
GCC_C_LANGUAGE_STANDARD = "compiler-default";
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 11.2;
|
|
MTL_ENABLE_DEBUG_INFO = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SDKROOT = iphoneos;
|
|
VERSIONING_SYSTEM = "apple-generic";
|
|
VERSION_INFO_PREFIX = "";
|
|
};
|
|
name = Debug;
|
|
};
|
|
53D19A0C20A4BA3600A371E3 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
|
|
CLANG_CXX_LIBRARY = "compiler-default";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_COMMA = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_CXX0X_EXTENSIONS = YES;
|
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
COPY_PHASE_STRIP = NO;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
GCC_C_LANGUAGE_STANDARD = "compiler-default";
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 11.2;
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
SDKROOT = iphoneos;
|
|
VALIDATE_PRODUCT = YES;
|
|
VERSIONING_SYSTEM = "apple-generic";
|
|
VERSION_INFO_PREFIX = "";
|
|
};
|
|
name = Release;
|
|
};
|
|
53D19A0E20A4BA3600A371E3 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = C6253FA5661121EDD200B8A9 /* Pods-SonarKit.debug.xcconfig */;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "c++14";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CODE_SIGN_IDENTITY = "";
|
|
CODE_SIGN_STYLE = Automatic;
|
|
DEFINES_MODULE = YES;
|
|
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
DYLIB_CURRENT_VERSION = 1;
|
|
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"$(inherited)",
|
|
"COCOAPODS=1",
|
|
);
|
|
GCC_USE_STANDARD_INCLUDE_SEARCHING = YES;
|
|
HEADER_SEARCH_PATHS = (
|
|
"${SRCROOT}/SonarKit/**",
|
|
"${SRCROOT}/../xplat/**",
|
|
"$(inherited)",
|
|
"${PODS_ROOT}/Headers/Public/DoubleConversion/**",
|
|
"${PODS_ROOT}/boost-for-react-native",
|
|
"${PODS_ROOT}/Headers/Public/Folly",
|
|
"${PODS_ROOT}/DoubleConversion",
|
|
"${PODS_ROOT}/Headers/Public/glog",
|
|
"${PODS_ROOT}/Headers/Public/CocoaAsyncSocket",
|
|
/usr/local/Cellar/openssl/1.0.2o_1/include,
|
|
"${SRCROOT}",
|
|
"${SRCROOT}/Plugins/**",
|
|
);
|
|
INFOPLIST_FILE = SonarKit/Info.plist;
|
|
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
OTHER_CPLUSPLUSFLAGS = (
|
|
"$(OTHER_CFLAGS)",
|
|
"-DFOLLY_NO_CONFIG=1",
|
|
"-DFOLLY_USE_LIBCPP=1",
|
|
"-DFOLLY_MOBILE=1",
|
|
"-DFOLLY_HAVE_LIBGFLAGS=0",
|
|
"-DFOLLY_FORCE_EXCEPTION_COUNT_USE_STD=1",
|
|
"-DFOLLY_USE_SYMBOLIZER=0",
|
|
"-DFOLLY_HAVE_TFO=0",
|
|
"-DFOLLY_HAVE_PWRITEV=0",
|
|
"-DFOLLY_HAVE_PREADV=0",
|
|
"-DFOLLY_HAVE_LIBJEMALLOC=0",
|
|
);
|
|
OTHER_LDFLAGS = (
|
|
"$(inherited)",
|
|
"-ObjC",
|
|
"-l\"DoubleConversion\"",
|
|
"-l\"Folly\"",
|
|
"-l\"glog\"",
|
|
"-l\"stdc++\"",
|
|
"-DFOLLY_NO_CONFIG=1",
|
|
"-DFOLLY_MOBILE=1",
|
|
"-DFOLLY_USE_LIBCPP=1",
|
|
"-DFOLLY_HAVE_LIBGFLAGS=0",
|
|
"-DFOLLY_HAVE_LIBJEMALLOC=0",
|
|
"-DFOLLY_HAVE_PREADV=0",
|
|
"-DFOLLY_HAVE_TFO=0",
|
|
"-DFOLLY_FORCE_EXCEPTION_COUNT_USE_STD=1",
|
|
"-DFOLLY_USE_SYMBOLIZER=0",
|
|
"-DFOLLY_HAVE_PWRITEV=0",
|
|
);
|
|
OTHER_LIBTOOLFLAGS = "";
|
|
PRODUCT_BUNDLE_IDENTIFIER = FB.SonarKit;
|
|
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
|
SKIP_INSTALL = YES;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
SWIFT_VERSION = 3.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
USER_HEADER_SEARCH_PATHS = "";
|
|
"USER_HEADER_SEARCH_PATHS[arch=*]" = "${SRCROOT}/SonarKit/** ${SRCROOT}/../xplat/**";
|
|
USE_HEADERMAP = YES;
|
|
VALID_ARCHS = "armv7s armv7 arm64";
|
|
};
|
|
name = Debug;
|
|
};
|
|
53D19A0F20A4BA3600A371E3 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = 5B3C0104984F1A2F624E5394 /* Pods-SonarKit.release.xcconfig */;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "c++14";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CODE_SIGN_IDENTITY = "";
|
|
CODE_SIGN_STYLE = Automatic;
|
|
DEFINES_MODULE = YES;
|
|
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
DYLIB_CURRENT_VERSION = 1;
|
|
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
GCC_USE_STANDARD_INCLUDE_SEARCHING = YES;
|
|
HEADER_SEARCH_PATHS = (
|
|
"${SRCROOT}/SonarKit/**",
|
|
"${SRCROOT}/../xplat/**",
|
|
"$(inherited)",
|
|
"${PODS_ROOT}/Headers/Public/DoubleConversion/**",
|
|
"${PODS_ROOT}/boost-for-react-native",
|
|
"${PODS_ROOT}/Headers/Public/Folly",
|
|
"${PODS_ROOT}/DoubleConversion",
|
|
"${PODS_ROOT}/Headers/Public/glog",
|
|
"${PODS_ROOT}/Headers/Public/CocoaAsyncSocket",
|
|
/usr/local/Cellar/openssl/1.0.2o_1/include,
|
|
"${SRCROOT}",
|
|
"${SRCROOT}/Plugins/**",
|
|
);
|
|
INFOPLIST_FILE = SonarKit/Info.plist;
|
|
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
OTHER_CPLUSPLUSFLAGS = (
|
|
"$(OTHER_CFLAGS)",
|
|
"-DFOLLY_NO_CONFIG=1",
|
|
"-DFOLLY_USE_LIBCPP=1",
|
|
"-DFOLLY_MOBILE=1",
|
|
"-DFOLLY_HAVE_LIBGFLAGS=0",
|
|
"-DFOLLY_FORCE_EXCEPTION_COUNT_USE_STD=1",
|
|
"-DFOLLY_USE_SYMBOLIZER=0",
|
|
"-DFOLLY_HAVE_TFO=0",
|
|
"-DFOLLY_HAVE_PWRITEV=0",
|
|
"-DFOLLY_HAVE_PREADV=0",
|
|
"-DFOLLY_HAVE_LIBJEMALLOC=0",
|
|
);
|
|
OTHER_LDFLAGS = (
|
|
"$(inherited)",
|
|
"-ObjC",
|
|
"-l\"DoubleConversion\"",
|
|
"-l\"Folly\"",
|
|
"-l\"glog\"",
|
|
"-l\"stdc++\"",
|
|
"-DFOLLY_NO_CONFIG=1",
|
|
"-DFOLLY_MOBILE=1",
|
|
"-DFOLLY_USE_LIBCPP=1",
|
|
"-DFOLLY_HAVE_LIBGFLAGS=0",
|
|
"-DFOLLY_HAVE_LIBJEMALLOC=0",
|
|
"-DFOLLY_HAVE_PREADV=0",
|
|
"-DFOLLY_HAVE_TFO=0",
|
|
"-DFOLLY_FORCE_EXCEPTION_COUNT_USE_STD=1",
|
|
"-DFOLLY_USE_SYMBOLIZER=0",
|
|
"-DFOLLY_HAVE_PWRITEV=0",
|
|
);
|
|
OTHER_LIBTOOLFLAGS = "";
|
|
PRODUCT_BUNDLE_IDENTIFIER = FB.SonarKit;
|
|
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
|
SKIP_INSTALL = YES;
|
|
SWIFT_VERSION = 3.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
USER_HEADER_SEARCH_PATHS = "";
|
|
USE_HEADERMAP = YES;
|
|
VALID_ARCHS = "armv7s armv7 arm64";
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
53D199FF20A4BA3600A371E3 /* Build configuration list for PBXProject "SonarKit" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
53D19A0B20A4BA3600A371E3 /* Debug */,
|
|
53D19A0C20A4BA3600A371E3 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
53D19A0D20A4BA3600A371E3 /* Build configuration list for PBXNativeTarget "SonarKit" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
53D19A0E20A4BA3600A371E3 /* Debug */,
|
|
53D19A0F20A4BA3600A371E3 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 53D199FC20A4BA3600A371E3 /* Project object */;
|
|
}
|