project.pbxproj 59 KB

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