project.pbxproj 58 KB

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