react-native-webview.git

project.pbxproj 8.9KB

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