project.pbxproj 58 KB

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