project.pbxproj 79 KB

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