project.pbxproj 56 KB

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