project.pbxproj 56 KB

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