project.pbxproj 9.2KB

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