project.pbxproj 58 KB

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