project.pbxproj 61 KB

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