project.pbxproj 20 KB

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