project.pbxproj 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 53EF3745328C4EBAA8FD3C8A /* libPods.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 230BF7BDFE0F48EB92E8E651 /* libPods.a */; };
  10. 6CA7485BCB0B449C97D1EE33 /* libPods.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 230BF7BDFE0F48EB92E8E651 /* libPods.a */; };
  11. 752867B01969528B00E10455 /* Bignum.swift in Sources */ = {isa = PBXBuildFile; fileRef = 752867AF1969528B00E10455 /* Bignum.swift */; };
  12. 752DEF7519693E7200E17557 /* CryptoSwift-Bridging-Header.h in Headers */ = {isa = PBXBuildFile; fileRef = 752DEF7419693E7200E17557 /* CryptoSwift-Bridging-Header.h */; };
  13. 752DEF7719693EA000E17557 /* NSDataExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 752DEF7619693EA000E17557 /* NSDataExtension.swift */; };
  14. 754BE45B19693E190098E6F3 /* CryptoSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = 754BE45A19693E190098E6F3 /* CryptoSwift.h */; settings = {ATTRIBUTES = (Public, ); }; };
  15. 754BE46119693E190098E6F3 /* CryptoSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 754BE45519693E190098E6F3 /* CryptoSwift.framework */; };
  16. 754BE46819693E190098E6F3 /* CryptoSwiftTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 754BE46719693E190098E6F3 /* CryptoSwiftTests.swift */; };
  17. /* End PBXBuildFile section */
  18. /* Begin PBXContainerItemProxy section */
  19. 752DEF7819693F3A00E17557 /* PBXContainerItemProxy */ = {
  20. isa = PBXContainerItemProxy;
  21. containerPortal = 754BE44C19693E190098E6F3 /* Project object */;
  22. proxyType = 1;
  23. remoteGlobalIDString = 754BE45419693E190098E6F3;
  24. remoteInfo = CryptoSwift;
  25. };
  26. 754BE46219693E190098E6F3 /* PBXContainerItemProxy */ = {
  27. isa = PBXContainerItemProxy;
  28. containerPortal = 754BE44C19693E190098E6F3 /* Project object */;
  29. proxyType = 1;
  30. remoteGlobalIDString = 754BE45419693E190098E6F3;
  31. remoteInfo = CryptoSwift;
  32. };
  33. /* End PBXContainerItemProxy section */
  34. /* Begin PBXFileReference section */
  35. 230BF7BDFE0F48EB92E8E651 /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; };
  36. 3B94B3F6DF034011B9EAC0B8 /* Pods.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.xcconfig; path = Pods/Pods.xcconfig; sourceTree = "<group>"; };
  37. 752867AF1969528B00E10455 /* Bignum.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Bignum.swift; sourceTree = "<group>"; };
  38. 752DEF7419693E7200E17557 /* CryptoSwift-Bridging-Header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "CryptoSwift-Bridging-Header.h"; sourceTree = "<group>"; };
  39. 752DEF7619693EA000E17557 /* NSDataExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NSDataExtension.swift; sourceTree = "<group>"; };
  40. 754BE45519693E190098E6F3 /* CryptoSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CryptoSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  41. 754BE45919693E190098E6F3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  42. 754BE45A19693E190098E6F3 /* CryptoSwift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CryptoSwift.h; sourceTree = "<group>"; };
  43. 754BE46019693E190098E6F3 /* CryptoSwiftTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CryptoSwiftTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  44. 754BE46619693E190098E6F3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  45. 754BE46719693E190098E6F3 /* CryptoSwiftTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CryptoSwiftTests.swift; sourceTree = "<group>"; };
  46. /* End PBXFileReference section */
  47. /* Begin PBXFrameworksBuildPhase section */
  48. 754BE45119693E190098E6F3 /* Frameworks */ = {
  49. isa = PBXFrameworksBuildPhase;
  50. buildActionMask = 2147483647;
  51. files = (
  52. 6CA7485BCB0B449C97D1EE33 /* libPods.a in Frameworks */,
  53. );
  54. runOnlyForDeploymentPostprocessing = 0;
  55. };
  56. 754BE45D19693E190098E6F3 /* Frameworks */ = {
  57. isa = PBXFrameworksBuildPhase;
  58. buildActionMask = 2147483647;
  59. files = (
  60. 754BE46119693E190098E6F3 /* CryptoSwift.framework in Frameworks */,
  61. 53EF3745328C4EBAA8FD3C8A /* libPods.a in Frameworks */,
  62. );
  63. runOnlyForDeploymentPostprocessing = 0;
  64. };
  65. /* End PBXFrameworksBuildPhase section */
  66. /* Begin PBXGroup section */
  67. 24B0BBA29D734E62809E53BC /* Frameworks */ = {
  68. isa = PBXGroup;
  69. children = (
  70. 230BF7BDFE0F48EB92E8E651 /* libPods.a */,
  71. );
  72. name = Frameworks;
  73. sourceTree = "<group>";
  74. };
  75. 754BE44B19693E190098E6F3 = {
  76. isa = PBXGroup;
  77. children = (
  78. 752DEF7419693E7200E17557 /* CryptoSwift-Bridging-Header.h */,
  79. 754BE45719693E190098E6F3 /* CryptoSwift */,
  80. 754BE46419693E190098E6F3 /* CryptoSwiftTests */,
  81. 754BE45619693E190098E6F3 /* Products */,
  82. 3B94B3F6DF034011B9EAC0B8 /* Pods.xcconfig */,
  83. 24B0BBA29D734E62809E53BC /* Frameworks */,
  84. );
  85. sourceTree = "<group>";
  86. };
  87. 754BE45619693E190098E6F3 /* Products */ = {
  88. isa = PBXGroup;
  89. children = (
  90. 754BE45519693E190098E6F3 /* CryptoSwift.framework */,
  91. 754BE46019693E190098E6F3 /* CryptoSwiftTests.xctest */,
  92. );
  93. name = Products;
  94. sourceTree = "<group>";
  95. };
  96. 754BE45719693E190098E6F3 /* CryptoSwift */ = {
  97. isa = PBXGroup;
  98. children = (
  99. 754BE45A19693E190098E6F3 /* CryptoSwift.h */,
  100. 752867AF1969528B00E10455 /* Bignum.swift */,
  101. 752DEF7619693EA000E17557 /* NSDataExtension.swift */,
  102. 754BE45819693E190098E6F3 /* Supporting Files */,
  103. );
  104. path = CryptoSwift;
  105. sourceTree = "<group>";
  106. };
  107. 754BE45819693E190098E6F3 /* Supporting Files */ = {
  108. isa = PBXGroup;
  109. children = (
  110. 754BE45919693E190098E6F3 /* Info.plist */,
  111. );
  112. name = "Supporting Files";
  113. sourceTree = "<group>";
  114. };
  115. 754BE46419693E190098E6F3 /* CryptoSwiftTests */ = {
  116. isa = PBXGroup;
  117. children = (
  118. 754BE46719693E190098E6F3 /* CryptoSwiftTests.swift */,
  119. 754BE46519693E190098E6F3 /* Supporting Files */,
  120. );
  121. path = CryptoSwiftTests;
  122. sourceTree = "<group>";
  123. };
  124. 754BE46519693E190098E6F3 /* Supporting Files */ = {
  125. isa = PBXGroup;
  126. children = (
  127. 754BE46619693E190098E6F3 /* Info.plist */,
  128. );
  129. name = "Supporting Files";
  130. sourceTree = "<group>";
  131. };
  132. /* End PBXGroup section */
  133. /* Begin PBXHeadersBuildPhase section */
  134. 754BE45219693E190098E6F3 /* Headers */ = {
  135. isa = PBXHeadersBuildPhase;
  136. buildActionMask = 2147483647;
  137. files = (
  138. 754BE45B19693E190098E6F3 /* CryptoSwift.h in Headers */,
  139. 752DEF7519693E7200E17557 /* CryptoSwift-Bridging-Header.h in Headers */,
  140. );
  141. runOnlyForDeploymentPostprocessing = 0;
  142. };
  143. /* End PBXHeadersBuildPhase section */
  144. /* Begin PBXNativeTarget section */
  145. 754BE45419693E190098E6F3 /* CryptoSwift */ = {
  146. isa = PBXNativeTarget;
  147. buildConfigurationList = 754BE46B19693E190098E6F3 /* Build configuration list for PBXNativeTarget "CryptoSwift" */;
  148. buildPhases = (
  149. D2A5B9C87E654FEB86F27268 /* Check Pods Manifest.lock */,
  150. 754BE45019693E190098E6F3 /* Sources */,
  151. 754BE45119693E190098E6F3 /* Frameworks */,
  152. 754BE45219693E190098E6F3 /* Headers */,
  153. 754BE45319693E190098E6F3 /* Resources */,
  154. 2153438C75D643938CD186E5 /* Copy Pods Resources */,
  155. );
  156. buildRules = (
  157. );
  158. dependencies = (
  159. );
  160. name = CryptoSwift;
  161. productName = CryptoSwift;
  162. productReference = 754BE45519693E190098E6F3 /* CryptoSwift.framework */;
  163. productType = "com.apple.product-type.framework";
  164. };
  165. 754BE45F19693E190098E6F3 /* CryptoSwiftTests */ = {
  166. isa = PBXNativeTarget;
  167. buildConfigurationList = 754BE46E19693E190098E6F3 /* Build configuration list for PBXNativeTarget "CryptoSwiftTests" */;
  168. buildPhases = (
  169. 1E999A4E5F8F4DBFAC09156C /* Check Pods Manifest.lock */,
  170. 754BE45C19693E190098E6F3 /* Sources */,
  171. 754BE45D19693E190098E6F3 /* Frameworks */,
  172. 754BE45E19693E190098E6F3 /* Resources */,
  173. 727090F2529B48728E22F15B /* Copy Pods Resources */,
  174. );
  175. buildRules = (
  176. );
  177. dependencies = (
  178. 754BE46319693E190098E6F3 /* PBXTargetDependency */,
  179. 752DEF7919693F3A00E17557 /* PBXTargetDependency */,
  180. );
  181. name = CryptoSwiftTests;
  182. productName = CryptoSwiftTests;
  183. productReference = 754BE46019693E190098E6F3 /* CryptoSwiftTests.xctest */;
  184. productType = "com.apple.product-type.bundle.unit-test";
  185. };
  186. /* End PBXNativeTarget section */
  187. /* Begin PBXProject section */
  188. 754BE44C19693E190098E6F3 /* Project object */ = {
  189. isa = PBXProject;
  190. attributes = {
  191. LastUpgradeCheck = 0600;
  192. ORGANIZATIONNAME = "Marcin Krzyzanowski";
  193. TargetAttributes = {
  194. 754BE45419693E190098E6F3 = {
  195. CreatedOnToolsVersion = 6.0;
  196. };
  197. 754BE45F19693E190098E6F3 = {
  198. CreatedOnToolsVersion = 6.0;
  199. TestTargetID = 754BE45419693E190098E6F3;
  200. };
  201. };
  202. };
  203. buildConfigurationList = 754BE44F19693E190098E6F3 /* Build configuration list for PBXProject "CryptoSwift" */;
  204. compatibilityVersion = "Xcode 3.2";
  205. developmentRegion = English;
  206. hasScannedForEncodings = 0;
  207. knownRegions = (
  208. en,
  209. );
  210. mainGroup = 754BE44B19693E190098E6F3;
  211. productRefGroup = 754BE45619693E190098E6F3 /* Products */;
  212. projectDirPath = "";
  213. projectRoot = "";
  214. targets = (
  215. 754BE45419693E190098E6F3 /* CryptoSwift */,
  216. 754BE45F19693E190098E6F3 /* CryptoSwiftTests */,
  217. );
  218. };
  219. /* End PBXProject section */
  220. /* Begin PBXResourcesBuildPhase section */
  221. 754BE45319693E190098E6F3 /* Resources */ = {
  222. isa = PBXResourcesBuildPhase;
  223. buildActionMask = 2147483647;
  224. files = (
  225. );
  226. runOnlyForDeploymentPostprocessing = 0;
  227. };
  228. 754BE45E19693E190098E6F3 /* Resources */ = {
  229. isa = PBXResourcesBuildPhase;
  230. buildActionMask = 2147483647;
  231. files = (
  232. );
  233. runOnlyForDeploymentPostprocessing = 0;
  234. };
  235. /* End PBXResourcesBuildPhase section */
  236. /* Begin PBXShellScriptBuildPhase section */
  237. 1E999A4E5F8F4DBFAC09156C /* Check Pods Manifest.lock */ = {
  238. isa = PBXShellScriptBuildPhase;
  239. buildActionMask = 2147483647;
  240. files = (
  241. );
  242. inputPaths = (
  243. );
  244. name = "Check Pods Manifest.lock";
  245. outputPaths = (
  246. );
  247. runOnlyForDeploymentPostprocessing = 0;
  248. shellPath = /bin/sh;
  249. shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
  250. showEnvVarsInLog = 0;
  251. };
  252. 2153438C75D643938CD186E5 /* Copy Pods Resources */ = {
  253. isa = PBXShellScriptBuildPhase;
  254. buildActionMask = 2147483647;
  255. files = (
  256. );
  257. inputPaths = (
  258. );
  259. name = "Copy Pods Resources";
  260. outputPaths = (
  261. );
  262. runOnlyForDeploymentPostprocessing = 0;
  263. shellPath = /bin/sh;
  264. shellScript = "\"${SRCROOT}/Pods/Pods-resources.sh\"\n";
  265. showEnvVarsInLog = 0;
  266. };
  267. 727090F2529B48728E22F15B /* Copy Pods Resources */ = {
  268. isa = PBXShellScriptBuildPhase;
  269. buildActionMask = 2147483647;
  270. files = (
  271. );
  272. inputPaths = (
  273. );
  274. name = "Copy Pods Resources";
  275. outputPaths = (
  276. );
  277. runOnlyForDeploymentPostprocessing = 0;
  278. shellPath = /bin/sh;
  279. shellScript = "\"${SRCROOT}/Pods/Pods-resources.sh\"\n";
  280. showEnvVarsInLog = 0;
  281. };
  282. D2A5B9C87E654FEB86F27268 /* Check Pods Manifest.lock */ = {
  283. isa = PBXShellScriptBuildPhase;
  284. buildActionMask = 2147483647;
  285. files = (
  286. );
  287. inputPaths = (
  288. );
  289. name = "Check Pods Manifest.lock";
  290. outputPaths = (
  291. );
  292. runOnlyForDeploymentPostprocessing = 0;
  293. shellPath = /bin/sh;
  294. shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
  295. showEnvVarsInLog = 0;
  296. };
  297. /* End PBXShellScriptBuildPhase section */
  298. /* Begin PBXSourcesBuildPhase section */
  299. 754BE45019693E190098E6F3 /* Sources */ = {
  300. isa = PBXSourcesBuildPhase;
  301. buildActionMask = 2147483647;
  302. files = (
  303. 752DEF7719693EA000E17557 /* NSDataExtension.swift in Sources */,
  304. 752867B01969528B00E10455 /* Bignum.swift in Sources */,
  305. );
  306. runOnlyForDeploymentPostprocessing = 0;
  307. };
  308. 754BE45C19693E190098E6F3 /* Sources */ = {
  309. isa = PBXSourcesBuildPhase;
  310. buildActionMask = 2147483647;
  311. files = (
  312. 754BE46819693E190098E6F3 /* CryptoSwiftTests.swift in Sources */,
  313. );
  314. runOnlyForDeploymentPostprocessing = 0;
  315. };
  316. /* End PBXSourcesBuildPhase section */
  317. /* Begin PBXTargetDependency section */
  318. 752DEF7919693F3A00E17557 /* PBXTargetDependency */ = {
  319. isa = PBXTargetDependency;
  320. target = 754BE45419693E190098E6F3 /* CryptoSwift */;
  321. targetProxy = 752DEF7819693F3A00E17557 /* PBXContainerItemProxy */;
  322. };
  323. 754BE46319693E190098E6F3 /* PBXTargetDependency */ = {
  324. isa = PBXTargetDependency;
  325. target = 754BE45419693E190098E6F3 /* CryptoSwift */;
  326. targetProxy = 754BE46219693E190098E6F3 /* PBXContainerItemProxy */;
  327. };
  328. /* End PBXTargetDependency section */
  329. /* Begin XCBuildConfiguration section */
  330. 754BE46919693E190098E6F3 /* Debug */ = {
  331. isa = XCBuildConfiguration;
  332. buildSettings = {
  333. ALWAYS_SEARCH_USER_PATHS = NO;
  334. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  335. CLANG_CXX_LIBRARY = "libc++";
  336. CLANG_ENABLE_MODULES = YES;
  337. CLANG_ENABLE_OBJC_ARC = YES;
  338. CLANG_WARN_BOOL_CONVERSION = YES;
  339. CLANG_WARN_CONSTANT_CONVERSION = YES;
  340. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  341. CLANG_WARN_EMPTY_BODY = YES;
  342. CLANG_WARN_ENUM_CONVERSION = YES;
  343. CLANG_WARN_INT_CONVERSION = YES;
  344. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  345. CLANG_WARN_UNREACHABLE_CODE = YES;
  346. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  347. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  348. COPY_PHASE_STRIP = NO;
  349. CURRENT_PROJECT_VERSION = 1;
  350. ENABLE_STRICT_OBJC_MSGSEND = YES;
  351. GCC_C_LANGUAGE_STANDARD = gnu99;
  352. GCC_DYNAMIC_NO_PIC = NO;
  353. GCC_OPTIMIZATION_LEVEL = 0;
  354. GCC_PREPROCESSOR_DEFINITIONS = (
  355. "DEBUG=1",
  356. "$(inherited)",
  357. );
  358. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  359. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  360. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  361. GCC_WARN_UNDECLARED_SELECTOR = YES;
  362. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  363. GCC_WARN_UNUSED_FUNCTION = YES;
  364. GCC_WARN_UNUSED_VARIABLE = YES;
  365. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  366. METAL_ENABLE_DEBUG_INFO = YES;
  367. ONLY_ACTIVE_ARCH = YES;
  368. SDKROOT = iphoneos;
  369. SWIFT_OBJC_BRIDGING_HEADER = "CryptoSwift-Bridging-Header.h";
  370. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  371. TARGETED_DEVICE_FAMILY = "1,2";
  372. VERSIONING_SYSTEM = "apple-generic";
  373. VERSION_INFO_PREFIX = "";
  374. };
  375. name = Debug;
  376. };
  377. 754BE46A19693E190098E6F3 /* Release */ = {
  378. isa = XCBuildConfiguration;
  379. buildSettings = {
  380. ALWAYS_SEARCH_USER_PATHS = NO;
  381. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  382. CLANG_CXX_LIBRARY = "libc++";
  383. CLANG_ENABLE_MODULES = YES;
  384. CLANG_ENABLE_OBJC_ARC = YES;
  385. CLANG_WARN_BOOL_CONVERSION = YES;
  386. CLANG_WARN_CONSTANT_CONVERSION = YES;
  387. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  388. CLANG_WARN_EMPTY_BODY = YES;
  389. CLANG_WARN_ENUM_CONVERSION = YES;
  390. CLANG_WARN_INT_CONVERSION = YES;
  391. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  392. CLANG_WARN_UNREACHABLE_CODE = YES;
  393. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  394. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  395. COPY_PHASE_STRIP = YES;
  396. CURRENT_PROJECT_VERSION = 1;
  397. ENABLE_NS_ASSERTIONS = NO;
  398. ENABLE_STRICT_OBJC_MSGSEND = YES;
  399. GCC_C_LANGUAGE_STANDARD = gnu99;
  400. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  401. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  402. GCC_WARN_UNDECLARED_SELECTOR = YES;
  403. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  404. GCC_WARN_UNUSED_FUNCTION = YES;
  405. GCC_WARN_UNUSED_VARIABLE = YES;
  406. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  407. METAL_ENABLE_DEBUG_INFO = NO;
  408. SDKROOT = iphoneos;
  409. SWIFT_OBJC_BRIDGING_HEADER = "CryptoSwift-Bridging-Header.h";
  410. TARGETED_DEVICE_FAMILY = "1,2";
  411. VALIDATE_PRODUCT = YES;
  412. VERSIONING_SYSTEM = "apple-generic";
  413. VERSION_INFO_PREFIX = "";
  414. };
  415. name = Release;
  416. };
  417. 754BE46C19693E190098E6F3 /* Debug */ = {
  418. isa = XCBuildConfiguration;
  419. baseConfigurationReference = 3B94B3F6DF034011B9EAC0B8 /* Pods.xcconfig */;
  420. buildSettings = {
  421. CLANG_ENABLE_MODULES = YES;
  422. DEFINES_MODULE = YES;
  423. DYLIB_COMPATIBILITY_VERSION = 1;
  424. DYLIB_CURRENT_VERSION = 1;
  425. DYLIB_INSTALL_NAME_BASE = "@rpath";
  426. INFOPLIST_FILE = CryptoSwift/Info.plist;
  427. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  428. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  429. PRODUCT_NAME = "$(TARGET_NAME)";
  430. SKIP_INSTALL = YES;
  431. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  432. };
  433. name = Debug;
  434. };
  435. 754BE46D19693E190098E6F3 /* Release */ = {
  436. isa = XCBuildConfiguration;
  437. baseConfigurationReference = 3B94B3F6DF034011B9EAC0B8 /* Pods.xcconfig */;
  438. buildSettings = {
  439. CLANG_ENABLE_MODULES = YES;
  440. DEFINES_MODULE = YES;
  441. DYLIB_COMPATIBILITY_VERSION = 1;
  442. DYLIB_CURRENT_VERSION = 1;
  443. DYLIB_INSTALL_NAME_BASE = "@rpath";
  444. INFOPLIST_FILE = CryptoSwift/Info.plist;
  445. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  446. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  447. PRODUCT_NAME = "$(TARGET_NAME)";
  448. SKIP_INSTALL = YES;
  449. };
  450. name = Release;
  451. };
  452. 754BE46F19693E190098E6F3 /* Debug */ = {
  453. isa = XCBuildConfiguration;
  454. baseConfigurationReference = 3B94B3F6DF034011B9EAC0B8 /* Pods.xcconfig */;
  455. buildSettings = {
  456. FRAMEWORK_SEARCH_PATHS = (
  457. "$(SDKROOT)/Developer/Library/Frameworks",
  458. "$(inherited)",
  459. );
  460. GCC_PREPROCESSOR_DEFINITIONS = (
  461. "DEBUG=1",
  462. "$(inherited)",
  463. );
  464. INFOPLIST_FILE = CryptoSwiftTests/Info.plist;
  465. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  466. METAL_ENABLE_DEBUG_INFO = YES;
  467. PRODUCT_NAME = "$(TARGET_NAME)";
  468. };
  469. name = Debug;
  470. };
  471. 754BE47019693E190098E6F3 /* Release */ = {
  472. isa = XCBuildConfiguration;
  473. baseConfigurationReference = 3B94B3F6DF034011B9EAC0B8 /* Pods.xcconfig */;
  474. buildSettings = {
  475. FRAMEWORK_SEARCH_PATHS = (
  476. "$(SDKROOT)/Developer/Library/Frameworks",
  477. "$(inherited)",
  478. );
  479. INFOPLIST_FILE = CryptoSwiftTests/Info.plist;
  480. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  481. METAL_ENABLE_DEBUG_INFO = NO;
  482. PRODUCT_NAME = "$(TARGET_NAME)";
  483. };
  484. name = Release;
  485. };
  486. /* End XCBuildConfiguration section */
  487. /* Begin XCConfigurationList section */
  488. 754BE44F19693E190098E6F3 /* Build configuration list for PBXProject "CryptoSwift" */ = {
  489. isa = XCConfigurationList;
  490. buildConfigurations = (
  491. 754BE46919693E190098E6F3 /* Debug */,
  492. 754BE46A19693E190098E6F3 /* Release */,
  493. );
  494. defaultConfigurationIsVisible = 0;
  495. defaultConfigurationName = Release;
  496. };
  497. 754BE46B19693E190098E6F3 /* Build configuration list for PBXNativeTarget "CryptoSwift" */ = {
  498. isa = XCConfigurationList;
  499. buildConfigurations = (
  500. 754BE46C19693E190098E6F3 /* Debug */,
  501. 754BE46D19693E190098E6F3 /* Release */,
  502. );
  503. defaultConfigurationIsVisible = 0;
  504. defaultConfigurationName = Release;
  505. };
  506. 754BE46E19693E190098E6F3 /* Build configuration list for PBXNativeTarget "CryptoSwiftTests" */ = {
  507. isa = XCConfigurationList;
  508. buildConfigurations = (
  509. 754BE46F19693E190098E6F3 /* Debug */,
  510. 754BE47019693E190098E6F3 /* Release */,
  511. );
  512. defaultConfigurationIsVisible = 0;
  513. defaultConfigurationName = Release;
  514. };
  515. /* End XCConfigurationList section */
  516. };
  517. rootObject = 754BE44C19693E190098E6F3 /* Project object */;
  518. }