project.pbxproj 81 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 54EE1C631C2199B2008DD2E5 /* CryptoSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = 54EE1C621C2199B2008DD2E5 /* CryptoSwift.h */; settings = {ATTRIBUTES = (Public, ); }; };
  10. 54EE1C641C2199BE008DD2E5 /* CryptoSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = 54EE1C621C2199B2008DD2E5 /* CryptoSwift.h */; settings = {ATTRIBUTES = (Public, ); }; };
  11. 54EE1C651C2199C4008DD2E5 /* CryptoSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = 54EE1C621C2199B2008DD2E5 /* CryptoSwift.h */; settings = {ATTRIBUTES = (Public, ); }; };
  12. 54EE1C661C2199C8008DD2E5 /* CryptoSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = 54EE1C621C2199B2008DD2E5 /* CryptoSwift.h */; settings = {ATTRIBUTES = (Public, ); }; };
  13. 674A736F1BF5D85B00866C5B /* RabbitTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 674A736E1BF5D85B00866C5B /* RabbitTests.swift */; };
  14. 75100F8F19B0BC890005C5F5 /* Poly1305Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75100F8E19B0BC890005C5F5 /* Poly1305Tests.swift */; };
  15. 754BE46819693E190098E6F3 /* HashTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 754BE46719693E190098E6F3 /* HashTests.swift */; };
  16. 754C9D1B1C30800A0003D5FE /* String+LinuxFoundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 754C9D1A1C30800A0003D5FE /* String+LinuxFoundation.swift */; };
  17. 754C9D1C1C30800A0003D5FE /* String+LinuxFoundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 754C9D1A1C30800A0003D5FE /* String+LinuxFoundation.swift */; };
  18. 754C9D1D1C30800A0003D5FE /* String+LinuxFoundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 754C9D1A1C30800A0003D5FE /* String+LinuxFoundation.swift */; };
  19. 754C9D1E1C30800A0003D5FE /* String+LinuxFoundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 754C9D1A1C30800A0003D5FE /* String+LinuxFoundation.swift */; };
  20. 755FB1DA199E347D00475437 /* ExtensionsTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 755FB1D9199E347D00475437 /* ExtensionsTest.swift */; };
  21. 757BC8FE1C1CA56A0093AAA9 /* AES+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC8F71C1CA56A0093AAA9 /* AES+Foundation.swift */; };
  22. 757BC8FF1C1CA56A0093AAA9 /* AES+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC8F71C1CA56A0093AAA9 /* AES+Foundation.swift */; };
  23. 757BC9001C1CA56A0093AAA9 /* AES+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC8F71C1CA56A0093AAA9 /* AES+Foundation.swift */; };
  24. 757BC9011C1CA56A0093AAA9 /* AES+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC8F71C1CA56A0093AAA9 /* AES+Foundation.swift */; };
  25. 757BC9021C1CA56A0093AAA9 /* ArrayUInt8+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC8F81C1CA56A0093AAA9 /* ArrayUInt8+Foundation.swift */; };
  26. 757BC9031C1CA56A0093AAA9 /* ArrayUInt8+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC8F81C1CA56A0093AAA9 /* ArrayUInt8+Foundation.swift */; };
  27. 757BC9041C1CA56A0093AAA9 /* ArrayUInt8+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC8F81C1CA56A0093AAA9 /* ArrayUInt8+Foundation.swift */; };
  28. 757BC9051C1CA56A0093AAA9 /* ArrayUInt8+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC8F81C1CA56A0093AAA9 /* ArrayUInt8+Foundation.swift */; };
  29. 757BC9061C1CA56A0093AAA9 /* ChaCha20+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC8F91C1CA56A0093AAA9 /* ChaCha20+Foundation.swift */; };
  30. 757BC9071C1CA56A0093AAA9 /* ChaCha20+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC8F91C1CA56A0093AAA9 /* ChaCha20+Foundation.swift */; };
  31. 757BC9081C1CA56A0093AAA9 /* ChaCha20+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC8F91C1CA56A0093AAA9 /* ChaCha20+Foundation.swift */; };
  32. 757BC9091C1CA56A0093AAA9 /* ChaCha20+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC8F91C1CA56A0093AAA9 /* ChaCha20+Foundation.swift */; };
  33. 757BC90A1C1CA56A0093AAA9 /* NSData+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC8FA1C1CA56A0093AAA9 /* NSData+Extension.swift */; };
  34. 757BC90B1C1CA56A0093AAA9 /* NSData+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC8FA1C1CA56A0093AAA9 /* NSData+Extension.swift */; };
  35. 757BC90C1C1CA56A0093AAA9 /* NSData+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC8FA1C1CA56A0093AAA9 /* NSData+Extension.swift */; };
  36. 757BC90D1C1CA56A0093AAA9 /* NSData+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC8FA1C1CA56A0093AAA9 /* NSData+Extension.swift */; };
  37. 757BC90E1C1CA56A0093AAA9 /* Rabbit+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC8FB1C1CA56A0093AAA9 /* Rabbit+Foundation.swift */; };
  38. 757BC90F1C1CA56A0093AAA9 /* Rabbit+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC8FB1C1CA56A0093AAA9 /* Rabbit+Foundation.swift */; };
  39. 757BC9101C1CA56A0093AAA9 /* Rabbit+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC8FB1C1CA56A0093AAA9 /* Rabbit+Foundation.swift */; };
  40. 757BC9111C1CA56A0093AAA9 /* Rabbit+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC8FB1C1CA56A0093AAA9 /* Rabbit+Foundation.swift */; };
  41. 757BC9121C1CA56A0093AAA9 /* String+FoundationExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC8FC1C1CA56A0093AAA9 /* String+FoundationExtension.swift */; };
  42. 757BC9131C1CA56A0093AAA9 /* String+FoundationExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC8FC1C1CA56A0093AAA9 /* String+FoundationExtension.swift */; };
  43. 757BC9141C1CA56A0093AAA9 /* String+FoundationExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC8FC1C1CA56A0093AAA9 /* String+FoundationExtension.swift */; };
  44. 757BC9151C1CA56A0093AAA9 /* String+FoundationExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC8FC1C1CA56A0093AAA9 /* String+FoundationExtension.swift */; };
  45. 757BC9161C1CA56A0093AAA9 /* Utils+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC8FD1C1CA56A0093AAA9 /* Utils+Foundation.swift */; };
  46. 757BC9171C1CA56A0093AAA9 /* Utils+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC8FD1C1CA56A0093AAA9 /* Utils+Foundation.swift */; };
  47. 757BC9181C1CA56A0093AAA9 /* Utils+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC8FD1C1CA56A0093AAA9 /* Utils+Foundation.swift */; };
  48. 757BC9191C1CA56A0093AAA9 /* Utils+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC8FD1C1CA56A0093AAA9 /* Utils+Foundation.swift */; };
  49. 757BC93C1C1CA5790093AAA9 /* AES.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC91A1C1CA5790093AAA9 /* AES.swift */; };
  50. 757BC93D1C1CA5790093AAA9 /* AES.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC91A1C1CA5790093AAA9 /* AES.swift */; };
  51. 757BC93E1C1CA5790093AAA9 /* AES.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC91A1C1CA5790093AAA9 /* AES.swift */; };
  52. 757BC93F1C1CA5790093AAA9 /* AES.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC91A1C1CA5790093AAA9 /* AES.swift */; };
  53. 757BC9401C1CA5790093AAA9 /* Array+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC91B1C1CA5790093AAA9 /* Array+Extension.swift */; };
  54. 757BC9411C1CA5790093AAA9 /* Array+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC91B1C1CA5790093AAA9 /* Array+Extension.swift */; };
  55. 757BC9421C1CA5790093AAA9 /* Array+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC91B1C1CA5790093AAA9 /* Array+Extension.swift */; };
  56. 757BC9431C1CA5790093AAA9 /* Array+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC91B1C1CA5790093AAA9 /* Array+Extension.swift */; };
  57. 757BC9441C1CA5790093AAA9 /* ArraySliceUInt8+Bytes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC91C1C1CA5790093AAA9 /* ArraySliceUInt8+Bytes.swift */; };
  58. 757BC9451C1CA5790093AAA9 /* ArraySliceUInt8+Bytes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC91C1C1CA5790093AAA9 /* ArraySliceUInt8+Bytes.swift */; };
  59. 757BC9461C1CA5790093AAA9 /* ArraySliceUInt8+Bytes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC91C1C1CA5790093AAA9 /* ArraySliceUInt8+Bytes.swift */; };
  60. 757BC9471C1CA5790093AAA9 /* ArraySliceUInt8+Bytes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC91C1C1CA5790093AAA9 /* ArraySliceUInt8+Bytes.swift */; };
  61. 757BC9481C1CA5790093AAA9 /* Authenticator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC91D1C1CA5790093AAA9 /* Authenticator.swift */; };
  62. 757BC9491C1CA5790093AAA9 /* Authenticator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC91D1C1CA5790093AAA9 /* Authenticator.swift */; };
  63. 757BC94A1C1CA5790093AAA9 /* Authenticator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC91D1C1CA5790093AAA9 /* Authenticator.swift */; };
  64. 757BC94B1C1CA5790093AAA9 /* Authenticator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC91D1C1CA5790093AAA9 /* Authenticator.swift */; };
  65. 757BC94C1C1CA5790093AAA9 /* BitExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC91E1C1CA5790093AAA9 /* BitExtension.swift */; };
  66. 757BC94D1C1CA5790093AAA9 /* BitExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC91E1C1CA5790093AAA9 /* BitExtension.swift */; };
  67. 757BC94E1C1CA5790093AAA9 /* BitExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC91E1C1CA5790093AAA9 /* BitExtension.swift */; };
  68. 757BC94F1C1CA5790093AAA9 /* BitExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC91E1C1CA5790093AAA9 /* BitExtension.swift */; };
  69. 757BC9501C1CA5790093AAA9 /* BytesSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC91F1C1CA5790093AAA9 /* BytesSequence.swift */; };
  70. 757BC9511C1CA5790093AAA9 /* BytesSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC91F1C1CA5790093AAA9 /* BytesSequence.swift */; };
  71. 757BC9521C1CA5790093AAA9 /* BytesSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC91F1C1CA5790093AAA9 /* BytesSequence.swift */; };
  72. 757BC9531C1CA5790093AAA9 /* BytesSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC91F1C1CA5790093AAA9 /* BytesSequence.swift */; };
  73. 757BC9541C1CA5790093AAA9 /* ChaCha20.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9201C1CA5790093AAA9 /* ChaCha20.swift */; };
  74. 757BC9551C1CA5790093AAA9 /* ChaCha20.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9201C1CA5790093AAA9 /* ChaCha20.swift */; };
  75. 757BC9561C1CA5790093AAA9 /* ChaCha20.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9201C1CA5790093AAA9 /* ChaCha20.swift */; };
  76. 757BC9571C1CA5790093AAA9 /* ChaCha20.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9201C1CA5790093AAA9 /* ChaCha20.swift */; };
  77. 757BC9581C1CA5790093AAA9 /* Cipher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9211C1CA5790093AAA9 /* Cipher.swift */; };
  78. 757BC9591C1CA5790093AAA9 /* Cipher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9211C1CA5790093AAA9 /* Cipher.swift */; };
  79. 757BC95A1C1CA5790093AAA9 /* Cipher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9211C1CA5790093AAA9 /* Cipher.swift */; };
  80. 757BC95B1C1CA5790093AAA9 /* Cipher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9211C1CA5790093AAA9 /* Cipher.swift */; };
  81. 757BC95C1C1CA5790093AAA9 /* CipherBlockMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9221C1CA5790093AAA9 /* CipherBlockMode.swift */; };
  82. 757BC95D1C1CA5790093AAA9 /* CipherBlockMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9221C1CA5790093AAA9 /* CipherBlockMode.swift */; };
  83. 757BC95E1C1CA5790093AAA9 /* CipherBlockMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9221C1CA5790093AAA9 /* CipherBlockMode.swift */; };
  84. 757BC95F1C1CA5790093AAA9 /* CipherBlockMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9221C1CA5790093AAA9 /* CipherBlockMode.swift */; };
  85. 757BC9601C1CA5790093AAA9 /* CRC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9231C1CA5790093AAA9 /* CRC.swift */; };
  86. 757BC9611C1CA5790093AAA9 /* CRC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9231C1CA5790093AAA9 /* CRC.swift */; };
  87. 757BC9621C1CA5790093AAA9 /* CRC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9231C1CA5790093AAA9 /* CRC.swift */; };
  88. 757BC9631C1CA5790093AAA9 /* CRC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9231C1CA5790093AAA9 /* CRC.swift */; };
  89. 757BC9681C1CA5790093AAA9 /* CSArrayType+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9251C1CA5790093AAA9 /* CSArrayType+Extensions.swift */; };
  90. 757BC9691C1CA5790093AAA9 /* CSArrayType+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9251C1CA5790093AAA9 /* CSArrayType+Extensions.swift */; };
  91. 757BC96A1C1CA5790093AAA9 /* CSArrayType+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9251C1CA5790093AAA9 /* CSArrayType+Extensions.swift */; };
  92. 757BC96B1C1CA5790093AAA9 /* CSArrayType+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9251C1CA5790093AAA9 /* CSArrayType+Extensions.swift */; };
  93. 757BC96C1C1CA5790093AAA9 /* Generics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9261C1CA5790093AAA9 /* Generics.swift */; };
  94. 757BC96D1C1CA5790093AAA9 /* Generics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9261C1CA5790093AAA9 /* Generics.swift */; };
  95. 757BC96E1C1CA5790093AAA9 /* Generics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9261C1CA5790093AAA9 /* Generics.swift */; };
  96. 757BC96F1C1CA5790093AAA9 /* Generics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9261C1CA5790093AAA9 /* Generics.swift */; };
  97. 757BC9701C1CA5790093AAA9 /* Hash.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9271C1CA5790093AAA9 /* Hash.swift */; };
  98. 757BC9711C1CA5790093AAA9 /* Hash.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9271C1CA5790093AAA9 /* Hash.swift */; };
  99. 757BC9721C1CA5790093AAA9 /* Hash.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9271C1CA5790093AAA9 /* Hash.swift */; };
  100. 757BC9731C1CA5790093AAA9 /* Hash.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9271C1CA5790093AAA9 /* Hash.swift */; };
  101. 757BC9741C1CA5790093AAA9 /* HashProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9281C1CA5790093AAA9 /* HashProtocol.swift */; };
  102. 757BC9751C1CA5790093AAA9 /* HashProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9281C1CA5790093AAA9 /* HashProtocol.swift */; };
  103. 757BC9761C1CA5790093AAA9 /* HashProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9281C1CA5790093AAA9 /* HashProtocol.swift */; };
  104. 757BC9771C1CA5790093AAA9 /* HashProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9281C1CA5790093AAA9 /* HashProtocol.swift */; };
  105. 757BC9781C1CA5790093AAA9 /* HMAC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9291C1CA5790093AAA9 /* HMAC.swift */; };
  106. 757BC9791C1CA5790093AAA9 /* HMAC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9291C1CA5790093AAA9 /* HMAC.swift */; };
  107. 757BC97A1C1CA5790093AAA9 /* HMAC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9291C1CA5790093AAA9 /* HMAC.swift */; };
  108. 757BC97B1C1CA5790093AAA9 /* HMAC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9291C1CA5790093AAA9 /* HMAC.swift */; };
  109. 757BC9801C1CA5790093AAA9 /* IntegerConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC92B1C1CA5790093AAA9 /* IntegerConvertible.swift */; };
  110. 757BC9811C1CA5790093AAA9 /* IntegerConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC92B1C1CA5790093AAA9 /* IntegerConvertible.swift */; };
  111. 757BC9821C1CA5790093AAA9 /* IntegerConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC92B1C1CA5790093AAA9 /* IntegerConvertible.swift */; };
  112. 757BC9831C1CA5790093AAA9 /* IntegerConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC92B1C1CA5790093AAA9 /* IntegerConvertible.swift */; };
  113. 757BC9841C1CA5790093AAA9 /* IntExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC92C1C1CA5790093AAA9 /* IntExtension.swift */; };
  114. 757BC9851C1CA5790093AAA9 /* IntExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC92C1C1CA5790093AAA9 /* IntExtension.swift */; };
  115. 757BC9861C1CA5790093AAA9 /* IntExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC92C1C1CA5790093AAA9 /* IntExtension.swift */; };
  116. 757BC9871C1CA5790093AAA9 /* IntExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC92C1C1CA5790093AAA9 /* IntExtension.swift */; };
  117. 757BC9881C1CA5790093AAA9 /* MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC92D1C1CA5790093AAA9 /* MD5.swift */; };
  118. 757BC9891C1CA5790093AAA9 /* MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC92D1C1CA5790093AAA9 /* MD5.swift */; };
  119. 757BC98A1C1CA5790093AAA9 /* MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC92D1C1CA5790093AAA9 /* MD5.swift */; };
  120. 757BC98B1C1CA5790093AAA9 /* MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC92D1C1CA5790093AAA9 /* MD5.swift */; };
  121. 757BC98C1C1CA5790093AAA9 /* Multiplatform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC92E1C1CA5790093AAA9 /* Multiplatform.swift */; };
  122. 757BC98D1C1CA5790093AAA9 /* Multiplatform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC92E1C1CA5790093AAA9 /* Multiplatform.swift */; };
  123. 757BC98E1C1CA5790093AAA9 /* Multiplatform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC92E1C1CA5790093AAA9 /* Multiplatform.swift */; };
  124. 757BC98F1C1CA5790093AAA9 /* Multiplatform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC92E1C1CA5790093AAA9 /* Multiplatform.swift */; };
  125. 757BC9901C1CA5790093AAA9 /* Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC92F1C1CA5790093AAA9 /* Operators.swift */; };
  126. 757BC9911C1CA5790093AAA9 /* Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC92F1C1CA5790093AAA9 /* Operators.swift */; };
  127. 757BC9921C1CA5790093AAA9 /* Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC92F1C1CA5790093AAA9 /* Operators.swift */; };
  128. 757BC9931C1CA5790093AAA9 /* Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC92F1C1CA5790093AAA9 /* Operators.swift */; };
  129. 757BC9941C1CA5790093AAA9 /* Padding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9301C1CA5790093AAA9 /* Padding.swift */; };
  130. 757BC9951C1CA5790093AAA9 /* Padding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9301C1CA5790093AAA9 /* Padding.swift */; };
  131. 757BC9961C1CA5790093AAA9 /* Padding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9301C1CA5790093AAA9 /* Padding.swift */; };
  132. 757BC9971C1CA5790093AAA9 /* Padding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9301C1CA5790093AAA9 /* Padding.swift */; };
  133. 757BC9981C1CA5790093AAA9 /* PKCS5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9311C1CA5790093AAA9 /* PKCS5.swift */; };
  134. 757BC9991C1CA5790093AAA9 /* PKCS5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9311C1CA5790093AAA9 /* PKCS5.swift */; };
  135. 757BC99A1C1CA5790093AAA9 /* PKCS5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9311C1CA5790093AAA9 /* PKCS5.swift */; };
  136. 757BC99B1C1CA5790093AAA9 /* PKCS5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9311C1CA5790093AAA9 /* PKCS5.swift */; };
  137. 757BC99C1C1CA5790093AAA9 /* PKCS7.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9321C1CA5790093AAA9 /* PKCS7.swift */; };
  138. 757BC99D1C1CA5790093AAA9 /* PKCS7.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9321C1CA5790093AAA9 /* PKCS7.swift */; };
  139. 757BC99E1C1CA5790093AAA9 /* PKCS7.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9321C1CA5790093AAA9 /* PKCS7.swift */; };
  140. 757BC99F1C1CA5790093AAA9 /* PKCS7.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9321C1CA5790093AAA9 /* PKCS7.swift */; };
  141. 757BC9A01C1CA5790093AAA9 /* Poly1305.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9331C1CA5790093AAA9 /* Poly1305.swift */; };
  142. 757BC9A11C1CA5790093AAA9 /* Poly1305.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9331C1CA5790093AAA9 /* Poly1305.swift */; };
  143. 757BC9A21C1CA5790093AAA9 /* Poly1305.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9331C1CA5790093AAA9 /* Poly1305.swift */; };
  144. 757BC9A31C1CA5790093AAA9 /* Poly1305.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9331C1CA5790093AAA9 /* Poly1305.swift */; };
  145. 757BC9A41C1CA5790093AAA9 /* Rabbit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9341C1CA5790093AAA9 /* Rabbit.swift */; };
  146. 757BC9A51C1CA5790093AAA9 /* Rabbit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9341C1CA5790093AAA9 /* Rabbit.swift */; };
  147. 757BC9A61C1CA5790093AAA9 /* Rabbit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9341C1CA5790093AAA9 /* Rabbit.swift */; };
  148. 757BC9A71C1CA5790093AAA9 /* Rabbit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9341C1CA5790093AAA9 /* Rabbit.swift */; };
  149. 757BC9A81C1CA5790093AAA9 /* SHA1.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9351C1CA5790093AAA9 /* SHA1.swift */; };
  150. 757BC9A91C1CA5790093AAA9 /* SHA1.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9351C1CA5790093AAA9 /* SHA1.swift */; };
  151. 757BC9AA1C1CA5790093AAA9 /* SHA1.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9351C1CA5790093AAA9 /* SHA1.swift */; };
  152. 757BC9AB1C1CA5790093AAA9 /* SHA1.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9351C1CA5790093AAA9 /* SHA1.swift */; };
  153. 757BC9AC1C1CA5790093AAA9 /* SHA2.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9361C1CA5790093AAA9 /* SHA2.swift */; };
  154. 757BC9AD1C1CA5790093AAA9 /* SHA2.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9361C1CA5790093AAA9 /* SHA2.swift */; };
  155. 757BC9AE1C1CA5790093AAA9 /* SHA2.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9361C1CA5790093AAA9 /* SHA2.swift */; };
  156. 757BC9AF1C1CA5790093AAA9 /* SHA2.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9361C1CA5790093AAA9 /* SHA2.swift */; };
  157. 757BC9B01C1CA5790093AAA9 /* String+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9371C1CA5790093AAA9 /* String+Extension.swift */; };
  158. 757BC9B11C1CA5790093AAA9 /* String+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9371C1CA5790093AAA9 /* String+Extension.swift */; };
  159. 757BC9B21C1CA5790093AAA9 /* String+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9371C1CA5790093AAA9 /* String+Extension.swift */; };
  160. 757BC9B31C1CA5790093AAA9 /* String+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9371C1CA5790093AAA9 /* String+Extension.swift */; };
  161. 757BC9B41C1CA5790093AAA9 /* UInt8Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9381C1CA5790093AAA9 /* UInt8Extension.swift */; };
  162. 757BC9B51C1CA5790093AAA9 /* UInt8Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9381C1CA5790093AAA9 /* UInt8Extension.swift */; };
  163. 757BC9B61C1CA5790093AAA9 /* UInt8Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9381C1CA5790093AAA9 /* UInt8Extension.swift */; };
  164. 757BC9B71C1CA5790093AAA9 /* UInt8Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9381C1CA5790093AAA9 /* UInt8Extension.swift */; };
  165. 757BC9B81C1CA5790093AAA9 /* UInt32Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9391C1CA5790093AAA9 /* UInt32Extension.swift */; };
  166. 757BC9B91C1CA5790093AAA9 /* UInt32Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9391C1CA5790093AAA9 /* UInt32Extension.swift */; };
  167. 757BC9BA1C1CA5790093AAA9 /* UInt32Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9391C1CA5790093AAA9 /* UInt32Extension.swift */; };
  168. 757BC9BB1C1CA5790093AAA9 /* UInt32Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9391C1CA5790093AAA9 /* UInt32Extension.swift */; };
  169. 757BC9BC1C1CA5790093AAA9 /* UInt64Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC93A1C1CA5790093AAA9 /* UInt64Extension.swift */; };
  170. 757BC9BD1C1CA5790093AAA9 /* UInt64Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC93A1C1CA5790093AAA9 /* UInt64Extension.swift */; };
  171. 757BC9BE1C1CA5790093AAA9 /* UInt64Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC93A1C1CA5790093AAA9 /* UInt64Extension.swift */; };
  172. 757BC9BF1C1CA5790093AAA9 /* UInt64Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC93A1C1CA5790093AAA9 /* UInt64Extension.swift */; };
  173. 757BC9C01C1CA5790093AAA9 /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC93B1C1CA5790093AAA9 /* Utils.swift */; };
  174. 757BC9C11C1CA5790093AAA9 /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC93B1C1CA5790093AAA9 /* Utils.swift */; };
  175. 757BC9C21C1CA5790093AAA9 /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC93B1C1CA5790093AAA9 /* Utils.swift */; };
  176. 757BC9C31C1CA5790093AAA9 /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC93B1C1CA5790093AAA9 /* Utils.swift */; };
  177. 757DA2531A4ED0A4002BA3EF /* PaddingTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757DA2521A4ED0A4002BA3EF /* PaddingTests.swift */; };
  178. 757DA2551A4ED408002BA3EF /* AESTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757DA2541A4ED408002BA3EF /* AESTests.swift */; };
  179. 757DA2571A4ED47B002BA3EF /* Helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757DA2561A4ED47B002BA3EF /* Helpers.swift */; };
  180. 757DA2591A4ED4D7002BA3EF /* ChaCha20Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757DA2581A4ED4D7002BA3EF /* ChaCha20Tests.swift */; };
  181. 758A94281A65C59200E46135 /* HMACTests.swift in Resources */ = {isa = PBXBuildFile; fileRef = 758A94271A65C59200E46135 /* HMACTests.swift */; };
  182. 758A94291A65C67400E46135 /* HMACTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758A94271A65C59200E46135 /* HMACTests.swift */; };
  183. 75B601EB197D6A6C0009B53D /* CryptoSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 754BE45519693E190098E6F3 /* CryptoSwift.framework */; };
  184. /* End PBXBuildFile section */
  185. /* Begin PBXContainerItemProxy section */
  186. 75B601E3197D69EB0009B53D /* PBXContainerItemProxy */ = {
  187. isa = PBXContainerItemProxy;
  188. containerPortal = 754BE44C19693E190098E6F3 /* Project object */;
  189. proxyType = 1;
  190. remoteGlobalIDString = 754BE45419693E190098E6F3;
  191. remoteInfo = CryptoSwift;
  192. };
  193. 75B601E5197D6A270009B53D /* PBXContainerItemProxy */ = {
  194. isa = PBXContainerItemProxy;
  195. containerPortal = 754BE44C19693E190098E6F3 /* Project object */;
  196. proxyType = 1;
  197. remoteGlobalIDString = 754BE45419693E190098E6F3;
  198. remoteInfo = CryptoSwift;
  199. };
  200. 75B601E7197D6A3A0009B53D /* PBXContainerItemProxy */ = {
  201. isa = PBXContainerItemProxy;
  202. containerPortal = 754BE44C19693E190098E6F3 /* Project object */;
  203. proxyType = 1;
  204. remoteGlobalIDString = 754BE45419693E190098E6F3;
  205. remoteInfo = CryptoSwift;
  206. };
  207. 75B601E9197D6A5C0009B53D /* PBXContainerItemProxy */ = {
  208. isa = PBXContainerItemProxy;
  209. containerPortal = 754BE44C19693E190098E6F3 /* Project object */;
  210. proxyType = 1;
  211. remoteGlobalIDString = 754BE45419693E190098E6F3;
  212. remoteInfo = CryptoSwift;
  213. };
  214. 75B601EC197D6B3D0009B53D /* PBXContainerItemProxy */ = {
  215. isa = PBXContainerItemProxy;
  216. containerPortal = 754BE44C19693E190098E6F3 /* Project object */;
  217. proxyType = 1;
  218. remoteGlobalIDString = 754BE45419693E190098E6F3;
  219. remoteInfo = CryptoSwift;
  220. };
  221. 75B6021C197D6CF10009B53D /* PBXContainerItemProxy */ = {
  222. isa = PBXContainerItemProxy;
  223. containerPortal = 754BE44C19693E190098E6F3 /* Project object */;
  224. proxyType = 1;
  225. remoteGlobalIDString = 754BE45419693E190098E6F3;
  226. remoteInfo = CryptoSwift;
  227. };
  228. 75B6021E197D6D070009B53D /* PBXContainerItemProxy */ = {
  229. isa = PBXContainerItemProxy;
  230. containerPortal = 754BE44C19693E190098E6F3 /* Project object */;
  231. proxyType = 1;
  232. remoteGlobalIDString = 754BE45419693E190098E6F3;
  233. remoteInfo = CryptoSwift;
  234. };
  235. /* End PBXContainerItemProxy section */
  236. /* Begin PBXCopyFilesBuildPhase section */
  237. 75B601E0197D69770009B53D /* CopyFiles */ = {
  238. isa = PBXCopyFilesBuildPhase;
  239. buildActionMask = 2147483647;
  240. dstPath = "";
  241. dstSubfolderSpec = 10;
  242. files = (
  243. );
  244. runOnlyForDeploymentPostprocessing = 0;
  245. };
  246. 75D614BB1BD844F2001358B2 /* CopyFiles */ = {
  247. isa = PBXCopyFilesBuildPhase;
  248. buildActionMask = 2147483647;
  249. dstPath = "";
  250. dstSubfolderSpec = 10;
  251. files = (
  252. );
  253. runOnlyForDeploymentPostprocessing = 0;
  254. };
  255. 75DF776E1BC8EB59006E9520 /* CopyFiles */ = {
  256. isa = PBXCopyFilesBuildPhase;
  257. buildActionMask = 2147483647;
  258. dstPath = "";
  259. dstSubfolderSpec = 10;
  260. files = (
  261. );
  262. runOnlyForDeploymentPostprocessing = 0;
  263. };
  264. /* End PBXCopyFilesBuildPhase section */
  265. /* Begin PBXFileReference section */
  266. 54EE1C621C2199B2008DD2E5 /* CryptoSwift.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CryptoSwift.h; path = Sources/CryptoSwift.h; sourceTree = SOURCE_ROOT; };
  267. 5596BDBB1BC8F220007E38D5 /* CryptoSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CryptoSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  268. 674A736E1BF5D85B00866C5B /* RabbitTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RabbitTests.swift; sourceTree = "<group>"; };
  269. 75100F8E19B0BC890005C5F5 /* Poly1305Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Poly1305Tests.swift; sourceTree = "<group>"; };
  270. 754BE45519693E190098E6F3 /* CryptoSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CryptoSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  271. 754BE46019693E190098E6F3 /* CryptoSwiftTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CryptoSwiftTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  272. 754BE46619693E190098E6F3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  273. 754BE46719693E190098E6F3 /* HashTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HashTests.swift; sourceTree = "<group>"; };
  274. 754C9D1A1C30800A0003D5FE /* String+LinuxFoundation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+LinuxFoundation.swift"; sourceTree = "<group>"; };
  275. 755FB1D9199E347D00475437 /* ExtensionsTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExtensionsTest.swift; sourceTree = "<group>"; };
  276. 756BFDCA1A82B87300B9D9A4 /* Bridging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Bridging.h; sourceTree = "<group>"; };
  277. 757BC8F71C1CA56A0093AAA9 /* AES+Foundation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "AES+Foundation.swift"; sourceTree = "<group>"; };
  278. 757BC8F81C1CA56A0093AAA9 /* ArrayUInt8+Foundation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "ArrayUInt8+Foundation.swift"; sourceTree = "<group>"; };
  279. 757BC8F91C1CA56A0093AAA9 /* ChaCha20+Foundation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "ChaCha20+Foundation.swift"; sourceTree = "<group>"; };
  280. 757BC8FA1C1CA56A0093AAA9 /* NSData+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSData+Extension.swift"; sourceTree = "<group>"; };
  281. 757BC8FB1C1CA56A0093AAA9 /* Rabbit+Foundation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Rabbit+Foundation.swift"; sourceTree = "<group>"; };
  282. 757BC8FC1C1CA56A0093AAA9 /* String+FoundationExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+FoundationExtension.swift"; sourceTree = "<group>"; };
  283. 757BC8FD1C1CA56A0093AAA9 /* Utils+Foundation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Utils+Foundation.swift"; sourceTree = "<group>"; };
  284. 757BC91A1C1CA5790093AAA9 /* AES.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = AES.swift; path = Sources/CryptoSwift/AES.swift; sourceTree = SOURCE_ROOT; };
  285. 757BC91B1C1CA5790093AAA9 /* Array+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "Array+Extension.swift"; path = "Sources/CryptoSwift/Array+Extension.swift"; sourceTree = SOURCE_ROOT; };
  286. 757BC91C1C1CA5790093AAA9 /* ArraySliceUInt8+Bytes.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "ArraySliceUInt8+Bytes.swift"; path = "Sources/CryptoSwift/ArraySliceUInt8+Bytes.swift"; sourceTree = SOURCE_ROOT; };
  287. 757BC91D1C1CA5790093AAA9 /* Authenticator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Authenticator.swift; path = Sources/CryptoSwift/Authenticator.swift; sourceTree = SOURCE_ROOT; };
  288. 757BC91E1C1CA5790093AAA9 /* BitExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = BitExtension.swift; path = Sources/CryptoSwift/BitExtension.swift; sourceTree = SOURCE_ROOT; };
  289. 757BC91F1C1CA5790093AAA9 /* BytesSequence.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = BytesSequence.swift; path = Sources/CryptoSwift/BytesSequence.swift; sourceTree = SOURCE_ROOT; };
  290. 757BC9201C1CA5790093AAA9 /* ChaCha20.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ChaCha20.swift; path = Sources/CryptoSwift/ChaCha20.swift; sourceTree = SOURCE_ROOT; };
  291. 757BC9211C1CA5790093AAA9 /* Cipher.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Cipher.swift; path = Sources/CryptoSwift/Cipher.swift; sourceTree = SOURCE_ROOT; };
  292. 757BC9221C1CA5790093AAA9 /* CipherBlockMode.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = CipherBlockMode.swift; path = Sources/CryptoSwift/CipherBlockMode.swift; sourceTree = SOURCE_ROOT; };
  293. 757BC9231C1CA5790093AAA9 /* CRC.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = CRC.swift; path = Sources/CryptoSwift/CRC.swift; sourceTree = SOURCE_ROOT; };
  294. 757BC9251C1CA5790093AAA9 /* CSArrayType+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "CSArrayType+Extensions.swift"; path = "Sources/CryptoSwift/CSArrayType+Extensions.swift"; sourceTree = SOURCE_ROOT; };
  295. 757BC9261C1CA5790093AAA9 /* Generics.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Generics.swift; path = Sources/CryptoSwift/Generics.swift; sourceTree = SOURCE_ROOT; };
  296. 757BC9271C1CA5790093AAA9 /* Hash.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Hash.swift; path = Sources/CryptoSwift/Hash.swift; sourceTree = SOURCE_ROOT; };
  297. 757BC9281C1CA5790093AAA9 /* HashProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = HashProtocol.swift; path = Sources/CryptoSwift/HashProtocol.swift; sourceTree = SOURCE_ROOT; };
  298. 757BC9291C1CA5790093AAA9 /* HMAC.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = HMAC.swift; path = Sources/CryptoSwift/HMAC.swift; sourceTree = SOURCE_ROOT; };
  299. 757BC92A1C1CA5790093AAA9 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Sources/CryptoSwift/Info.plist; sourceTree = SOURCE_ROOT; };
  300. 757BC92B1C1CA5790093AAA9 /* IntegerConvertible.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = IntegerConvertible.swift; path = Sources/CryptoSwift/IntegerConvertible.swift; sourceTree = SOURCE_ROOT; };
  301. 757BC92C1C1CA5790093AAA9 /* IntExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = IntExtension.swift; path = Sources/CryptoSwift/IntExtension.swift; sourceTree = SOURCE_ROOT; };
  302. 757BC92D1C1CA5790093AAA9 /* MD5.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MD5.swift; path = Sources/CryptoSwift/MD5.swift; sourceTree = SOURCE_ROOT; };
  303. 757BC92E1C1CA5790093AAA9 /* Multiplatform.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Multiplatform.swift; path = Sources/CryptoSwift/Multiplatform.swift; sourceTree = SOURCE_ROOT; };
  304. 757BC92F1C1CA5790093AAA9 /* Operators.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Operators.swift; path = Sources/CryptoSwift/Operators.swift; sourceTree = SOURCE_ROOT; };
  305. 757BC9301C1CA5790093AAA9 /* Padding.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Padding.swift; path = Sources/CryptoSwift/Padding.swift; sourceTree = SOURCE_ROOT; };
  306. 757BC9311C1CA5790093AAA9 /* PKCS5.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = PKCS5.swift; path = Sources/CryptoSwift/PKCS5.swift; sourceTree = SOURCE_ROOT; };
  307. 757BC9321C1CA5790093AAA9 /* PKCS7.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = PKCS7.swift; path = Sources/CryptoSwift/PKCS7.swift; sourceTree = SOURCE_ROOT; };
  308. 757BC9331C1CA5790093AAA9 /* Poly1305.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Poly1305.swift; path = Sources/CryptoSwift/Poly1305.swift; sourceTree = SOURCE_ROOT; };
  309. 757BC9341C1CA5790093AAA9 /* Rabbit.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Rabbit.swift; path = Sources/CryptoSwift/Rabbit.swift; sourceTree = SOURCE_ROOT; };
  310. 757BC9351C1CA5790093AAA9 /* SHA1.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SHA1.swift; path = Sources/CryptoSwift/SHA1.swift; sourceTree = SOURCE_ROOT; };
  311. 757BC9361C1CA5790093AAA9 /* SHA2.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SHA2.swift; path = Sources/CryptoSwift/SHA2.swift; sourceTree = SOURCE_ROOT; };
  312. 757BC9371C1CA5790093AAA9 /* String+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "String+Extension.swift"; path = "Sources/CryptoSwift/String+Extension.swift"; sourceTree = SOURCE_ROOT; };
  313. 757BC9381C1CA5790093AAA9 /* UInt8Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = UInt8Extension.swift; path = Sources/CryptoSwift/UInt8Extension.swift; sourceTree = SOURCE_ROOT; };
  314. 757BC9391C1CA5790093AAA9 /* UInt32Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = UInt32Extension.swift; path = Sources/CryptoSwift/UInt32Extension.swift; sourceTree = SOURCE_ROOT; };
  315. 757BC93A1C1CA5790093AAA9 /* UInt64Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = UInt64Extension.swift; path = Sources/CryptoSwift/UInt64Extension.swift; sourceTree = SOURCE_ROOT; };
  316. 757BC93B1C1CA5790093AAA9 /* Utils.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Utils.swift; path = Sources/CryptoSwift/Utils.swift; sourceTree = SOURCE_ROOT; };
  317. 757DA2521A4ED0A4002BA3EF /* PaddingTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PaddingTests.swift; sourceTree = "<group>"; };
  318. 757DA2541A4ED408002BA3EF /* AESTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AESTests.swift; sourceTree = "<group>"; };
  319. 757DA2561A4ED47B002BA3EF /* Helpers.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Helpers.swift; sourceTree = "<group>"; };
  320. 757DA2581A4ED4D7002BA3EF /* ChaCha20Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChaCha20Tests.swift; sourceTree = "<group>"; };
  321. 758A94271A65C59200E46135 /* HMACTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HMACTests.swift; sourceTree = "<group>"; };
  322. 75D614BF1BD844F2001358B2 /* CryptoSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CryptoSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  323. 75DF77721BC8EB59006E9520 /* CryptoSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CryptoSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  324. /* End PBXFileReference section */
  325. /* Begin PBXFrameworksBuildPhase section */
  326. 5596BDB71BC8F220007E38D5 /* Frameworks */ = {
  327. isa = PBXFrameworksBuildPhase;
  328. buildActionMask = 2147483647;
  329. files = (
  330. );
  331. runOnlyForDeploymentPostprocessing = 0;
  332. };
  333. 754BE45119693E190098E6F3 /* Frameworks */ = {
  334. isa = PBXFrameworksBuildPhase;
  335. buildActionMask = 2147483647;
  336. files = (
  337. );
  338. runOnlyForDeploymentPostprocessing = 0;
  339. };
  340. 754BE45D19693E190098E6F3 /* Frameworks */ = {
  341. isa = PBXFrameworksBuildPhase;
  342. buildActionMask = 2147483647;
  343. files = (
  344. 75B601EB197D6A6C0009B53D /* CryptoSwift.framework in Frameworks */,
  345. );
  346. runOnlyForDeploymentPostprocessing = 0;
  347. };
  348. 75D614B81BD844F2001358B2 /* Frameworks */ = {
  349. isa = PBXFrameworksBuildPhase;
  350. buildActionMask = 2147483647;
  351. files = (
  352. );
  353. runOnlyForDeploymentPostprocessing = 0;
  354. };
  355. 75DF776B1BC8EB59006E9520 /* Frameworks */ = {
  356. isa = PBXFrameworksBuildPhase;
  357. buildActionMask = 2147483647;
  358. files = (
  359. );
  360. runOnlyForDeploymentPostprocessing = 0;
  361. };
  362. /* End PBXFrameworksBuildPhase section */
  363. /* Begin PBXGroup section */
  364. 24B0BBA29D734E62809E53BC /* Frameworks */ = {
  365. isa = PBXGroup;
  366. children = (
  367. );
  368. name = Frameworks;
  369. sourceTree = "<group>";
  370. };
  371. 754BE44B19693E190098E6F3 = {
  372. isa = PBXGroup;
  373. children = (
  374. 754BE45719693E190098E6F3 /* CryptoSwift */,
  375. 754BE46419693E190098E6F3 /* CryptoSwiftTests */,
  376. 754BE45619693E190098E6F3 /* Products */,
  377. 24B0BBA29D734E62809E53BC /* Frameworks */,
  378. );
  379. sourceTree = "<group>";
  380. };
  381. 754BE45619693E190098E6F3 /* Products */ = {
  382. isa = PBXGroup;
  383. children = (
  384. 754BE45519693E190098E6F3 /* CryptoSwift.framework */,
  385. 754BE46019693E190098E6F3 /* CryptoSwiftTests.xctest */,
  386. 75DF77721BC8EB59006E9520 /* CryptoSwift.framework */,
  387. 5596BDBB1BC8F220007E38D5 /* CryptoSwift.framework */,
  388. 75D614BF1BD844F2001358B2 /* CryptoSwift.framework */,
  389. );
  390. name = Products;
  391. sourceTree = "<group>";
  392. };
  393. 754BE45719693E190098E6F3 /* CryptoSwift */ = {
  394. isa = PBXGroup;
  395. children = (
  396. 757BC91A1C1CA5790093AAA9 /* AES.swift */,
  397. 757BC91B1C1CA5790093AAA9 /* Array+Extension.swift */,
  398. 757BC91C1C1CA5790093AAA9 /* ArraySliceUInt8+Bytes.swift */,
  399. 757BC91D1C1CA5790093AAA9 /* Authenticator.swift */,
  400. 757BC91E1C1CA5790093AAA9 /* BitExtension.swift */,
  401. 757BC91F1C1CA5790093AAA9 /* BytesSequence.swift */,
  402. 757BC9201C1CA5790093AAA9 /* ChaCha20.swift */,
  403. 757BC9211C1CA5790093AAA9 /* Cipher.swift */,
  404. 757BC9221C1CA5790093AAA9 /* CipherBlockMode.swift */,
  405. 757BC9231C1CA5790093AAA9 /* CRC.swift */,
  406. 757BC9251C1CA5790093AAA9 /* CSArrayType+Extensions.swift */,
  407. 757BC9261C1CA5790093AAA9 /* Generics.swift */,
  408. 757BC9271C1CA5790093AAA9 /* Hash.swift */,
  409. 757BC9281C1CA5790093AAA9 /* HashProtocol.swift */,
  410. 757BC9291C1CA5790093AAA9 /* HMAC.swift */,
  411. 757BC92B1C1CA5790093AAA9 /* IntegerConvertible.swift */,
  412. 757BC92C1C1CA5790093AAA9 /* IntExtension.swift */,
  413. 757BC92D1C1CA5790093AAA9 /* MD5.swift */,
  414. 757BC92E1C1CA5790093AAA9 /* Multiplatform.swift */,
  415. 757BC92F1C1CA5790093AAA9 /* Operators.swift */,
  416. 757BC9301C1CA5790093AAA9 /* Padding.swift */,
  417. 757BC9311C1CA5790093AAA9 /* PKCS5.swift */,
  418. 757BC9321C1CA5790093AAA9 /* PKCS7.swift */,
  419. 757BC9331C1CA5790093AAA9 /* Poly1305.swift */,
  420. 757BC9341C1CA5790093AAA9 /* Rabbit.swift */,
  421. 757BC9351C1CA5790093AAA9 /* SHA1.swift */,
  422. 757BC9361C1CA5790093AAA9 /* SHA2.swift */,
  423. 757BC9371C1CA5790093AAA9 /* String+Extension.swift */,
  424. 757BC9381C1CA5790093AAA9 /* UInt8Extension.swift */,
  425. 757BC9391C1CA5790093AAA9 /* UInt32Extension.swift */,
  426. 757BC93A1C1CA5790093AAA9 /* UInt64Extension.swift */,
  427. 757BC93B1C1CA5790093AAA9 /* Utils.swift */,
  428. 757BC8F61C1CA56A0093AAA9 /* Foundation */,
  429. 754BE45819693E190098E6F3 /* Supporting Files */,
  430. );
  431. path = CryptoSwift;
  432. sourceTree = "<group>";
  433. };
  434. 754BE45819693E190098E6F3 /* Supporting Files */ = {
  435. isa = PBXGroup;
  436. children = (
  437. 54EE1C621C2199B2008DD2E5 /* CryptoSwift.h */,
  438. 757BC92A1C1CA5790093AAA9 /* Info.plist */,
  439. );
  440. name = "Supporting Files";
  441. sourceTree = "<group>";
  442. };
  443. 754BE46419693E190098E6F3 /* CryptoSwiftTests */ = {
  444. isa = PBXGroup;
  445. children = (
  446. 757DA2561A4ED47B002BA3EF /* Helpers.swift */,
  447. 754BE46719693E190098E6F3 /* HashTests.swift */,
  448. 75100F8E19B0BC890005C5F5 /* Poly1305Tests.swift */,
  449. 758A94271A65C59200E46135 /* HMACTests.swift */,
  450. 757DA2541A4ED408002BA3EF /* AESTests.swift */,
  451. 757DA2581A4ED4D7002BA3EF /* ChaCha20Tests.swift */,
  452. 674A736E1BF5D85B00866C5B /* RabbitTests.swift */,
  453. 755FB1D9199E347D00475437 /* ExtensionsTest.swift */,
  454. 757DA2521A4ED0A4002BA3EF /* PaddingTests.swift */,
  455. 756BFDCA1A82B87300B9D9A4 /* Bridging.h */,
  456. 754BE46519693E190098E6F3 /* Supporting Files */,
  457. );
  458. path = CryptoSwiftTests;
  459. sourceTree = "<group>";
  460. };
  461. 754BE46519693E190098E6F3 /* Supporting Files */ = {
  462. isa = PBXGroup;
  463. children = (
  464. 754BE46619693E190098E6F3 /* Info.plist */,
  465. );
  466. name = "Supporting Files";
  467. sourceTree = "<group>";
  468. };
  469. 757BC8F61C1CA56A0093AAA9 /* Foundation */ = {
  470. isa = PBXGroup;
  471. children = (
  472. 757BC8F71C1CA56A0093AAA9 /* AES+Foundation.swift */,
  473. 757BC8F81C1CA56A0093AAA9 /* ArrayUInt8+Foundation.swift */,
  474. 757BC8F91C1CA56A0093AAA9 /* ChaCha20+Foundation.swift */,
  475. 757BC8FA1C1CA56A0093AAA9 /* NSData+Extension.swift */,
  476. 757BC8FB1C1CA56A0093AAA9 /* Rabbit+Foundation.swift */,
  477. 757BC8FC1C1CA56A0093AAA9 /* String+FoundationExtension.swift */,
  478. 757BC8FD1C1CA56A0093AAA9 /* Utils+Foundation.swift */,
  479. 754C9D1A1C30800A0003D5FE /* String+LinuxFoundation.swift */,
  480. );
  481. name = Foundation;
  482. path = Sources/CryptoSwift/Foundation;
  483. sourceTree = SOURCE_ROOT;
  484. };
  485. /* End PBXGroup section */
  486. /* Begin PBXHeadersBuildPhase section */
  487. 5596BDB81BC8F220007E38D5 /* Headers */ = {
  488. isa = PBXHeadersBuildPhase;
  489. buildActionMask = 2147483647;
  490. files = (
  491. 54EE1C641C2199BE008DD2E5 /* CryptoSwift.h in Headers */,
  492. );
  493. runOnlyForDeploymentPostprocessing = 0;
  494. };
  495. 754BE45219693E190098E6F3 /* Headers */ = {
  496. isa = PBXHeadersBuildPhase;
  497. buildActionMask = 2147483647;
  498. files = (
  499. 54EE1C631C2199B2008DD2E5 /* CryptoSwift.h in Headers */,
  500. );
  501. runOnlyForDeploymentPostprocessing = 0;
  502. };
  503. 75D614B91BD844F2001358B2 /* Headers */ = {
  504. isa = PBXHeadersBuildPhase;
  505. buildActionMask = 2147483647;
  506. files = (
  507. 54EE1C651C2199C4008DD2E5 /* CryptoSwift.h in Headers */,
  508. );
  509. runOnlyForDeploymentPostprocessing = 0;
  510. };
  511. 75DF776C1BC8EB59006E9520 /* Headers */ = {
  512. isa = PBXHeadersBuildPhase;
  513. buildActionMask = 2147483647;
  514. files = (
  515. 54EE1C661C2199C8008DD2E5 /* CryptoSwift.h in Headers */,
  516. );
  517. runOnlyForDeploymentPostprocessing = 0;
  518. };
  519. /* End PBXHeadersBuildPhase section */
  520. /* Begin PBXNativeTarget section */
  521. 5596BDBA1BC8F220007E38D5 /* CryptoSwift watchOS */ = {
  522. isa = PBXNativeTarget;
  523. buildConfigurationList = 5596BDC01BC8F220007E38D5 /* Build configuration list for PBXNativeTarget "CryptoSwift watchOS" */;
  524. buildPhases = (
  525. 5596BDB61BC8F220007E38D5 /* Sources */,
  526. 5596BDB71BC8F220007E38D5 /* Frameworks */,
  527. 5596BDB81BC8F220007E38D5 /* Headers */,
  528. 5596BDB91BC8F220007E38D5 /* Resources */,
  529. );
  530. buildRules = (
  531. );
  532. dependencies = (
  533. );
  534. name = "CryptoSwift watchOS";
  535. productName = "CryptoSwift watchOS";
  536. productReference = 5596BDBB1BC8F220007E38D5 /* CryptoSwift.framework */;
  537. productType = "com.apple.product-type.framework";
  538. };
  539. 754BE45419693E190098E6F3 /* CryptoSwift iOS */ = {
  540. isa = PBXNativeTarget;
  541. buildConfigurationList = 754BE46B19693E190098E6F3 /* Build configuration list for PBXNativeTarget "CryptoSwift iOS" */;
  542. buildPhases = (
  543. 754BE45019693E190098E6F3 /* Sources */,
  544. 754BE45119693E190098E6F3 /* Frameworks */,
  545. 754BE45219693E190098E6F3 /* Headers */,
  546. 754BE45319693E190098E6F3 /* Resources */,
  547. 75B601E0197D69770009B53D /* CopyFiles */,
  548. );
  549. buildRules = (
  550. );
  551. dependencies = (
  552. );
  553. name = "CryptoSwift iOS";
  554. productName = CryptoSwift;
  555. productReference = 754BE45519693E190098E6F3 /* CryptoSwift.framework */;
  556. productType = "com.apple.product-type.framework";
  557. };
  558. 754BE45F19693E190098E6F3 /* CryptoSwiftTests */ = {
  559. isa = PBXNativeTarget;
  560. buildConfigurationList = 754BE46E19693E190098E6F3 /* Build configuration list for PBXNativeTarget "CryptoSwiftTests" */;
  561. buildPhases = (
  562. 754BE45C19693E190098E6F3 /* Sources */,
  563. 754BE45D19693E190098E6F3 /* Frameworks */,
  564. 754BE45E19693E190098E6F3 /* Resources */,
  565. );
  566. buildRules = (
  567. );
  568. dependencies = (
  569. 75B601E4197D69EB0009B53D /* PBXTargetDependency */,
  570. 75B601E6197D6A270009B53D /* PBXTargetDependency */,
  571. 75B601E8197D6A3A0009B53D /* PBXTargetDependency */,
  572. 75B601EA197D6A5C0009B53D /* PBXTargetDependency */,
  573. 75B601ED197D6B3D0009B53D /* PBXTargetDependency */,
  574. 75B6021D197D6CF10009B53D /* PBXTargetDependency */,
  575. 75B6021F197D6D070009B53D /* PBXTargetDependency */,
  576. );
  577. name = CryptoSwiftTests;
  578. productName = CryptoSwiftTests;
  579. productReference = 754BE46019693E190098E6F3 /* CryptoSwiftTests.xctest */;
  580. productType = "com.apple.product-type.bundle.unit-test";
  581. };
  582. 75D614921BD844F2001358B2 /* CryptoSwift tvOS */ = {
  583. isa = PBXNativeTarget;
  584. buildConfigurationList = 75D614BC1BD844F2001358B2 /* Build configuration list for PBXNativeTarget "CryptoSwift tvOS" */;
  585. buildPhases = (
  586. 75D614931BD844F2001358B2 /* Sources */,
  587. 75D614B81BD844F2001358B2 /* Frameworks */,
  588. 75D614B91BD844F2001358B2 /* Headers */,
  589. 75D614BA1BD844F2001358B2 /* Resources */,
  590. 75D614BB1BD844F2001358B2 /* CopyFiles */,
  591. );
  592. buildRules = (
  593. );
  594. dependencies = (
  595. );
  596. name = "CryptoSwift tvOS";
  597. productName = CryptoSwift;
  598. productReference = 75D614BF1BD844F2001358B2 /* CryptoSwift.framework */;
  599. productType = "com.apple.product-type.framework";
  600. };
  601. 75DF77461BC8EB59006E9520 /* CryptoSwift OSX */ = {
  602. isa = PBXNativeTarget;
  603. buildConfigurationList = 75DF776F1BC8EB59006E9520 /* Build configuration list for PBXNativeTarget "CryptoSwift OSX" */;
  604. buildPhases = (
  605. 75DF77471BC8EB59006E9520 /* Sources */,
  606. 75DF776B1BC8EB59006E9520 /* Frameworks */,
  607. 75DF776C1BC8EB59006E9520 /* Headers */,
  608. 75DF776D1BC8EB59006E9520 /* Resources */,
  609. 75DF776E1BC8EB59006E9520 /* CopyFiles */,
  610. );
  611. buildRules = (
  612. );
  613. dependencies = (
  614. );
  615. name = "CryptoSwift OSX";
  616. productName = CryptoSwift;
  617. productReference = 75DF77721BC8EB59006E9520 /* CryptoSwift.framework */;
  618. productType = "com.apple.product-type.framework";
  619. };
  620. /* End PBXNativeTarget section */
  621. /* Begin PBXProject section */
  622. 754BE44C19693E190098E6F3 /* Project object */ = {
  623. isa = PBXProject;
  624. attributes = {
  625. LastSwiftUpdateCheck = 0700;
  626. LastUpgradeCheck = 0710;
  627. ORGANIZATIONNAME = "Marcin Krzyzanowski";
  628. TargetAttributes = {
  629. 5596BDBA1BC8F220007E38D5 = {
  630. CreatedOnToolsVersion = 7.0.1;
  631. };
  632. 754BE45419693E190098E6F3 = {
  633. CreatedOnToolsVersion = 6.0;
  634. };
  635. 754BE45F19693E190098E6F3 = {
  636. CreatedOnToolsVersion = 6.0;
  637. TestTargetID = 754BE45419693E190098E6F3;
  638. };
  639. };
  640. };
  641. buildConfigurationList = 754BE44F19693E190098E6F3 /* Build configuration list for PBXProject "CryptoSwift" */;
  642. compatibilityVersion = "Xcode 3.2";
  643. developmentRegion = English;
  644. hasScannedForEncodings = 0;
  645. knownRegions = (
  646. en,
  647. );
  648. mainGroup = 754BE44B19693E190098E6F3;
  649. productRefGroup = 754BE45619693E190098E6F3 /* Products */;
  650. projectDirPath = "";
  651. projectRoot = "";
  652. targets = (
  653. 754BE45419693E190098E6F3 /* CryptoSwift iOS */,
  654. 5596BDBA1BC8F220007E38D5 /* CryptoSwift watchOS */,
  655. 75DF77461BC8EB59006E9520 /* CryptoSwift OSX */,
  656. 75D614921BD844F2001358B2 /* CryptoSwift tvOS */,
  657. 754BE45F19693E190098E6F3 /* CryptoSwiftTests */,
  658. );
  659. };
  660. /* End PBXProject section */
  661. /* Begin PBXResourcesBuildPhase section */
  662. 5596BDB91BC8F220007E38D5 /* Resources */ = {
  663. isa = PBXResourcesBuildPhase;
  664. buildActionMask = 2147483647;
  665. files = (
  666. );
  667. runOnlyForDeploymentPostprocessing = 0;
  668. };
  669. 754BE45319693E190098E6F3 /* Resources */ = {
  670. isa = PBXResourcesBuildPhase;
  671. buildActionMask = 2147483647;
  672. files = (
  673. );
  674. runOnlyForDeploymentPostprocessing = 0;
  675. };
  676. 754BE45E19693E190098E6F3 /* Resources */ = {
  677. isa = PBXResourcesBuildPhase;
  678. buildActionMask = 2147483647;
  679. files = (
  680. 758A94281A65C59200E46135 /* HMACTests.swift in Resources */,
  681. );
  682. runOnlyForDeploymentPostprocessing = 0;
  683. };
  684. 75D614BA1BD844F2001358B2 /* Resources */ = {
  685. isa = PBXResourcesBuildPhase;
  686. buildActionMask = 2147483647;
  687. files = (
  688. );
  689. runOnlyForDeploymentPostprocessing = 0;
  690. };
  691. 75DF776D1BC8EB59006E9520 /* Resources */ = {
  692. isa = PBXResourcesBuildPhase;
  693. buildActionMask = 2147483647;
  694. files = (
  695. );
  696. runOnlyForDeploymentPostprocessing = 0;
  697. };
  698. /* End PBXResourcesBuildPhase section */
  699. /* Begin PBXSourcesBuildPhase section */
  700. 5596BDB61BC8F220007E38D5 /* Sources */ = {
  701. isa = PBXSourcesBuildPhase;
  702. buildActionMask = 2147483647;
  703. files = (
  704. 754C9D1C1C30800A0003D5FE /* String+LinuxFoundation.swift in Sources */,
  705. 757BC99D1C1CA5790093AAA9 /* PKCS7.swift in Sources */,
  706. 757BC9AD1C1CA5790093AAA9 /* SHA2.swift in Sources */,
  707. 757BC8FF1C1CA56A0093AAA9 /* AES+Foundation.swift in Sources */,
  708. 757BC94D1C1CA5790093AAA9 /* BitExtension.swift in Sources */,
  709. 757BC9491C1CA5790093AAA9 /* Authenticator.swift in Sources */,
  710. 757BC9C11C1CA5790093AAA9 /* Utils.swift in Sources */,
  711. 757BC9751C1CA5790093AAA9 /* HashProtocol.swift in Sources */,
  712. 757BC9071C1CA56A0093AAA9 /* ChaCha20+Foundation.swift in Sources */,
  713. 757BC9851C1CA5790093AAA9 /* IntExtension.swift in Sources */,
  714. 757BC9B11C1CA5790093AAA9 /* String+Extension.swift in Sources */,
  715. 757BC96D1C1CA5790093AAA9 /* Generics.swift in Sources */,
  716. 757BC9711C1CA5790093AAA9 /* Hash.swift in Sources */,
  717. 757BC9171C1CA56A0093AAA9 /* Utils+Foundation.swift in Sources */,
  718. 757BC9B51C1CA5790093AAA9 /* UInt8Extension.swift in Sources */,
  719. 757BC9411C1CA5790093AAA9 /* Array+Extension.swift in Sources */,
  720. 757BC90F1C1CA56A0093AAA9 /* Rabbit+Foundation.swift in Sources */,
  721. 757BC9691C1CA5790093AAA9 /* CSArrayType+Extensions.swift in Sources */,
  722. 757BC9611C1CA5790093AAA9 /* CRC.swift in Sources */,
  723. 757BC9A11C1CA5790093AAA9 /* Poly1305.swift in Sources */,
  724. 757BC9451C1CA5790093AAA9 /* ArraySliceUInt8+Bytes.swift in Sources */,
  725. 757BC9BD1C1CA5790093AAA9 /* UInt64Extension.swift in Sources */,
  726. 757BC9991C1CA5790093AAA9 /* PKCS5.swift in Sources */,
  727. 757BC9811C1CA5790093AAA9 /* IntegerConvertible.swift in Sources */,
  728. 757BC9511C1CA5790093AAA9 /* BytesSequence.swift in Sources */,
  729. 757BC9891C1CA5790093AAA9 /* MD5.swift in Sources */,
  730. 757BC9A91C1CA5790093AAA9 /* SHA1.swift in Sources */,
  731. 757BC9911C1CA5790093AAA9 /* Operators.swift in Sources */,
  732. 757BC9B91C1CA5790093AAA9 /* UInt32Extension.swift in Sources */,
  733. 757BC9131C1CA56A0093AAA9 /* String+FoundationExtension.swift in Sources */,
  734. 757BC98D1C1CA5790093AAA9 /* Multiplatform.swift in Sources */,
  735. 757BC93D1C1CA5790093AAA9 /* AES.swift in Sources */,
  736. 757BC95D1C1CA5790093AAA9 /* CipherBlockMode.swift in Sources */,
  737. 757BC9551C1CA5790093AAA9 /* ChaCha20.swift in Sources */,
  738. 757BC9951C1CA5790093AAA9 /* Padding.swift in Sources */,
  739. 757BC9A51C1CA5790093AAA9 /* Rabbit.swift in Sources */,
  740. 757BC9591C1CA5790093AAA9 /* Cipher.swift in Sources */,
  741. 757BC90B1C1CA56A0093AAA9 /* NSData+Extension.swift in Sources */,
  742. 757BC9791C1CA5790093AAA9 /* HMAC.swift in Sources */,
  743. 757BC9031C1CA56A0093AAA9 /* ArrayUInt8+Foundation.swift in Sources */,
  744. );
  745. runOnlyForDeploymentPostprocessing = 0;
  746. };
  747. 754BE45019693E190098E6F3 /* Sources */ = {
  748. isa = PBXSourcesBuildPhase;
  749. buildActionMask = 2147483647;
  750. files = (
  751. 754C9D1B1C30800A0003D5FE /* String+LinuxFoundation.swift in Sources */,
  752. 757BC99C1C1CA5790093AAA9 /* PKCS7.swift in Sources */,
  753. 757BC9AC1C1CA5790093AAA9 /* SHA2.swift in Sources */,
  754. 757BC9161C1CA56A0093AAA9 /* Utils+Foundation.swift in Sources */,
  755. 757BC94C1C1CA5790093AAA9 /* BitExtension.swift in Sources */,
  756. 757BC9481C1CA5790093AAA9 /* Authenticator.swift in Sources */,
  757. 757BC9C01C1CA5790093AAA9 /* Utils.swift in Sources */,
  758. 757BC9741C1CA5790093AAA9 /* HashProtocol.swift in Sources */,
  759. 757BC90E1C1CA56A0093AAA9 /* Rabbit+Foundation.swift in Sources */,
  760. 757BC9841C1CA5790093AAA9 /* IntExtension.swift in Sources */,
  761. 757BC9B01C1CA5790093AAA9 /* String+Extension.swift in Sources */,
  762. 757BC96C1C1CA5790093AAA9 /* Generics.swift in Sources */,
  763. 757BC9701C1CA5790093AAA9 /* Hash.swift in Sources */,
  764. 757BC9121C1CA56A0093AAA9 /* String+FoundationExtension.swift in Sources */,
  765. 757BC9B41C1CA5790093AAA9 /* UInt8Extension.swift in Sources */,
  766. 757BC9401C1CA5790093AAA9 /* Array+Extension.swift in Sources */,
  767. 757BC9061C1CA56A0093AAA9 /* ChaCha20+Foundation.swift in Sources */,
  768. 757BC9681C1CA5790093AAA9 /* CSArrayType+Extensions.swift in Sources */,
  769. 757BC9601C1CA5790093AAA9 /* CRC.swift in Sources */,
  770. 757BC9A01C1CA5790093AAA9 /* Poly1305.swift in Sources */,
  771. 757BC9441C1CA5790093AAA9 /* ArraySliceUInt8+Bytes.swift in Sources */,
  772. 757BC9BC1C1CA5790093AAA9 /* UInt64Extension.swift in Sources */,
  773. 757BC9981C1CA5790093AAA9 /* PKCS5.swift in Sources */,
  774. 757BC9801C1CA5790093AAA9 /* IntegerConvertible.swift in Sources */,
  775. 757BC9501C1CA5790093AAA9 /* BytesSequence.swift in Sources */,
  776. 757BC9881C1CA5790093AAA9 /* MD5.swift in Sources */,
  777. 757BC9A81C1CA5790093AAA9 /* SHA1.swift in Sources */,
  778. 757BC9901C1CA5790093AAA9 /* Operators.swift in Sources */,
  779. 757BC9B81C1CA5790093AAA9 /* UInt32Extension.swift in Sources */,
  780. 757BC8FE1C1CA56A0093AAA9 /* AES+Foundation.swift in Sources */,
  781. 757BC98C1C1CA5790093AAA9 /* Multiplatform.swift in Sources */,
  782. 757BC93C1C1CA5790093AAA9 /* AES.swift in Sources */,
  783. 757BC95C1C1CA5790093AAA9 /* CipherBlockMode.swift in Sources */,
  784. 757BC9541C1CA5790093AAA9 /* ChaCha20.swift in Sources */,
  785. 757BC9941C1CA5790093AAA9 /* Padding.swift in Sources */,
  786. 757BC9A41C1CA5790093AAA9 /* Rabbit.swift in Sources */,
  787. 757BC9581C1CA5790093AAA9 /* Cipher.swift in Sources */,
  788. 757BC9021C1CA56A0093AAA9 /* ArrayUInt8+Foundation.swift in Sources */,
  789. 757BC9781C1CA5790093AAA9 /* HMAC.swift in Sources */,
  790. 757BC90A1C1CA56A0093AAA9 /* NSData+Extension.swift in Sources */,
  791. );
  792. runOnlyForDeploymentPostprocessing = 0;
  793. };
  794. 754BE45C19693E190098E6F3 /* Sources */ = {
  795. isa = PBXSourcesBuildPhase;
  796. buildActionMask = 2147483647;
  797. files = (
  798. 758A94291A65C67400E46135 /* HMACTests.swift in Sources */,
  799. 75100F8F19B0BC890005C5F5 /* Poly1305Tests.swift in Sources */,
  800. 757DA2571A4ED47B002BA3EF /* Helpers.swift in Sources */,
  801. 754BE46819693E190098E6F3 /* HashTests.swift in Sources */,
  802. 757DA2591A4ED4D7002BA3EF /* ChaCha20Tests.swift in Sources */,
  803. 755FB1DA199E347D00475437 /* ExtensionsTest.swift in Sources */,
  804. 674A736F1BF5D85B00866C5B /* RabbitTests.swift in Sources */,
  805. 757DA2531A4ED0A4002BA3EF /* PaddingTests.swift in Sources */,
  806. 757DA2551A4ED408002BA3EF /* AESTests.swift in Sources */,
  807. );
  808. runOnlyForDeploymentPostprocessing = 0;
  809. };
  810. 75D614931BD844F2001358B2 /* Sources */ = {
  811. isa = PBXSourcesBuildPhase;
  812. buildActionMask = 2147483647;
  813. files = (
  814. 754C9D1D1C30800A0003D5FE /* String+LinuxFoundation.swift in Sources */,
  815. 757BC99E1C1CA5790093AAA9 /* PKCS7.swift in Sources */,
  816. 757BC9AE1C1CA5790093AAA9 /* SHA2.swift in Sources */,
  817. 757BC9181C1CA56A0093AAA9 /* Utils+Foundation.swift in Sources */,
  818. 757BC94E1C1CA5790093AAA9 /* BitExtension.swift in Sources */,
  819. 757BC94A1C1CA5790093AAA9 /* Authenticator.swift in Sources */,
  820. 757BC9C21C1CA5790093AAA9 /* Utils.swift in Sources */,
  821. 757BC9761C1CA5790093AAA9 /* HashProtocol.swift in Sources */,
  822. 757BC9101C1CA56A0093AAA9 /* Rabbit+Foundation.swift in Sources */,
  823. 757BC9861C1CA5790093AAA9 /* IntExtension.swift in Sources */,
  824. 757BC9B21C1CA5790093AAA9 /* String+Extension.swift in Sources */,
  825. 757BC96E1C1CA5790093AAA9 /* Generics.swift in Sources */,
  826. 757BC9721C1CA5790093AAA9 /* Hash.swift in Sources */,
  827. 757BC9141C1CA56A0093AAA9 /* String+FoundationExtension.swift in Sources */,
  828. 757BC9B61C1CA5790093AAA9 /* UInt8Extension.swift in Sources */,
  829. 757BC9421C1CA5790093AAA9 /* Array+Extension.swift in Sources */,
  830. 757BC9081C1CA56A0093AAA9 /* ChaCha20+Foundation.swift in Sources */,
  831. 757BC96A1C1CA5790093AAA9 /* CSArrayType+Extensions.swift in Sources */,
  832. 757BC9621C1CA5790093AAA9 /* CRC.swift in Sources */,
  833. 757BC9A21C1CA5790093AAA9 /* Poly1305.swift in Sources */,
  834. 757BC9461C1CA5790093AAA9 /* ArraySliceUInt8+Bytes.swift in Sources */,
  835. 757BC9BE1C1CA5790093AAA9 /* UInt64Extension.swift in Sources */,
  836. 757BC99A1C1CA5790093AAA9 /* PKCS5.swift in Sources */,
  837. 757BC9821C1CA5790093AAA9 /* IntegerConvertible.swift in Sources */,
  838. 757BC9521C1CA5790093AAA9 /* BytesSequence.swift in Sources */,
  839. 757BC98A1C1CA5790093AAA9 /* MD5.swift in Sources */,
  840. 757BC9AA1C1CA5790093AAA9 /* SHA1.swift in Sources */,
  841. 757BC9921C1CA5790093AAA9 /* Operators.swift in Sources */,
  842. 757BC9BA1C1CA5790093AAA9 /* UInt32Extension.swift in Sources */,
  843. 757BC9001C1CA56A0093AAA9 /* AES+Foundation.swift in Sources */,
  844. 757BC98E1C1CA5790093AAA9 /* Multiplatform.swift in Sources */,
  845. 757BC93E1C1CA5790093AAA9 /* AES.swift in Sources */,
  846. 757BC95E1C1CA5790093AAA9 /* CipherBlockMode.swift in Sources */,
  847. 757BC9561C1CA5790093AAA9 /* ChaCha20.swift in Sources */,
  848. 757BC9961C1CA5790093AAA9 /* Padding.swift in Sources */,
  849. 757BC9A61C1CA5790093AAA9 /* Rabbit.swift in Sources */,
  850. 757BC95A1C1CA5790093AAA9 /* Cipher.swift in Sources */,
  851. 757BC9041C1CA56A0093AAA9 /* ArrayUInt8+Foundation.swift in Sources */,
  852. 757BC97A1C1CA5790093AAA9 /* HMAC.swift in Sources */,
  853. 757BC90C1C1CA56A0093AAA9 /* NSData+Extension.swift in Sources */,
  854. );
  855. runOnlyForDeploymentPostprocessing = 0;
  856. };
  857. 75DF77471BC8EB59006E9520 /* Sources */ = {
  858. isa = PBXSourcesBuildPhase;
  859. buildActionMask = 2147483647;
  860. files = (
  861. 754C9D1E1C30800A0003D5FE /* String+LinuxFoundation.swift in Sources */,
  862. 757BC99F1C1CA5790093AAA9 /* PKCS7.swift in Sources */,
  863. 757BC9AF1C1CA5790093AAA9 /* SHA2.swift in Sources */,
  864. 757BC9011C1CA56A0093AAA9 /* AES+Foundation.swift in Sources */,
  865. 757BC94F1C1CA5790093AAA9 /* BitExtension.swift in Sources */,
  866. 757BC94B1C1CA5790093AAA9 /* Authenticator.swift in Sources */,
  867. 757BC9C31C1CA5790093AAA9 /* Utils.swift in Sources */,
  868. 757BC9771C1CA5790093AAA9 /* HashProtocol.swift in Sources */,
  869. 757BC9091C1CA56A0093AAA9 /* ChaCha20+Foundation.swift in Sources */,
  870. 757BC9871C1CA5790093AAA9 /* IntExtension.swift in Sources */,
  871. 757BC9B31C1CA5790093AAA9 /* String+Extension.swift in Sources */,
  872. 757BC96F1C1CA5790093AAA9 /* Generics.swift in Sources */,
  873. 757BC9731C1CA5790093AAA9 /* Hash.swift in Sources */,
  874. 757BC9191C1CA56A0093AAA9 /* Utils+Foundation.swift in Sources */,
  875. 757BC9B71C1CA5790093AAA9 /* UInt8Extension.swift in Sources */,
  876. 757BC9431C1CA5790093AAA9 /* Array+Extension.swift in Sources */,
  877. 757BC9111C1CA56A0093AAA9 /* Rabbit+Foundation.swift in Sources */,
  878. 757BC96B1C1CA5790093AAA9 /* CSArrayType+Extensions.swift in Sources */,
  879. 757BC9631C1CA5790093AAA9 /* CRC.swift in Sources */,
  880. 757BC9A31C1CA5790093AAA9 /* Poly1305.swift in Sources */,
  881. 757BC9471C1CA5790093AAA9 /* ArraySliceUInt8+Bytes.swift in Sources */,
  882. 757BC9BF1C1CA5790093AAA9 /* UInt64Extension.swift in Sources */,
  883. 757BC99B1C1CA5790093AAA9 /* PKCS5.swift in Sources */,
  884. 757BC9831C1CA5790093AAA9 /* IntegerConvertible.swift in Sources */,
  885. 757BC9531C1CA5790093AAA9 /* BytesSequence.swift in Sources */,
  886. 757BC98B1C1CA5790093AAA9 /* MD5.swift in Sources */,
  887. 757BC9AB1C1CA5790093AAA9 /* SHA1.swift in Sources */,
  888. 757BC9931C1CA5790093AAA9 /* Operators.swift in Sources */,
  889. 757BC9BB1C1CA5790093AAA9 /* UInt32Extension.swift in Sources */,
  890. 757BC9151C1CA56A0093AAA9 /* String+FoundationExtension.swift in Sources */,
  891. 757BC98F1C1CA5790093AAA9 /* Multiplatform.swift in Sources */,
  892. 757BC93F1C1CA5790093AAA9 /* AES.swift in Sources */,
  893. 757BC95F1C1CA5790093AAA9 /* CipherBlockMode.swift in Sources */,
  894. 757BC9571C1CA5790093AAA9 /* ChaCha20.swift in Sources */,
  895. 757BC9971C1CA5790093AAA9 /* Padding.swift in Sources */,
  896. 757BC9A71C1CA5790093AAA9 /* Rabbit.swift in Sources */,
  897. 757BC95B1C1CA5790093AAA9 /* Cipher.swift in Sources */,
  898. 757BC90D1C1CA56A0093AAA9 /* NSData+Extension.swift in Sources */,
  899. 757BC97B1C1CA5790093AAA9 /* HMAC.swift in Sources */,
  900. 757BC9051C1CA56A0093AAA9 /* ArrayUInt8+Foundation.swift in Sources */,
  901. );
  902. runOnlyForDeploymentPostprocessing = 0;
  903. };
  904. /* End PBXSourcesBuildPhase section */
  905. /* Begin PBXTargetDependency section */
  906. 75B601E4197D69EB0009B53D /* PBXTargetDependency */ = {
  907. isa = PBXTargetDependency;
  908. target = 754BE45419693E190098E6F3 /* CryptoSwift iOS */;
  909. targetProxy = 75B601E3197D69EB0009B53D /* PBXContainerItemProxy */;
  910. };
  911. 75B601E6197D6A270009B53D /* PBXTargetDependency */ = {
  912. isa = PBXTargetDependency;
  913. target = 754BE45419693E190098E6F3 /* CryptoSwift iOS */;
  914. targetProxy = 75B601E5197D6A270009B53D /* PBXContainerItemProxy */;
  915. };
  916. 75B601E8197D6A3A0009B53D /* PBXTargetDependency */ = {
  917. isa = PBXTargetDependency;
  918. target = 754BE45419693E190098E6F3 /* CryptoSwift iOS */;
  919. targetProxy = 75B601E7197D6A3A0009B53D /* PBXContainerItemProxy */;
  920. };
  921. 75B601EA197D6A5C0009B53D /* PBXTargetDependency */ = {
  922. isa = PBXTargetDependency;
  923. target = 754BE45419693E190098E6F3 /* CryptoSwift iOS */;
  924. targetProxy = 75B601E9197D6A5C0009B53D /* PBXContainerItemProxy */;
  925. };
  926. 75B601ED197D6B3D0009B53D /* PBXTargetDependency */ = {
  927. isa = PBXTargetDependency;
  928. target = 754BE45419693E190098E6F3 /* CryptoSwift iOS */;
  929. targetProxy = 75B601EC197D6B3D0009B53D /* PBXContainerItemProxy */;
  930. };
  931. 75B6021D197D6CF10009B53D /* PBXTargetDependency */ = {
  932. isa = PBXTargetDependency;
  933. target = 754BE45419693E190098E6F3 /* CryptoSwift iOS */;
  934. targetProxy = 75B6021C197D6CF10009B53D /* PBXContainerItemProxy */;
  935. };
  936. 75B6021F197D6D070009B53D /* PBXTargetDependency */ = {
  937. isa = PBXTargetDependency;
  938. target = 754BE45419693E190098E6F3 /* CryptoSwift iOS */;
  939. targetProxy = 75B6021E197D6D070009B53D /* PBXContainerItemProxy */;
  940. };
  941. /* End PBXTargetDependency section */
  942. /* Begin XCBuildConfiguration section */
  943. 5596BDC11BC8F220007E38D5 /* Debug */ = {
  944. isa = XCBuildConfiguration;
  945. buildSettings = {
  946. DEBUG_INFORMATION_FORMAT = dwarf;
  947. DEFINES_MODULE = YES;
  948. DYLIB_COMPATIBILITY_VERSION = 1;
  949. DYLIB_CURRENT_VERSION = 1;
  950. DYLIB_INSTALL_NAME_BASE = "@rpath";
  951. GCC_NO_COMMON_BLOCKS = YES;
  952. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  953. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  954. MTL_ENABLE_DEBUG_INFO = YES;
  955. PRODUCT_BUNDLE_IDENTIFIER = com.hakore.CryptoSwift;
  956. PRODUCT_NAME = CryptoSwift;
  957. SDKROOT = watchos;
  958. SKIP_INSTALL = YES;
  959. TARGETED_DEVICE_FAMILY = 4;
  960. WATCHOS_DEPLOYMENT_TARGET = 2.0;
  961. };
  962. name = Debug;
  963. };
  964. 5596BDC21BC8F220007E38D5 /* Release */ = {
  965. isa = XCBuildConfiguration;
  966. buildSettings = {
  967. COPY_PHASE_STRIP = NO;
  968. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  969. DEFINES_MODULE = YES;
  970. DYLIB_COMPATIBILITY_VERSION = 1;
  971. DYLIB_CURRENT_VERSION = 1;
  972. DYLIB_INSTALL_NAME_BASE = "@rpath";
  973. GCC_NO_COMMON_BLOCKS = YES;
  974. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  975. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  976. MTL_ENABLE_DEBUG_INFO = NO;
  977. PRODUCT_BUNDLE_IDENTIFIER = com.hakore.CryptoSwift;
  978. PRODUCT_NAME = CryptoSwift;
  979. SDKROOT = watchos;
  980. SKIP_INSTALL = YES;
  981. TARGETED_DEVICE_FAMILY = 4;
  982. WATCHOS_DEPLOYMENT_TARGET = 2.0;
  983. };
  984. name = Release;
  985. };
  986. 754BE46919693E190098E6F3 /* Debug */ = {
  987. isa = XCBuildConfiguration;
  988. buildSettings = {
  989. ALWAYS_SEARCH_USER_PATHS = NO;
  990. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  991. CLANG_CXX_LIBRARY = "libc++";
  992. CLANG_ENABLE_MODULES = YES;
  993. CLANG_ENABLE_OBJC_ARC = YES;
  994. CLANG_WARN_BOOL_CONVERSION = YES;
  995. CLANG_WARN_CONSTANT_CONVERSION = YES;
  996. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  997. CLANG_WARN_EMPTY_BODY = YES;
  998. CLANG_WARN_ENUM_CONVERSION = YES;
  999. CLANG_WARN_INT_CONVERSION = YES;
  1000. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1001. CLANG_WARN_UNREACHABLE_CODE = YES;
  1002. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1003. COPY_PHASE_STRIP = NO;
  1004. CURRENT_PROJECT_VERSION = 1;
  1005. DEFINES_MODULE = YES;
  1006. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1007. ENABLE_TESTABILITY = YES;
  1008. GCC_C_LANGUAGE_STANDARD = gnu99;
  1009. GCC_DYNAMIC_NO_PIC = NO;
  1010. GCC_OPTIMIZATION_LEVEL = 0;
  1011. GCC_PREPROCESSOR_DEFINITIONS = (
  1012. "DEBUG=1",
  1013. "$(inherited)",
  1014. );
  1015. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  1016. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1017. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1018. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1019. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1020. GCC_WARN_UNUSED_FUNCTION = YES;
  1021. GCC_WARN_UNUSED_VARIABLE = YES;
  1022. INFOPLIST_FILE = Sources/CryptoSwift/Info.plist;
  1023. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1024. MACOSX_DEPLOYMENT_TARGET = 10.9;
  1025. METAL_ENABLE_DEBUG_INFO = YES;
  1026. ONLY_ACTIVE_ARCH = YES;
  1027. PRODUCT_NAME = CryptoSwift;
  1028. SDKROOT = iphoneos;
  1029. SWIFT_INSTALL_OBJC_HEADER = NO;
  1030. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1031. TARGETED_DEVICE_FAMILY = "1,2";
  1032. VERSIONING_SYSTEM = "apple-generic";
  1033. VERSION_INFO_PREFIX = "";
  1034. };
  1035. name = Debug;
  1036. };
  1037. 754BE46A19693E190098E6F3 /* Release */ = {
  1038. isa = XCBuildConfiguration;
  1039. buildSettings = {
  1040. ALWAYS_SEARCH_USER_PATHS = NO;
  1041. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  1042. CLANG_CXX_LIBRARY = "libc++";
  1043. CLANG_ENABLE_MODULES = YES;
  1044. CLANG_ENABLE_OBJC_ARC = YES;
  1045. CLANG_WARN_BOOL_CONVERSION = YES;
  1046. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1047. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1048. CLANG_WARN_EMPTY_BODY = YES;
  1049. CLANG_WARN_ENUM_CONVERSION = YES;
  1050. CLANG_WARN_INT_CONVERSION = YES;
  1051. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1052. CLANG_WARN_UNREACHABLE_CODE = YES;
  1053. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1054. COPY_PHASE_STRIP = YES;
  1055. CURRENT_PROJECT_VERSION = 1;
  1056. DEFINES_MODULE = YES;
  1057. ENABLE_NS_ASSERTIONS = NO;
  1058. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1059. GCC_C_LANGUAGE_STANDARD = gnu99;
  1060. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1061. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1062. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1063. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1064. GCC_WARN_UNUSED_FUNCTION = YES;
  1065. GCC_WARN_UNUSED_VARIABLE = YES;
  1066. INFOPLIST_FILE = Sources/CryptoSwift/Info.plist;
  1067. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1068. MACOSX_DEPLOYMENT_TARGET = 10.9;
  1069. METAL_ENABLE_DEBUG_INFO = NO;
  1070. PRODUCT_NAME = CryptoSwift;
  1071. SDKROOT = iphoneos;
  1072. SWIFT_INSTALL_OBJC_HEADER = NO;
  1073. TARGETED_DEVICE_FAMILY = "1,2";
  1074. VALIDATE_PRODUCT = YES;
  1075. VERSIONING_SYSTEM = "apple-generic";
  1076. VERSION_INFO_PREFIX = "";
  1077. };
  1078. name = Release;
  1079. };
  1080. 754BE46C19693E190098E6F3 /* Debug */ = {
  1081. isa = XCBuildConfiguration;
  1082. buildSettings = {
  1083. APPLICATION_EXTENSION_API_ONLY = YES;
  1084. BITCODE_GENERATION_MODE = marker;
  1085. CLANG_ENABLE_MODULES = YES;
  1086. CODE_SIGN_IDENTITY = "";
  1087. "CODE_SIGN_IDENTITY[sdk=*]" = "iPhone Developer";
  1088. DYLIB_COMPATIBILITY_VERSION = 1;
  1089. DYLIB_CURRENT_VERSION = 1;
  1090. DYLIB_INSTALL_NAME_BASE = "@rpath";
  1091. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  1092. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1093. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1094. PRODUCT_BUNDLE_IDENTIFIER = "com.hakore.${PRODUCT_NAME:rfc1034identifier}";
  1095. PRODUCT_NAME = CryptoSwift;
  1096. SKIP_INSTALL = YES;
  1097. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1098. };
  1099. name = Debug;
  1100. };
  1101. 754BE46D19693E190098E6F3 /* Release */ = {
  1102. isa = XCBuildConfiguration;
  1103. buildSettings = {
  1104. APPLICATION_EXTENSION_API_ONLY = YES;
  1105. BITCODE_GENERATION_MODE = bitcode;
  1106. CLANG_ENABLE_MODULES = YES;
  1107. CODE_SIGN_IDENTITY = "";
  1108. "CODE_SIGN_IDENTITY[sdk=*]" = "iPhone Developer";
  1109. DYLIB_COMPATIBILITY_VERSION = 1;
  1110. DYLIB_CURRENT_VERSION = 1;
  1111. DYLIB_INSTALL_NAME_BASE = "@rpath";
  1112. GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
  1113. GCC_UNROLL_LOOPS = YES;
  1114. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  1115. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1116. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1117. LLVM_LTO = YES;
  1118. PRODUCT_BUNDLE_IDENTIFIER = "com.hakore.${PRODUCT_NAME:rfc1034identifier}";
  1119. PRODUCT_NAME = CryptoSwift;
  1120. SKIP_INSTALL = YES;
  1121. SWIFT_DISABLE_SAFETY_CHECKS = YES;
  1122. SWIFT_OPTIMIZATION_LEVEL = "-O";
  1123. };
  1124. name = Release;
  1125. };
  1126. 754BE46F19693E190098E6F3 /* Debug */ = {
  1127. isa = XCBuildConfiguration;
  1128. buildSettings = {
  1129. GCC_PREPROCESSOR_DEFINITIONS = (
  1130. "DEBUG=1",
  1131. "$(inherited)",
  1132. );
  1133. HEADER_SEARCH_PATHS = (
  1134. "$(inherited)",
  1135. "/Applications/Xcode6-Beta3.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include",
  1136. "includes/**",
  1137. );
  1138. INFOPLIST_FILE = CryptoSwiftTests/Info.plist;
  1139. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1140. LLVM_LTO = NO;
  1141. METAL_ENABLE_DEBUG_INFO = YES;
  1142. PRODUCT_BUNDLE_IDENTIFIER = "com.hakore.${PRODUCT_NAME:rfc1034identifier}";
  1143. PRODUCT_NAME = "$(TARGET_NAME)";
  1144. SWIFT_OBJC_BRIDGING_HEADER = CryptoSwiftTests/Bridging.h;
  1145. };
  1146. name = Debug;
  1147. };
  1148. 754BE47019693E190098E6F3 /* Release */ = {
  1149. isa = XCBuildConfiguration;
  1150. buildSettings = {
  1151. GCC_OPTIMIZATION_LEVEL = fast;
  1152. GCC_UNROLL_LOOPS = YES;
  1153. HEADER_SEARCH_PATHS = (
  1154. "$(inherited)",
  1155. "/Applications/Xcode6-Beta3.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include",
  1156. "includes/**",
  1157. );
  1158. INFOPLIST_FILE = CryptoSwiftTests/Info.plist;
  1159. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1160. LLVM_LTO = YES;
  1161. METAL_ENABLE_DEBUG_INFO = NO;
  1162. PRODUCT_BUNDLE_IDENTIFIER = "com.hakore.${PRODUCT_NAME:rfc1034identifier}";
  1163. PRODUCT_NAME = "$(TARGET_NAME)";
  1164. SWIFT_DISABLE_SAFETY_CHECKS = YES;
  1165. SWIFT_OBJC_BRIDGING_HEADER = CryptoSwiftTests/Bridging.h;
  1166. SWIFT_OPTIMIZATION_LEVEL = "-O";
  1167. };
  1168. name = Release;
  1169. };
  1170. 75D614BD1BD844F2001358B2 /* Debug */ = {
  1171. isa = XCBuildConfiguration;
  1172. buildSettings = {
  1173. APPLICATION_EXTENSION_API_ONLY = YES;
  1174. BITCODE_GENERATION_MODE = bitcode;
  1175. CLANG_ENABLE_MODULES = YES;
  1176. CODE_SIGN_IDENTITY = "";
  1177. "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "iPhone Developer";
  1178. DYLIB_COMPATIBILITY_VERSION = 1;
  1179. DYLIB_CURRENT_VERSION = 1;
  1180. DYLIB_INSTALL_NAME_BASE = "@rpath";
  1181. ENABLE_BITCODE = YES;
  1182. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  1183. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  1184. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1185. MACOSX_DEPLOYMENT_TARGET = 10.11;
  1186. PRODUCT_BUNDLE_IDENTIFIER = "com.hakore.${PRODUCT_NAME:rfc1034identifier}";
  1187. PRODUCT_NAME = CryptoSwift;
  1188. SDKROOT = appletvos;
  1189. SKIP_INSTALL = YES;
  1190. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1191. TARGETED_DEVICE_FAMILY = 3;
  1192. TVOS_DEPLOYMENT_TARGET = 9.0;
  1193. WATCHOS_DEPLOYMENT_TARGET = 2.0;
  1194. };
  1195. name = Debug;
  1196. };
  1197. 75D614BE1BD844F2001358B2 /* Release */ = {
  1198. isa = XCBuildConfiguration;
  1199. buildSettings = {
  1200. APPLICATION_EXTENSION_API_ONLY = YES;
  1201. BITCODE_GENERATION_MODE = bitcode;
  1202. CLANG_ENABLE_MODULES = YES;
  1203. CODE_SIGN_IDENTITY = "";
  1204. "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "iPhone Developer";
  1205. DYLIB_COMPATIBILITY_VERSION = 1;
  1206. DYLIB_CURRENT_VERSION = 1;
  1207. DYLIB_INSTALL_NAME_BASE = "@rpath";
  1208. ENABLE_BITCODE = YES;
  1209. GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
  1210. GCC_UNROLL_LOOPS = YES;
  1211. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  1212. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  1213. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1214. LLVM_LTO = YES;
  1215. MACOSX_DEPLOYMENT_TARGET = 10.11;
  1216. PRODUCT_BUNDLE_IDENTIFIER = "com.hakore.${PRODUCT_NAME:rfc1034identifier}";
  1217. PRODUCT_NAME = CryptoSwift;
  1218. SDKROOT = appletvos;
  1219. SKIP_INSTALL = YES;
  1220. SWIFT_DISABLE_SAFETY_CHECKS = YES;
  1221. SWIFT_OPTIMIZATION_LEVEL = "-O";
  1222. TARGETED_DEVICE_FAMILY = 3;
  1223. TVOS_DEPLOYMENT_TARGET = 9.0;
  1224. WATCHOS_DEPLOYMENT_TARGET = 2.0;
  1225. };
  1226. name = Release;
  1227. };
  1228. 75DF77701BC8EB59006E9520 /* Debug */ = {
  1229. isa = XCBuildConfiguration;
  1230. buildSettings = {
  1231. APPLICATION_EXTENSION_API_ONLY = YES;
  1232. BITCODE_GENERATION_MODE = marker;
  1233. CLANG_ENABLE_MODULES = YES;
  1234. CODE_SIGN_IDENTITY = "";
  1235. "CODE_SIGN_IDENTITY[sdk=macosx*]" = "";
  1236. COMBINE_HIDPI_IMAGES = YES;
  1237. DYLIB_COMPATIBILITY_VERSION = 1;
  1238. DYLIB_CURRENT_VERSION = 1;
  1239. DYLIB_INSTALL_NAME_BASE = "@rpath";
  1240. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  1241. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1242. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1243. PRODUCT_BUNDLE_IDENTIFIER = "com.hakore.${PRODUCT_NAME:rfc1034identifier}";
  1244. PRODUCT_NAME = CryptoSwift;
  1245. SDKROOT = macosx;
  1246. SKIP_INSTALL = YES;
  1247. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1248. };
  1249. name = Debug;
  1250. };
  1251. 75DF77711BC8EB59006E9520 /* Release */ = {
  1252. isa = XCBuildConfiguration;
  1253. buildSettings = {
  1254. APPLICATION_EXTENSION_API_ONLY = YES;
  1255. BITCODE_GENERATION_MODE = bitcode;
  1256. CLANG_ENABLE_MODULES = YES;
  1257. CODE_SIGN_IDENTITY = "";
  1258. "CODE_SIGN_IDENTITY[sdk=macosx*]" = "";
  1259. COMBINE_HIDPI_IMAGES = YES;
  1260. DYLIB_COMPATIBILITY_VERSION = 1;
  1261. DYLIB_CURRENT_VERSION = 1;
  1262. DYLIB_INSTALL_NAME_BASE = "@rpath";
  1263. GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
  1264. GCC_UNROLL_LOOPS = YES;
  1265. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  1266. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1267. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1268. LLVM_LTO = YES;
  1269. PRODUCT_BUNDLE_IDENTIFIER = "com.hakore.${PRODUCT_NAME:rfc1034identifier}";
  1270. PRODUCT_NAME = CryptoSwift;
  1271. SDKROOT = macosx;
  1272. SKIP_INSTALL = YES;
  1273. SWIFT_DISABLE_SAFETY_CHECKS = YES;
  1274. SWIFT_OPTIMIZATION_LEVEL = "-O";
  1275. };
  1276. name = Release;
  1277. };
  1278. /* End XCBuildConfiguration section */
  1279. /* Begin XCConfigurationList section */
  1280. 5596BDC01BC8F220007E38D5 /* Build configuration list for PBXNativeTarget "CryptoSwift watchOS" */ = {
  1281. isa = XCConfigurationList;
  1282. buildConfigurations = (
  1283. 5596BDC11BC8F220007E38D5 /* Debug */,
  1284. 5596BDC21BC8F220007E38D5 /* Release */,
  1285. );
  1286. defaultConfigurationIsVisible = 0;
  1287. defaultConfigurationName = Release;
  1288. };
  1289. 754BE44F19693E190098E6F3 /* Build configuration list for PBXProject "CryptoSwift" */ = {
  1290. isa = XCConfigurationList;
  1291. buildConfigurations = (
  1292. 754BE46919693E190098E6F3 /* Debug */,
  1293. 754BE46A19693E190098E6F3 /* Release */,
  1294. );
  1295. defaultConfigurationIsVisible = 0;
  1296. defaultConfigurationName = Release;
  1297. };
  1298. 754BE46B19693E190098E6F3 /* Build configuration list for PBXNativeTarget "CryptoSwift iOS" */ = {
  1299. isa = XCConfigurationList;
  1300. buildConfigurations = (
  1301. 754BE46C19693E190098E6F3 /* Debug */,
  1302. 754BE46D19693E190098E6F3 /* Release */,
  1303. );
  1304. defaultConfigurationIsVisible = 0;
  1305. defaultConfigurationName = Release;
  1306. };
  1307. 754BE46E19693E190098E6F3 /* Build configuration list for PBXNativeTarget "CryptoSwiftTests" */ = {
  1308. isa = XCConfigurationList;
  1309. buildConfigurations = (
  1310. 754BE46F19693E190098E6F3 /* Debug */,
  1311. 754BE47019693E190098E6F3 /* Release */,
  1312. );
  1313. defaultConfigurationIsVisible = 0;
  1314. defaultConfigurationName = Release;
  1315. };
  1316. 75D614BC1BD844F2001358B2 /* Build configuration list for PBXNativeTarget "CryptoSwift tvOS" */ = {
  1317. isa = XCConfigurationList;
  1318. buildConfigurations = (
  1319. 75D614BD1BD844F2001358B2 /* Debug */,
  1320. 75D614BE1BD844F2001358B2 /* Release */,
  1321. );
  1322. defaultConfigurationIsVisible = 0;
  1323. defaultConfigurationName = Release;
  1324. };
  1325. 75DF776F1BC8EB59006E9520 /* Build configuration list for PBXNativeTarget "CryptoSwift OSX" */ = {
  1326. isa = XCConfigurationList;
  1327. buildConfigurations = (
  1328. 75DF77701BC8EB59006E9520 /* Debug */,
  1329. 75DF77711BC8EB59006E9520 /* Release */,
  1330. );
  1331. defaultConfigurationIsVisible = 0;
  1332. defaultConfigurationName = Release;
  1333. };
  1334. /* End XCConfigurationList section */
  1335. };
  1336. rootObject = 754BE44C19693E190098E6F3 /* Project object */;
  1337. }