project.pbxproj 9.3 KB

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