Няма описание

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 19AC186D23048EBB0093B581 /* RNCSafeAreaView.m in Sources */ = {isa = PBXBuildFile; fileRef = 19AC186C23048EBB0093B581 /* RNCSafeAreaView.m */; };
  10. C923EDBC220C2C1A00D3100F /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C923EDBB220C2C1A00D3100F /* SystemConfiguration.framework */; };
  11. /* End PBXBuildFile section */
  12. /* Begin PBXCopyFilesBuildPhase section */
  13. 58B511D91A9E6C8500147676 /* CopyFiles */ = {
  14. isa = PBXCopyFilesBuildPhase;
  15. buildActionMask = 2147483647;
  16. dstPath = "include/$(PRODUCT_NAME)";
  17. dstSubfolderSpec = 16;
  18. files = (
  19. );
  20. runOnlyForDeploymentPostprocessing = 0;
  21. };
  22. /* End PBXCopyFilesBuildPhase section */
  23. /* Begin PBXFileReference section */
  24. 134814201AA4EA6300B7C361 /* libRNCNetInfo.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNCNetInfo.a; sourceTree = BUILT_PRODUCTS_DIR; };
  25. 19AC186B23048EBB0093B581 /* RNCSafeAreaView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaView.h; path = SafeAreaView/RNCSafeAreaView.h; sourceTree = "<group>"; };
  26. 19AC186C23048EBB0093B581 /* RNCSafeAreaView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaView.m; path = SafeAreaView/RNCSafeAreaView.m; sourceTree = "<group>"; };
  27. C923EDBB220C2C1A00D3100F /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
  28. /* End PBXFileReference section */
  29. /* Begin PBXFrameworksBuildPhase section */
  30. 58B511D81A9E6C8500147676 /* Frameworks */ = {
  31. isa = PBXFrameworksBuildPhase;
  32. buildActionMask = 2147483647;
  33. files = (
  34. C923EDBC220C2C1A00D3100F /* SystemConfiguration.framework in Frameworks */,
  35. );
  36. runOnlyForDeploymentPostprocessing = 0;
  37. };
  38. /* End PBXFrameworksBuildPhase section */
  39. /* Begin PBXGroup section */
  40. 134814211AA4EA7D00B7C361 /* Products */ = {
  41. isa = PBXGroup;
  42. children = (
  43. 134814201AA4EA6300B7C361 /* libRNCNetInfo.a */,
  44. );
  45. name = Products;
  46. sourceTree = "<group>";
  47. };
  48. 58B511D21A9E6C8500147676 = {
  49. isa = PBXGroup;
  50. children = (
  51. 19AC186B23048EBB0093B581 /* RNCSafeAreaView.h */,
  52. 19AC186C23048EBB0093B581 /* RNCSafeAreaView.m */,
  53. 134814211AA4EA7D00B7C361 /* Products */,
  54. C923EDBA220C2C1A00D3100F /* Frameworks */,
  55. );
  56. sourceTree = "<group>";
  57. };
  58. C923EDBA220C2C1A00D3100F /* Frameworks */ = {
  59. isa = PBXGroup;
  60. children = (
  61. C923EDBB220C2C1A00D3100F /* SystemConfiguration.framework */,
  62. );
  63. name = Frameworks;
  64. sourceTree = "<group>";
  65. };
  66. /* End PBXGroup section */
  67. /* Begin PBXNativeTarget section */
  68. 58B511DA1A9E6C8500147676 /* RNCNetInfo */ = {
  69. isa = PBXNativeTarget;
  70. buildConfigurationList = 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "RNCNetInfo" */;
  71. buildPhases = (
  72. 58B511D71A9E6C8500147676 /* Sources */,
  73. 58B511D81A9E6C8500147676 /* Frameworks */,
  74. 58B511D91A9E6C8500147676 /* CopyFiles */,
  75. );
  76. buildRules = (
  77. );
  78. dependencies = (
  79. );
  80. name = RNCNetInfo;
  81. productName = RCTDataManager;
  82. productReference = 134814201AA4EA6300B7C361 /* libRNCNetInfo.a */;
  83. productType = "com.apple.product-type.library.static";
  84. };
  85. /* End PBXNativeTarget section */
  86. /* Begin PBXProject section */
  87. 58B511D31A9E6C8500147676 /* Project object */ = {
  88. isa = PBXProject;
  89. attributes = {
  90. LastUpgradeCheck = 1030;
  91. ORGANIZATIONNAME = Facebook;
  92. TargetAttributes = {
  93. 58B511DA1A9E6C8500147676 = {
  94. CreatedOnToolsVersion = 6.1.1;
  95. };
  96. };
  97. };
  98. buildConfigurationList = 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "SafeAreaView" */;
  99. compatibilityVersion = "Xcode 3.2";
  100. developmentRegion = en;
  101. hasScannedForEncodings = 0;
  102. knownRegions = (
  103. en,
  104. Base,
  105. );
  106. mainGroup = 58B511D21A9E6C8500147676;
  107. productRefGroup = 58B511D21A9E6C8500147676;
  108. projectDirPath = "";
  109. projectRoot = "";
  110. targets = (
  111. 58B511DA1A9E6C8500147676 /* RNCNetInfo */,
  112. );
  113. };
  114. /* End PBXProject section */
  115. /* Begin PBXSourcesBuildPhase section */
  116. 58B511D71A9E6C8500147676 /* Sources */ = {
  117. isa = PBXSourcesBuildPhase;
  118. buildActionMask = 2147483647;
  119. files = (
  120. 19AC186D23048EBB0093B581 /* RNCSafeAreaView.m in Sources */,
  121. );
  122. runOnlyForDeploymentPostprocessing = 0;
  123. };
  124. /* End PBXSourcesBuildPhase section */
  125. /* Begin XCBuildConfiguration section */
  126. 58B511ED1A9E6C8500147676 /* Debug */ = {
  127. isa = XCBuildConfiguration;
  128. buildSettings = {
  129. ALWAYS_SEARCH_USER_PATHS = NO;
  130. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  131. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  132. CLANG_CXX_LIBRARY = "libc++";
  133. CLANG_ENABLE_MODULES = YES;
  134. CLANG_ENABLE_OBJC_ARC = YES;
  135. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  136. CLANG_WARN_BOOL_CONVERSION = YES;
  137. CLANG_WARN_COMMA = YES;
  138. CLANG_WARN_CONSTANT_CONVERSION = YES;
  139. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  140. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  141. CLANG_WARN_EMPTY_BODY = YES;
  142. CLANG_WARN_ENUM_CONVERSION = YES;
  143. CLANG_WARN_INFINITE_RECURSION = YES;
  144. CLANG_WARN_INT_CONVERSION = YES;
  145. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  146. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  147. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  148. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  149. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  150. CLANG_WARN_STRICT_PROTOTYPES = YES;
  151. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  152. CLANG_WARN_UNREACHABLE_CODE = YES;
  153. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  154. COPY_PHASE_STRIP = NO;
  155. ENABLE_STRICT_OBJC_MSGSEND = YES;
  156. ENABLE_TESTABILITY = YES;
  157. GCC_C_LANGUAGE_STANDARD = gnu99;
  158. GCC_DYNAMIC_NO_PIC = NO;
  159. GCC_NO_COMMON_BLOCKS = YES;
  160. GCC_OPTIMIZATION_LEVEL = 0;
  161. GCC_PREPROCESSOR_DEFINITIONS = (
  162. "DEBUG=1",
  163. "$(inherited)",
  164. );
  165. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  166. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  167. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  168. GCC_WARN_UNDECLARED_SELECTOR = YES;
  169. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  170. GCC_WARN_UNUSED_FUNCTION = YES;
  171. GCC_WARN_UNUSED_VARIABLE = YES;
  172. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  173. MTL_ENABLE_DEBUG_INFO = YES;
  174. ONLY_ACTIVE_ARCH = YES;
  175. SDKROOT = iphoneos;
  176. };
  177. name = Debug;
  178. };
  179. 58B511EE1A9E6C8500147676 /* Release */ = {
  180. isa = XCBuildConfiguration;
  181. buildSettings = {
  182. ALWAYS_SEARCH_USER_PATHS = NO;
  183. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  184. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  185. CLANG_CXX_LIBRARY = "libc++";
  186. CLANG_ENABLE_MODULES = YES;
  187. CLANG_ENABLE_OBJC_ARC = YES;
  188. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  189. CLANG_WARN_BOOL_CONVERSION = YES;
  190. CLANG_WARN_COMMA = YES;
  191. CLANG_WARN_CONSTANT_CONVERSION = YES;
  192. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  193. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  194. CLANG_WARN_EMPTY_BODY = YES;
  195. CLANG_WARN_ENUM_CONVERSION = YES;
  196. CLANG_WARN_INFINITE_RECURSION = YES;
  197. CLANG_WARN_INT_CONVERSION = YES;
  198. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  199. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  200. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  201. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  202. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  203. CLANG_WARN_STRICT_PROTOTYPES = YES;
  204. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  205. CLANG_WARN_UNREACHABLE_CODE = YES;
  206. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  207. COPY_PHASE_STRIP = YES;
  208. ENABLE_NS_ASSERTIONS = NO;
  209. ENABLE_STRICT_OBJC_MSGSEND = YES;
  210. GCC_C_LANGUAGE_STANDARD = gnu99;
  211. GCC_NO_COMMON_BLOCKS = YES;
  212. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  213. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  214. GCC_WARN_UNDECLARED_SELECTOR = YES;
  215. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  216. GCC_WARN_UNUSED_FUNCTION = YES;
  217. GCC_WARN_UNUSED_VARIABLE = YES;
  218. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  219. MTL_ENABLE_DEBUG_INFO = NO;
  220. SDKROOT = iphoneos;
  221. VALIDATE_PRODUCT = YES;
  222. };
  223. name = Release;
  224. };
  225. 58B511F01A9E6C8500147676 /* Debug */ = {
  226. isa = XCBuildConfiguration;
  227. buildSettings = {
  228. HEADER_SEARCH_PATHS = (
  229. "$(inherited)",
  230. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
  231. "$(SRCROOT)/../../../React/**",
  232. "$(SRCROOT)/../../react-native/React/**",
  233. );
  234. LIBRARY_SEARCH_PATHS = "$(inherited)";
  235. OTHER_LDFLAGS = "-ObjC";
  236. PRODUCT_NAME = RNCNetInfo;
  237. SKIP_INSTALL = YES;
  238. };
  239. name = Debug;
  240. };
  241. 58B511F11A9E6C8500147676 /* Release */ = {
  242. isa = XCBuildConfiguration;
  243. buildSettings = {
  244. HEADER_SEARCH_PATHS = (
  245. "$(inherited)",
  246. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
  247. "$(SRCROOT)/../../../React/**",
  248. "$(SRCROOT)/../../react-native/React/**",
  249. );
  250. LIBRARY_SEARCH_PATHS = "$(inherited)";
  251. OTHER_LDFLAGS = "-ObjC";
  252. PRODUCT_NAME = RNCNetInfo;
  253. SKIP_INSTALL = YES;
  254. };
  255. name = Release;
  256. };
  257. /* End XCBuildConfiguration section */
  258. /* Begin XCConfigurationList section */
  259. 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "SafeAreaView" */ = {
  260. isa = XCConfigurationList;
  261. buildConfigurations = (
  262. 58B511ED1A9E6C8500147676 /* Debug */,
  263. 58B511EE1A9E6C8500147676 /* Release */,
  264. );
  265. defaultConfigurationIsVisible = 0;
  266. defaultConfigurationName = Release;
  267. };
  268. 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "RNCNetInfo" */ = {
  269. isa = XCConfigurationList;
  270. buildConfigurations = (
  271. 58B511F01A9E6C8500147676 /* Debug */,
  272. 58B511F11A9E6C8500147676 /* Release */,
  273. );
  274. defaultConfigurationIsVisible = 0;
  275. defaultConfigurationName = Release;
  276. };
  277. /* End XCConfigurationList section */
  278. };
  279. rootObject = 58B511D31A9E6C8500147676 /* Project object */;
  280. }