project.pbxproj 56 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 54EE1C631C2199B2008DD2E5 /* CryptoSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = 54EE1C621C2199B2008DD2E5 /* CryptoSwift.h */; settings = {ATTRIBUTES = (Public, ); }; };
  10. 674A736F1BF5D85B00866C5B /* RabbitTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 674A736E1BF5D85B00866C5B /* RabbitTests.swift */; };
  11. 750D3ACB1D0EADCA00999299 /* ZeroPadding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 750D3ACA1D0EADCA00999299 /* ZeroPadding.swift */; };
  12. 75100F8F19B0BC890005C5F5 /* Poly1305Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75100F8E19B0BC890005C5F5 /* Poly1305Tests.swift */; };
  13. 753881EB1CB06E390089101D /* NoPadding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 753881EA1CB06E390089101D /* NoPadding.swift */; };
  14. 75482EA41CB310B7001F66A5 /* PBKDF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75482EA31CB310B7001F66A5 /* PBKDF.swift */; };
  15. 75482EA71CB329C1001F66A5 /* PBKDF2.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75482EA61CB329C1001F66A5 /* PBKDF2.swift */; };
  16. 75482EAC1CB329DF001F66A5 /* PKCS5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75482EAB1CB329DF001F66A5 /* PKCS5.swift */; };
  17. 754BE46819693E190098E6F3 /* DigestTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 754BE46719693E190098E6F3 /* DigestTests.swift */; };
  18. 75558FCC1D4BA93C00CF6C18 /* RandomAccessCryptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75558FCB1D4BA93C00CF6C18 /* RandomAccessCryptor.swift */; };
  19. 755655C71D080E3F00F004E7 /* Cryptors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 755655C61D080E3F00F004E7 /* Cryptors.swift */; };
  20. 755FB1DA199E347D00475437 /* ExtensionsTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 755FB1D9199E347D00475437 /* ExtensionsTest.swift */; };
  21. 756B575F1D5131A4001C0C72 /* Collection+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 756B575E1D5131A4001C0C72 /* Collection+Extension.swift */; };
  22. 7574E5FE1CD02C8B00E96346 /* CSArrayType+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7574E5FD1CD02C8B00E96346 /* CSArrayType+Foundation.swift */; };
  23. 757BC8FE1C1CA56A0093AAA9 /* AES+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC8F71C1CA56A0093AAA9 /* AES+Foundation.swift */; };
  24. 757BC9061C1CA56A0093AAA9 /* ChaCha20+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC8F91C1CA56A0093AAA9 /* ChaCha20+Foundation.swift */; };
  25. 757BC90A1C1CA56A0093AAA9 /* Data+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC8FA1C1CA56A0093AAA9 /* Data+Extension.swift */; };
  26. 757BC90E1C1CA56A0093AAA9 /* Rabbit+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC8FB1C1CA56A0093AAA9 /* Rabbit+Foundation.swift */; };
  27. 757BC9121C1CA56A0093AAA9 /* String+FoundationExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC8FC1C1CA56A0093AAA9 /* String+FoundationExtension.swift */; };
  28. 757BC9161C1CA56A0093AAA9 /* Utils+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC8FD1C1CA56A0093AAA9 /* Utils+Foundation.swift */; };
  29. 757BC93C1C1CA5790093AAA9 /* AES.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC91A1C1CA5790093AAA9 /* AES.swift */; };
  30. 757BC9401C1CA5790093AAA9 /* Array+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC91B1C1CA5790093AAA9 /* Array+Extension.swift */; };
  31. 757BC9481C1CA5790093AAA9 /* Authenticator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC91D1C1CA5790093AAA9 /* Authenticator.swift */; };
  32. 757BC9501C1CA5790093AAA9 /* BytesSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC91F1C1CA5790093AAA9 /* BytesSequence.swift */; };
  33. 757BC9541C1CA5790093AAA9 /* ChaCha20.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9201C1CA5790093AAA9 /* ChaCha20.swift */; };
  34. 757BC9601C1CA5790093AAA9 /* Checksum.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9231C1CA5790093AAA9 /* Checksum.swift */; };
  35. 757BC9681C1CA5790093AAA9 /* CSArrayType+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9251C1CA5790093AAA9 /* CSArrayType+Extensions.swift */; };
  36. 757BC96C1C1CA5790093AAA9 /* Generics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9261C1CA5790093AAA9 /* Generics.swift */; };
  37. 757BC9701C1CA5790093AAA9 /* Digest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9271C1CA5790093AAA9 /* Digest.swift */; };
  38. 757BC9741C1CA5790093AAA9 /* DigestType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9281C1CA5790093AAA9 /* DigestType.swift */; };
  39. 757BC9781C1CA5790093AAA9 /* HMAC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9291C1CA5790093AAA9 /* HMAC.swift */; };
  40. 757BC9801C1CA5790093AAA9 /* IntegerConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC92B1C1CA5790093AAA9 /* IntegerConvertible.swift */; };
  41. 757BC9841C1CA5790093AAA9 /* Int+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC92C1C1CA5790093AAA9 /* Int+Extension.swift */; };
  42. 757BC9881C1CA5790093AAA9 /* MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC92D1C1CA5790093AAA9 /* MD5.swift */; };
  43. 757BC98C1C1CA5790093AAA9 /* Multiplatform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC92E1C1CA5790093AAA9 /* Multiplatform.swift */; };
  44. 757BC9901C1CA5790093AAA9 /* Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC92F1C1CA5790093AAA9 /* Operators.swift */; };
  45. 757BC9941C1CA5790093AAA9 /* Padding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9301C1CA5790093AAA9 /* Padding.swift */; };
  46. 757BC99C1C1CA5790093AAA9 /* PKCS7.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9321C1CA5790093AAA9 /* PKCS7.swift */; };
  47. 757BC9A01C1CA5790093AAA9 /* Poly1305.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9331C1CA5790093AAA9 /* Poly1305.swift */; };
  48. 757BC9A41C1CA5790093AAA9 /* Rabbit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9341C1CA5790093AAA9 /* Rabbit.swift */; };
  49. 757BC9A81C1CA5790093AAA9 /* SHA1.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9351C1CA5790093AAA9 /* SHA1.swift */; };
  50. 757BC9AC1C1CA5790093AAA9 /* SHA2.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9361C1CA5790093AAA9 /* SHA2.swift */; };
  51. 757BC9B01C1CA5790093AAA9 /* String+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9371C1CA5790093AAA9 /* String+Extension.swift */; };
  52. 757BC9B41C1CA5790093AAA9 /* UInt8+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9381C1CA5790093AAA9 /* UInt8+Extension.swift */; };
  53. 757BC9B81C1CA5790093AAA9 /* UInt32+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9391C1CA5790093AAA9 /* UInt32+Extension.swift */; };
  54. 757BC9BC1C1CA5790093AAA9 /* UInt64+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC93A1C1CA5790093AAA9 /* UInt64+Extension.swift */; };
  55. 757BC9C01C1CA5790093AAA9 /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC93B1C1CA5790093AAA9 /* Utils.swift */; };
  56. 757DA2531A4ED0A4002BA3EF /* PaddingTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757DA2521A4ED0A4002BA3EF /* PaddingTests.swift */; };
  57. 757DA2551A4ED408002BA3EF /* AESTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757DA2541A4ED408002BA3EF /* AESTests.swift */; };
  58. 757DA2571A4ED47B002BA3EF /* Helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757DA2561A4ED47B002BA3EF /* Helpers.swift */; };
  59. 757DA2591A4ED4D7002BA3EF /* ChaCha20Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757DA2581A4ED4D7002BA3EF /* ChaCha20Tests.swift */; };
  60. 757F44091CC172B6002B1F85 /* BlockCipher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757F44081CC172B6002B1F85 /* BlockCipher.swift */; };
  61. 757F440E1CC1822B002B1F85 /* SecureBytes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757F440D1CC1822A002B1F85 /* SecureBytes.swift */; };
  62. 75865C5F1D4AF3880072CAC2 /* RandomAccessBlockModeWorker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75865C5E1D4AF3880072CAC2 /* RandomAccessBlockModeWorker.swift */; };
  63. 758A94281A65C59200E46135 /* HMACTests.swift in Resources */ = {isa = PBXBuildFile; fileRef = 758A94271A65C59200E46135 /* HMACTests.swift */; };
  64. 758A94291A65C67400E46135 /* HMACTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758A94271A65C59200E46135 /* HMACTests.swift */; };
  65. 758F58F11C8FB6E20054C377 /* OFB.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758F58F01C8FB6E20054C377 /* OFB.swift */; };
  66. 7595ADE81D86A29A0099EBEF /* HMAC+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7595ADE71D86A29A0099EBEF /* HMAC+Foundation.swift */; };
  67. 75B601EB197D6A6C0009B53D /* CryptoSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 754BE45519693E190098E6F3 /* CryptoSwift.framework */; };
  68. 75C2E7681D55EFA1003D2BCA /* UInt16+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75C2E7671D55EFA1003D2BCA /* UInt16+Extension.swift */; };
  69. 75C2E76D1D55F097003D2BCA /* Access.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75C2E76C1D55F097003D2BCA /* Access.swift */; };
  70. 75CB93251C8F5EC10087740D /* CBC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75CB93241C8F5EC10087740D /* CBC.swift */; };
  71. 75CB93301C8F5F580087740D /* BlockMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75CB932F1C8F5F580087740D /* BlockMode.swift */; };
  72. 75CB93351C8F5FCE0087740D /* PCBC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75CB93341C8F5FCE0087740D /* PCBC.swift */; };
  73. 75CB933A1C8F5FFD0087740D /* CFB.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75CB93391C8F5FFD0087740D /* CFB.swift */; };
  74. 75CB93441C8F603C0087740D /* CTR.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75CB93431C8F603C0087740D /* CTR.swift */; };
  75. 75CB93491C8F60700087740D /* ECB.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75CB93481C8F60700087740D /* ECB.swift */; };
  76. 75CB934E1C8F609D0087740D /* BlockModeOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75CB934D1C8F609D0087740D /* BlockModeOptions.swift */; };
  77. 75D0E05C1CFB9B9400FCEA0E /* Cipher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D0E05B1CFB9B9400FCEA0E /* Cipher.swift */; };
  78. 75D1F1F41D06B98B005A87A2 /* PBKDF1.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D1F1F31D06B98B005A87A2 /* PBKDF1.swift */; };
  79. 75DB81A31CDBFDC700ED181A /* BlockModeWorker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75DB81A21CDBFDC700ED181A /* BlockModeWorker.swift */; };
  80. 75DB81A81CDC06B100ED181A /* Updatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75DB81A71CDC06B100ED181A /* Updatable.swift */; };
  81. 75F818231D9527CE00A78C92 /* SHA3.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75F818221D9527CE00A78C92 /* SHA3.swift */; };
  82. 80545D131CA9FECD00474A99 /* Bit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80545D121CA9FECD00474A99 /* Bit.swift */; };
  83. E3FD2D501D6B7E1100A9F35F /* CommonCryptoTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3FD2D4E1D6B734A00A9F35F /* CommonCryptoTests.swift */; };
  84. E3FD2D531D6B81CE00A9F35F /* Error+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3FD2D511D6B813C00A9F35F /* Error+Extension.swift */; };
  85. /* End PBXBuildFile section */
  86. /* Begin PBXContainerItemProxy section */
  87. 75B601E3197D69EB0009B53D /* PBXContainerItemProxy */ = {
  88. isa = PBXContainerItemProxy;
  89. containerPortal = 754BE44C19693E190098E6F3 /* Project object */;
  90. proxyType = 1;
  91. remoteGlobalIDString = 754BE45419693E190098E6F3;
  92. remoteInfo = CryptoSwift;
  93. };
  94. 75B601E5197D6A270009B53D /* PBXContainerItemProxy */ = {
  95. isa = PBXContainerItemProxy;
  96. containerPortal = 754BE44C19693E190098E6F3 /* Project object */;
  97. proxyType = 1;
  98. remoteGlobalIDString = 754BE45419693E190098E6F3;
  99. remoteInfo = CryptoSwift;
  100. };
  101. 75B601E7197D6A3A0009B53D /* PBXContainerItemProxy */ = {
  102. isa = PBXContainerItemProxy;
  103. containerPortal = 754BE44C19693E190098E6F3 /* Project object */;
  104. proxyType = 1;
  105. remoteGlobalIDString = 754BE45419693E190098E6F3;
  106. remoteInfo = CryptoSwift;
  107. };
  108. 75B601E9197D6A5C0009B53D /* PBXContainerItemProxy */ = {
  109. isa = PBXContainerItemProxy;
  110. containerPortal = 754BE44C19693E190098E6F3 /* Project object */;
  111. proxyType = 1;
  112. remoteGlobalIDString = 754BE45419693E190098E6F3;
  113. remoteInfo = CryptoSwift;
  114. };
  115. 75B601EC197D6B3D0009B53D /* PBXContainerItemProxy */ = {
  116. isa = PBXContainerItemProxy;
  117. containerPortal = 754BE44C19693E190098E6F3 /* Project object */;
  118. proxyType = 1;
  119. remoteGlobalIDString = 754BE45419693E190098E6F3;
  120. remoteInfo = CryptoSwift;
  121. };
  122. 75B6021C197D6CF10009B53D /* PBXContainerItemProxy */ = {
  123. isa = PBXContainerItemProxy;
  124. containerPortal = 754BE44C19693E190098E6F3 /* Project object */;
  125. proxyType = 1;
  126. remoteGlobalIDString = 754BE45419693E190098E6F3;
  127. remoteInfo = CryptoSwift;
  128. };
  129. 75B6021E197D6D070009B53D /* PBXContainerItemProxy */ = {
  130. isa = PBXContainerItemProxy;
  131. containerPortal = 754BE44C19693E190098E6F3 /* Project object */;
  132. proxyType = 1;
  133. remoteGlobalIDString = 754BE45419693E190098E6F3;
  134. remoteInfo = CryptoSwift;
  135. };
  136. /* End PBXContainerItemProxy section */
  137. /* Begin PBXCopyFilesBuildPhase section */
  138. 75B601E0197D69770009B53D /* CopyFiles */ = {
  139. isa = PBXCopyFilesBuildPhase;
  140. buildActionMask = 2147483647;
  141. dstPath = "";
  142. dstSubfolderSpec = 10;
  143. files = (
  144. );
  145. runOnlyForDeploymentPostprocessing = 0;
  146. };
  147. /* End PBXCopyFilesBuildPhase section */
  148. /* Begin PBXFileReference section */
  149. 54EE1C621C2199B2008DD2E5 /* CryptoSwift.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CryptoSwift.h; path = Sources/CryptoSwift.h; sourceTree = SOURCE_ROOT; };
  150. 674A736E1BF5D85B00866C5B /* RabbitTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RabbitTests.swift; sourceTree = "<group>"; };
  151. 750D3ACA1D0EADCA00999299 /* ZeroPadding.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ZeroPadding.swift; path = Sources/CryptoSwift/ZeroPadding.swift; sourceTree = SOURCE_ROOT; };
  152. 75100F8E19B0BC890005C5F5 /* Poly1305Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Poly1305Tests.swift; sourceTree = "<group>"; };
  153. 753881EA1CB06E390089101D /* NoPadding.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = NoPadding.swift; path = Sources/CryptoSwift/NoPadding.swift; sourceTree = SOURCE_ROOT; };
  154. 75482EA31CB310B7001F66A5 /* PBKDF.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PBKDF.swift; sourceTree = "<group>"; };
  155. 75482EA61CB329C1001F66A5 /* PBKDF2.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = PBKDF2.swift; path = Sources/CryptoSwift/PKCS5/PBKDF2.swift; sourceTree = SOURCE_ROOT; };
  156. 75482EAB1CB329DF001F66A5 /* PKCS5.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = PKCS5.swift; path = Sources/CryptoSwift/PKCS5/PKCS5.swift; sourceTree = SOURCE_ROOT; };
  157. 754BE45519693E190098E6F3 /* CryptoSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CryptoSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  158. 754BE46019693E190098E6F3 /* Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  159. 754BE46619693E190098E6F3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  160. 754BE46719693E190098E6F3 /* DigestTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DigestTests.swift; sourceTree = "<group>"; };
  161. 75558FCB1D4BA93C00CF6C18 /* RandomAccessCryptor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = RandomAccessCryptor.swift; path = Sources/CryptoSwift/RandomAccessCryptor.swift; sourceTree = SOURCE_ROOT; };
  162. 755655C61D080E3F00F004E7 /* Cryptors.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Cryptors.swift; path = Sources/CryptoSwift/Cryptors.swift; sourceTree = SOURCE_ROOT; };
  163. 755D27BC1D06DE6400C41692 /* CryptoSwift.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; path = CryptoSwift.playground; sourceTree = "<group>"; };
  164. 755FB1D9199E347D00475437 /* ExtensionsTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExtensionsTest.swift; sourceTree = "<group>"; };
  165. 756B575E1D5131A4001C0C72 /* Collection+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "Collection+Extension.swift"; path = "Sources/CryptoSwift/Collection+Extension.swift"; sourceTree = SOURCE_ROOT; };
  166. 756BFDCA1A82B87300B9D9A4 /* Bridging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Bridging.h; sourceTree = "<group>"; };
  167. 7574E5FD1CD02C8B00E96346 /* CSArrayType+Foundation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "CSArrayType+Foundation.swift"; sourceTree = "<group>"; };
  168. 757BC8F71C1CA56A0093AAA9 /* AES+Foundation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = "AES+Foundation.swift"; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
  169. 757BC8F91C1CA56A0093AAA9 /* ChaCha20+Foundation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = "ChaCha20+Foundation.swift"; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
  170. 757BC8FA1C1CA56A0093AAA9 /* Data+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Data+Extension.swift"; sourceTree = "<group>"; };
  171. 757BC8FB1C1CA56A0093AAA9 /* Rabbit+Foundation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = "Rabbit+Foundation.swift"; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
  172. 757BC8FC1C1CA56A0093AAA9 /* String+FoundationExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+FoundationExtension.swift"; sourceTree = "<group>"; };
  173. 757BC8FD1C1CA56A0093AAA9 /* Utils+Foundation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Utils+Foundation.swift"; sourceTree = "<group>"; };
  174. 757BC91A1C1CA5790093AAA9 /* AES.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = AES.swift; path = Sources/CryptoSwift/AES.swift; sourceTree = SOURCE_ROOT; };
  175. 757BC91B1C1CA5790093AAA9 /* Array+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "Array+Extension.swift"; path = "Sources/CryptoSwift/Array+Extension.swift"; sourceTree = SOURCE_ROOT; };
  176. 757BC91D1C1CA5790093AAA9 /* Authenticator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Authenticator.swift; path = Sources/CryptoSwift/Authenticator.swift; sourceTree = SOURCE_ROOT; };
  177. 757BC91F1C1CA5790093AAA9 /* BytesSequence.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = BytesSequence.swift; path = Sources/CryptoSwift/BytesSequence.swift; sourceTree = SOURCE_ROOT; };
  178. 757BC9201C1CA5790093AAA9 /* ChaCha20.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ChaCha20.swift; path = Sources/CryptoSwift/ChaCha20.swift; sourceTree = SOURCE_ROOT; };
  179. 757BC9231C1CA5790093AAA9 /* Checksum.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Checksum.swift; path = Sources/CryptoSwift/Checksum.swift; sourceTree = SOURCE_ROOT; };
  180. 757BC9251C1CA5790093AAA9 /* CSArrayType+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "CSArrayType+Extensions.swift"; path = "Sources/CryptoSwift/CSArrayType+Extensions.swift"; sourceTree = SOURCE_ROOT; };
  181. 757BC9261C1CA5790093AAA9 /* Generics.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Generics.swift; path = Sources/CryptoSwift/Generics.swift; sourceTree = SOURCE_ROOT; };
  182. 757BC9271C1CA5790093AAA9 /* Digest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Digest.swift; path = Sources/CryptoSwift/Digest.swift; sourceTree = SOURCE_ROOT; };
  183. 757BC9281C1CA5790093AAA9 /* DigestType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = DigestType.swift; path = Sources/CryptoSwift/DigestType.swift; sourceTree = SOURCE_ROOT; };
  184. 757BC9291C1CA5790093AAA9 /* HMAC.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = HMAC.swift; path = Sources/CryptoSwift/HMAC.swift; sourceTree = SOURCE_ROOT; };
  185. 757BC92A1C1CA5790093AAA9 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Sources/CryptoSwift/Info.plist; sourceTree = SOURCE_ROOT; };
  186. 757BC92B1C1CA5790093AAA9 /* IntegerConvertible.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = IntegerConvertible.swift; path = Sources/CryptoSwift/IntegerConvertible.swift; sourceTree = SOURCE_ROOT; };
  187. 757BC92C1C1CA5790093AAA9 /* Int+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "Int+Extension.swift"; path = "Sources/CryptoSwift/Int+Extension.swift"; sourceTree = SOURCE_ROOT; };
  188. 757BC92D1C1CA5790093AAA9 /* MD5.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MD5.swift; path = Sources/CryptoSwift/MD5.swift; sourceTree = SOURCE_ROOT; };
  189. 757BC92E1C1CA5790093AAA9 /* Multiplatform.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Multiplatform.swift; path = Sources/CryptoSwift/Multiplatform.swift; sourceTree = SOURCE_ROOT; };
  190. 757BC92F1C1CA5790093AAA9 /* Operators.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Operators.swift; path = Sources/CryptoSwift/Operators.swift; sourceTree = SOURCE_ROOT; };
  191. 757BC9301C1CA5790093AAA9 /* Padding.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Padding.swift; path = Sources/CryptoSwift/Padding.swift; sourceTree = SOURCE_ROOT; };
  192. 757BC9321C1CA5790093AAA9 /* PKCS7.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = PKCS7.swift; path = Sources/CryptoSwift/PKCS7.swift; sourceTree = SOURCE_ROOT; };
  193. 757BC9331C1CA5790093AAA9 /* Poly1305.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Poly1305.swift; path = Sources/CryptoSwift/Poly1305.swift; sourceTree = SOURCE_ROOT; };
  194. 757BC9341C1CA5790093AAA9 /* Rabbit.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Rabbit.swift; path = Sources/CryptoSwift/Rabbit.swift; sourceTree = SOURCE_ROOT; };
  195. 757BC9351C1CA5790093AAA9 /* SHA1.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SHA1.swift; path = Sources/CryptoSwift/SHA1.swift; sourceTree = SOURCE_ROOT; };
  196. 757BC9361C1CA5790093AAA9 /* SHA2.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SHA2.swift; path = Sources/CryptoSwift/SHA2.swift; sourceTree = SOURCE_ROOT; };
  197. 757BC9371C1CA5790093AAA9 /* String+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "String+Extension.swift"; path = "Sources/CryptoSwift/String+Extension.swift"; sourceTree = SOURCE_ROOT; };
  198. 757BC9381C1CA5790093AAA9 /* UInt8+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "UInt8+Extension.swift"; path = "Sources/CryptoSwift/UInt8+Extension.swift"; sourceTree = SOURCE_ROOT; };
  199. 757BC9391C1CA5790093AAA9 /* UInt32+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "UInt32+Extension.swift"; path = "Sources/CryptoSwift/UInt32+Extension.swift"; sourceTree = SOURCE_ROOT; };
  200. 757BC93A1C1CA5790093AAA9 /* UInt64+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "UInt64+Extension.swift"; path = "Sources/CryptoSwift/UInt64+Extension.swift"; sourceTree = SOURCE_ROOT; };
  201. 757BC93B1C1CA5790093AAA9 /* Utils.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Utils.swift; path = Sources/CryptoSwift/Utils.swift; sourceTree = SOURCE_ROOT; };
  202. 757DA2521A4ED0A4002BA3EF /* PaddingTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PaddingTests.swift; sourceTree = "<group>"; };
  203. 757DA2541A4ED408002BA3EF /* AESTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AESTests.swift; sourceTree = "<group>"; };
  204. 757DA2561A4ED47B002BA3EF /* Helpers.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Helpers.swift; sourceTree = "<group>"; };
  205. 757DA2581A4ED4D7002BA3EF /* ChaCha20Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChaCha20Tests.swift; sourceTree = "<group>"; };
  206. 757F44081CC172B6002B1F85 /* BlockCipher.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = BlockCipher.swift; path = Sources/CryptoSwift/BlockCipher.swift; sourceTree = SOURCE_ROOT; };
  207. 757F440D1CC1822A002B1F85 /* SecureBytes.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SecureBytes.swift; path = Sources/CryptoSwift/SecureBytes.swift; sourceTree = SOURCE_ROOT; };
  208. 75865C5E1D4AF3880072CAC2 /* RandomAccessBlockModeWorker.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = RandomAccessBlockModeWorker.swift; path = Sources/CryptoSwift/BlockMode/RandomAccessBlockModeWorker.swift; sourceTree = SOURCE_ROOT; };
  209. 758A94271A65C59200E46135 /* HMACTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HMACTests.swift; sourceTree = "<group>"; };
  210. 758F58F01C8FB6E20054C377 /* OFB.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = OFB.swift; path = Sources/CryptoSwift/BlockMode/OFB.swift; sourceTree = SOURCE_ROOT; };
  211. 7595ADE71D86A29A0099EBEF /* HMAC+Foundation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "HMAC+Foundation.swift"; sourceTree = "<group>"; };
  212. 75C2E7671D55EFA1003D2BCA /* UInt16+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "UInt16+Extension.swift"; path = "Sources/CryptoSwift/UInt16+Extension.swift"; sourceTree = SOURCE_ROOT; };
  213. 75C2E76C1D55F097003D2BCA /* Access.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Access.swift; sourceTree = "<group>"; };
  214. 75CB93241C8F5EC10087740D /* CBC.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = CBC.swift; path = Sources/CryptoSwift/BlockMode/CBC.swift; sourceTree = SOURCE_ROOT; };
  215. 75CB932F1C8F5F580087740D /* BlockMode.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = BlockMode.swift; path = Sources/CryptoSwift/BlockMode/BlockMode.swift; sourceTree = SOURCE_ROOT; };
  216. 75CB93341C8F5FCE0087740D /* PCBC.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = PCBC.swift; path = Sources/CryptoSwift/BlockMode/PCBC.swift; sourceTree = SOURCE_ROOT; };
  217. 75CB93391C8F5FFD0087740D /* CFB.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = CFB.swift; path = Sources/CryptoSwift/BlockMode/CFB.swift; sourceTree = SOURCE_ROOT; };
  218. 75CB93431C8F603C0087740D /* CTR.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = CTR.swift; path = Sources/CryptoSwift/BlockMode/CTR.swift; sourceTree = SOURCE_ROOT; };
  219. 75CB93481C8F60700087740D /* ECB.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ECB.swift; path = Sources/CryptoSwift/BlockMode/ECB.swift; sourceTree = SOURCE_ROOT; };
  220. 75CB934D1C8F609D0087740D /* BlockModeOptions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = BlockModeOptions.swift; path = Sources/CryptoSwift/BlockMode/BlockModeOptions.swift; sourceTree = SOURCE_ROOT; };
  221. 75D0E05B1CFB9B9400FCEA0E /* Cipher.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Cipher.swift; path = Sources/CryptoSwift/Cipher.swift; sourceTree = SOURCE_ROOT; };
  222. 75D1F1F31D06B98B005A87A2 /* PBKDF1.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = PBKDF1.swift; path = Sources/CryptoSwift/PKCS5/PBKDF1.swift; sourceTree = SOURCE_ROOT; };
  223. 75DB81A21CDBFDC700ED181A /* BlockModeWorker.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = BlockModeWorker.swift; path = Sources/CryptoSwift/BlockMode/BlockModeWorker.swift; sourceTree = SOURCE_ROOT; };
  224. 75DB81A71CDC06B100ED181A /* Updatable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Updatable.swift; path = Sources/CryptoSwift/Updatable.swift; sourceTree = SOURCE_ROOT; };
  225. 75F818221D9527CE00A78C92 /* SHA3.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SHA3.swift; path = Sources/CryptoSwift/SHA3.swift; sourceTree = SOURCE_ROOT; };
  226. 80545D121CA9FECD00474A99 /* Bit.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Bit.swift; path = Sources/CryptoSwift/Bit.swift; sourceTree = SOURCE_ROOT; };
  227. E3FD2D4E1D6B734A00A9F35F /* CommonCryptoTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CommonCryptoTests.swift; sourceTree = "<group>"; };
  228. E3FD2D511D6B813C00A9F35F /* Error+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Error+Extension.swift"; sourceTree = "<group>"; };
  229. /* End PBXFileReference section */
  230. /* Begin PBXFrameworksBuildPhase section */
  231. 754BE45119693E190098E6F3 /* Frameworks */ = {
  232. isa = PBXFrameworksBuildPhase;
  233. buildActionMask = 2147483647;
  234. files = (
  235. );
  236. runOnlyForDeploymentPostprocessing = 0;
  237. };
  238. 754BE45D19693E190098E6F3 /* Frameworks */ = {
  239. isa = PBXFrameworksBuildPhase;
  240. buildActionMask = 2147483647;
  241. files = (
  242. 75B601EB197D6A6C0009B53D /* CryptoSwift.framework in Frameworks */,
  243. );
  244. runOnlyForDeploymentPostprocessing = 0;
  245. };
  246. /* End PBXFrameworksBuildPhase section */
  247. /* Begin PBXGroup section */
  248. 24B0BBA29D734E62809E53BC /* Frameworks */ = {
  249. isa = PBXGroup;
  250. children = (
  251. );
  252. name = Frameworks;
  253. sourceTree = "<group>";
  254. };
  255. 75482EA51CB3299E001F66A5 /* PKCS5 */ = {
  256. isa = PBXGroup;
  257. children = (
  258. 75482EAB1CB329DF001F66A5 /* PKCS5.swift */,
  259. 75D1F1F31D06B98B005A87A2 /* PBKDF1.swift */,
  260. 75482EA61CB329C1001F66A5 /* PBKDF2.swift */,
  261. );
  262. name = PKCS5;
  263. sourceTree = "<group>";
  264. };
  265. 754BE44B19693E190098E6F3 = {
  266. isa = PBXGroup;
  267. children = (
  268. 755D27BC1D06DE6400C41692 /* CryptoSwift.playground */,
  269. 754BE45719693E190098E6F3 /* CryptoSwift */,
  270. 754BE46419693E190098E6F3 /* Tests */,
  271. 754BE45619693E190098E6F3 /* Products */,
  272. 24B0BBA29D734E62809E53BC /* Frameworks */,
  273. );
  274. sourceTree = "<group>";
  275. };
  276. 754BE45619693E190098E6F3 /* Products */ = {
  277. isa = PBXGroup;
  278. children = (
  279. 754BE45519693E190098E6F3 /* CryptoSwift.framework */,
  280. 754BE46019693E190098E6F3 /* Tests.xctest */,
  281. );
  282. name = Products;
  283. sourceTree = "<group>";
  284. };
  285. 754BE45719693E190098E6F3 /* CryptoSwift */ = {
  286. isa = PBXGroup;
  287. children = (
  288. 75DB81B11CDC0E4100ED181A /* Ciphers */,
  289. 757BC91D1C1CA5790093AAA9 /* Authenticator.swift */,
  290. 80545D121CA9FECD00474A99 /* Bit.swift */,
  291. 757F440D1CC1822A002B1F85 /* SecureBytes.swift */,
  292. 757BC91F1C1CA5790093AAA9 /* BytesSequence.swift */,
  293. 755655C61D080E3F00F004E7 /* Cryptors.swift */,
  294. 75DB81A71CDC06B100ED181A /* Updatable.swift */,
  295. 75558FCB1D4BA93C00CF6C18 /* RandomAccessCryptor.swift */,
  296. 75CB93291C8F5EC60087740D /* BlockMode */,
  297. 757BC9231C1CA5790093AAA9 /* Checksum.swift */,
  298. 757BC9261C1CA5790093AAA9 /* Generics.swift */,
  299. 75F818241D9527DB00A78C92 /* Digest */,
  300. 757BC9291C1CA5790093AAA9 /* HMAC.swift */,
  301. 757BC92B1C1CA5790093AAA9 /* IntegerConvertible.swift */,
  302. 757BC92E1C1CA5790093AAA9 /* Multiplatform.swift */,
  303. 757BC92F1C1CA5790093AAA9 /* Operators.swift */,
  304. 757BC9301C1CA5790093AAA9 /* Padding.swift */,
  305. 75482EA51CB3299E001F66A5 /* PKCS5 */,
  306. 757BC9321C1CA5790093AAA9 /* PKCS7.swift */,
  307. 753881EA1CB06E390089101D /* NoPadding.swift */,
  308. 750D3ACA1D0EADCA00999299 /* ZeroPadding.swift */,
  309. 757BC9331C1CA5790093AAA9 /* Poly1305.swift */,
  310. 757BC93B1C1CA5790093AAA9 /* Utils.swift */,
  311. 757BC91B1C1CA5790093AAA9 /* Array+Extension.swift */,
  312. 757BC9251C1CA5790093AAA9 /* CSArrayType+Extensions.swift */,
  313. 756B575E1D5131A4001C0C72 /* Collection+Extension.swift */,
  314. 757BC9371C1CA5790093AAA9 /* String+Extension.swift */,
  315. 757BC92C1C1CA5790093AAA9 /* Int+Extension.swift */,
  316. 757BC9381C1CA5790093AAA9 /* UInt8+Extension.swift */,
  317. 75C2E7671D55EFA1003D2BCA /* UInt16+Extension.swift */,
  318. 757BC9391C1CA5790093AAA9 /* UInt32+Extension.swift */,
  319. 757BC93A1C1CA5790093AAA9 /* UInt64+Extension.swift */,
  320. 757BC8F61C1CA56A0093AAA9 /* Foundation */,
  321. 754BE45819693E190098E6F3 /* Supporting Files */,
  322. );
  323. path = CryptoSwift;
  324. sourceTree = "<group>";
  325. };
  326. 754BE45819693E190098E6F3 /* Supporting Files */ = {
  327. isa = PBXGroup;
  328. children = (
  329. 54EE1C621C2199B2008DD2E5 /* CryptoSwift.h */,
  330. 757BC92A1C1CA5790093AAA9 /* Info.plist */,
  331. );
  332. name = "Supporting Files";
  333. sourceTree = "<group>";
  334. };
  335. 754BE46419693E190098E6F3 /* Tests */ = {
  336. isa = PBXGroup;
  337. children = (
  338. 757DA2561A4ED47B002BA3EF /* Helpers.swift */,
  339. 754BE46719693E190098E6F3 /* DigestTests.swift */,
  340. 75100F8E19B0BC890005C5F5 /* Poly1305Tests.swift */,
  341. 758A94271A65C59200E46135 /* HMACTests.swift */,
  342. 757DA2541A4ED408002BA3EF /* AESTests.swift */,
  343. 757DA2581A4ED4D7002BA3EF /* ChaCha20Tests.swift */,
  344. 674A736E1BF5D85B00866C5B /* RabbitTests.swift */,
  345. 755FB1D9199E347D00475437 /* ExtensionsTest.swift */,
  346. 757DA2521A4ED0A4002BA3EF /* PaddingTests.swift */,
  347. 75482EA31CB310B7001F66A5 /* PBKDF.swift */,
  348. 75C2E76C1D55F097003D2BCA /* Access.swift */,
  349. 756BFDCA1A82B87300B9D9A4 /* Bridging.h */,
  350. 754BE46519693E190098E6F3 /* Supporting Files */,
  351. E3FD2D4E1D6B734A00A9F35F /* CommonCryptoTests.swift */,
  352. E3FD2D511D6B813C00A9F35F /* Error+Extension.swift */,
  353. );
  354. name = Tests;
  355. path = Tests/CryptoSwiftTests;
  356. sourceTree = "<group>";
  357. };
  358. 754BE46519693E190098E6F3 /* Supporting Files */ = {
  359. isa = PBXGroup;
  360. children = (
  361. 754BE46619693E190098E6F3 /* Info.plist */,
  362. );
  363. name = "Supporting Files";
  364. sourceTree = "<group>";
  365. };
  366. 757BC8F61C1CA56A0093AAA9 /* Foundation */ = {
  367. isa = PBXGroup;
  368. children = (
  369. 757BC8F71C1CA56A0093AAA9 /* AES+Foundation.swift */,
  370. 757BC8F91C1CA56A0093AAA9 /* ChaCha20+Foundation.swift */,
  371. 757BC8FA1C1CA56A0093AAA9 /* Data+Extension.swift */,
  372. 757BC8FB1C1CA56A0093AAA9 /* Rabbit+Foundation.swift */,
  373. 757BC8FC1C1CA56A0093AAA9 /* String+FoundationExtension.swift */,
  374. 757BC8FD1C1CA56A0093AAA9 /* Utils+Foundation.swift */,
  375. 7574E5FD1CD02C8B00E96346 /* CSArrayType+Foundation.swift */,
  376. 7595ADE71D86A29A0099EBEF /* HMAC+Foundation.swift */,
  377. );
  378. name = Foundation;
  379. path = Sources/CryptoSwift/Foundation;
  380. sourceTree = SOURCE_ROOT;
  381. };
  382. 75CB93291C8F5EC60087740D /* BlockMode */ = {
  383. isa = PBXGroup;
  384. children = (
  385. 75CB934D1C8F609D0087740D /* BlockModeOptions.swift */,
  386. 75CB932F1C8F5F580087740D /* BlockMode.swift */,
  387. 75DB81A21CDBFDC700ED181A /* BlockModeWorker.swift */,
  388. 75865C5E1D4AF3880072CAC2 /* RandomAccessBlockModeWorker.swift */,
  389. 75CB93241C8F5EC10087740D /* CBC.swift */,
  390. 75CB93341C8F5FCE0087740D /* PCBC.swift */,
  391. 75CB93391C8F5FFD0087740D /* CFB.swift */,
  392. 758F58F01C8FB6E20054C377 /* OFB.swift */,
  393. 75CB93431C8F603C0087740D /* CTR.swift */,
  394. 75CB93481C8F60700087740D /* ECB.swift */,
  395. );
  396. name = BlockMode;
  397. sourceTree = "<group>";
  398. };
  399. 75DB81B11CDC0E4100ED181A /* Ciphers */ = {
  400. isa = PBXGroup;
  401. children = (
  402. 757F44081CC172B6002B1F85 /* BlockCipher.swift */,
  403. 75D0E05B1CFB9B9400FCEA0E /* Cipher.swift */,
  404. 757BC91A1C1CA5790093AAA9 /* AES.swift */,
  405. 757BC9201C1CA5790093AAA9 /* ChaCha20.swift */,
  406. 757BC9341C1CA5790093AAA9 /* Rabbit.swift */,
  407. );
  408. name = Ciphers;
  409. sourceTree = "<group>";
  410. };
  411. 75F818241D9527DB00A78C92 /* Digest */ = {
  412. isa = PBXGroup;
  413. children = (
  414. 757BC9281C1CA5790093AAA9 /* DigestType.swift */,
  415. 757BC9271C1CA5790093AAA9 /* Digest.swift */,
  416. 757BC92D1C1CA5790093AAA9 /* MD5.swift */,
  417. 757BC9351C1CA5790093AAA9 /* SHA1.swift */,
  418. 757BC9361C1CA5790093AAA9 /* SHA2.swift */,
  419. 75F818221D9527CE00A78C92 /* SHA3.swift */,
  420. );
  421. name = Digest;
  422. sourceTree = "<group>";
  423. };
  424. /* End PBXGroup section */
  425. /* Begin PBXHeadersBuildPhase section */
  426. 754BE45219693E190098E6F3 /* Headers */ = {
  427. isa = PBXHeadersBuildPhase;
  428. buildActionMask = 2147483647;
  429. files = (
  430. 54EE1C631C2199B2008DD2E5 /* CryptoSwift.h in Headers */,
  431. );
  432. runOnlyForDeploymentPostprocessing = 0;
  433. };
  434. /* End PBXHeadersBuildPhase section */
  435. /* Begin PBXNativeTarget section */
  436. 754BE45419693E190098E6F3 /* CryptoSwift */ = {
  437. isa = PBXNativeTarget;
  438. buildConfigurationList = 754BE46B19693E190098E6F3 /* Build configuration list for PBXNativeTarget "CryptoSwift" */;
  439. buildPhases = (
  440. 754BE45019693E190098E6F3 /* Sources */,
  441. 754BE45119693E190098E6F3 /* Frameworks */,
  442. 754BE45219693E190098E6F3 /* Headers */,
  443. 754BE45319693E190098E6F3 /* Resources */,
  444. 75B601E0197D69770009B53D /* CopyFiles */,
  445. );
  446. buildRules = (
  447. );
  448. dependencies = (
  449. );
  450. name = CryptoSwift;
  451. productName = CryptoSwift;
  452. productReference = 754BE45519693E190098E6F3 /* CryptoSwift.framework */;
  453. productType = "com.apple.product-type.framework";
  454. };
  455. 754BE45F19693E190098E6F3 /* Tests */ = {
  456. isa = PBXNativeTarget;
  457. buildConfigurationList = 754BE46E19693E190098E6F3 /* Build configuration list for PBXNativeTarget "Tests" */;
  458. buildPhases = (
  459. 754BE45C19693E190098E6F3 /* Sources */,
  460. 754BE45D19693E190098E6F3 /* Frameworks */,
  461. 754BE45E19693E190098E6F3 /* Resources */,
  462. );
  463. buildRules = (
  464. );
  465. dependencies = (
  466. 75B601E4197D69EB0009B53D /* PBXTargetDependency */,
  467. 75B601E6197D6A270009B53D /* PBXTargetDependency */,
  468. 75B601E8197D6A3A0009B53D /* PBXTargetDependency */,
  469. 75B601EA197D6A5C0009B53D /* PBXTargetDependency */,
  470. 75B601ED197D6B3D0009B53D /* PBXTargetDependency */,
  471. 75B6021D197D6CF10009B53D /* PBXTargetDependency */,
  472. 75B6021F197D6D070009B53D /* PBXTargetDependency */,
  473. );
  474. name = Tests;
  475. productName = CryptoSwiftTests;
  476. productReference = 754BE46019693E190098E6F3 /* Tests.xctest */;
  477. productType = "com.apple.product-type.bundle.unit-test";
  478. };
  479. /* End PBXNativeTarget section */
  480. /* Begin PBXProject section */
  481. 754BE44C19693E190098E6F3 /* Project object */ = {
  482. isa = PBXProject;
  483. attributes = {
  484. LastSwiftUpdateCheck = 0700;
  485. LastUpgradeCheck = 0800;
  486. ORGANIZATIONNAME = "Marcin Krzyzanowski";
  487. TargetAttributes = {
  488. 754BE45419693E190098E6F3 = {
  489. CreatedOnToolsVersion = 6.0;
  490. LastSwiftMigration = 0800;
  491. };
  492. 754BE45F19693E190098E6F3 = {
  493. CreatedOnToolsVersion = 6.0;
  494. LastSwiftMigration = 0800;
  495. TestTargetID = 754BE45419693E190098E6F3;
  496. };
  497. };
  498. };
  499. buildConfigurationList = 754BE44F19693E190098E6F3 /* Build configuration list for PBXProject "CryptoSwift" */;
  500. compatibilityVersion = "Xcode 3.2";
  501. developmentRegion = English;
  502. hasScannedForEncodings = 0;
  503. knownRegions = (
  504. en,
  505. );
  506. mainGroup = 754BE44B19693E190098E6F3;
  507. productRefGroup = 754BE45619693E190098E6F3 /* Products */;
  508. projectDirPath = "";
  509. projectRoot = "";
  510. targets = (
  511. 754BE45419693E190098E6F3 /* CryptoSwift */,
  512. 754BE45F19693E190098E6F3 /* Tests */,
  513. );
  514. };
  515. /* End PBXProject section */
  516. /* Begin PBXResourcesBuildPhase section */
  517. 754BE45319693E190098E6F3 /* Resources */ = {
  518. isa = PBXResourcesBuildPhase;
  519. buildActionMask = 2147483647;
  520. files = (
  521. );
  522. runOnlyForDeploymentPostprocessing = 0;
  523. };
  524. 754BE45E19693E190098E6F3 /* Resources */ = {
  525. isa = PBXResourcesBuildPhase;
  526. buildActionMask = 2147483647;
  527. files = (
  528. 758A94281A65C59200E46135 /* HMACTests.swift in Resources */,
  529. );
  530. runOnlyForDeploymentPostprocessing = 0;
  531. };
  532. /* End PBXResourcesBuildPhase section */
  533. /* Begin PBXSourcesBuildPhase section */
  534. 754BE45019693E190098E6F3 /* Sources */ = {
  535. isa = PBXSourcesBuildPhase;
  536. buildActionMask = 2147483647;
  537. files = (
  538. 757BC99C1C1CA5790093AAA9 /* PKCS7.swift in Sources */,
  539. 757BC9AC1C1CA5790093AAA9 /* SHA2.swift in Sources */,
  540. 75865C5F1D4AF3880072CAC2 /* RandomAccessBlockModeWorker.swift in Sources */,
  541. 75DB81A31CDBFDC700ED181A /* BlockModeWorker.swift in Sources */,
  542. 757BC9161C1CA56A0093AAA9 /* Utils+Foundation.swift in Sources */,
  543. 7574E5FE1CD02C8B00E96346 /* CSArrayType+Foundation.swift in Sources */,
  544. 757BC9481C1CA5790093AAA9 /* Authenticator.swift in Sources */,
  545. 757BC9C01C1CA5790093AAA9 /* Utils.swift in Sources */,
  546. 75CB93491C8F60700087740D /* ECB.swift in Sources */,
  547. 757F440E1CC1822B002B1F85 /* SecureBytes.swift in Sources */,
  548. 757BC9741C1CA5790093AAA9 /* DigestType.swift in Sources */,
  549. 750D3ACB1D0EADCA00999299 /* ZeroPadding.swift in Sources */,
  550. 756B575F1D5131A4001C0C72 /* Collection+Extension.swift in Sources */,
  551. 757BC90E1C1CA56A0093AAA9 /* Rabbit+Foundation.swift in Sources */,
  552. 75D0E05C1CFB9B9400FCEA0E /* Cipher.swift in Sources */,
  553. 757BC9841C1CA5790093AAA9 /* Int+Extension.swift in Sources */,
  554. 757BC9B01C1CA5790093AAA9 /* String+Extension.swift in Sources */,
  555. 757BC96C1C1CA5790093AAA9 /* Generics.swift in Sources */,
  556. 757F44091CC172B6002B1F85 /* BlockCipher.swift in Sources */,
  557. 75558FCC1D4BA93C00CF6C18 /* RandomAccessCryptor.swift in Sources */,
  558. 75F818231D9527CE00A78C92 /* SHA3.swift in Sources */,
  559. 75CB93251C8F5EC10087740D /* CBC.swift in Sources */,
  560. 757BC9701C1CA5790093AAA9 /* Digest.swift in Sources */,
  561. 75CB93351C8F5FCE0087740D /* PCBC.swift in Sources */,
  562. 75CB93301C8F5F580087740D /* BlockMode.swift in Sources */,
  563. 757BC9121C1CA56A0093AAA9 /* String+FoundationExtension.swift in Sources */,
  564. 757BC9B41C1CA5790093AAA9 /* UInt8+Extension.swift in Sources */,
  565. 757BC9401C1CA5790093AAA9 /* Array+Extension.swift in Sources */,
  566. 757BC9061C1CA56A0093AAA9 /* ChaCha20+Foundation.swift in Sources */,
  567. 75482EA71CB329C1001F66A5 /* PBKDF2.swift in Sources */,
  568. 757BC9681C1CA5790093AAA9 /* CSArrayType+Extensions.swift in Sources */,
  569. 757BC9601C1CA5790093AAA9 /* Checksum.swift in Sources */,
  570. 757BC9A01C1CA5790093AAA9 /* Poly1305.swift in Sources */,
  571. 75CB93441C8F603C0087740D /* CTR.swift in Sources */,
  572. 757BC9BC1C1CA5790093AAA9 /* UInt64+Extension.swift in Sources */,
  573. 753881EB1CB06E390089101D /* NoPadding.swift in Sources */,
  574. 758F58F11C8FB6E20054C377 /* OFB.swift in Sources */,
  575. 75CB934E1C8F609D0087740D /* BlockModeOptions.swift in Sources */,
  576. 757BC9801C1CA5790093AAA9 /* IntegerConvertible.swift in Sources */,
  577. 757BC9501C1CA5790093AAA9 /* BytesSequence.swift in Sources */,
  578. 757BC9881C1CA5790093AAA9 /* MD5.swift in Sources */,
  579. 757BC9A81C1CA5790093AAA9 /* SHA1.swift in Sources */,
  580. 75DB81A81CDC06B100ED181A /* Updatable.swift in Sources */,
  581. 75D1F1F41D06B98B005A87A2 /* PBKDF1.swift in Sources */,
  582. 755655C71D080E3F00F004E7 /* Cryptors.swift in Sources */,
  583. 757BC9901C1CA5790093AAA9 /* Operators.swift in Sources */,
  584. 75CB933A1C8F5FFD0087740D /* CFB.swift in Sources */,
  585. 7595ADE81D86A29A0099EBEF /* HMAC+Foundation.swift in Sources */,
  586. 75C2E7681D55EFA1003D2BCA /* UInt16+Extension.swift in Sources */,
  587. 757BC9B81C1CA5790093AAA9 /* UInt32+Extension.swift in Sources */,
  588. 757BC8FE1C1CA56A0093AAA9 /* AES+Foundation.swift in Sources */,
  589. 757BC98C1C1CA5790093AAA9 /* Multiplatform.swift in Sources */,
  590. 757BC93C1C1CA5790093AAA9 /* AES.swift in Sources */,
  591. 757BC9541C1CA5790093AAA9 /* ChaCha20.swift in Sources */,
  592. 757BC9941C1CA5790093AAA9 /* Padding.swift in Sources */,
  593. 80545D131CA9FECD00474A99 /* Bit.swift in Sources */,
  594. 757BC9A41C1CA5790093AAA9 /* Rabbit.swift in Sources */,
  595. 757BC9781C1CA5790093AAA9 /* HMAC.swift in Sources */,
  596. 75482EAC1CB329DF001F66A5 /* PKCS5.swift in Sources */,
  597. 757BC90A1C1CA56A0093AAA9 /* Data+Extension.swift in Sources */,
  598. );
  599. runOnlyForDeploymentPostprocessing = 0;
  600. };
  601. 754BE45C19693E190098E6F3 /* Sources */ = {
  602. isa = PBXSourcesBuildPhase;
  603. buildActionMask = 2147483647;
  604. files = (
  605. 75C2E76D1D55F097003D2BCA /* Access.swift in Sources */,
  606. 75482EA41CB310B7001F66A5 /* PBKDF.swift in Sources */,
  607. 758A94291A65C67400E46135 /* HMACTests.swift in Sources */,
  608. 75100F8F19B0BC890005C5F5 /* Poly1305Tests.swift in Sources */,
  609. 757DA2571A4ED47B002BA3EF /* Helpers.swift in Sources */,
  610. 754BE46819693E190098E6F3 /* DigestTests.swift in Sources */,
  611. E3FD2D531D6B81CE00A9F35F /* Error+Extension.swift in Sources */,
  612. 757DA2591A4ED4D7002BA3EF /* ChaCha20Tests.swift in Sources */,
  613. 755FB1DA199E347D00475437 /* ExtensionsTest.swift in Sources */,
  614. 674A736F1BF5D85B00866C5B /* RabbitTests.swift in Sources */,
  615. 757DA2531A4ED0A4002BA3EF /* PaddingTests.swift in Sources */,
  616. 757DA2551A4ED408002BA3EF /* AESTests.swift in Sources */,
  617. E3FD2D501D6B7E1100A9F35F /* CommonCryptoTests.swift in Sources */,
  618. );
  619. runOnlyForDeploymentPostprocessing = 0;
  620. };
  621. /* End PBXSourcesBuildPhase section */
  622. /* Begin PBXTargetDependency section */
  623. 75B601E4197D69EB0009B53D /* PBXTargetDependency */ = {
  624. isa = PBXTargetDependency;
  625. target = 754BE45419693E190098E6F3 /* CryptoSwift */;
  626. targetProxy = 75B601E3197D69EB0009B53D /* PBXContainerItemProxy */;
  627. };
  628. 75B601E6197D6A270009B53D /* PBXTargetDependency */ = {
  629. isa = PBXTargetDependency;
  630. target = 754BE45419693E190098E6F3 /* CryptoSwift */;
  631. targetProxy = 75B601E5197D6A270009B53D /* PBXContainerItemProxy */;
  632. };
  633. 75B601E8197D6A3A0009B53D /* PBXTargetDependency */ = {
  634. isa = PBXTargetDependency;
  635. target = 754BE45419693E190098E6F3 /* CryptoSwift */;
  636. targetProxy = 75B601E7197D6A3A0009B53D /* PBXContainerItemProxy */;
  637. };
  638. 75B601EA197D6A5C0009B53D /* PBXTargetDependency */ = {
  639. isa = PBXTargetDependency;
  640. target = 754BE45419693E190098E6F3 /* CryptoSwift */;
  641. targetProxy = 75B601E9197D6A5C0009B53D /* PBXContainerItemProxy */;
  642. };
  643. 75B601ED197D6B3D0009B53D /* PBXTargetDependency */ = {
  644. isa = PBXTargetDependency;
  645. target = 754BE45419693E190098E6F3 /* CryptoSwift */;
  646. targetProxy = 75B601EC197D6B3D0009B53D /* PBXContainerItemProxy */;
  647. };
  648. 75B6021D197D6CF10009B53D /* PBXTargetDependency */ = {
  649. isa = PBXTargetDependency;
  650. target = 754BE45419693E190098E6F3 /* CryptoSwift */;
  651. targetProxy = 75B6021C197D6CF10009B53D /* PBXContainerItemProxy */;
  652. };
  653. 75B6021F197D6D070009B53D /* PBXTargetDependency */ = {
  654. isa = PBXTargetDependency;
  655. target = 754BE45419693E190098E6F3 /* CryptoSwift */;
  656. targetProxy = 75B6021E197D6D070009B53D /* PBXContainerItemProxy */;
  657. };
  658. /* End PBXTargetDependency section */
  659. /* Begin XCBuildConfiguration section */
  660. 754BE46919693E190098E6F3 /* Debug */ = {
  661. isa = XCBuildConfiguration;
  662. buildSettings = {
  663. ALWAYS_SEARCH_USER_PATHS = NO;
  664. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  665. CLANG_CXX_LIBRARY = "libc++";
  666. CLANG_ENABLE_MODULES = YES;
  667. CLANG_ENABLE_OBJC_ARC = YES;
  668. CLANG_WARN_BOOL_CONVERSION = YES;
  669. CLANG_WARN_CONSTANT_CONVERSION = YES;
  670. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  671. CLANG_WARN_EMPTY_BODY = YES;
  672. CLANG_WARN_ENUM_CONVERSION = YES;
  673. CLANG_WARN_INT_CONVERSION = YES;
  674. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  675. CLANG_WARN_UNREACHABLE_CODE = YES;
  676. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  677. CODE_SIGNING_REQUIRED = NO;
  678. COPY_PHASE_STRIP = NO;
  679. CURRENT_PROJECT_VERSION = 1;
  680. DEFINES_MODULE = YES;
  681. ENABLE_STRICT_OBJC_MSGSEND = YES;
  682. ENABLE_TESTABILITY = YES;
  683. GCC_C_LANGUAGE_STANDARD = gnu99;
  684. GCC_DYNAMIC_NO_PIC = NO;
  685. GCC_NO_COMMON_BLOCKS = YES;
  686. GCC_OPTIMIZATION_LEVEL = 0;
  687. GCC_PREPROCESSOR_DEFINITIONS = (
  688. "DEBUG=1",
  689. "$(inherited)",
  690. );
  691. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  692. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  693. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  694. GCC_WARN_UNDECLARED_SELECTOR = YES;
  695. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  696. GCC_WARN_UNUSED_FUNCTION = YES;
  697. GCC_WARN_UNUSED_VARIABLE = YES;
  698. INFOPLIST_FILE = Sources/CryptoSwift/Info.plist;
  699. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  700. MACOSX_DEPLOYMENT_TARGET = 10.9;
  701. METAL_ENABLE_DEBUG_INFO = YES;
  702. ONLY_ACTIVE_ARCH = YES;
  703. PRODUCT_NAME = CryptoSwift;
  704. SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx appletvos watchos appletvsimulator watchsimulator";
  705. SWIFT_INSTALL_OBJC_HEADER = NO;
  706. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  707. SWIFT_VERSION = 3.0;
  708. TARGETED_DEVICE_FAMILY = "1,2,3,4";
  709. VERSIONING_SYSTEM = "apple-generic";
  710. VERSION_INFO_PREFIX = "";
  711. };
  712. name = Debug;
  713. };
  714. 754BE46A19693E190098E6F3 /* Release */ = {
  715. isa = XCBuildConfiguration;
  716. buildSettings = {
  717. ALWAYS_SEARCH_USER_PATHS = NO;
  718. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  719. CLANG_CXX_LIBRARY = "libc++";
  720. CLANG_ENABLE_MODULES = YES;
  721. CLANG_ENABLE_OBJC_ARC = YES;
  722. CLANG_WARN_BOOL_CONVERSION = YES;
  723. CLANG_WARN_CONSTANT_CONVERSION = YES;
  724. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  725. CLANG_WARN_EMPTY_BODY = YES;
  726. CLANG_WARN_ENUM_CONVERSION = YES;
  727. CLANG_WARN_INT_CONVERSION = YES;
  728. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  729. CLANG_WARN_UNREACHABLE_CODE = YES;
  730. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  731. CODE_SIGNING_REQUIRED = NO;
  732. COPY_PHASE_STRIP = YES;
  733. CURRENT_PROJECT_VERSION = 1;
  734. DEFINES_MODULE = YES;
  735. ENABLE_NS_ASSERTIONS = NO;
  736. ENABLE_STRICT_OBJC_MSGSEND = YES;
  737. GCC_C_LANGUAGE_STANDARD = gnu99;
  738. GCC_NO_COMMON_BLOCKS = YES;
  739. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  740. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  741. GCC_WARN_UNDECLARED_SELECTOR = YES;
  742. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  743. GCC_WARN_UNUSED_FUNCTION = YES;
  744. GCC_WARN_UNUSED_VARIABLE = YES;
  745. INFOPLIST_FILE = Sources/CryptoSwift/Info.plist;
  746. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  747. MACOSX_DEPLOYMENT_TARGET = 10.9;
  748. METAL_ENABLE_DEBUG_INFO = NO;
  749. PRODUCT_NAME = CryptoSwift;
  750. SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx appletvos watchos appletvsimulator watchsimulator";
  751. SWIFT_INSTALL_OBJC_HEADER = NO;
  752. SWIFT_VERSION = 3.0;
  753. TARGETED_DEVICE_FAMILY = "1,2,3,4";
  754. VALIDATE_PRODUCT = YES;
  755. VERSIONING_SYSTEM = "apple-generic";
  756. VERSION_INFO_PREFIX = "";
  757. };
  758. name = Release;
  759. };
  760. 754BE46C19693E190098E6F3 /* Debug */ = {
  761. isa = XCBuildConfiguration;
  762. buildSettings = {
  763. APPLICATION_EXTENSION_API_ONLY = YES;
  764. CLANG_ENABLE_MODULES = YES;
  765. DYLIB_COMPATIBILITY_VERSION = 1;
  766. DYLIB_CURRENT_VERSION = 1;
  767. DYLIB_INSTALL_NAME_BASE = "@rpath";
  768. ENABLE_BITCODE = YES;
  769. "ENABLE_BITCODE[sdk=macosx*]" = NO;
  770. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  771. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  772. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  773. PRODUCT_BUNDLE_IDENTIFIER = com.krzyzanowskim.CryptoSwift;
  774. PRODUCT_NAME = CryptoSwift;
  775. SKIP_INSTALL = YES;
  776. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  777. SWIFT_VERSION = 3.0;
  778. };
  779. name = Debug;
  780. };
  781. 754BE46D19693E190098E6F3 /* Release */ = {
  782. isa = XCBuildConfiguration;
  783. buildSettings = {
  784. APPLICATION_EXTENSION_API_ONLY = YES;
  785. CLANG_ENABLE_MODULES = YES;
  786. DYLIB_COMPATIBILITY_VERSION = 1;
  787. DYLIB_CURRENT_VERSION = 1;
  788. DYLIB_INSTALL_NAME_BASE = "@rpath";
  789. ENABLE_BITCODE = YES;
  790. "ENABLE_BITCODE[sdk=macosx*]" = NO;
  791. GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
  792. GCC_UNROLL_LOOPS = YES;
  793. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  794. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  795. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  796. LLVM_LTO = YES;
  797. PRODUCT_BUNDLE_IDENTIFIER = com.krzyzanowskim.CryptoSwift;
  798. PRODUCT_NAME = CryptoSwift;
  799. SKIP_INSTALL = YES;
  800. SWIFT_DISABLE_SAFETY_CHECKS = YES;
  801. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  802. SWIFT_VERSION = 3.0;
  803. };
  804. name = Release;
  805. };
  806. 754BE46F19693E190098E6F3 /* Debug */ = {
  807. isa = XCBuildConfiguration;
  808. buildSettings = {
  809. GCC_PREPROCESSOR_DEFINITIONS = (
  810. "DEBUG=1",
  811. "$(inherited)",
  812. );
  813. HEADER_SEARCH_PATHS = (
  814. "$(inherited)",
  815. "/Applications/Xcode6-Beta3.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include",
  816. "includes/**",
  817. );
  818. INFOPLIST_FILE = Tests/CryptoSwiftTests/Info.plist;
  819. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks @loader_path/../Frameworks @executable_path/../Frameworks";
  820. LLVM_LTO = NO;
  821. METAL_ENABLE_DEBUG_INFO = YES;
  822. PRODUCT_BUNDLE_IDENTIFIER = "com.hakore.${PRODUCT_NAME:rfc1034identifier}";
  823. PRODUCT_NAME = "$(TARGET_NAME)";
  824. SWIFT_OBJC_BRIDGING_HEADER = Tests/CryptoSwiftTests/Bridging.h;
  825. SWIFT_VERSION = 3.0;
  826. };
  827. name = Debug;
  828. };
  829. 754BE47019693E190098E6F3 /* Release */ = {
  830. isa = XCBuildConfiguration;
  831. buildSettings = {
  832. GCC_OPTIMIZATION_LEVEL = fast;
  833. GCC_UNROLL_LOOPS = YES;
  834. HEADER_SEARCH_PATHS = (
  835. "$(inherited)",
  836. "/Applications/Xcode6-Beta3.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include",
  837. "includes/**",
  838. );
  839. INFOPLIST_FILE = Tests/CryptoSwiftTests/Info.plist;
  840. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks @loader_path/../Frameworks @executable_path/../Frameworks";
  841. LLVM_LTO = YES;
  842. METAL_ENABLE_DEBUG_INFO = NO;
  843. PRODUCT_BUNDLE_IDENTIFIER = "com.hakore.${PRODUCT_NAME:rfc1034identifier}";
  844. PRODUCT_NAME = "$(TARGET_NAME)";
  845. SWIFT_DISABLE_SAFETY_CHECKS = YES;
  846. SWIFT_OBJC_BRIDGING_HEADER = Tests/CryptoSwiftTests/Bridging.h;
  847. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  848. SWIFT_VERSION = 3.0;
  849. };
  850. name = Release;
  851. };
  852. /* End XCBuildConfiguration section */
  853. /* Begin XCConfigurationList section */
  854. 754BE44F19693E190098E6F3 /* Build configuration list for PBXProject "CryptoSwift" */ = {
  855. isa = XCConfigurationList;
  856. buildConfigurations = (
  857. 754BE46919693E190098E6F3 /* Debug */,
  858. 754BE46A19693E190098E6F3 /* Release */,
  859. );
  860. defaultConfigurationIsVisible = 0;
  861. defaultConfigurationName = Release;
  862. };
  863. 754BE46B19693E190098E6F3 /* Build configuration list for PBXNativeTarget "CryptoSwift" */ = {
  864. isa = XCConfigurationList;
  865. buildConfigurations = (
  866. 754BE46C19693E190098E6F3 /* Debug */,
  867. 754BE46D19693E190098E6F3 /* Release */,
  868. );
  869. defaultConfigurationIsVisible = 0;
  870. defaultConfigurationName = Release;
  871. };
  872. 754BE46E19693E190098E6F3 /* Build configuration list for PBXNativeTarget "Tests" */ = {
  873. isa = XCConfigurationList;
  874. buildConfigurations = (
  875. 754BE46F19693E190098E6F3 /* Debug */,
  876. 754BE47019693E190098E6F3 /* Release */,
  877. );
  878. defaultConfigurationIsVisible = 0;
  879. defaultConfigurationName = Release;
  880. };
  881. /* End XCConfigurationList section */
  882. };
  883. rootObject = 754BE44C19693E190098E6F3 /* Project object */;
  884. }