Nessuna descrizione

project.pbxproj 9.8KB

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