project.pbxproj 75 KB

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