project.pbxproj 73 KB

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