project.pbxproj 9.5KB

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