project.pbxproj 62 KB

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