project.pbxproj 74 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 21C68D4F1C0BA77500D2B00A /* CryptoSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = 21C68D4E1C0BA77500D2B00A /* CryptoSwift.h */; settings = {ATTRIBUTES = (Public, ); }; };
  10. 21C68D501C0BA77500D2B00A /* CryptoSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = 21C68D4E1C0BA77500D2B00A /* CryptoSwift.h */; settings = {ATTRIBUTES = (Public, ); }; };
  11. 21C68D511C0BA77500D2B00A /* CryptoSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = 21C68D4E1C0BA77500D2B00A /* CryptoSwift.h */; settings = {ATTRIBUTES = (Public, ); }; };
  12. 21C68D521C0BA77500D2B00A /* CryptoSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = 21C68D4E1C0BA77500D2B00A /* CryptoSwift.h */; settings = {ATTRIBUTES = (Public, ); }; };
  13. 5596BDC31BC8F384007E38D5 /* AES+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75FB9C951BB8A4BD009CAFC5 /* AES+Foundation.swift */; };
  14. 5596BDC41BC8F384007E38D5 /* Array<UInt8>+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75FB9C961BB8A4BD009CAFC5 /* Array<UInt8>+Foundation.swift */; };
  15. 5596BDC51BC8F384007E38D5 /* ChaCha20+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75FB9C971BB8A4BD009CAFC5 /* ChaCha20+Foundation.swift */; };
  16. 5596BDC61BC8F384007E38D5 /* NSData+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75FB9C981BB8A4BD009CAFC5 /* NSData+Extension.swift */; };
  17. 5596BDC71BC8F384007E38D5 /* Utils+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75FB9C991BB8A4BD009CAFC5 /* Utils+Foundation.swift */; };
  18. 5596BDC81BC8F384007E38D5 /* Hash.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7552614D1993051E000D2B20 /* Hash.swift */; };
  19. 5596BDC91BC8F384007E38D5 /* Cipher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7563B2E719B14D4300B152CD /* Cipher.swift */; };
  20. 5596BDCA1BC8F384007E38D5 /* CipherBlockMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75BC3AE21A4E412000ADF343 /* CipherBlockMode.swift */; };
  21. 5596BDCB1BC8F384007E38D5 /* Padding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75A663A51AA0CAD00052110B /* Padding.swift */; };
  22. 5596BDCC1BC8F384007E38D5 /* PKCS5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75B0A56F1AB1A1BB000BD8D2 /* PKCS5.swift */; };
  23. 5596BDCD1BC8F384007E38D5 /* PKCS7.swift in Sources */ = {isa = PBXBuildFile; fileRef = 754C30B61AA13BC000E6FFA4 /* PKCS7.swift */; };
  24. 5596BDCE1BC8F384007E38D5 /* Authenticator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 755111E719B7B7DF00C2AD86 /* Authenticator.swift */; };
  25. 5596BDCF1BC8F384007E38D5 /* HashProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 754DD76D19A149AF00E52288 /* HashProtocol.swift */; };
  26. 5596BDD01BC8F384007E38D5 /* MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 750A545F1992D2680017DA75 /* MD5.swift */; };
  27. 5596BDD11BC8F384007E38D5 /* SHA1.swift in Sources */ = {isa = PBXBuildFile; fileRef = 752E087A199FF27C005B0EA0 /* SHA1.swift */; };
  28. 5596BDD21BC8F384007E38D5 /* SHA2.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75153D4119AA3C7900750381 /* SHA2.swift */; };
  29. 5596BDD31BC8F384007E38D5 /* CRC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757EF7F419AAA82400586276 /* CRC.swift */; };
  30. 5596BDD41BC8F384007E38D5 /* ChaCha20.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EB380019ABDD710002375A /* ChaCha20.swift */; };
  31. 5596BDD51BC8F384007E38D5 /* Poly1305.swift in Sources */ = {isa = PBXBuildFile; fileRef = 751C5C3C19B26B000094C75D /* Poly1305.swift */; };
  32. 5596BDD61BC8F384007E38D5 /* HMAC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758A94251A65AEB100E46135 /* HMAC.swift */; };
  33. 5596BDD71BC8F384007E38D5 /* AES.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75A74B261A1FF6B2004419F1 /* AES.swift */; };
  34. 5596BDD81BC8F384007E38D5 /* BitExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 759D481019B517BC005FF7FC /* BitExtension.swift */; };
  35. 5596BDD91BC8F384007E38D5 /* IntExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7547195019931802002FA5F1 /* IntExtension.swift */; };
  36. 5596BDDA1BC8F384007E38D5 /* UInt8Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758F3F771992F6CE0014BBDA /* UInt8Extension.swift */; };
  37. 5596BDDB1BC8F384007E38D5 /* UInt32Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D94E2519B60C4F007CB2A4 /* UInt32Extension.swift */; };
  38. 5596BDDC1BC8F384007E38D5 /* UInt64Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D94E2719B60DDE007CB2A4 /* UInt64Extension.swift */; };
  39. 5596BDDD1BC8F384007E38D5 /* Array+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 754C8FEC19979F94005AD904 /* Array+Extension.swift */; };
  40. 5596BDDE1BC8F384007E38D5 /* ArraySlice<UInt8>+Bytes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D63F761BB840050041579B /* ArraySlice<UInt8>+Bytes.swift */; };
  41. 5596BDDF1BC8F384007E38D5 /* CSArrayType+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75232CCD1BC6E6AC007F68B1 /* CSArrayType+Extensions.swift */; };
  42. 5596BDE01BC8F384007E38D5 /* String+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7599C9C5199EA28700A3988B /* String+Extension.swift */; };
  43. 5596BDE11BC8F384007E38D5 /* Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D94E2319B60C08007CB2A4 /* Operators.swift */; };
  44. 5596BDE21BC8F384007E38D5 /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75164E4819AD30AC00737F30 /* Utils.swift */; };
  45. 5596BDE31BC8F384007E38D5 /* Generics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758C764019B61AE500653BC6 /* Generics.swift */; };
  46. 5596BDE41BC8F384007E38D5 /* IntegerConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75BE4EB01B1E4A9F007A2B57 /* IntegerConvertible.swift */; };
  47. 5596BDE51BC8F384007E38D5 /* BytesSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D63F741BB711270041579B /* BytesSequence.swift */; };
  48. 75100F8F19B0BC890005C5F5 /* Poly1305Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75100F8E19B0BC890005C5F5 /* Poly1305Tests.swift */; };
  49. 75164E4919AD30AC00737F30 /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75164E4819AD30AC00737F30 /* Utils.swift */; };
  50. 751C5C3D19B26B000094C75D /* Poly1305.swift in Sources */ = {isa = PBXBuildFile; fileRef = 751C5C3C19B26B000094C75D /* Poly1305.swift */; };
  51. 75232CCE1BC6E6AC007F68B1 /* CSArrayType+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75232CCD1BC6E6AC007F68B1 /* CSArrayType+Extensions.swift */; };
  52. 7539E3291B3B4A530037F4E1 /* MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 750A545F1992D2680017DA75 /* MD5.swift */; };
  53. 7539E32B1B3B4C6B0037F4E1 /* HMAC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758A94251A65AEB100E46135 /* HMAC.swift */; };
  54. 7539E32C1B3B4C750037F4E1 /* String+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7599C9C5199EA28700A3988B /* String+Extension.swift */; };
  55. 7539E32D1B3B4E950037F4E1 /* SHA1.swift in Sources */ = {isa = PBXBuildFile; fileRef = 752E087A199FF27C005B0EA0 /* SHA1.swift */; };
  56. 7539E32E1B3B4E970037F4E1 /* SHA2.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75153D4119AA3C7900750381 /* SHA2.swift */; };
  57. 7547195119931802002FA5F1 /* IntExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7547195019931802002FA5F1 /* IntExtension.swift */; };
  58. 754BE46819693E190098E6F3 /* HashTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 754BE46719693E190098E6F3 /* HashTests.swift */; };
  59. 754C30B71AA13BC000E6FFA4 /* PKCS7.swift in Sources */ = {isa = PBXBuildFile; fileRef = 754C30B61AA13BC000E6FFA4 /* PKCS7.swift */; };
  60. 754C8FED19979F94005AD904 /* Array+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 754C8FEC19979F94005AD904 /* Array+Extension.swift */; };
  61. 754DD76E19A149AF00E52288 /* HashProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 754DD76D19A149AF00E52288 /* HashProtocol.swift */; };
  62. 755111E819B7B7DF00C2AD86 /* Authenticator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 755111E719B7B7DF00C2AD86 /* Authenticator.swift */; };
  63. 7552614E1993051E000D2B20 /* Hash.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7552614D1993051E000D2B20 /* Hash.swift */; };
  64. 755FB1DA199E347D00475437 /* ExtensionsTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 755FB1D9199E347D00475437 /* ExtensionsTest.swift */; };
  65. 7563B2E819B14D4300B152CD /* Cipher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7563B2E719B14D4300B152CD /* Cipher.swift */; };
  66. 757DA2531A4ED0A4002BA3EF /* PaddingTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757DA2521A4ED0A4002BA3EF /* PaddingTests.swift */; };
  67. 757DA2551A4ED408002BA3EF /* AESTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757DA2541A4ED408002BA3EF /* AESTests.swift */; };
  68. 757DA2571A4ED47B002BA3EF /* Helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757DA2561A4ED47B002BA3EF /* Helpers.swift */; };
  69. 757DA2591A4ED4D7002BA3EF /* ChaCha20Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757DA2581A4ED4D7002BA3EF /* ChaCha20Tests.swift */; };
  70. 757EF7F519AAA82400586276 /* CRC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757EF7F419AAA82400586276 /* CRC.swift */; };
  71. 758A94281A65C59200E46135 /* HMACTests.swift in Resources */ = {isa = PBXBuildFile; fileRef = 758A94271A65C59200E46135 /* HMACTests.swift */; };
  72. 758A94291A65C67400E46135 /* HMACTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758A94271A65C59200E46135 /* HMACTests.swift */; };
  73. 758C764119B61AE500653BC6 /* Generics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758C764019B61AE500653BC6 /* Generics.swift */; };
  74. 758F3F781992F6CE0014BBDA /* UInt8Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758F3F771992F6CE0014BBDA /* UInt8Extension.swift */; };
  75. 759B0A9C1BCDAB1200AF902E /* String+FoundationExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 759B0A9B1BCDAB1200AF902E /* String+FoundationExtension.swift */; };
  76. 759D481119B517BC005FF7FC /* BitExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 759D481019B517BC005FF7FC /* BitExtension.swift */; };
  77. 75A663A61AA0CAD00052110B /* Padding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75A663A51AA0CAD00052110B /* Padding.swift */; };
  78. 75A74B271A1FF6B2004419F1 /* AES.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75A74B261A1FF6B2004419F1 /* AES.swift */; };
  79. 75B0A5701AB1A1BB000BD8D2 /* PKCS5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75B0A56F1AB1A1BB000BD8D2 /* PKCS5.swift */; };
  80. 75B601EB197D6A6C0009B53D /* CryptoSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 754BE45519693E190098E6F3 /* CryptoSwift.framework */; };
  81. 75BC3AE31A4E412000ADF343 /* CipherBlockMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75BC3AE21A4E412000ADF343 /* CipherBlockMode.swift */; };
  82. 75BE4EB11B1E4A9F007A2B57 /* IntegerConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75BE4EB01B1E4A9F007A2B57 /* IntegerConvertible.swift */; };
  83. 75D614941BD844F2001358B2 /* UInt64Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D94E2719B60DDE007CB2A4 /* UInt64Extension.swift */; };
  84. 75D614951BD844F2001358B2 /* Poly1305.swift in Sources */ = {isa = PBXBuildFile; fileRef = 751C5C3C19B26B000094C75D /* Poly1305.swift */; };
  85. 75D614961BD844F2001358B2 /* Hash.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7552614D1993051E000D2B20 /* Hash.swift */; };
  86. 75D614971BD844F2001358B2 /* CipherBlockMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75BC3AE21A4E412000ADF343 /* CipherBlockMode.swift */; };
  87. 75D614981BD844F2001358B2 /* IntegerConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75BE4EB01B1E4A9F007A2B57 /* IntegerConvertible.swift */; };
  88. 75D614991BD844F2001358B2 /* SHA2.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75153D4119AA3C7900750381 /* SHA2.swift */; };
  89. 75D6149A1BD844F2001358B2 /* String+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7599C9C5199EA28700A3988B /* String+Extension.swift */; };
  90. 75D6149B1BD844F2001358B2 /* Cipher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7563B2E719B14D4300B152CD /* Cipher.swift */; };
  91. 75D6149C1BD844F2001358B2 /* HMAC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758A94251A65AEB100E46135 /* HMAC.swift */; };
  92. 75D6149D1BD844F2001358B2 /* ChaCha20.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EB380019ABDD710002375A /* ChaCha20.swift */; };
  93. 75D6149E1BD844F2001358B2 /* AES+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75FB9C951BB8A4BD009CAFC5 /* AES+Foundation.swift */; };
  94. 75D6149F1BD844F2001358B2 /* Padding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75A663A51AA0CAD00052110B /* Padding.swift */; };
  95. 75D614A01BD844F2001358B2 /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75164E4819AD30AC00737F30 /* Utils.swift */; };
  96. 75D614A11BD844F2001358B2 /* BytesSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D63F741BB711270041579B /* BytesSequence.swift */; };
  97. 75D614A21BD844F2001358B2 /* ChaCha20+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75FB9C971BB8A4BD009CAFC5 /* ChaCha20+Foundation.swift */; };
  98. 75D614A31BD844F2001358B2 /* BitExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 759D481019B517BC005FF7FC /* BitExtension.swift */; };
  99. 75D614A41BD844F2001358B2 /* Array+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 754C8FEC19979F94005AD904 /* Array+Extension.swift */; };
  100. 75D614A51BD844F2001358B2 /* CSArrayType+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75232CCD1BC6E6AC007F68B1 /* CSArrayType+Extensions.swift */; };
  101. 75D614A61BD844F2001358B2 /* MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 750A545F1992D2680017DA75 /* MD5.swift */; };
  102. 75D614A71BD844F2001358B2 /* Array<UInt8>+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75FB9C961BB8A4BD009CAFC5 /* Array<UInt8>+Foundation.swift */; };
  103. 75D614A81BD844F2001358B2 /* IntExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7547195019931802002FA5F1 /* IntExtension.swift */; };
  104. 75D614A91BD844F2001358B2 /* Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D94E2319B60C08007CB2A4 /* Operators.swift */; };
  105. 75D614AA1BD844F2001358B2 /* NSData+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75FB9C981BB8A4BD009CAFC5 /* NSData+Extension.swift */; };
  106. 75D614AB1BD844F2001358B2 /* SHA1.swift in Sources */ = {isa = PBXBuildFile; fileRef = 752E087A199FF27C005B0EA0 /* SHA1.swift */; };
  107. 75D614AC1BD844F2001358B2 /* Utils+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75FB9C991BB8A4BD009CAFC5 /* Utils+Foundation.swift */; };
  108. 75D614AD1BD844F2001358B2 /* PKCS5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75B0A56F1AB1A1BB000BD8D2 /* PKCS5.swift */; };
  109. 75D614AE1BD844F2001358B2 /* CRC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757EF7F419AAA82400586276 /* CRC.swift */; };
  110. 75D614AF1BD844F2001358B2 /* UInt32Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D94E2519B60C4F007CB2A4 /* UInt32Extension.swift */; };
  111. 75D614B01BD844F2001358B2 /* String+FoundationExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 759B0A9B1BCDAB1200AF902E /* String+FoundationExtension.swift */; };
  112. 75D614B11BD844F2001358B2 /* AES.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75A74B261A1FF6B2004419F1 /* AES.swift */; };
  113. 75D614B21BD844F2001358B2 /* ArraySlice<UInt8>+Bytes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D63F761BB840050041579B /* ArraySlice<UInt8>+Bytes.swift */; };
  114. 75D614B31BD844F2001358B2 /* PKCS7.swift in Sources */ = {isa = PBXBuildFile; fileRef = 754C30B61AA13BC000E6FFA4 /* PKCS7.swift */; };
  115. 75D614B41BD844F2001358B2 /* Authenticator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 755111E719B7B7DF00C2AD86 /* Authenticator.swift */; };
  116. 75D614B51BD844F2001358B2 /* HashProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 754DD76D19A149AF00E52288 /* HashProtocol.swift */; };
  117. 75D614B61BD844F2001358B2 /* Generics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758C764019B61AE500653BC6 /* Generics.swift */; };
  118. 75D614B71BD844F2001358B2 /* UInt8Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758F3F771992F6CE0014BBDA /* UInt8Extension.swift */; };
  119. 75D63F751BB711270041579B /* BytesSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D63F741BB711270041579B /* BytesSequence.swift */; };
  120. 75D63F771BB840050041579B /* ArraySlice<UInt8>+Bytes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D63F761BB840050041579B /* ArraySlice<UInt8>+Bytes.swift */; };
  121. 75D94E2419B60C08007CB2A4 /* Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D94E2319B60C08007CB2A4 /* Operators.swift */; };
  122. 75D94E2619B60C4F007CB2A4 /* UInt32Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D94E2519B60C4F007CB2A4 /* UInt32Extension.swift */; };
  123. 75D94E2819B60DDE007CB2A4 /* UInt64Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D94E2719B60DDE007CB2A4 /* UInt64Extension.swift */; };
  124. 75DF77481BC8EB59006E9520 /* UInt64Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D94E2719B60DDE007CB2A4 /* UInt64Extension.swift */; };
  125. 75DF77491BC8EB59006E9520 /* Poly1305.swift in Sources */ = {isa = PBXBuildFile; fileRef = 751C5C3C19B26B000094C75D /* Poly1305.swift */; };
  126. 75DF774A1BC8EB59006E9520 /* Hash.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7552614D1993051E000D2B20 /* Hash.swift */; };
  127. 75DF774B1BC8EB59006E9520 /* CipherBlockMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75BC3AE21A4E412000ADF343 /* CipherBlockMode.swift */; };
  128. 75DF774C1BC8EB59006E9520 /* IntegerConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75BE4EB01B1E4A9F007A2B57 /* IntegerConvertible.swift */; };
  129. 75DF774D1BC8EB59006E9520 /* SHA2.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75153D4119AA3C7900750381 /* SHA2.swift */; };
  130. 75DF774E1BC8EB59006E9520 /* String+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7599C9C5199EA28700A3988B /* String+Extension.swift */; };
  131. 75DF774F1BC8EB59006E9520 /* Cipher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7563B2E719B14D4300B152CD /* Cipher.swift */; };
  132. 75DF77501BC8EB59006E9520 /* HMAC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758A94251A65AEB100E46135 /* HMAC.swift */; };
  133. 75DF77511BC8EB59006E9520 /* ChaCha20.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EB380019ABDD710002375A /* ChaCha20.swift */; };
  134. 75DF77521BC8EB59006E9520 /* AES+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75FB9C951BB8A4BD009CAFC5 /* AES+Foundation.swift */; };
  135. 75DF77531BC8EB59006E9520 /* Padding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75A663A51AA0CAD00052110B /* Padding.swift */; };
  136. 75DF77541BC8EB59006E9520 /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75164E4819AD30AC00737F30 /* Utils.swift */; };
  137. 75DF77551BC8EB59006E9520 /* BytesSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D63F741BB711270041579B /* BytesSequence.swift */; };
  138. 75DF77561BC8EB59006E9520 /* ChaCha20+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75FB9C971BB8A4BD009CAFC5 /* ChaCha20+Foundation.swift */; };
  139. 75DF77571BC8EB59006E9520 /* BitExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 759D481019B517BC005FF7FC /* BitExtension.swift */; };
  140. 75DF77581BC8EB59006E9520 /* Array+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 754C8FEC19979F94005AD904 /* Array+Extension.swift */; };
  141. 75DF77591BC8EB59006E9520 /* CSArrayType+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75232CCD1BC6E6AC007F68B1 /* CSArrayType+Extensions.swift */; };
  142. 75DF775A1BC8EB59006E9520 /* MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 750A545F1992D2680017DA75 /* MD5.swift */; };
  143. 75DF775B1BC8EB59006E9520 /* Array<UInt8>+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75FB9C961BB8A4BD009CAFC5 /* Array<UInt8>+Foundation.swift */; };
  144. 75DF775C1BC8EB59006E9520 /* IntExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7547195019931802002FA5F1 /* IntExtension.swift */; };
  145. 75DF775D1BC8EB59006E9520 /* Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D94E2319B60C08007CB2A4 /* Operators.swift */; };
  146. 75DF775E1BC8EB59006E9520 /* NSData+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75FB9C981BB8A4BD009CAFC5 /* NSData+Extension.swift */; };
  147. 75DF775F1BC8EB59006E9520 /* SHA1.swift in Sources */ = {isa = PBXBuildFile; fileRef = 752E087A199FF27C005B0EA0 /* SHA1.swift */; };
  148. 75DF77601BC8EB59006E9520 /* Utils+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75FB9C991BB8A4BD009CAFC5 /* Utils+Foundation.swift */; };
  149. 75DF77611BC8EB59006E9520 /* PKCS5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75B0A56F1AB1A1BB000BD8D2 /* PKCS5.swift */; };
  150. 75DF77621BC8EB59006E9520 /* CRC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757EF7F419AAA82400586276 /* CRC.swift */; };
  151. 75DF77631BC8EB59006E9520 /* UInt32Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D94E2519B60C4F007CB2A4 /* UInt32Extension.swift */; };
  152. 75DF77641BC8EB59006E9520 /* AES.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75A74B261A1FF6B2004419F1 /* AES.swift */; };
  153. 75DF77651BC8EB59006E9520 /* ArraySlice<UInt8>+Bytes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D63F761BB840050041579B /* ArraySlice<UInt8>+Bytes.swift */; };
  154. 75DF77661BC8EB59006E9520 /* PKCS7.swift in Sources */ = {isa = PBXBuildFile; fileRef = 754C30B61AA13BC000E6FFA4 /* PKCS7.swift */; };
  155. 75DF77671BC8EB59006E9520 /* Authenticator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 755111E719B7B7DF00C2AD86 /* Authenticator.swift */; };
  156. 75DF77681BC8EB59006E9520 /* HashProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 754DD76D19A149AF00E52288 /* HashProtocol.swift */; };
  157. 75DF77691BC8EB59006E9520 /* Generics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758C764019B61AE500653BC6 /* Generics.swift */; };
  158. 75DF776A1BC8EB59006E9520 /* UInt8Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758F3F771992F6CE0014BBDA /* UInt8Extension.swift */; };
  159. 75EB380119ABDD710002375A /* ChaCha20.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EB380019ABDD710002375A /* ChaCha20.swift */; };
  160. 75FB9C9A1BB8A4BD009CAFC5 /* AES+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75FB9C951BB8A4BD009CAFC5 /* AES+Foundation.swift */; };
  161. 75FB9C9B1BB8A4BD009CAFC5 /* Array<UInt8>+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75FB9C961BB8A4BD009CAFC5 /* Array<UInt8>+Foundation.swift */; };
  162. 75FB9C9C1BB8A4BD009CAFC5 /* ChaCha20+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75FB9C971BB8A4BD009CAFC5 /* ChaCha20+Foundation.swift */; };
  163. 75FB9C9D1BB8A4BD009CAFC5 /* NSData+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75FB9C981BB8A4BD009CAFC5 /* NSData+Extension.swift */; };
  164. 75FB9C9E1BB8A4BD009CAFC5 /* Utils+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75FB9C991BB8A4BD009CAFC5 /* Utils+Foundation.swift */; };
  165. /* End PBXBuildFile section */
  166. /* Begin PBXContainerItemProxy section */
  167. 75B601E3197D69EB0009B53D /* PBXContainerItemProxy */ = {
  168. isa = PBXContainerItemProxy;
  169. containerPortal = 754BE44C19693E190098E6F3 /* Project object */;
  170. proxyType = 1;
  171. remoteGlobalIDString = 754BE45419693E190098E6F3;
  172. remoteInfo = CryptoSwift;
  173. };
  174. 75B601E5197D6A270009B53D /* PBXContainerItemProxy */ = {
  175. isa = PBXContainerItemProxy;
  176. containerPortal = 754BE44C19693E190098E6F3 /* Project object */;
  177. proxyType = 1;
  178. remoteGlobalIDString = 754BE45419693E190098E6F3;
  179. remoteInfo = CryptoSwift;
  180. };
  181. 75B601E7197D6A3A0009B53D /* PBXContainerItemProxy */ = {
  182. isa = PBXContainerItemProxy;
  183. containerPortal = 754BE44C19693E190098E6F3 /* Project object */;
  184. proxyType = 1;
  185. remoteGlobalIDString = 754BE45419693E190098E6F3;
  186. remoteInfo = CryptoSwift;
  187. };
  188. 75B601E9197D6A5C0009B53D /* PBXContainerItemProxy */ = {
  189. isa = PBXContainerItemProxy;
  190. containerPortal = 754BE44C19693E190098E6F3 /* Project object */;
  191. proxyType = 1;
  192. remoteGlobalIDString = 754BE45419693E190098E6F3;
  193. remoteInfo = CryptoSwift;
  194. };
  195. 75B601EC197D6B3D0009B53D /* PBXContainerItemProxy */ = {
  196. isa = PBXContainerItemProxy;
  197. containerPortal = 754BE44C19693E190098E6F3 /* Project object */;
  198. proxyType = 1;
  199. remoteGlobalIDString = 754BE45419693E190098E6F3;
  200. remoteInfo = CryptoSwift;
  201. };
  202. 75B6021C197D6CF10009B53D /* PBXContainerItemProxy */ = {
  203. isa = PBXContainerItemProxy;
  204. containerPortal = 754BE44C19693E190098E6F3 /* Project object */;
  205. proxyType = 1;
  206. remoteGlobalIDString = 754BE45419693E190098E6F3;
  207. remoteInfo = CryptoSwift;
  208. };
  209. 75B6021E197D6D070009B53D /* PBXContainerItemProxy */ = {
  210. isa = PBXContainerItemProxy;
  211. containerPortal = 754BE44C19693E190098E6F3 /* Project object */;
  212. proxyType = 1;
  213. remoteGlobalIDString = 754BE45419693E190098E6F3;
  214. remoteInfo = CryptoSwift;
  215. };
  216. /* End PBXContainerItemProxy section */
  217. /* Begin PBXCopyFilesBuildPhase section */
  218. 75B601E0197D69770009B53D /* CopyFiles */ = {
  219. isa = PBXCopyFilesBuildPhase;
  220. buildActionMask = 2147483647;
  221. dstPath = "";
  222. dstSubfolderSpec = 10;
  223. files = (
  224. );
  225. runOnlyForDeploymentPostprocessing = 0;
  226. };
  227. 75D614BB1BD844F2001358B2 /* CopyFiles */ = {
  228. isa = PBXCopyFilesBuildPhase;
  229. buildActionMask = 2147483647;
  230. dstPath = "";
  231. dstSubfolderSpec = 10;
  232. files = (
  233. );
  234. runOnlyForDeploymentPostprocessing = 0;
  235. };
  236. 75DF776E1BC8EB59006E9520 /* CopyFiles */ = {
  237. isa = PBXCopyFilesBuildPhase;
  238. buildActionMask = 2147483647;
  239. dstPath = "";
  240. dstSubfolderSpec = 10;
  241. files = (
  242. );
  243. runOnlyForDeploymentPostprocessing = 0;
  244. };
  245. /* End PBXCopyFilesBuildPhase section */
  246. /* Begin PBXFileReference section */
  247. 21C68D4E1C0BA77500D2B00A /* CryptoSwift.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CryptoSwift.h; sourceTree = "<group>"; };
  248. 5596BDBB1BC8F220007E38D5 /* CryptoSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CryptoSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  249. 750A545F1992D2680017DA75 /* MD5.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MD5.swift; sourceTree = "<group>"; };
  250. 75100F8E19B0BC890005C5F5 /* Poly1305Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Poly1305Tests.swift; sourceTree = "<group>"; };
  251. 75153D4119AA3C7900750381 /* SHA2.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SHA2.swift; sourceTree = "<group>"; };
  252. 75164E4819AD30AC00737F30 /* Utils.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Utils.swift; sourceTree = "<group>"; };
  253. 751C5C3C19B26B000094C75D /* Poly1305.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Poly1305.swift; sourceTree = "<group>"; };
  254. 75232CCD1BC6E6AC007F68B1 /* CSArrayType+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "CSArrayType+Extensions.swift"; sourceTree = "<group>"; };
  255. 752E087A199FF27C005B0EA0 /* SHA1.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SHA1.swift; sourceTree = "<group>"; };
  256. 75445820196AA2A5002FF20E /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
  257. 7547195019931802002FA5F1 /* IntExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IntExtension.swift; sourceTree = "<group>"; };
  258. 754BE45519693E190098E6F3 /* CryptoSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CryptoSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  259. 754BE45919693E190098E6F3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  260. 754BE46019693E190098E6F3 /* CryptoSwiftTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CryptoSwiftTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  261. 754BE46619693E190098E6F3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  262. 754BE46719693E190098E6F3 /* HashTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HashTests.swift; sourceTree = "<group>"; };
  263. 754C30B61AA13BC000E6FFA4 /* PKCS7.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PKCS7.swift; sourceTree = "<group>"; };
  264. 754C8FEC19979F94005AD904 /* Array+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Array+Extension.swift"; sourceTree = "<group>"; };
  265. 754DD76D19A149AF00E52288 /* HashProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HashProtocol.swift; sourceTree = "<group>"; };
  266. 755111E719B7B7DF00C2AD86 /* Authenticator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Authenticator.swift; sourceTree = "<group>"; };
  267. 7552614D1993051E000D2B20 /* Hash.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Hash.swift; sourceTree = "<group>"; };
  268. 755FB1D9199E347D00475437 /* ExtensionsTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExtensionsTest.swift; sourceTree = "<group>"; };
  269. 7563B2E719B14D4300B152CD /* Cipher.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Cipher.swift; sourceTree = "<group>"; };
  270. 756BFDCA1A82B87300B9D9A4 /* Bridging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Bridging.h; sourceTree = "<group>"; };
  271. 757DA2521A4ED0A4002BA3EF /* PaddingTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PaddingTests.swift; sourceTree = "<group>"; };
  272. 757DA2541A4ED408002BA3EF /* AESTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AESTests.swift; sourceTree = "<group>"; };
  273. 757DA2561A4ED47B002BA3EF /* Helpers.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Helpers.swift; sourceTree = "<group>"; };
  274. 757DA2581A4ED4D7002BA3EF /* ChaCha20Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChaCha20Tests.swift; sourceTree = "<group>"; };
  275. 757EF7F419AAA82400586276 /* CRC.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CRC.swift; sourceTree = "<group>"; };
  276. 758A94251A65AEB100E46135 /* HMAC.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HMAC.swift; sourceTree = "<group>"; };
  277. 758A94271A65C59200E46135 /* HMACTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HMACTests.swift; sourceTree = "<group>"; };
  278. 758C764019B61AE500653BC6 /* Generics.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Generics.swift; sourceTree = "<group>"; };
  279. 758F3F771992F6CE0014BBDA /* UInt8Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UInt8Extension.swift; sourceTree = "<group>"; };
  280. 7599C9C5199EA28700A3988B /* String+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+Extension.swift"; sourceTree = "<group>"; };
  281. 759B0A9B1BCDAB1200AF902E /* String+FoundationExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+FoundationExtension.swift"; sourceTree = "<group>"; };
  282. 759D481019B517BC005FF7FC /* BitExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BitExtension.swift; sourceTree = "<group>"; };
  283. 75A663A51AA0CAD00052110B /* Padding.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Padding.swift; sourceTree = "<group>"; };
  284. 75A74B261A1FF6B2004419F1 /* AES.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AES.swift; sourceTree = "<group>"; };
  285. 75B0A56F1AB1A1BB000BD8D2 /* PKCS5.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PKCS5.swift; sourceTree = "<group>"; };
  286. 75BC3AE21A4E412000ADF343 /* CipherBlockMode.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CipherBlockMode.swift; sourceTree = "<group>"; };
  287. 75BE4EB01B1E4A9F007A2B57 /* IntegerConvertible.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IntegerConvertible.swift; sourceTree = "<group>"; };
  288. 75D614BF1BD844F2001358B2 /* CryptoSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CryptoSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  289. 75D63F741BB711270041579B /* BytesSequence.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BytesSequence.swift; sourceTree = "<group>"; };
  290. 75D63F761BB840050041579B /* ArraySlice<UInt8>+Bytes.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "ArraySlice<UInt8>+Bytes.swift"; sourceTree = "<group>"; };
  291. 75D94E2319B60C08007CB2A4 /* Operators.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Operators.swift; sourceTree = "<group>"; };
  292. 75D94E2519B60C4F007CB2A4 /* UInt32Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UInt32Extension.swift; sourceTree = "<group>"; };
  293. 75D94E2719B60DDE007CB2A4 /* UInt64Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UInt64Extension.swift; sourceTree = "<group>"; };
  294. 75DF77721BC8EB59006E9520 /* CryptoSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CryptoSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  295. 75EB380019ABDD710002375A /* ChaCha20.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChaCha20.swift; sourceTree = "<group>"; };
  296. 75FB9C951BB8A4BD009CAFC5 /* AES+Foundation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "AES+Foundation.swift"; sourceTree = "<group>"; };
  297. 75FB9C961BB8A4BD009CAFC5 /* Array<UInt8>+Foundation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Array<UInt8>+Foundation.swift"; sourceTree = "<group>"; };
  298. 75FB9C971BB8A4BD009CAFC5 /* ChaCha20+Foundation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "ChaCha20+Foundation.swift"; sourceTree = "<group>"; };
  299. 75FB9C981BB8A4BD009CAFC5 /* NSData+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSData+Extension.swift"; sourceTree = "<group>"; };
  300. 75FB9C991BB8A4BD009CAFC5 /* Utils+Foundation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Utils+Foundation.swift"; sourceTree = "<group>"; };
  301. /* End PBXFileReference section */
  302. /* Begin PBXFrameworksBuildPhase section */
  303. 5596BDB71BC8F220007E38D5 /* Frameworks */ = {
  304. isa = PBXFrameworksBuildPhase;
  305. buildActionMask = 2147483647;
  306. files = (
  307. );
  308. runOnlyForDeploymentPostprocessing = 0;
  309. };
  310. 754BE45119693E190098E6F3 /* Frameworks */ = {
  311. isa = PBXFrameworksBuildPhase;
  312. buildActionMask = 2147483647;
  313. files = (
  314. );
  315. runOnlyForDeploymentPostprocessing = 0;
  316. };
  317. 754BE45D19693E190098E6F3 /* Frameworks */ = {
  318. isa = PBXFrameworksBuildPhase;
  319. buildActionMask = 2147483647;
  320. files = (
  321. 75B601EB197D6A6C0009B53D /* CryptoSwift.framework in Frameworks */,
  322. );
  323. runOnlyForDeploymentPostprocessing = 0;
  324. };
  325. 75D614B81BD844F2001358B2 /* Frameworks */ = {
  326. isa = PBXFrameworksBuildPhase;
  327. buildActionMask = 2147483647;
  328. files = (
  329. );
  330. runOnlyForDeploymentPostprocessing = 0;
  331. };
  332. 75DF776B1BC8EB59006E9520 /* Frameworks */ = {
  333. isa = PBXFrameworksBuildPhase;
  334. buildActionMask = 2147483647;
  335. files = (
  336. );
  337. runOnlyForDeploymentPostprocessing = 0;
  338. };
  339. /* End PBXFrameworksBuildPhase section */
  340. /* Begin PBXGroup section */
  341. 24B0BBA29D734E62809E53BC /* Frameworks */ = {
  342. isa = PBXGroup;
  343. children = (
  344. 75445820196AA2A5002FF20E /* Security.framework */,
  345. );
  346. name = Frameworks;
  347. sourceTree = "<group>";
  348. };
  349. 754BE44B19693E190098E6F3 = {
  350. isa = PBXGroup;
  351. children = (
  352. 754BE45719693E190098E6F3 /* CryptoSwift */,
  353. 754BE46419693E190098E6F3 /* CryptoSwiftTests */,
  354. 754BE45619693E190098E6F3 /* Products */,
  355. 24B0BBA29D734E62809E53BC /* Frameworks */,
  356. );
  357. sourceTree = "<group>";
  358. };
  359. 754BE45619693E190098E6F3 /* Products */ = {
  360. isa = PBXGroup;
  361. children = (
  362. 754BE45519693E190098E6F3 /* CryptoSwift.framework */,
  363. 754BE46019693E190098E6F3 /* CryptoSwiftTests.xctest */,
  364. 75DF77721BC8EB59006E9520 /* CryptoSwift.framework */,
  365. 5596BDBB1BC8F220007E38D5 /* CryptoSwift.framework */,
  366. 75D614BF1BD844F2001358B2 /* CryptoSwift.framework */,
  367. );
  368. name = Products;
  369. sourceTree = "<group>";
  370. };
  371. 754BE45719693E190098E6F3 /* CryptoSwift */ = {
  372. isa = PBXGroup;
  373. children = (
  374. 21C68D4E1C0BA77500D2B00A /* CryptoSwift.h */,
  375. 75FB9C941BB8A4BD009CAFC5 /* Foundation */,
  376. 7552614D1993051E000D2B20 /* Hash.swift */,
  377. 7563B2E719B14D4300B152CD /* Cipher.swift */,
  378. 75BC3AE21A4E412000ADF343 /* CipherBlockMode.swift */,
  379. 75A663A51AA0CAD00052110B /* Padding.swift */,
  380. 75B0A56F1AB1A1BB000BD8D2 /* PKCS5.swift */,
  381. 754C30B61AA13BC000E6FFA4 /* PKCS7.swift */,
  382. 755111E719B7B7DF00C2AD86 /* Authenticator.swift */,
  383. 754DD76D19A149AF00E52288 /* HashProtocol.swift */,
  384. 750A545F1992D2680017DA75 /* MD5.swift */,
  385. 752E087A199FF27C005B0EA0 /* SHA1.swift */,
  386. 75153D4119AA3C7900750381 /* SHA2.swift */,
  387. 757EF7F419AAA82400586276 /* CRC.swift */,
  388. 75EB380019ABDD710002375A /* ChaCha20.swift */,
  389. 751C5C3C19B26B000094C75D /* Poly1305.swift */,
  390. 758A94251A65AEB100E46135 /* HMAC.swift */,
  391. 75A74B261A1FF6B2004419F1 /* AES.swift */,
  392. 759D481019B517BC005FF7FC /* BitExtension.swift */,
  393. 7547195019931802002FA5F1 /* IntExtension.swift */,
  394. 758F3F771992F6CE0014BBDA /* UInt8Extension.swift */,
  395. 75D94E2519B60C4F007CB2A4 /* UInt32Extension.swift */,
  396. 75D94E2719B60DDE007CB2A4 /* UInt64Extension.swift */,
  397. 754C8FEC19979F94005AD904 /* Array+Extension.swift */,
  398. 75D63F761BB840050041579B /* ArraySlice<UInt8>+Bytes.swift */,
  399. 75232CCD1BC6E6AC007F68B1 /* CSArrayType+Extensions.swift */,
  400. 7599C9C5199EA28700A3988B /* String+Extension.swift */,
  401. 75D94E2319B60C08007CB2A4 /* Operators.swift */,
  402. 75164E4819AD30AC00737F30 /* Utils.swift */,
  403. 758C764019B61AE500653BC6 /* Generics.swift */,
  404. 75BE4EB01B1E4A9F007A2B57 /* IntegerConvertible.swift */,
  405. 75D63F741BB711270041579B /* BytesSequence.swift */,
  406. 754BE45819693E190098E6F3 /* Supporting Files */,
  407. );
  408. path = CryptoSwift;
  409. sourceTree = "<group>";
  410. };
  411. 754BE45819693E190098E6F3 /* Supporting Files */ = {
  412. isa = PBXGroup;
  413. children = (
  414. 754BE45919693E190098E6F3 /* Info.plist */,
  415. );
  416. name = "Supporting Files";
  417. sourceTree = "<group>";
  418. };
  419. 754BE46419693E190098E6F3 /* CryptoSwiftTests */ = {
  420. isa = PBXGroup;
  421. children = (
  422. 757DA2561A4ED47B002BA3EF /* Helpers.swift */,
  423. 754BE46719693E190098E6F3 /* HashTests.swift */,
  424. 75100F8E19B0BC890005C5F5 /* Poly1305Tests.swift */,
  425. 758A94271A65C59200E46135 /* HMACTests.swift */,
  426. 757DA2541A4ED408002BA3EF /* AESTests.swift */,
  427. 757DA2581A4ED4D7002BA3EF /* ChaCha20Tests.swift */,
  428. 755FB1D9199E347D00475437 /* ExtensionsTest.swift */,
  429. 757DA2521A4ED0A4002BA3EF /* PaddingTests.swift */,
  430. 756BFDCA1A82B87300B9D9A4 /* Bridging.h */,
  431. 754BE46519693E190098E6F3 /* Supporting Files */,
  432. );
  433. path = CryptoSwiftTests;
  434. sourceTree = "<group>";
  435. };
  436. 754BE46519693E190098E6F3 /* Supporting Files */ = {
  437. isa = PBXGroup;
  438. children = (
  439. 754BE46619693E190098E6F3 /* Info.plist */,
  440. );
  441. name = "Supporting Files";
  442. sourceTree = "<group>";
  443. };
  444. 75FB9C941BB8A4BD009CAFC5 /* Foundation */ = {
  445. isa = PBXGroup;
  446. children = (
  447. 75FB9C951BB8A4BD009CAFC5 /* AES+Foundation.swift */,
  448. 75FB9C961BB8A4BD009CAFC5 /* Array<UInt8>+Foundation.swift */,
  449. 75FB9C971BB8A4BD009CAFC5 /* ChaCha20+Foundation.swift */,
  450. 75FB9C981BB8A4BD009CAFC5 /* NSData+Extension.swift */,
  451. 75FB9C991BB8A4BD009CAFC5 /* Utils+Foundation.swift */,
  452. 759B0A9B1BCDAB1200AF902E /* String+FoundationExtension.swift */,
  453. );
  454. path = Foundation;
  455. sourceTree = "<group>";
  456. };
  457. /* End PBXGroup section */
  458. /* Begin PBXHeadersBuildPhase section */
  459. 5596BDB81BC8F220007E38D5 /* Headers */ = {
  460. isa = PBXHeadersBuildPhase;
  461. buildActionMask = 2147483647;
  462. files = (
  463. 21C68D501C0BA77500D2B00A /* CryptoSwift.h in Headers */,
  464. );
  465. runOnlyForDeploymentPostprocessing = 0;
  466. };
  467. 754BE45219693E190098E6F3 /* Headers */ = {
  468. isa = PBXHeadersBuildPhase;
  469. buildActionMask = 2147483647;
  470. files = (
  471. 21C68D4F1C0BA77500D2B00A /* CryptoSwift.h in Headers */,
  472. );
  473. runOnlyForDeploymentPostprocessing = 0;
  474. };
  475. 75D614B91BD844F2001358B2 /* Headers */ = {
  476. isa = PBXHeadersBuildPhase;
  477. buildActionMask = 2147483647;
  478. files = (
  479. 21C68D511C0BA77500D2B00A /* CryptoSwift.h in Headers */,
  480. );
  481. runOnlyForDeploymentPostprocessing = 0;
  482. };
  483. 75DF776C1BC8EB59006E9520 /* Headers */ = {
  484. isa = PBXHeadersBuildPhase;
  485. buildActionMask = 2147483647;
  486. files = (
  487. 21C68D521C0BA77500D2B00A /* CryptoSwift.h in Headers */,
  488. );
  489. runOnlyForDeploymentPostprocessing = 0;
  490. };
  491. /* End PBXHeadersBuildPhase section */
  492. /* Begin PBXNativeTarget section */
  493. 5596BDBA1BC8F220007E38D5 /* CryptoSwift watchOS */ = {
  494. isa = PBXNativeTarget;
  495. buildConfigurationList = 5596BDC01BC8F220007E38D5 /* Build configuration list for PBXNativeTarget "CryptoSwift watchOS" */;
  496. buildPhases = (
  497. 5596BDB61BC8F220007E38D5 /* Sources */,
  498. 5596BDB71BC8F220007E38D5 /* Frameworks */,
  499. 5596BDB81BC8F220007E38D5 /* Headers */,
  500. 5596BDB91BC8F220007E38D5 /* Resources */,
  501. );
  502. buildRules = (
  503. );
  504. dependencies = (
  505. );
  506. name = "CryptoSwift watchOS";
  507. productName = "CryptoSwift watchOS";
  508. productReference = 5596BDBB1BC8F220007E38D5 /* CryptoSwift.framework */;
  509. productType = "com.apple.product-type.framework";
  510. };
  511. 754BE45419693E190098E6F3 /* CryptoSwift iOS */ = {
  512. isa = PBXNativeTarget;
  513. buildConfigurationList = 754BE46B19693E190098E6F3 /* Build configuration list for PBXNativeTarget "CryptoSwift iOS" */;
  514. buildPhases = (
  515. 754BE45019693E190098E6F3 /* Sources */,
  516. 754BE45119693E190098E6F3 /* Frameworks */,
  517. 754BE45219693E190098E6F3 /* Headers */,
  518. 754BE45319693E190098E6F3 /* Resources */,
  519. 75B601E0197D69770009B53D /* CopyFiles */,
  520. );
  521. buildRules = (
  522. );
  523. dependencies = (
  524. );
  525. name = "CryptoSwift iOS";
  526. productName = CryptoSwift;
  527. productReference = 754BE45519693E190098E6F3 /* CryptoSwift.framework */;
  528. productType = "com.apple.product-type.framework";
  529. };
  530. 754BE45F19693E190098E6F3 /* CryptoSwiftTests */ = {
  531. isa = PBXNativeTarget;
  532. buildConfigurationList = 754BE46E19693E190098E6F3 /* Build configuration list for PBXNativeTarget "CryptoSwiftTests" */;
  533. buildPhases = (
  534. 754BE45C19693E190098E6F3 /* Sources */,
  535. 754BE45D19693E190098E6F3 /* Frameworks */,
  536. 754BE45E19693E190098E6F3 /* Resources */,
  537. );
  538. buildRules = (
  539. );
  540. dependencies = (
  541. 75B601E4197D69EB0009B53D /* PBXTargetDependency */,
  542. 75B601E6197D6A270009B53D /* PBXTargetDependency */,
  543. 75B601E8197D6A3A0009B53D /* PBXTargetDependency */,
  544. 75B601EA197D6A5C0009B53D /* PBXTargetDependency */,
  545. 75B601ED197D6B3D0009B53D /* PBXTargetDependency */,
  546. 75B6021D197D6CF10009B53D /* PBXTargetDependency */,
  547. 75B6021F197D6D070009B53D /* PBXTargetDependency */,
  548. );
  549. name = CryptoSwiftTests;
  550. productName = CryptoSwiftTests;
  551. productReference = 754BE46019693E190098E6F3 /* CryptoSwiftTests.xctest */;
  552. productType = "com.apple.product-type.bundle.unit-test";
  553. };
  554. 75D614921BD844F2001358B2 /* CryptoSwift tvOS */ = {
  555. isa = PBXNativeTarget;
  556. buildConfigurationList = 75D614BC1BD844F2001358B2 /* Build configuration list for PBXNativeTarget "CryptoSwift tvOS" */;
  557. buildPhases = (
  558. 75D614931BD844F2001358B2 /* Sources */,
  559. 75D614B81BD844F2001358B2 /* Frameworks */,
  560. 75D614B91BD844F2001358B2 /* Headers */,
  561. 75D614BA1BD844F2001358B2 /* Resources */,
  562. 75D614BB1BD844F2001358B2 /* CopyFiles */,
  563. );
  564. buildRules = (
  565. );
  566. dependencies = (
  567. );
  568. name = "CryptoSwift tvOS";
  569. productName = CryptoSwift;
  570. productReference = 75D614BF1BD844F2001358B2 /* CryptoSwift.framework */;
  571. productType = "com.apple.product-type.framework";
  572. };
  573. 75DF77461BC8EB59006E9520 /* CryptoSwift OSX */ = {
  574. isa = PBXNativeTarget;
  575. buildConfigurationList = 75DF776F1BC8EB59006E9520 /* Build configuration list for PBXNativeTarget "CryptoSwift OSX" */;
  576. buildPhases = (
  577. 75DF77471BC8EB59006E9520 /* Sources */,
  578. 75DF776B1BC8EB59006E9520 /* Frameworks */,
  579. 75DF776C1BC8EB59006E9520 /* Headers */,
  580. 75DF776D1BC8EB59006E9520 /* Resources */,
  581. 75DF776E1BC8EB59006E9520 /* CopyFiles */,
  582. );
  583. buildRules = (
  584. );
  585. dependencies = (
  586. );
  587. name = "CryptoSwift OSX";
  588. productName = CryptoSwift;
  589. productReference = 75DF77721BC8EB59006E9520 /* CryptoSwift.framework */;
  590. productType = "com.apple.product-type.framework";
  591. };
  592. /* End PBXNativeTarget section */
  593. /* Begin PBXProject section */
  594. 754BE44C19693E190098E6F3 /* Project object */ = {
  595. isa = PBXProject;
  596. attributes = {
  597. LastSwiftUpdateCheck = 0700;
  598. LastUpgradeCheck = 0710;
  599. ORGANIZATIONNAME = "Marcin Krzyzanowski";
  600. TargetAttributes = {
  601. 5596BDBA1BC8F220007E38D5 = {
  602. CreatedOnToolsVersion = 7.0.1;
  603. };
  604. 754BE45419693E190098E6F3 = {
  605. CreatedOnToolsVersion = 6.0;
  606. };
  607. 754BE45F19693E190098E6F3 = {
  608. CreatedOnToolsVersion = 6.0;
  609. TestTargetID = 754BE45419693E190098E6F3;
  610. };
  611. };
  612. };
  613. buildConfigurationList = 754BE44F19693E190098E6F3 /* Build configuration list for PBXProject "CryptoSwift" */;
  614. compatibilityVersion = "Xcode 3.2";
  615. developmentRegion = English;
  616. hasScannedForEncodings = 0;
  617. knownRegions = (
  618. en,
  619. );
  620. mainGroup = 754BE44B19693E190098E6F3;
  621. productRefGroup = 754BE45619693E190098E6F3 /* Products */;
  622. projectDirPath = "";
  623. projectRoot = "";
  624. targets = (
  625. 754BE45419693E190098E6F3 /* CryptoSwift iOS */,
  626. 5596BDBA1BC8F220007E38D5 /* CryptoSwift watchOS */,
  627. 75D614921BD844F2001358B2 /* CryptoSwift tvOS */,
  628. 75DF77461BC8EB59006E9520 /* CryptoSwift OSX */,
  629. 754BE45F19693E190098E6F3 /* CryptoSwiftTests */,
  630. );
  631. };
  632. /* End PBXProject section */
  633. /* Begin PBXResourcesBuildPhase section */
  634. 5596BDB91BC8F220007E38D5 /* Resources */ = {
  635. isa = PBXResourcesBuildPhase;
  636. buildActionMask = 2147483647;
  637. files = (
  638. );
  639. runOnlyForDeploymentPostprocessing = 0;
  640. };
  641. 754BE45319693E190098E6F3 /* Resources */ = {
  642. isa = PBXResourcesBuildPhase;
  643. buildActionMask = 2147483647;
  644. files = (
  645. );
  646. runOnlyForDeploymentPostprocessing = 0;
  647. };
  648. 754BE45E19693E190098E6F3 /* Resources */ = {
  649. isa = PBXResourcesBuildPhase;
  650. buildActionMask = 2147483647;
  651. files = (
  652. 758A94281A65C59200E46135 /* HMACTests.swift in Resources */,
  653. );
  654. runOnlyForDeploymentPostprocessing = 0;
  655. };
  656. 75D614BA1BD844F2001358B2 /* Resources */ = {
  657. isa = PBXResourcesBuildPhase;
  658. buildActionMask = 2147483647;
  659. files = (
  660. );
  661. runOnlyForDeploymentPostprocessing = 0;
  662. };
  663. 75DF776D1BC8EB59006E9520 /* Resources */ = {
  664. isa = PBXResourcesBuildPhase;
  665. buildActionMask = 2147483647;
  666. files = (
  667. );
  668. runOnlyForDeploymentPostprocessing = 0;
  669. };
  670. /* End PBXResourcesBuildPhase section */
  671. /* Begin PBXSourcesBuildPhase section */
  672. 5596BDB61BC8F220007E38D5 /* Sources */ = {
  673. isa = PBXSourcesBuildPhase;
  674. buildActionMask = 2147483647;
  675. files = (
  676. 5596BDD01BC8F384007E38D5 /* MD5.swift in Sources */,
  677. 5596BDD91BC8F384007E38D5 /* IntExtension.swift in Sources */,
  678. 5596BDC61BC8F384007E38D5 /* NSData+Extension.swift in Sources */,
  679. 5596BDC81BC8F384007E38D5 /* Hash.swift in Sources */,
  680. 5596BDD21BC8F384007E38D5 /* SHA2.swift in Sources */,
  681. 5596BDDC1BC8F384007E38D5 /* UInt64Extension.swift in Sources */,
  682. 5596BDE11BC8F384007E38D5 /* Operators.swift in Sources */,
  683. 5596BDDB1BC8F384007E38D5 /* UInt32Extension.swift in Sources */,
  684. 5596BDDE1BC8F384007E38D5 /* ArraySlice<UInt8>+Bytes.swift in Sources */,
  685. 5596BDCB1BC8F384007E38D5 /* Padding.swift in Sources */,
  686. 5596BDC91BC8F384007E38D5 /* Cipher.swift in Sources */,
  687. 5596BDD61BC8F384007E38D5 /* HMAC.swift in Sources */,
  688. 5596BDD11BC8F384007E38D5 /* SHA1.swift in Sources */,
  689. 5596BDD31BC8F384007E38D5 /* CRC.swift in Sources */,
  690. 5596BDE41BC8F384007E38D5 /* IntegerConvertible.swift in Sources */,
  691. 5596BDD51BC8F384007E38D5 /* Poly1305.swift in Sources */,
  692. 5596BDCA1BC8F384007E38D5 /* CipherBlockMode.swift in Sources */,
  693. 5596BDDA1BC8F384007E38D5 /* UInt8Extension.swift in Sources */,
  694. 5596BDCE1BC8F384007E38D5 /* Authenticator.swift in Sources */,
  695. 5596BDC31BC8F384007E38D5 /* AES+Foundation.swift in Sources */,
  696. 5596BDD81BC8F384007E38D5 /* BitExtension.swift in Sources */,
  697. 5596BDCD1BC8F384007E38D5 /* PKCS7.swift in Sources */,
  698. 5596BDC41BC8F384007E38D5 /* Array<UInt8>+Foundation.swift in Sources */,
  699. 5596BDC51BC8F384007E38D5 /* ChaCha20+Foundation.swift in Sources */,
  700. 5596BDE51BC8F384007E38D5 /* BytesSequence.swift in Sources */,
  701. 5596BDE21BC8F384007E38D5 /* Utils.swift in Sources */,
  702. 5596BDDD1BC8F384007E38D5 /* Array+Extension.swift in Sources */,
  703. 5596BDCC1BC8F384007E38D5 /* PKCS5.swift in Sources */,
  704. 5596BDD41BC8F384007E38D5 /* ChaCha20.swift in Sources */,
  705. 5596BDCF1BC8F384007E38D5 /* HashProtocol.swift in Sources */,
  706. 5596BDD71BC8F384007E38D5 /* AES.swift in Sources */,
  707. 5596BDDF1BC8F384007E38D5 /* CSArrayType+Extensions.swift in Sources */,
  708. 5596BDE31BC8F384007E38D5 /* Generics.swift in Sources */,
  709. 5596BDE01BC8F384007E38D5 /* String+Extension.swift in Sources */,
  710. 5596BDC71BC8F384007E38D5 /* Utils+Foundation.swift in Sources */,
  711. );
  712. runOnlyForDeploymentPostprocessing = 0;
  713. };
  714. 754BE45019693E190098E6F3 /* Sources */ = {
  715. isa = PBXSourcesBuildPhase;
  716. buildActionMask = 2147483647;
  717. files = (
  718. 75D94E2819B60DDE007CB2A4 /* UInt64Extension.swift in Sources */,
  719. 751C5C3D19B26B000094C75D /* Poly1305.swift in Sources */,
  720. 7552614E1993051E000D2B20 /* Hash.swift in Sources */,
  721. 75BC3AE31A4E412000ADF343 /* CipherBlockMode.swift in Sources */,
  722. 75BE4EB11B1E4A9F007A2B57 /* IntegerConvertible.swift in Sources */,
  723. 7539E32E1B3B4E970037F4E1 /* SHA2.swift in Sources */,
  724. 7539E32C1B3B4C750037F4E1 /* String+Extension.swift in Sources */,
  725. 7563B2E819B14D4300B152CD /* Cipher.swift in Sources */,
  726. 7539E32B1B3B4C6B0037F4E1 /* HMAC.swift in Sources */,
  727. 75EB380119ABDD710002375A /* ChaCha20.swift in Sources */,
  728. 75FB9C9A1BB8A4BD009CAFC5 /* AES+Foundation.swift in Sources */,
  729. 75A663A61AA0CAD00052110B /* Padding.swift in Sources */,
  730. 75164E4919AD30AC00737F30 /* Utils.swift in Sources */,
  731. 75D63F751BB711270041579B /* BytesSequence.swift in Sources */,
  732. 75FB9C9C1BB8A4BD009CAFC5 /* ChaCha20+Foundation.swift in Sources */,
  733. 759D481119B517BC005FF7FC /* BitExtension.swift in Sources */,
  734. 754C8FED19979F94005AD904 /* Array+Extension.swift in Sources */,
  735. 75232CCE1BC6E6AC007F68B1 /* CSArrayType+Extensions.swift in Sources */,
  736. 7539E3291B3B4A530037F4E1 /* MD5.swift in Sources */,
  737. 75FB9C9B1BB8A4BD009CAFC5 /* Array<UInt8>+Foundation.swift in Sources */,
  738. 7547195119931802002FA5F1 /* IntExtension.swift in Sources */,
  739. 75D94E2419B60C08007CB2A4 /* Operators.swift in Sources */,
  740. 75FB9C9D1BB8A4BD009CAFC5 /* NSData+Extension.swift in Sources */,
  741. 7539E32D1B3B4E950037F4E1 /* SHA1.swift in Sources */,
  742. 75FB9C9E1BB8A4BD009CAFC5 /* Utils+Foundation.swift in Sources */,
  743. 75B0A5701AB1A1BB000BD8D2 /* PKCS5.swift in Sources */,
  744. 757EF7F519AAA82400586276 /* CRC.swift in Sources */,
  745. 75D94E2619B60C4F007CB2A4 /* UInt32Extension.swift in Sources */,
  746. 759B0A9C1BCDAB1200AF902E /* String+FoundationExtension.swift in Sources */,
  747. 75A74B271A1FF6B2004419F1 /* AES.swift in Sources */,
  748. 75D63F771BB840050041579B /* ArraySlice<UInt8>+Bytes.swift in Sources */,
  749. 754C30B71AA13BC000E6FFA4 /* PKCS7.swift in Sources */,
  750. 755111E819B7B7DF00C2AD86 /* Authenticator.swift in Sources */,
  751. 754DD76E19A149AF00E52288 /* HashProtocol.swift in Sources */,
  752. 758C764119B61AE500653BC6 /* Generics.swift in Sources */,
  753. 758F3F781992F6CE0014BBDA /* UInt8Extension.swift in Sources */,
  754. );
  755. runOnlyForDeploymentPostprocessing = 0;
  756. };
  757. 754BE45C19693E190098E6F3 /* Sources */ = {
  758. isa = PBXSourcesBuildPhase;
  759. buildActionMask = 2147483647;
  760. files = (
  761. 758A94291A65C67400E46135 /* HMACTests.swift in Sources */,
  762. 75100F8F19B0BC890005C5F5 /* Poly1305Tests.swift in Sources */,
  763. 757DA2571A4ED47B002BA3EF /* Helpers.swift in Sources */,
  764. 754BE46819693E190098E6F3 /* HashTests.swift in Sources */,
  765. 757DA2591A4ED4D7002BA3EF /* ChaCha20Tests.swift in Sources */,
  766. 755FB1DA199E347D00475437 /* ExtensionsTest.swift in Sources */,
  767. 757DA2531A4ED0A4002BA3EF /* PaddingTests.swift in Sources */,
  768. 757DA2551A4ED408002BA3EF /* AESTests.swift in Sources */,
  769. );
  770. runOnlyForDeploymentPostprocessing = 0;
  771. };
  772. 75D614931BD844F2001358B2 /* Sources */ = {
  773. isa = PBXSourcesBuildPhase;
  774. buildActionMask = 2147483647;
  775. files = (
  776. 75D614941BD844F2001358B2 /* UInt64Extension.swift in Sources */,
  777. 75D614951BD844F2001358B2 /* Poly1305.swift in Sources */,
  778. 75D614961BD844F2001358B2 /* Hash.swift in Sources */,
  779. 75D614971BD844F2001358B2 /* CipherBlockMode.swift in Sources */,
  780. 75D614981BD844F2001358B2 /* IntegerConvertible.swift in Sources */,
  781. 75D614991BD844F2001358B2 /* SHA2.swift in Sources */,
  782. 75D6149A1BD844F2001358B2 /* String+Extension.swift in Sources */,
  783. 75D6149B1BD844F2001358B2 /* Cipher.swift in Sources */,
  784. 75D6149C1BD844F2001358B2 /* HMAC.swift in Sources */,
  785. 75D6149D1BD844F2001358B2 /* ChaCha20.swift in Sources */,
  786. 75D6149E1BD844F2001358B2 /* AES+Foundation.swift in Sources */,
  787. 75D6149F1BD844F2001358B2 /* Padding.swift in Sources */,
  788. 75D614A01BD844F2001358B2 /* Utils.swift in Sources */,
  789. 75D614A11BD844F2001358B2 /* BytesSequence.swift in Sources */,
  790. 75D614A21BD844F2001358B2 /* ChaCha20+Foundation.swift in Sources */,
  791. 75D614A31BD844F2001358B2 /* BitExtension.swift in Sources */,
  792. 75D614A41BD844F2001358B2 /* Array+Extension.swift in Sources */,
  793. 75D614A51BD844F2001358B2 /* CSArrayType+Extensions.swift in Sources */,
  794. 75D614A61BD844F2001358B2 /* MD5.swift in Sources */,
  795. 75D614A71BD844F2001358B2 /* Array<UInt8>+Foundation.swift in Sources */,
  796. 75D614A81BD844F2001358B2 /* IntExtension.swift in Sources */,
  797. 75D614A91BD844F2001358B2 /* Operators.swift in Sources */,
  798. 75D614AA1BD844F2001358B2 /* NSData+Extension.swift in Sources */,
  799. 75D614AB1BD844F2001358B2 /* SHA1.swift in Sources */,
  800. 75D614AC1BD844F2001358B2 /* Utils+Foundation.swift in Sources */,
  801. 75D614AD1BD844F2001358B2 /* PKCS5.swift in Sources */,
  802. 75D614AE1BD844F2001358B2 /* CRC.swift in Sources */,
  803. 75D614AF1BD844F2001358B2 /* UInt32Extension.swift in Sources */,
  804. 75D614B01BD844F2001358B2 /* String+FoundationExtension.swift in Sources */,
  805. 75D614B11BD844F2001358B2 /* AES.swift in Sources */,
  806. 75D614B21BD844F2001358B2 /* ArraySlice<UInt8>+Bytes.swift in Sources */,
  807. 75D614B31BD844F2001358B2 /* PKCS7.swift in Sources */,
  808. 75D614B41BD844F2001358B2 /* Authenticator.swift in Sources */,
  809. 75D614B51BD844F2001358B2 /* HashProtocol.swift in Sources */,
  810. 75D614B61BD844F2001358B2 /* Generics.swift in Sources */,
  811. 75D614B71BD844F2001358B2 /* UInt8Extension.swift in Sources */,
  812. );
  813. runOnlyForDeploymentPostprocessing = 0;
  814. };
  815. 75DF77471BC8EB59006E9520 /* Sources */ = {
  816. isa = PBXSourcesBuildPhase;
  817. buildActionMask = 2147483647;
  818. files = (
  819. 75DF77481BC8EB59006E9520 /* UInt64Extension.swift in Sources */,
  820. 75DF77491BC8EB59006E9520 /* Poly1305.swift in Sources */,
  821. 75DF774A1BC8EB59006E9520 /* Hash.swift in Sources */,
  822. 75DF774B1BC8EB59006E9520 /* CipherBlockMode.swift in Sources */,
  823. 75DF774C1BC8EB59006E9520 /* IntegerConvertible.swift in Sources */,
  824. 75DF774D1BC8EB59006E9520 /* SHA2.swift in Sources */,
  825. 75DF774E1BC8EB59006E9520 /* String+Extension.swift in Sources */,
  826. 75DF774F1BC8EB59006E9520 /* Cipher.swift in Sources */,
  827. 75DF77501BC8EB59006E9520 /* HMAC.swift in Sources */,
  828. 75DF77511BC8EB59006E9520 /* ChaCha20.swift in Sources */,
  829. 75DF77521BC8EB59006E9520 /* AES+Foundation.swift in Sources */,
  830. 75DF77531BC8EB59006E9520 /* Padding.swift in Sources */,
  831. 75DF77541BC8EB59006E9520 /* Utils.swift in Sources */,
  832. 75DF77551BC8EB59006E9520 /* BytesSequence.swift in Sources */,
  833. 75DF77561BC8EB59006E9520 /* ChaCha20+Foundation.swift in Sources */,
  834. 75DF77571BC8EB59006E9520 /* BitExtension.swift in Sources */,
  835. 75DF77581BC8EB59006E9520 /* Array+Extension.swift in Sources */,
  836. 75DF77591BC8EB59006E9520 /* CSArrayType+Extensions.swift in Sources */,
  837. 75DF775A1BC8EB59006E9520 /* MD5.swift in Sources */,
  838. 75DF775B1BC8EB59006E9520 /* Array<UInt8>+Foundation.swift in Sources */,
  839. 75DF775C1BC8EB59006E9520 /* IntExtension.swift in Sources */,
  840. 75DF775D1BC8EB59006E9520 /* Operators.swift in Sources */,
  841. 75DF775E1BC8EB59006E9520 /* NSData+Extension.swift in Sources */,
  842. 75DF775F1BC8EB59006E9520 /* SHA1.swift in Sources */,
  843. 75DF77601BC8EB59006E9520 /* Utils+Foundation.swift in Sources */,
  844. 75DF77611BC8EB59006E9520 /* PKCS5.swift in Sources */,
  845. 75DF77621BC8EB59006E9520 /* CRC.swift in Sources */,
  846. 75DF77631BC8EB59006E9520 /* UInt32Extension.swift in Sources */,
  847. 75DF77641BC8EB59006E9520 /* AES.swift in Sources */,
  848. 75DF77651BC8EB59006E9520 /* ArraySlice<UInt8>+Bytes.swift in Sources */,
  849. 75DF77661BC8EB59006E9520 /* PKCS7.swift in Sources */,
  850. 75DF77671BC8EB59006E9520 /* Authenticator.swift in Sources */,
  851. 75DF77681BC8EB59006E9520 /* HashProtocol.swift in Sources */,
  852. 75DF77691BC8EB59006E9520 /* Generics.swift in Sources */,
  853. 75DF776A1BC8EB59006E9520 /* UInt8Extension.swift in Sources */,
  854. );
  855. runOnlyForDeploymentPostprocessing = 0;
  856. };
  857. /* End PBXSourcesBuildPhase section */
  858. /* Begin PBXTargetDependency section */
  859. 75B601E4197D69EB0009B53D /* PBXTargetDependency */ = {
  860. isa = PBXTargetDependency;
  861. target = 754BE45419693E190098E6F3 /* CryptoSwift iOS */;
  862. targetProxy = 75B601E3197D69EB0009B53D /* PBXContainerItemProxy */;
  863. };
  864. 75B601E6197D6A270009B53D /* PBXTargetDependency */ = {
  865. isa = PBXTargetDependency;
  866. target = 754BE45419693E190098E6F3 /* CryptoSwift iOS */;
  867. targetProxy = 75B601E5197D6A270009B53D /* PBXContainerItemProxy */;
  868. };
  869. 75B601E8197D6A3A0009B53D /* PBXTargetDependency */ = {
  870. isa = PBXTargetDependency;
  871. target = 754BE45419693E190098E6F3 /* CryptoSwift iOS */;
  872. targetProxy = 75B601E7197D6A3A0009B53D /* PBXContainerItemProxy */;
  873. };
  874. 75B601EA197D6A5C0009B53D /* PBXTargetDependency */ = {
  875. isa = PBXTargetDependency;
  876. target = 754BE45419693E190098E6F3 /* CryptoSwift iOS */;
  877. targetProxy = 75B601E9197D6A5C0009B53D /* PBXContainerItemProxy */;
  878. };
  879. 75B601ED197D6B3D0009B53D /* PBXTargetDependency */ = {
  880. isa = PBXTargetDependency;
  881. target = 754BE45419693E190098E6F3 /* CryptoSwift iOS */;
  882. targetProxy = 75B601EC197D6B3D0009B53D /* PBXContainerItemProxy */;
  883. };
  884. 75B6021D197D6CF10009B53D /* PBXTargetDependency */ = {
  885. isa = PBXTargetDependency;
  886. target = 754BE45419693E190098E6F3 /* CryptoSwift iOS */;
  887. targetProxy = 75B6021C197D6CF10009B53D /* PBXContainerItemProxy */;
  888. };
  889. 75B6021F197D6D070009B53D /* PBXTargetDependency */ = {
  890. isa = PBXTargetDependency;
  891. target = 754BE45419693E190098E6F3 /* CryptoSwift iOS */;
  892. targetProxy = 75B6021E197D6D070009B53D /* PBXContainerItemProxy */;
  893. };
  894. /* End PBXTargetDependency section */
  895. /* Begin XCBuildConfiguration section */
  896. 5596BDC11BC8F220007E38D5 /* Debug */ = {
  897. isa = XCBuildConfiguration;
  898. buildSettings = {
  899. DEBUG_INFORMATION_FORMAT = dwarf;
  900. DEFINES_MODULE = YES;
  901. DYLIB_COMPATIBILITY_VERSION = 1;
  902. DYLIB_CURRENT_VERSION = 1;
  903. DYLIB_INSTALL_NAME_BASE = "@rpath";
  904. GCC_NO_COMMON_BLOCKS = YES;
  905. INFOPLIST_FILE = CryptoSwift/Info.plist;
  906. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  907. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  908. MTL_ENABLE_DEBUG_INFO = YES;
  909. PRODUCT_BUNDLE_IDENTIFIER = com.hakore.CryptoSwift;
  910. PRODUCT_NAME = CryptoSwift;
  911. SDKROOT = watchos;
  912. SKIP_INSTALL = YES;
  913. TARGETED_DEVICE_FAMILY = 4;
  914. WATCHOS_DEPLOYMENT_TARGET = 2.0;
  915. };
  916. name = Debug;
  917. };
  918. 5596BDC21BC8F220007E38D5 /* Release */ = {
  919. isa = XCBuildConfiguration;
  920. buildSettings = {
  921. COPY_PHASE_STRIP = NO;
  922. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  923. DEFINES_MODULE = YES;
  924. DYLIB_COMPATIBILITY_VERSION = 1;
  925. DYLIB_CURRENT_VERSION = 1;
  926. DYLIB_INSTALL_NAME_BASE = "@rpath";
  927. GCC_NO_COMMON_BLOCKS = YES;
  928. INFOPLIST_FILE = CryptoSwift/Info.plist;
  929. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  930. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  931. MTL_ENABLE_DEBUG_INFO = NO;
  932. PRODUCT_BUNDLE_IDENTIFIER = com.hakore.CryptoSwift;
  933. PRODUCT_NAME = CryptoSwift;
  934. SDKROOT = watchos;
  935. SKIP_INSTALL = YES;
  936. TARGETED_DEVICE_FAMILY = 4;
  937. WATCHOS_DEPLOYMENT_TARGET = 2.0;
  938. };
  939. name = Release;
  940. };
  941. 754BE46919693E190098E6F3 /* Debug */ = {
  942. isa = XCBuildConfiguration;
  943. buildSettings = {
  944. ALWAYS_SEARCH_USER_PATHS = NO;
  945. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  946. CLANG_CXX_LIBRARY = "libc++";
  947. CLANG_ENABLE_MODULES = YES;
  948. CLANG_ENABLE_OBJC_ARC = YES;
  949. CLANG_WARN_BOOL_CONVERSION = YES;
  950. CLANG_WARN_CONSTANT_CONVERSION = YES;
  951. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  952. CLANG_WARN_EMPTY_BODY = YES;
  953. CLANG_WARN_ENUM_CONVERSION = YES;
  954. CLANG_WARN_INT_CONVERSION = YES;
  955. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  956. CLANG_WARN_UNREACHABLE_CODE = YES;
  957. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  958. COPY_PHASE_STRIP = NO;
  959. CURRENT_PROJECT_VERSION = 1;
  960. DEFINES_MODULE = YES;
  961. ENABLE_STRICT_OBJC_MSGSEND = YES;
  962. ENABLE_TESTABILITY = YES;
  963. GCC_C_LANGUAGE_STANDARD = gnu99;
  964. GCC_DYNAMIC_NO_PIC = NO;
  965. GCC_OPTIMIZATION_LEVEL = 0;
  966. GCC_PREPROCESSOR_DEFINITIONS = (
  967. "DEBUG=1",
  968. "$(inherited)",
  969. );
  970. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  971. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  972. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  973. GCC_WARN_UNDECLARED_SELECTOR = YES;
  974. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  975. GCC_WARN_UNUSED_FUNCTION = YES;
  976. GCC_WARN_UNUSED_VARIABLE = YES;
  977. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  978. MACOSX_DEPLOYMENT_TARGET = 10.9;
  979. METAL_ENABLE_DEBUG_INFO = YES;
  980. ONLY_ACTIVE_ARCH = YES;
  981. PRODUCT_NAME = CryptoSwift;
  982. SDKROOT = iphoneos;
  983. SWIFT_INSTALL_OBJC_HEADER = NO;
  984. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  985. TARGETED_DEVICE_FAMILY = "1,2";
  986. VERSIONING_SYSTEM = "apple-generic";
  987. VERSION_INFO_PREFIX = "";
  988. };
  989. name = Debug;
  990. };
  991. 754BE46A19693E190098E6F3 /* Release */ = {
  992. isa = XCBuildConfiguration;
  993. buildSettings = {
  994. ALWAYS_SEARCH_USER_PATHS = NO;
  995. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  996. CLANG_CXX_LIBRARY = "libc++";
  997. CLANG_ENABLE_MODULES = YES;
  998. CLANG_ENABLE_OBJC_ARC = YES;
  999. CLANG_WARN_BOOL_CONVERSION = YES;
  1000. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1001. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1002. CLANG_WARN_EMPTY_BODY = YES;
  1003. CLANG_WARN_ENUM_CONVERSION = YES;
  1004. CLANG_WARN_INT_CONVERSION = YES;
  1005. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1006. CLANG_WARN_UNREACHABLE_CODE = YES;
  1007. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1008. COPY_PHASE_STRIP = YES;
  1009. CURRENT_PROJECT_VERSION = 1;
  1010. DEFINES_MODULE = YES;
  1011. ENABLE_NS_ASSERTIONS = NO;
  1012. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1013. GCC_C_LANGUAGE_STANDARD = gnu99;
  1014. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1015. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1016. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1017. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1018. GCC_WARN_UNUSED_FUNCTION = YES;
  1019. GCC_WARN_UNUSED_VARIABLE = YES;
  1020. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1021. MACOSX_DEPLOYMENT_TARGET = 10.9;
  1022. METAL_ENABLE_DEBUG_INFO = NO;
  1023. PRODUCT_NAME = CryptoSwift;
  1024. SDKROOT = iphoneos;
  1025. SWIFT_INSTALL_OBJC_HEADER = NO;
  1026. TARGETED_DEVICE_FAMILY = "1,2";
  1027. VALIDATE_PRODUCT = YES;
  1028. VERSIONING_SYSTEM = "apple-generic";
  1029. VERSION_INFO_PREFIX = "";
  1030. };
  1031. name = Release;
  1032. };
  1033. 754BE46C19693E190098E6F3 /* Debug */ = {
  1034. isa = XCBuildConfiguration;
  1035. buildSettings = {
  1036. APPLICATION_EXTENSION_API_ONLY = YES;
  1037. BITCODE_GENERATION_MODE = marker;
  1038. CLANG_ENABLE_MODULES = YES;
  1039. CODE_SIGN_IDENTITY = "";
  1040. "CODE_SIGN_IDENTITY[sdk=*]" = "iPhone Developer";
  1041. DYLIB_COMPATIBILITY_VERSION = 1;
  1042. DYLIB_CURRENT_VERSION = 1;
  1043. DYLIB_INSTALL_NAME_BASE = "@rpath";
  1044. INFOPLIST_FILE = CryptoSwift/Info.plist;
  1045. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  1046. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1047. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1048. PRODUCT_BUNDLE_IDENTIFIER = "com.hakore.${PRODUCT_NAME:rfc1034identifier}";
  1049. PRODUCT_NAME = CryptoSwift;
  1050. SKIP_INSTALL = YES;
  1051. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1052. };
  1053. name = Debug;
  1054. };
  1055. 754BE46D19693E190098E6F3 /* Release */ = {
  1056. isa = XCBuildConfiguration;
  1057. buildSettings = {
  1058. APPLICATION_EXTENSION_API_ONLY = YES;
  1059. BITCODE_GENERATION_MODE = bitcode;
  1060. CLANG_ENABLE_MODULES = YES;
  1061. CODE_SIGN_IDENTITY = "";
  1062. "CODE_SIGN_IDENTITY[sdk=*]" = "iPhone Developer";
  1063. DYLIB_COMPATIBILITY_VERSION = 1;
  1064. DYLIB_CURRENT_VERSION = 1;
  1065. DYLIB_INSTALL_NAME_BASE = "@rpath";
  1066. GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
  1067. GCC_UNROLL_LOOPS = YES;
  1068. INFOPLIST_FILE = CryptoSwift/Info.plist;
  1069. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  1070. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1071. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1072. LLVM_LTO = YES;
  1073. PRODUCT_BUNDLE_IDENTIFIER = "com.hakore.${PRODUCT_NAME:rfc1034identifier}";
  1074. PRODUCT_NAME = CryptoSwift;
  1075. SKIP_INSTALL = YES;
  1076. SWIFT_DISABLE_SAFETY_CHECKS = YES;
  1077. SWIFT_OPTIMIZATION_LEVEL = "-O";
  1078. };
  1079. name = Release;
  1080. };
  1081. 754BE46F19693E190098E6F3 /* Debug */ = {
  1082. isa = XCBuildConfiguration;
  1083. buildSettings = {
  1084. GCC_PREPROCESSOR_DEFINITIONS = (
  1085. "DEBUG=1",
  1086. "$(inherited)",
  1087. );
  1088. HEADER_SEARCH_PATHS = (
  1089. "$(inherited)",
  1090. "/Applications/Xcode6-Beta3.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include",
  1091. "includes/**",
  1092. );
  1093. INFOPLIST_FILE = CryptoSwiftTests/Info.plist;
  1094. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1095. LLVM_LTO = NO;
  1096. METAL_ENABLE_DEBUG_INFO = YES;
  1097. PRODUCT_BUNDLE_IDENTIFIER = "com.hakore.${PRODUCT_NAME:rfc1034identifier}";
  1098. PRODUCT_NAME = "$(TARGET_NAME)";
  1099. SWIFT_OBJC_BRIDGING_HEADER = CryptoSwiftTests/Bridging.h;
  1100. };
  1101. name = Debug;
  1102. };
  1103. 754BE47019693E190098E6F3 /* Release */ = {
  1104. isa = XCBuildConfiguration;
  1105. buildSettings = {
  1106. GCC_OPTIMIZATION_LEVEL = fast;
  1107. GCC_UNROLL_LOOPS = YES;
  1108. HEADER_SEARCH_PATHS = (
  1109. "$(inherited)",
  1110. "/Applications/Xcode6-Beta3.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include",
  1111. "includes/**",
  1112. );
  1113. INFOPLIST_FILE = CryptoSwiftTests/Info.plist;
  1114. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1115. LLVM_LTO = YES;
  1116. METAL_ENABLE_DEBUG_INFO = NO;
  1117. PRODUCT_BUNDLE_IDENTIFIER = "com.hakore.${PRODUCT_NAME:rfc1034identifier}";
  1118. PRODUCT_NAME = "$(TARGET_NAME)";
  1119. SWIFT_DISABLE_SAFETY_CHECKS = YES;
  1120. SWIFT_OBJC_BRIDGING_HEADER = CryptoSwiftTests/Bridging.h;
  1121. SWIFT_OPTIMIZATION_LEVEL = "-O";
  1122. };
  1123. name = Release;
  1124. };
  1125. 75D614BD1BD844F2001358B2 /* Debug */ = {
  1126. isa = XCBuildConfiguration;
  1127. buildSettings = {
  1128. APPLICATION_EXTENSION_API_ONLY = YES;
  1129. BITCODE_GENERATION_MODE = marker;
  1130. CLANG_ENABLE_MODULES = YES;
  1131. CODE_SIGN_IDENTITY = "";
  1132. "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "iPhone Developer";
  1133. DYLIB_COMPATIBILITY_VERSION = 1;
  1134. DYLIB_CURRENT_VERSION = 1;
  1135. DYLIB_INSTALL_NAME_BASE = "@rpath";
  1136. INFOPLIST_FILE = CryptoSwift/Info.plist;
  1137. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  1138. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  1139. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1140. MACOSX_DEPLOYMENT_TARGET = 10.11;
  1141. PRODUCT_BUNDLE_IDENTIFIER = "com.hakore.${PRODUCT_NAME:rfc1034identifier}";
  1142. PRODUCT_NAME = CryptoSwift;
  1143. SDKROOT = appletvos;
  1144. SKIP_INSTALL = YES;
  1145. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1146. TARGETED_DEVICE_FAMILY = 3;
  1147. TVOS_DEPLOYMENT_TARGET = 9.0;
  1148. WATCHOS_DEPLOYMENT_TARGET = 2.0;
  1149. };
  1150. name = Debug;
  1151. };
  1152. 75D614BE1BD844F2001358B2 /* Release */ = {
  1153. isa = XCBuildConfiguration;
  1154. buildSettings = {
  1155. APPLICATION_EXTENSION_API_ONLY = YES;
  1156. BITCODE_GENERATION_MODE = bitcode;
  1157. CLANG_ENABLE_MODULES = YES;
  1158. CODE_SIGN_IDENTITY = "";
  1159. "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "iPhone Developer";
  1160. DYLIB_COMPATIBILITY_VERSION = 1;
  1161. DYLIB_CURRENT_VERSION = 1;
  1162. DYLIB_INSTALL_NAME_BASE = "@rpath";
  1163. GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
  1164. GCC_UNROLL_LOOPS = YES;
  1165. INFOPLIST_FILE = CryptoSwift/Info.plist;
  1166. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  1167. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  1168. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1169. LLVM_LTO = YES;
  1170. MACOSX_DEPLOYMENT_TARGET = 10.11;
  1171. PRODUCT_BUNDLE_IDENTIFIER = "com.hakore.${PRODUCT_NAME:rfc1034identifier}";
  1172. PRODUCT_NAME = CryptoSwift;
  1173. SDKROOT = appletvos;
  1174. SKIP_INSTALL = YES;
  1175. SWIFT_DISABLE_SAFETY_CHECKS = YES;
  1176. SWIFT_OPTIMIZATION_LEVEL = "-O";
  1177. TARGETED_DEVICE_FAMILY = 3;
  1178. TVOS_DEPLOYMENT_TARGET = 9.0;
  1179. WATCHOS_DEPLOYMENT_TARGET = 2.0;
  1180. };
  1181. name = Release;
  1182. };
  1183. 75DF77701BC8EB59006E9520 /* Debug */ = {
  1184. isa = XCBuildConfiguration;
  1185. buildSettings = {
  1186. APPLICATION_EXTENSION_API_ONLY = YES;
  1187. BITCODE_GENERATION_MODE = marker;
  1188. CLANG_ENABLE_MODULES = YES;
  1189. CODE_SIGN_IDENTITY = "";
  1190. "CODE_SIGN_IDENTITY[sdk=macosx*]" = "";
  1191. COMBINE_HIDPI_IMAGES = YES;
  1192. DYLIB_COMPATIBILITY_VERSION = 1;
  1193. DYLIB_CURRENT_VERSION = 1;
  1194. DYLIB_INSTALL_NAME_BASE = "@rpath";
  1195. INFOPLIST_FILE = CryptoSwift/Info.plist;
  1196. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  1197. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1198. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1199. PRODUCT_BUNDLE_IDENTIFIER = "com.hakore.${PRODUCT_NAME:rfc1034identifier}";
  1200. PRODUCT_NAME = CryptoSwift;
  1201. SDKROOT = macosx;
  1202. SKIP_INSTALL = YES;
  1203. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1204. };
  1205. name = Debug;
  1206. };
  1207. 75DF77711BC8EB59006E9520 /* Release */ = {
  1208. isa = XCBuildConfiguration;
  1209. buildSettings = {
  1210. APPLICATION_EXTENSION_API_ONLY = YES;
  1211. BITCODE_GENERATION_MODE = bitcode;
  1212. CLANG_ENABLE_MODULES = YES;
  1213. CODE_SIGN_IDENTITY = "";
  1214. "CODE_SIGN_IDENTITY[sdk=macosx*]" = "";
  1215. COMBINE_HIDPI_IMAGES = YES;
  1216. DYLIB_COMPATIBILITY_VERSION = 1;
  1217. DYLIB_CURRENT_VERSION = 1;
  1218. DYLIB_INSTALL_NAME_BASE = "@rpath";
  1219. GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
  1220. GCC_UNROLL_LOOPS = YES;
  1221. INFOPLIST_FILE = CryptoSwift/Info.plist;
  1222. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  1223. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1224. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1225. LLVM_LTO = YES;
  1226. PRODUCT_BUNDLE_IDENTIFIER = "com.hakore.${PRODUCT_NAME:rfc1034identifier}";
  1227. PRODUCT_NAME = CryptoSwift;
  1228. SDKROOT = macosx;
  1229. SKIP_INSTALL = YES;
  1230. SWIFT_DISABLE_SAFETY_CHECKS = YES;
  1231. SWIFT_OPTIMIZATION_LEVEL = "-O";
  1232. };
  1233. name = Release;
  1234. };
  1235. /* End XCBuildConfiguration section */
  1236. /* Begin XCConfigurationList section */
  1237. 5596BDC01BC8F220007E38D5 /* Build configuration list for PBXNativeTarget "CryptoSwift watchOS" */ = {
  1238. isa = XCConfigurationList;
  1239. buildConfigurations = (
  1240. 5596BDC11BC8F220007E38D5 /* Debug */,
  1241. 5596BDC21BC8F220007E38D5 /* Release */,
  1242. );
  1243. defaultConfigurationIsVisible = 0;
  1244. defaultConfigurationName = Release;
  1245. };
  1246. 754BE44F19693E190098E6F3 /* Build configuration list for PBXProject "CryptoSwift" */ = {
  1247. isa = XCConfigurationList;
  1248. buildConfigurations = (
  1249. 754BE46919693E190098E6F3 /* Debug */,
  1250. 754BE46A19693E190098E6F3 /* Release */,
  1251. );
  1252. defaultConfigurationIsVisible = 0;
  1253. defaultConfigurationName = Release;
  1254. };
  1255. 754BE46B19693E190098E6F3 /* Build configuration list for PBXNativeTarget "CryptoSwift iOS" */ = {
  1256. isa = XCConfigurationList;
  1257. buildConfigurations = (
  1258. 754BE46C19693E190098E6F3 /* Debug */,
  1259. 754BE46D19693E190098E6F3 /* Release */,
  1260. );
  1261. defaultConfigurationIsVisible = 0;
  1262. defaultConfigurationName = Release;
  1263. };
  1264. 754BE46E19693E190098E6F3 /* Build configuration list for PBXNativeTarget "CryptoSwiftTests" */ = {
  1265. isa = XCConfigurationList;
  1266. buildConfigurations = (
  1267. 754BE46F19693E190098E6F3 /* Debug */,
  1268. 754BE47019693E190098E6F3 /* Release */,
  1269. );
  1270. defaultConfigurationIsVisible = 0;
  1271. defaultConfigurationName = Release;
  1272. };
  1273. 75D614BC1BD844F2001358B2 /* Build configuration list for PBXNativeTarget "CryptoSwift tvOS" */ = {
  1274. isa = XCConfigurationList;
  1275. buildConfigurations = (
  1276. 75D614BD1BD844F2001358B2 /* Debug */,
  1277. 75D614BE1BD844F2001358B2 /* Release */,
  1278. );
  1279. defaultConfigurationIsVisible = 0;
  1280. defaultConfigurationName = Release;
  1281. };
  1282. 75DF776F1BC8EB59006E9520 /* Build configuration list for PBXNativeTarget "CryptoSwift OSX" */ = {
  1283. isa = XCConfigurationList;
  1284. buildConfigurations = (
  1285. 75DF77701BC8EB59006E9520 /* Debug */,
  1286. 75DF77711BC8EB59006E9520 /* Release */,
  1287. );
  1288. defaultConfigurationIsVisible = 0;
  1289. defaultConfigurationName = Release;
  1290. };
  1291. /* End XCConfigurationList section */
  1292. };
  1293. rootObject = 754BE44C19693E190098E6F3 /* Project object */;
  1294. }