| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308 |
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 46;
- objects = {
- /* Begin PBXBuildFile section */
- 21C68D4F1C0BA77500D2B00A /* CryptoSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = 21C68D4E1C0BA77500D2B00A /* CryptoSwift.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 21C68D501C0BA77500D2B00A /* CryptoSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = 21C68D4E1C0BA77500D2B00A /* CryptoSwift.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 21C68D511C0BA77500D2B00A /* CryptoSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = 21C68D4E1C0BA77500D2B00A /* CryptoSwift.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 21C68D521C0BA77500D2B00A /* CryptoSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = 21C68D4E1C0BA77500D2B00A /* CryptoSwift.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 5596BDC31BC8F384007E38D5 /* AES+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75FB9C951BB8A4BD009CAFC5 /* AES+Foundation.swift */; };
- 5596BDC41BC8F384007E38D5 /* Array<UInt8>+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75FB9C961BB8A4BD009CAFC5 /* Array<UInt8>+Foundation.swift */; };
- 5596BDC51BC8F384007E38D5 /* ChaCha20+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75FB9C971BB8A4BD009CAFC5 /* ChaCha20+Foundation.swift */; };
- 5596BDC61BC8F384007E38D5 /* NSData+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75FB9C981BB8A4BD009CAFC5 /* NSData+Extension.swift */; };
- 5596BDC71BC8F384007E38D5 /* Utils+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75FB9C991BB8A4BD009CAFC5 /* Utils+Foundation.swift */; };
- 5596BDC81BC8F384007E38D5 /* Hash.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7552614D1993051E000D2B20 /* Hash.swift */; };
- 5596BDC91BC8F384007E38D5 /* Cipher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7563B2E719B14D4300B152CD /* Cipher.swift */; };
- 5596BDCA1BC8F384007E38D5 /* CipherBlockMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75BC3AE21A4E412000ADF343 /* CipherBlockMode.swift */; };
- 5596BDCB1BC8F384007E38D5 /* Padding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75A663A51AA0CAD00052110B /* Padding.swift */; };
- 5596BDCC1BC8F384007E38D5 /* PKCS5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75B0A56F1AB1A1BB000BD8D2 /* PKCS5.swift */; };
- 5596BDCD1BC8F384007E38D5 /* PKCS7.swift in Sources */ = {isa = PBXBuildFile; fileRef = 754C30B61AA13BC000E6FFA4 /* PKCS7.swift */; };
- 5596BDCE1BC8F384007E38D5 /* Authenticator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 755111E719B7B7DF00C2AD86 /* Authenticator.swift */; };
- 5596BDCF1BC8F384007E38D5 /* HashProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 754DD76D19A149AF00E52288 /* HashProtocol.swift */; };
- 5596BDD01BC8F384007E38D5 /* MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 750A545F1992D2680017DA75 /* MD5.swift */; };
- 5596BDD11BC8F384007E38D5 /* SHA1.swift in Sources */ = {isa = PBXBuildFile; fileRef = 752E087A199FF27C005B0EA0 /* SHA1.swift */; };
- 5596BDD21BC8F384007E38D5 /* SHA2.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75153D4119AA3C7900750381 /* SHA2.swift */; };
- 5596BDD31BC8F384007E38D5 /* CRC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757EF7F419AAA82400586276 /* CRC.swift */; };
- 5596BDD41BC8F384007E38D5 /* ChaCha20.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EB380019ABDD710002375A /* ChaCha20.swift */; };
- 5596BDD51BC8F384007E38D5 /* Poly1305.swift in Sources */ = {isa = PBXBuildFile; fileRef = 751C5C3C19B26B000094C75D /* Poly1305.swift */; };
- 5596BDD61BC8F384007E38D5 /* HMAC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758A94251A65AEB100E46135 /* HMAC.swift */; };
- 5596BDD71BC8F384007E38D5 /* AES.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75A74B261A1FF6B2004419F1 /* AES.swift */; };
- 5596BDD81BC8F384007E38D5 /* BitExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 759D481019B517BC005FF7FC /* BitExtension.swift */; };
- 5596BDD91BC8F384007E38D5 /* IntExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7547195019931802002FA5F1 /* IntExtension.swift */; };
- 5596BDDA1BC8F384007E38D5 /* UInt8Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758F3F771992F6CE0014BBDA /* UInt8Extension.swift */; };
- 5596BDDB1BC8F384007E38D5 /* UInt32Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D94E2519B60C4F007CB2A4 /* UInt32Extension.swift */; };
- 5596BDDC1BC8F384007E38D5 /* UInt64Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D94E2719B60DDE007CB2A4 /* UInt64Extension.swift */; };
- 5596BDDD1BC8F384007E38D5 /* Array+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 754C8FEC19979F94005AD904 /* Array+Extension.swift */; };
- 5596BDDE1BC8F384007E38D5 /* ArraySlice<UInt8>+Bytes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D63F761BB840050041579B /* ArraySlice<UInt8>+Bytes.swift */; };
- 5596BDDF1BC8F384007E38D5 /* CSArrayType+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75232CCD1BC6E6AC007F68B1 /* CSArrayType+Extensions.swift */; };
- 5596BDE01BC8F384007E38D5 /* String+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7599C9C5199EA28700A3988B /* String+Extension.swift */; };
- 5596BDE11BC8F384007E38D5 /* Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D94E2319B60C08007CB2A4 /* Operators.swift */; };
- 5596BDE21BC8F384007E38D5 /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75164E4819AD30AC00737F30 /* Utils.swift */; };
- 5596BDE31BC8F384007E38D5 /* Generics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758C764019B61AE500653BC6 /* Generics.swift */; };
- 5596BDE41BC8F384007E38D5 /* IntegerConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75BE4EB01B1E4A9F007A2B57 /* IntegerConvertible.swift */; };
- 5596BDE51BC8F384007E38D5 /* BytesSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D63F741BB711270041579B /* BytesSequence.swift */; };
- 75100F8F19B0BC890005C5F5 /* Poly1305Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75100F8E19B0BC890005C5F5 /* Poly1305Tests.swift */; };
- 75164E4919AD30AC00737F30 /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75164E4819AD30AC00737F30 /* Utils.swift */; };
- 751C5C3D19B26B000094C75D /* Poly1305.swift in Sources */ = {isa = PBXBuildFile; fileRef = 751C5C3C19B26B000094C75D /* Poly1305.swift */; };
- 75232CCE1BC6E6AC007F68B1 /* CSArrayType+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75232CCD1BC6E6AC007F68B1 /* CSArrayType+Extensions.swift */; };
- 7539E3291B3B4A530037F4E1 /* MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 750A545F1992D2680017DA75 /* MD5.swift */; };
- 7539E32B1B3B4C6B0037F4E1 /* HMAC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758A94251A65AEB100E46135 /* HMAC.swift */; };
- 7539E32C1B3B4C750037F4E1 /* String+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7599C9C5199EA28700A3988B /* String+Extension.swift */; };
- 7539E32D1B3B4E950037F4E1 /* SHA1.swift in Sources */ = {isa = PBXBuildFile; fileRef = 752E087A199FF27C005B0EA0 /* SHA1.swift */; };
- 7539E32E1B3B4E970037F4E1 /* SHA2.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75153D4119AA3C7900750381 /* SHA2.swift */; };
- 7547195119931802002FA5F1 /* IntExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7547195019931802002FA5F1 /* IntExtension.swift */; };
- 754BE46819693E190098E6F3 /* HashTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 754BE46719693E190098E6F3 /* HashTests.swift */; };
- 754C30B71AA13BC000E6FFA4 /* PKCS7.swift in Sources */ = {isa = PBXBuildFile; fileRef = 754C30B61AA13BC000E6FFA4 /* PKCS7.swift */; };
- 754C8FED19979F94005AD904 /* Array+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 754C8FEC19979F94005AD904 /* Array+Extension.swift */; };
- 754DD76E19A149AF00E52288 /* HashProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 754DD76D19A149AF00E52288 /* HashProtocol.swift */; };
- 755111E819B7B7DF00C2AD86 /* Authenticator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 755111E719B7B7DF00C2AD86 /* Authenticator.swift */; };
- 7552614E1993051E000D2B20 /* Hash.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7552614D1993051E000D2B20 /* Hash.swift */; };
- 755FB1DA199E347D00475437 /* ExtensionsTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 755FB1D9199E347D00475437 /* ExtensionsTest.swift */; };
- 7563B2E819B14D4300B152CD /* Cipher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7563B2E719B14D4300B152CD /* Cipher.swift */; };
- 757DA2531A4ED0A4002BA3EF /* PaddingTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757DA2521A4ED0A4002BA3EF /* PaddingTests.swift */; };
- 757DA2551A4ED408002BA3EF /* AESTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757DA2541A4ED408002BA3EF /* AESTests.swift */; };
- 757DA2571A4ED47B002BA3EF /* Helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757DA2561A4ED47B002BA3EF /* Helpers.swift */; };
- 757DA2591A4ED4D7002BA3EF /* ChaCha20Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757DA2581A4ED4D7002BA3EF /* ChaCha20Tests.swift */; };
- 757EF7F519AAA82400586276 /* CRC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757EF7F419AAA82400586276 /* CRC.swift */; };
- 758A94281A65C59200E46135 /* HMACTests.swift in Resources */ = {isa = PBXBuildFile; fileRef = 758A94271A65C59200E46135 /* HMACTests.swift */; };
- 758A94291A65C67400E46135 /* HMACTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758A94271A65C59200E46135 /* HMACTests.swift */; };
- 758C764119B61AE500653BC6 /* Generics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758C764019B61AE500653BC6 /* Generics.swift */; };
- 758F3F781992F6CE0014BBDA /* UInt8Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758F3F771992F6CE0014BBDA /* UInt8Extension.swift */; };
- 759B0A9C1BCDAB1200AF902E /* String+FoundationExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 759B0A9B1BCDAB1200AF902E /* String+FoundationExtension.swift */; };
- 759D481119B517BC005FF7FC /* BitExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 759D481019B517BC005FF7FC /* BitExtension.swift */; };
- 75A663A61AA0CAD00052110B /* Padding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75A663A51AA0CAD00052110B /* Padding.swift */; };
- 75A74B271A1FF6B2004419F1 /* AES.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75A74B261A1FF6B2004419F1 /* AES.swift */; };
- 75B0A5701AB1A1BB000BD8D2 /* PKCS5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75B0A56F1AB1A1BB000BD8D2 /* PKCS5.swift */; };
- 75B601EB197D6A6C0009B53D /* CryptoSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 754BE45519693E190098E6F3 /* CryptoSwift.framework */; };
- 75BC3AE31A4E412000ADF343 /* CipherBlockMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75BC3AE21A4E412000ADF343 /* CipherBlockMode.swift */; };
- 75BE4EB11B1E4A9F007A2B57 /* IntegerConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75BE4EB01B1E4A9F007A2B57 /* IntegerConvertible.swift */; };
- 75D614941BD844F2001358B2 /* UInt64Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D94E2719B60DDE007CB2A4 /* UInt64Extension.swift */; };
- 75D614951BD844F2001358B2 /* Poly1305.swift in Sources */ = {isa = PBXBuildFile; fileRef = 751C5C3C19B26B000094C75D /* Poly1305.swift */; };
- 75D614961BD844F2001358B2 /* Hash.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7552614D1993051E000D2B20 /* Hash.swift */; };
- 75D614971BD844F2001358B2 /* CipherBlockMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75BC3AE21A4E412000ADF343 /* CipherBlockMode.swift */; };
- 75D614981BD844F2001358B2 /* IntegerConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75BE4EB01B1E4A9F007A2B57 /* IntegerConvertible.swift */; };
- 75D614991BD844F2001358B2 /* SHA2.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75153D4119AA3C7900750381 /* SHA2.swift */; };
- 75D6149A1BD844F2001358B2 /* String+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7599C9C5199EA28700A3988B /* String+Extension.swift */; };
- 75D6149B1BD844F2001358B2 /* Cipher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7563B2E719B14D4300B152CD /* Cipher.swift */; };
- 75D6149C1BD844F2001358B2 /* HMAC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758A94251A65AEB100E46135 /* HMAC.swift */; };
- 75D6149D1BD844F2001358B2 /* ChaCha20.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EB380019ABDD710002375A /* ChaCha20.swift */; };
- 75D6149E1BD844F2001358B2 /* AES+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75FB9C951BB8A4BD009CAFC5 /* AES+Foundation.swift */; };
- 75D6149F1BD844F2001358B2 /* Padding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75A663A51AA0CAD00052110B /* Padding.swift */; };
- 75D614A01BD844F2001358B2 /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75164E4819AD30AC00737F30 /* Utils.swift */; };
- 75D614A11BD844F2001358B2 /* BytesSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D63F741BB711270041579B /* BytesSequence.swift */; };
- 75D614A21BD844F2001358B2 /* ChaCha20+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75FB9C971BB8A4BD009CAFC5 /* ChaCha20+Foundation.swift */; };
- 75D614A31BD844F2001358B2 /* BitExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 759D481019B517BC005FF7FC /* BitExtension.swift */; };
- 75D614A41BD844F2001358B2 /* Array+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 754C8FEC19979F94005AD904 /* Array+Extension.swift */; };
- 75D614A51BD844F2001358B2 /* CSArrayType+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75232CCD1BC6E6AC007F68B1 /* CSArrayType+Extensions.swift */; };
- 75D614A61BD844F2001358B2 /* MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 750A545F1992D2680017DA75 /* MD5.swift */; };
- 75D614A71BD844F2001358B2 /* Array<UInt8>+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75FB9C961BB8A4BD009CAFC5 /* Array<UInt8>+Foundation.swift */; };
- 75D614A81BD844F2001358B2 /* IntExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7547195019931802002FA5F1 /* IntExtension.swift */; };
- 75D614A91BD844F2001358B2 /* Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D94E2319B60C08007CB2A4 /* Operators.swift */; };
- 75D614AA1BD844F2001358B2 /* NSData+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75FB9C981BB8A4BD009CAFC5 /* NSData+Extension.swift */; };
- 75D614AB1BD844F2001358B2 /* SHA1.swift in Sources */ = {isa = PBXBuildFile; fileRef = 752E087A199FF27C005B0EA0 /* SHA1.swift */; };
- 75D614AC1BD844F2001358B2 /* Utils+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75FB9C991BB8A4BD009CAFC5 /* Utils+Foundation.swift */; };
- 75D614AD1BD844F2001358B2 /* PKCS5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75B0A56F1AB1A1BB000BD8D2 /* PKCS5.swift */; };
- 75D614AE1BD844F2001358B2 /* CRC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757EF7F419AAA82400586276 /* CRC.swift */; };
- 75D614AF1BD844F2001358B2 /* UInt32Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D94E2519B60C4F007CB2A4 /* UInt32Extension.swift */; };
- 75D614B01BD844F2001358B2 /* String+FoundationExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 759B0A9B1BCDAB1200AF902E /* String+FoundationExtension.swift */; };
- 75D614B11BD844F2001358B2 /* AES.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75A74B261A1FF6B2004419F1 /* AES.swift */; };
- 75D614B21BD844F2001358B2 /* ArraySlice<UInt8>+Bytes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D63F761BB840050041579B /* ArraySlice<UInt8>+Bytes.swift */; };
- 75D614B31BD844F2001358B2 /* PKCS7.swift in Sources */ = {isa = PBXBuildFile; fileRef = 754C30B61AA13BC000E6FFA4 /* PKCS7.swift */; };
- 75D614B41BD844F2001358B2 /* Authenticator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 755111E719B7B7DF00C2AD86 /* Authenticator.swift */; };
- 75D614B51BD844F2001358B2 /* HashProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 754DD76D19A149AF00E52288 /* HashProtocol.swift */; };
- 75D614B61BD844F2001358B2 /* Generics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758C764019B61AE500653BC6 /* Generics.swift */; };
- 75D614B71BD844F2001358B2 /* UInt8Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758F3F771992F6CE0014BBDA /* UInt8Extension.swift */; };
- 75D63F751BB711270041579B /* BytesSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D63F741BB711270041579B /* BytesSequence.swift */; };
- 75D63F771BB840050041579B /* ArraySlice<UInt8>+Bytes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D63F761BB840050041579B /* ArraySlice<UInt8>+Bytes.swift */; };
- 75D94E2419B60C08007CB2A4 /* Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D94E2319B60C08007CB2A4 /* Operators.swift */; };
- 75D94E2619B60C4F007CB2A4 /* UInt32Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D94E2519B60C4F007CB2A4 /* UInt32Extension.swift */; };
- 75D94E2819B60DDE007CB2A4 /* UInt64Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D94E2719B60DDE007CB2A4 /* UInt64Extension.swift */; };
- 75DF77481BC8EB59006E9520 /* UInt64Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D94E2719B60DDE007CB2A4 /* UInt64Extension.swift */; };
- 75DF77491BC8EB59006E9520 /* Poly1305.swift in Sources */ = {isa = PBXBuildFile; fileRef = 751C5C3C19B26B000094C75D /* Poly1305.swift */; };
- 75DF774A1BC8EB59006E9520 /* Hash.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7552614D1993051E000D2B20 /* Hash.swift */; };
- 75DF774B1BC8EB59006E9520 /* CipherBlockMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75BC3AE21A4E412000ADF343 /* CipherBlockMode.swift */; };
- 75DF774C1BC8EB59006E9520 /* IntegerConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75BE4EB01B1E4A9F007A2B57 /* IntegerConvertible.swift */; };
- 75DF774D1BC8EB59006E9520 /* SHA2.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75153D4119AA3C7900750381 /* SHA2.swift */; };
- 75DF774E1BC8EB59006E9520 /* String+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7599C9C5199EA28700A3988B /* String+Extension.swift */; };
- 75DF774F1BC8EB59006E9520 /* Cipher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7563B2E719B14D4300B152CD /* Cipher.swift */; };
- 75DF77501BC8EB59006E9520 /* HMAC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758A94251A65AEB100E46135 /* HMAC.swift */; };
- 75DF77511BC8EB59006E9520 /* ChaCha20.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EB380019ABDD710002375A /* ChaCha20.swift */; };
- 75DF77521BC8EB59006E9520 /* AES+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75FB9C951BB8A4BD009CAFC5 /* AES+Foundation.swift */; };
- 75DF77531BC8EB59006E9520 /* Padding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75A663A51AA0CAD00052110B /* Padding.swift */; };
- 75DF77541BC8EB59006E9520 /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75164E4819AD30AC00737F30 /* Utils.swift */; };
- 75DF77551BC8EB59006E9520 /* BytesSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D63F741BB711270041579B /* BytesSequence.swift */; };
- 75DF77561BC8EB59006E9520 /* ChaCha20+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75FB9C971BB8A4BD009CAFC5 /* ChaCha20+Foundation.swift */; };
- 75DF77571BC8EB59006E9520 /* BitExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 759D481019B517BC005FF7FC /* BitExtension.swift */; };
- 75DF77581BC8EB59006E9520 /* Array+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 754C8FEC19979F94005AD904 /* Array+Extension.swift */; };
- 75DF77591BC8EB59006E9520 /* CSArrayType+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75232CCD1BC6E6AC007F68B1 /* CSArrayType+Extensions.swift */; };
- 75DF775A1BC8EB59006E9520 /* MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 750A545F1992D2680017DA75 /* MD5.swift */; };
- 75DF775B1BC8EB59006E9520 /* Array<UInt8>+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75FB9C961BB8A4BD009CAFC5 /* Array<UInt8>+Foundation.swift */; };
- 75DF775C1BC8EB59006E9520 /* IntExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7547195019931802002FA5F1 /* IntExtension.swift */; };
- 75DF775D1BC8EB59006E9520 /* Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D94E2319B60C08007CB2A4 /* Operators.swift */; };
- 75DF775E1BC8EB59006E9520 /* NSData+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75FB9C981BB8A4BD009CAFC5 /* NSData+Extension.swift */; };
- 75DF775F1BC8EB59006E9520 /* SHA1.swift in Sources */ = {isa = PBXBuildFile; fileRef = 752E087A199FF27C005B0EA0 /* SHA1.swift */; };
- 75DF77601BC8EB59006E9520 /* Utils+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75FB9C991BB8A4BD009CAFC5 /* Utils+Foundation.swift */; };
- 75DF77611BC8EB59006E9520 /* PKCS5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75B0A56F1AB1A1BB000BD8D2 /* PKCS5.swift */; };
- 75DF77621BC8EB59006E9520 /* CRC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757EF7F419AAA82400586276 /* CRC.swift */; };
- 75DF77631BC8EB59006E9520 /* UInt32Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D94E2519B60C4F007CB2A4 /* UInt32Extension.swift */; };
- 75DF77641BC8EB59006E9520 /* AES.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75A74B261A1FF6B2004419F1 /* AES.swift */; };
- 75DF77651BC8EB59006E9520 /* ArraySlice<UInt8>+Bytes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D63F761BB840050041579B /* ArraySlice<UInt8>+Bytes.swift */; };
- 75DF77661BC8EB59006E9520 /* PKCS7.swift in Sources */ = {isa = PBXBuildFile; fileRef = 754C30B61AA13BC000E6FFA4 /* PKCS7.swift */; };
- 75DF77671BC8EB59006E9520 /* Authenticator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 755111E719B7B7DF00C2AD86 /* Authenticator.swift */; };
- 75DF77681BC8EB59006E9520 /* HashProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 754DD76D19A149AF00E52288 /* HashProtocol.swift */; };
- 75DF77691BC8EB59006E9520 /* Generics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758C764019B61AE500653BC6 /* Generics.swift */; };
- 75DF776A1BC8EB59006E9520 /* UInt8Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758F3F771992F6CE0014BBDA /* UInt8Extension.swift */; };
- 75EB380119ABDD710002375A /* ChaCha20.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EB380019ABDD710002375A /* ChaCha20.swift */; };
- 75FB9C9A1BB8A4BD009CAFC5 /* AES+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75FB9C951BB8A4BD009CAFC5 /* AES+Foundation.swift */; };
- 75FB9C9B1BB8A4BD009CAFC5 /* Array<UInt8>+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75FB9C961BB8A4BD009CAFC5 /* Array<UInt8>+Foundation.swift */; };
- 75FB9C9C1BB8A4BD009CAFC5 /* ChaCha20+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75FB9C971BB8A4BD009CAFC5 /* ChaCha20+Foundation.swift */; };
- 75FB9C9D1BB8A4BD009CAFC5 /* NSData+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75FB9C981BB8A4BD009CAFC5 /* NSData+Extension.swift */; };
- 75FB9C9E1BB8A4BD009CAFC5 /* Utils+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75FB9C991BB8A4BD009CAFC5 /* Utils+Foundation.swift */; };
- /* End PBXBuildFile section */
- /* Begin PBXContainerItemProxy section */
- 75B601E3197D69EB0009B53D /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 754BE44C19693E190098E6F3 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 754BE45419693E190098E6F3;
- remoteInfo = CryptoSwift;
- };
- 75B601E5197D6A270009B53D /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 754BE44C19693E190098E6F3 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 754BE45419693E190098E6F3;
- remoteInfo = CryptoSwift;
- };
- 75B601E7197D6A3A0009B53D /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 754BE44C19693E190098E6F3 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 754BE45419693E190098E6F3;
- remoteInfo = CryptoSwift;
- };
- 75B601E9197D6A5C0009B53D /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 754BE44C19693E190098E6F3 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 754BE45419693E190098E6F3;
- remoteInfo = CryptoSwift;
- };
- 75B601EC197D6B3D0009B53D /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 754BE44C19693E190098E6F3 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 754BE45419693E190098E6F3;
- remoteInfo = CryptoSwift;
- };
- 75B6021C197D6CF10009B53D /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 754BE44C19693E190098E6F3 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 754BE45419693E190098E6F3;
- remoteInfo = CryptoSwift;
- };
- 75B6021E197D6D070009B53D /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 754BE44C19693E190098E6F3 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 754BE45419693E190098E6F3;
- remoteInfo = CryptoSwift;
- };
- /* End PBXContainerItemProxy section */
- /* Begin PBXCopyFilesBuildPhase section */
- 75B601E0197D69770009B53D /* CopyFiles */ = {
- isa = PBXCopyFilesBuildPhase;
- buildActionMask = 2147483647;
- dstPath = "";
- dstSubfolderSpec = 10;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 75D614BB1BD844F2001358B2 /* CopyFiles */ = {
- isa = PBXCopyFilesBuildPhase;
- buildActionMask = 2147483647;
- dstPath = "";
- dstSubfolderSpec = 10;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 75DF776E1BC8EB59006E9520 /* CopyFiles */ = {
- isa = PBXCopyFilesBuildPhase;
- buildActionMask = 2147483647;
- dstPath = "";
- dstSubfolderSpec = 10;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXCopyFilesBuildPhase section */
- /* Begin PBXFileReference section */
- 21C68D4E1C0BA77500D2B00A /* CryptoSwift.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CryptoSwift.h; sourceTree = "<group>"; };
- 5596BDBB1BC8F220007E38D5 /* CryptoSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CryptoSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- 750A545F1992D2680017DA75 /* MD5.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MD5.swift; sourceTree = "<group>"; };
- 75100F8E19B0BC890005C5F5 /* Poly1305Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Poly1305Tests.swift; sourceTree = "<group>"; };
- 75153D4119AA3C7900750381 /* SHA2.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SHA2.swift; sourceTree = "<group>"; };
- 75164E4819AD30AC00737F30 /* Utils.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Utils.swift; sourceTree = "<group>"; };
- 751C5C3C19B26B000094C75D /* Poly1305.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Poly1305.swift; sourceTree = "<group>"; };
- 75232CCD1BC6E6AC007F68B1 /* CSArrayType+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "CSArrayType+Extensions.swift"; sourceTree = "<group>"; };
- 752E087A199FF27C005B0EA0 /* SHA1.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SHA1.swift; sourceTree = "<group>"; };
- 75445820196AA2A5002FF20E /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
- 7547195019931802002FA5F1 /* IntExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IntExtension.swift; sourceTree = "<group>"; };
- 754BE45519693E190098E6F3 /* CryptoSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CryptoSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- 754BE45919693E190098E6F3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
- 754BE46019693E190098E6F3 /* CryptoSwiftTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CryptoSwiftTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
- 754BE46619693E190098E6F3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
- 754BE46719693E190098E6F3 /* HashTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HashTests.swift; sourceTree = "<group>"; };
- 754C30B61AA13BC000E6FFA4 /* PKCS7.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PKCS7.swift; sourceTree = "<group>"; };
- 754C8FEC19979F94005AD904 /* Array+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Array+Extension.swift"; sourceTree = "<group>"; };
- 754DD76D19A149AF00E52288 /* HashProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HashProtocol.swift; sourceTree = "<group>"; };
- 755111E719B7B7DF00C2AD86 /* Authenticator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Authenticator.swift; sourceTree = "<group>"; };
- 7552614D1993051E000D2B20 /* Hash.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Hash.swift; sourceTree = "<group>"; };
- 755FB1D9199E347D00475437 /* ExtensionsTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExtensionsTest.swift; sourceTree = "<group>"; };
- 7563B2E719B14D4300B152CD /* Cipher.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Cipher.swift; sourceTree = "<group>"; };
- 756BFDCA1A82B87300B9D9A4 /* Bridging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Bridging.h; sourceTree = "<group>"; };
- 757DA2521A4ED0A4002BA3EF /* PaddingTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PaddingTests.swift; sourceTree = "<group>"; };
- 757DA2541A4ED408002BA3EF /* AESTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AESTests.swift; sourceTree = "<group>"; };
- 757DA2561A4ED47B002BA3EF /* Helpers.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Helpers.swift; sourceTree = "<group>"; };
- 757DA2581A4ED4D7002BA3EF /* ChaCha20Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChaCha20Tests.swift; sourceTree = "<group>"; };
- 757EF7F419AAA82400586276 /* CRC.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CRC.swift; sourceTree = "<group>"; };
- 758A94251A65AEB100E46135 /* HMAC.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HMAC.swift; sourceTree = "<group>"; };
- 758A94271A65C59200E46135 /* HMACTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HMACTests.swift; sourceTree = "<group>"; };
- 758C764019B61AE500653BC6 /* Generics.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Generics.swift; sourceTree = "<group>"; };
- 758F3F771992F6CE0014BBDA /* UInt8Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UInt8Extension.swift; sourceTree = "<group>"; };
- 7599C9C5199EA28700A3988B /* String+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+Extension.swift"; sourceTree = "<group>"; };
- 759B0A9B1BCDAB1200AF902E /* String+FoundationExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+FoundationExtension.swift"; sourceTree = "<group>"; };
- 759D481019B517BC005FF7FC /* BitExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BitExtension.swift; sourceTree = "<group>"; };
- 75A663A51AA0CAD00052110B /* Padding.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Padding.swift; sourceTree = "<group>"; };
- 75A74B261A1FF6B2004419F1 /* AES.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AES.swift; sourceTree = "<group>"; };
- 75B0A56F1AB1A1BB000BD8D2 /* PKCS5.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PKCS5.swift; sourceTree = "<group>"; };
- 75BC3AE21A4E412000ADF343 /* CipherBlockMode.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CipherBlockMode.swift; sourceTree = "<group>"; };
- 75BE4EB01B1E4A9F007A2B57 /* IntegerConvertible.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IntegerConvertible.swift; sourceTree = "<group>"; };
- 75D614BF1BD844F2001358B2 /* CryptoSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CryptoSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- 75D63F741BB711270041579B /* BytesSequence.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BytesSequence.swift; sourceTree = "<group>"; };
- 75D63F761BB840050041579B /* ArraySlice<UInt8>+Bytes.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "ArraySlice<UInt8>+Bytes.swift"; sourceTree = "<group>"; };
- 75D94E2319B60C08007CB2A4 /* Operators.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Operators.swift; sourceTree = "<group>"; };
- 75D94E2519B60C4F007CB2A4 /* UInt32Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UInt32Extension.swift; sourceTree = "<group>"; };
- 75D94E2719B60DDE007CB2A4 /* UInt64Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UInt64Extension.swift; sourceTree = "<group>"; };
- 75DF77721BC8EB59006E9520 /* CryptoSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CryptoSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- 75EB380019ABDD710002375A /* ChaCha20.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChaCha20.swift; sourceTree = "<group>"; };
- 75FB9C951BB8A4BD009CAFC5 /* AES+Foundation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "AES+Foundation.swift"; sourceTree = "<group>"; };
- 75FB9C961BB8A4BD009CAFC5 /* Array<UInt8>+Foundation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Array<UInt8>+Foundation.swift"; sourceTree = "<group>"; };
- 75FB9C971BB8A4BD009CAFC5 /* ChaCha20+Foundation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "ChaCha20+Foundation.swift"; sourceTree = "<group>"; };
- 75FB9C981BB8A4BD009CAFC5 /* NSData+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSData+Extension.swift"; sourceTree = "<group>"; };
- 75FB9C991BB8A4BD009CAFC5 /* Utils+Foundation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Utils+Foundation.swift"; sourceTree = "<group>"; };
- /* End PBXFileReference section */
- /* Begin PBXFrameworksBuildPhase section */
- 5596BDB71BC8F220007E38D5 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 754BE45119693E190098E6F3 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 754BE45D19693E190098E6F3 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 75B601EB197D6A6C0009B53D /* CryptoSwift.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 75D614B81BD844F2001358B2 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 75DF776B1BC8EB59006E9520 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXFrameworksBuildPhase section */
- /* Begin PBXGroup section */
- 24B0BBA29D734E62809E53BC /* Frameworks */ = {
- isa = PBXGroup;
- children = (
- 75445820196AA2A5002FF20E /* Security.framework */,
- );
- name = Frameworks;
- sourceTree = "<group>";
- };
- 754BE44B19693E190098E6F3 = {
- isa = PBXGroup;
- children = (
- 754BE45719693E190098E6F3 /* CryptoSwift */,
- 754BE46419693E190098E6F3 /* CryptoSwiftTests */,
- 754BE45619693E190098E6F3 /* Products */,
- 24B0BBA29D734E62809E53BC /* Frameworks */,
- );
- sourceTree = "<group>";
- };
- 754BE45619693E190098E6F3 /* Products */ = {
- isa = PBXGroup;
- children = (
- 754BE45519693E190098E6F3 /* CryptoSwift.framework */,
- 754BE46019693E190098E6F3 /* CryptoSwiftTests.xctest */,
- 75DF77721BC8EB59006E9520 /* CryptoSwift.framework */,
- 5596BDBB1BC8F220007E38D5 /* CryptoSwift.framework */,
- 75D614BF1BD844F2001358B2 /* CryptoSwift.framework */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- 754BE45719693E190098E6F3 /* CryptoSwift */ = {
- isa = PBXGroup;
- children = (
- 21C68D4E1C0BA77500D2B00A /* CryptoSwift.h */,
- 75FB9C941BB8A4BD009CAFC5 /* Foundation */,
- 7552614D1993051E000D2B20 /* Hash.swift */,
- 7563B2E719B14D4300B152CD /* Cipher.swift */,
- 75BC3AE21A4E412000ADF343 /* CipherBlockMode.swift */,
- 75A663A51AA0CAD00052110B /* Padding.swift */,
- 75B0A56F1AB1A1BB000BD8D2 /* PKCS5.swift */,
- 754C30B61AA13BC000E6FFA4 /* PKCS7.swift */,
- 755111E719B7B7DF00C2AD86 /* Authenticator.swift */,
- 754DD76D19A149AF00E52288 /* HashProtocol.swift */,
- 750A545F1992D2680017DA75 /* MD5.swift */,
- 752E087A199FF27C005B0EA0 /* SHA1.swift */,
- 75153D4119AA3C7900750381 /* SHA2.swift */,
- 757EF7F419AAA82400586276 /* CRC.swift */,
- 75EB380019ABDD710002375A /* ChaCha20.swift */,
- 751C5C3C19B26B000094C75D /* Poly1305.swift */,
- 758A94251A65AEB100E46135 /* HMAC.swift */,
- 75A74B261A1FF6B2004419F1 /* AES.swift */,
- 759D481019B517BC005FF7FC /* BitExtension.swift */,
- 7547195019931802002FA5F1 /* IntExtension.swift */,
- 758F3F771992F6CE0014BBDA /* UInt8Extension.swift */,
- 75D94E2519B60C4F007CB2A4 /* UInt32Extension.swift */,
- 75D94E2719B60DDE007CB2A4 /* UInt64Extension.swift */,
- 754C8FEC19979F94005AD904 /* Array+Extension.swift */,
- 75D63F761BB840050041579B /* ArraySlice<UInt8>+Bytes.swift */,
- 75232CCD1BC6E6AC007F68B1 /* CSArrayType+Extensions.swift */,
- 7599C9C5199EA28700A3988B /* String+Extension.swift */,
- 75D94E2319B60C08007CB2A4 /* Operators.swift */,
- 75164E4819AD30AC00737F30 /* Utils.swift */,
- 758C764019B61AE500653BC6 /* Generics.swift */,
- 75BE4EB01B1E4A9F007A2B57 /* IntegerConvertible.swift */,
- 75D63F741BB711270041579B /* BytesSequence.swift */,
- 754BE45819693E190098E6F3 /* Supporting Files */,
- );
- path = CryptoSwift;
- sourceTree = "<group>";
- };
- 754BE45819693E190098E6F3 /* Supporting Files */ = {
- isa = PBXGroup;
- children = (
- 754BE45919693E190098E6F3 /* Info.plist */,
- );
- name = "Supporting Files";
- sourceTree = "<group>";
- };
- 754BE46419693E190098E6F3 /* CryptoSwiftTests */ = {
- isa = PBXGroup;
- children = (
- 757DA2561A4ED47B002BA3EF /* Helpers.swift */,
- 754BE46719693E190098E6F3 /* HashTests.swift */,
- 75100F8E19B0BC890005C5F5 /* Poly1305Tests.swift */,
- 758A94271A65C59200E46135 /* HMACTests.swift */,
- 757DA2541A4ED408002BA3EF /* AESTests.swift */,
- 757DA2581A4ED4D7002BA3EF /* ChaCha20Tests.swift */,
- 755FB1D9199E347D00475437 /* ExtensionsTest.swift */,
- 757DA2521A4ED0A4002BA3EF /* PaddingTests.swift */,
- 756BFDCA1A82B87300B9D9A4 /* Bridging.h */,
- 754BE46519693E190098E6F3 /* Supporting Files */,
- );
- path = CryptoSwiftTests;
- sourceTree = "<group>";
- };
- 754BE46519693E190098E6F3 /* Supporting Files */ = {
- isa = PBXGroup;
- children = (
- 754BE46619693E190098E6F3 /* Info.plist */,
- );
- name = "Supporting Files";
- sourceTree = "<group>";
- };
- 75FB9C941BB8A4BD009CAFC5 /* Foundation */ = {
- isa = PBXGroup;
- children = (
- 75FB9C951BB8A4BD009CAFC5 /* AES+Foundation.swift */,
- 75FB9C961BB8A4BD009CAFC5 /* Array<UInt8>+Foundation.swift */,
- 75FB9C971BB8A4BD009CAFC5 /* ChaCha20+Foundation.swift */,
- 75FB9C981BB8A4BD009CAFC5 /* NSData+Extension.swift */,
- 75FB9C991BB8A4BD009CAFC5 /* Utils+Foundation.swift */,
- 759B0A9B1BCDAB1200AF902E /* String+FoundationExtension.swift */,
- );
- path = Foundation;
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
- /* Begin PBXHeadersBuildPhase section */
- 5596BDB81BC8F220007E38D5 /* Headers */ = {
- isa = PBXHeadersBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 21C68D501C0BA77500D2B00A /* CryptoSwift.h in Headers */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 754BE45219693E190098E6F3 /* Headers */ = {
- isa = PBXHeadersBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 21C68D4F1C0BA77500D2B00A /* CryptoSwift.h in Headers */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 75D614B91BD844F2001358B2 /* Headers */ = {
- isa = PBXHeadersBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 21C68D511C0BA77500D2B00A /* CryptoSwift.h in Headers */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 75DF776C1BC8EB59006E9520 /* Headers */ = {
- isa = PBXHeadersBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 21C68D521C0BA77500D2B00A /* CryptoSwift.h in Headers */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXHeadersBuildPhase section */
- /* Begin PBXNativeTarget section */
- 5596BDBA1BC8F220007E38D5 /* CryptoSwift watchOS */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 5596BDC01BC8F220007E38D5 /* Build configuration list for PBXNativeTarget "CryptoSwift watchOS" */;
- buildPhases = (
- 5596BDB61BC8F220007E38D5 /* Sources */,
- 5596BDB71BC8F220007E38D5 /* Frameworks */,
- 5596BDB81BC8F220007E38D5 /* Headers */,
- 5596BDB91BC8F220007E38D5 /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = "CryptoSwift watchOS";
- productName = "CryptoSwift watchOS";
- productReference = 5596BDBB1BC8F220007E38D5 /* CryptoSwift.framework */;
- productType = "com.apple.product-type.framework";
- };
- 754BE45419693E190098E6F3 /* CryptoSwift iOS */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 754BE46B19693E190098E6F3 /* Build configuration list for PBXNativeTarget "CryptoSwift iOS" */;
- buildPhases = (
- 754BE45019693E190098E6F3 /* Sources */,
- 754BE45119693E190098E6F3 /* Frameworks */,
- 754BE45219693E190098E6F3 /* Headers */,
- 754BE45319693E190098E6F3 /* Resources */,
- 75B601E0197D69770009B53D /* CopyFiles */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = "CryptoSwift iOS";
- productName = CryptoSwift;
- productReference = 754BE45519693E190098E6F3 /* CryptoSwift.framework */;
- productType = "com.apple.product-type.framework";
- };
- 754BE45F19693E190098E6F3 /* CryptoSwiftTests */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 754BE46E19693E190098E6F3 /* Build configuration list for PBXNativeTarget "CryptoSwiftTests" */;
- buildPhases = (
- 754BE45C19693E190098E6F3 /* Sources */,
- 754BE45D19693E190098E6F3 /* Frameworks */,
- 754BE45E19693E190098E6F3 /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- 75B601E4197D69EB0009B53D /* PBXTargetDependency */,
- 75B601E6197D6A270009B53D /* PBXTargetDependency */,
- 75B601E8197D6A3A0009B53D /* PBXTargetDependency */,
- 75B601EA197D6A5C0009B53D /* PBXTargetDependency */,
- 75B601ED197D6B3D0009B53D /* PBXTargetDependency */,
- 75B6021D197D6CF10009B53D /* PBXTargetDependency */,
- 75B6021F197D6D070009B53D /* PBXTargetDependency */,
- );
- name = CryptoSwiftTests;
- productName = CryptoSwiftTests;
- productReference = 754BE46019693E190098E6F3 /* CryptoSwiftTests.xctest */;
- productType = "com.apple.product-type.bundle.unit-test";
- };
- 75D614921BD844F2001358B2 /* CryptoSwift tvOS */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 75D614BC1BD844F2001358B2 /* Build configuration list for PBXNativeTarget "CryptoSwift tvOS" */;
- buildPhases = (
- 75D614931BD844F2001358B2 /* Sources */,
- 75D614B81BD844F2001358B2 /* Frameworks */,
- 75D614B91BD844F2001358B2 /* Headers */,
- 75D614BA1BD844F2001358B2 /* Resources */,
- 75D614BB1BD844F2001358B2 /* CopyFiles */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = "CryptoSwift tvOS";
- productName = CryptoSwift;
- productReference = 75D614BF1BD844F2001358B2 /* CryptoSwift.framework */;
- productType = "com.apple.product-type.framework";
- };
- 75DF77461BC8EB59006E9520 /* CryptoSwift OSX */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 75DF776F1BC8EB59006E9520 /* Build configuration list for PBXNativeTarget "CryptoSwift OSX" */;
- buildPhases = (
- 75DF77471BC8EB59006E9520 /* Sources */,
- 75DF776B1BC8EB59006E9520 /* Frameworks */,
- 75DF776C1BC8EB59006E9520 /* Headers */,
- 75DF776D1BC8EB59006E9520 /* Resources */,
- 75DF776E1BC8EB59006E9520 /* CopyFiles */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = "CryptoSwift OSX";
- productName = CryptoSwift;
- productReference = 75DF77721BC8EB59006E9520 /* CryptoSwift.framework */;
- productType = "com.apple.product-type.framework";
- };
- /* End PBXNativeTarget section */
- /* Begin PBXProject section */
- 754BE44C19693E190098E6F3 /* Project object */ = {
- isa = PBXProject;
- attributes = {
- LastSwiftUpdateCheck = 0700;
- LastUpgradeCheck = 0710;
- ORGANIZATIONNAME = "Marcin Krzyzanowski";
- TargetAttributes = {
- 5596BDBA1BC8F220007E38D5 = {
- CreatedOnToolsVersion = 7.0.1;
- };
- 754BE45419693E190098E6F3 = {
- CreatedOnToolsVersion = 6.0;
- };
- 754BE45F19693E190098E6F3 = {
- CreatedOnToolsVersion = 6.0;
- TestTargetID = 754BE45419693E190098E6F3;
- };
- };
- };
- buildConfigurationList = 754BE44F19693E190098E6F3 /* Build configuration list for PBXProject "CryptoSwift" */;
- compatibilityVersion = "Xcode 3.2";
- developmentRegion = English;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- );
- mainGroup = 754BE44B19693E190098E6F3;
- productRefGroup = 754BE45619693E190098E6F3 /* Products */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- 754BE45419693E190098E6F3 /* CryptoSwift iOS */,
- 5596BDBA1BC8F220007E38D5 /* CryptoSwift watchOS */,
- 75D614921BD844F2001358B2 /* CryptoSwift tvOS */,
- 75DF77461BC8EB59006E9520 /* CryptoSwift OSX */,
- 754BE45F19693E190098E6F3 /* CryptoSwiftTests */,
- );
- };
- /* End PBXProject section */
- /* Begin PBXResourcesBuildPhase section */
- 5596BDB91BC8F220007E38D5 /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 754BE45319693E190098E6F3 /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 754BE45E19693E190098E6F3 /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 758A94281A65C59200E46135 /* HMACTests.swift in Resources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 75D614BA1BD844F2001358B2 /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 75DF776D1BC8EB59006E9520 /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXResourcesBuildPhase section */
- /* Begin PBXSourcesBuildPhase section */
- 5596BDB61BC8F220007E38D5 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 5596BDD01BC8F384007E38D5 /* MD5.swift in Sources */,
- 5596BDD91BC8F384007E38D5 /* IntExtension.swift in Sources */,
- 5596BDC61BC8F384007E38D5 /* NSData+Extension.swift in Sources */,
- 5596BDC81BC8F384007E38D5 /* Hash.swift in Sources */,
- 5596BDD21BC8F384007E38D5 /* SHA2.swift in Sources */,
- 5596BDDC1BC8F384007E38D5 /* UInt64Extension.swift in Sources */,
- 5596BDE11BC8F384007E38D5 /* Operators.swift in Sources */,
- 5596BDDB1BC8F384007E38D5 /* UInt32Extension.swift in Sources */,
- 5596BDDE1BC8F384007E38D5 /* ArraySlice<UInt8>+Bytes.swift in Sources */,
- 5596BDCB1BC8F384007E38D5 /* Padding.swift in Sources */,
- 5596BDC91BC8F384007E38D5 /* Cipher.swift in Sources */,
- 5596BDD61BC8F384007E38D5 /* HMAC.swift in Sources */,
- 5596BDD11BC8F384007E38D5 /* SHA1.swift in Sources */,
- 5596BDD31BC8F384007E38D5 /* CRC.swift in Sources */,
- 5596BDE41BC8F384007E38D5 /* IntegerConvertible.swift in Sources */,
- 5596BDD51BC8F384007E38D5 /* Poly1305.swift in Sources */,
- 5596BDCA1BC8F384007E38D5 /* CipherBlockMode.swift in Sources */,
- 5596BDDA1BC8F384007E38D5 /* UInt8Extension.swift in Sources */,
- 5596BDCE1BC8F384007E38D5 /* Authenticator.swift in Sources */,
- 5596BDC31BC8F384007E38D5 /* AES+Foundation.swift in Sources */,
- 5596BDD81BC8F384007E38D5 /* BitExtension.swift in Sources */,
- 5596BDCD1BC8F384007E38D5 /* PKCS7.swift in Sources */,
- 5596BDC41BC8F384007E38D5 /* Array<UInt8>+Foundation.swift in Sources */,
- 5596BDC51BC8F384007E38D5 /* ChaCha20+Foundation.swift in Sources */,
- 5596BDE51BC8F384007E38D5 /* BytesSequence.swift in Sources */,
- 5596BDE21BC8F384007E38D5 /* Utils.swift in Sources */,
- 5596BDDD1BC8F384007E38D5 /* Array+Extension.swift in Sources */,
- 5596BDCC1BC8F384007E38D5 /* PKCS5.swift in Sources */,
- 5596BDD41BC8F384007E38D5 /* ChaCha20.swift in Sources */,
- 5596BDCF1BC8F384007E38D5 /* HashProtocol.swift in Sources */,
- 5596BDD71BC8F384007E38D5 /* AES.swift in Sources */,
- 5596BDDF1BC8F384007E38D5 /* CSArrayType+Extensions.swift in Sources */,
- 5596BDE31BC8F384007E38D5 /* Generics.swift in Sources */,
- 5596BDE01BC8F384007E38D5 /* String+Extension.swift in Sources */,
- 5596BDC71BC8F384007E38D5 /* Utils+Foundation.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 754BE45019693E190098E6F3 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 75D94E2819B60DDE007CB2A4 /* UInt64Extension.swift in Sources */,
- 751C5C3D19B26B000094C75D /* Poly1305.swift in Sources */,
- 7552614E1993051E000D2B20 /* Hash.swift in Sources */,
- 75BC3AE31A4E412000ADF343 /* CipherBlockMode.swift in Sources */,
- 75BE4EB11B1E4A9F007A2B57 /* IntegerConvertible.swift in Sources */,
- 7539E32E1B3B4E970037F4E1 /* SHA2.swift in Sources */,
- 7539E32C1B3B4C750037F4E1 /* String+Extension.swift in Sources */,
- 7563B2E819B14D4300B152CD /* Cipher.swift in Sources */,
- 7539E32B1B3B4C6B0037F4E1 /* HMAC.swift in Sources */,
- 75EB380119ABDD710002375A /* ChaCha20.swift in Sources */,
- 75FB9C9A1BB8A4BD009CAFC5 /* AES+Foundation.swift in Sources */,
- 75A663A61AA0CAD00052110B /* Padding.swift in Sources */,
- 75164E4919AD30AC00737F30 /* Utils.swift in Sources */,
- 75D63F751BB711270041579B /* BytesSequence.swift in Sources */,
- 75FB9C9C1BB8A4BD009CAFC5 /* ChaCha20+Foundation.swift in Sources */,
- 759D481119B517BC005FF7FC /* BitExtension.swift in Sources */,
- 754C8FED19979F94005AD904 /* Array+Extension.swift in Sources */,
- 75232CCE1BC6E6AC007F68B1 /* CSArrayType+Extensions.swift in Sources */,
- 7539E3291B3B4A530037F4E1 /* MD5.swift in Sources */,
- 75FB9C9B1BB8A4BD009CAFC5 /* Array<UInt8>+Foundation.swift in Sources */,
- 7547195119931802002FA5F1 /* IntExtension.swift in Sources */,
- 75D94E2419B60C08007CB2A4 /* Operators.swift in Sources */,
- 75FB9C9D1BB8A4BD009CAFC5 /* NSData+Extension.swift in Sources */,
- 7539E32D1B3B4E950037F4E1 /* SHA1.swift in Sources */,
- 75FB9C9E1BB8A4BD009CAFC5 /* Utils+Foundation.swift in Sources */,
- 75B0A5701AB1A1BB000BD8D2 /* PKCS5.swift in Sources */,
- 757EF7F519AAA82400586276 /* CRC.swift in Sources */,
- 75D94E2619B60C4F007CB2A4 /* UInt32Extension.swift in Sources */,
- 759B0A9C1BCDAB1200AF902E /* String+FoundationExtension.swift in Sources */,
- 75A74B271A1FF6B2004419F1 /* AES.swift in Sources */,
- 75D63F771BB840050041579B /* ArraySlice<UInt8>+Bytes.swift in Sources */,
- 754C30B71AA13BC000E6FFA4 /* PKCS7.swift in Sources */,
- 755111E819B7B7DF00C2AD86 /* Authenticator.swift in Sources */,
- 754DD76E19A149AF00E52288 /* HashProtocol.swift in Sources */,
- 758C764119B61AE500653BC6 /* Generics.swift in Sources */,
- 758F3F781992F6CE0014BBDA /* UInt8Extension.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 754BE45C19693E190098E6F3 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 758A94291A65C67400E46135 /* HMACTests.swift in Sources */,
- 75100F8F19B0BC890005C5F5 /* Poly1305Tests.swift in Sources */,
- 757DA2571A4ED47B002BA3EF /* Helpers.swift in Sources */,
- 754BE46819693E190098E6F3 /* HashTests.swift in Sources */,
- 757DA2591A4ED4D7002BA3EF /* ChaCha20Tests.swift in Sources */,
- 755FB1DA199E347D00475437 /* ExtensionsTest.swift in Sources */,
- 757DA2531A4ED0A4002BA3EF /* PaddingTests.swift in Sources */,
- 757DA2551A4ED408002BA3EF /* AESTests.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 75D614931BD844F2001358B2 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 75D614941BD844F2001358B2 /* UInt64Extension.swift in Sources */,
- 75D614951BD844F2001358B2 /* Poly1305.swift in Sources */,
- 75D614961BD844F2001358B2 /* Hash.swift in Sources */,
- 75D614971BD844F2001358B2 /* CipherBlockMode.swift in Sources */,
- 75D614981BD844F2001358B2 /* IntegerConvertible.swift in Sources */,
- 75D614991BD844F2001358B2 /* SHA2.swift in Sources */,
- 75D6149A1BD844F2001358B2 /* String+Extension.swift in Sources */,
- 75D6149B1BD844F2001358B2 /* Cipher.swift in Sources */,
- 75D6149C1BD844F2001358B2 /* HMAC.swift in Sources */,
- 75D6149D1BD844F2001358B2 /* ChaCha20.swift in Sources */,
- 75D6149E1BD844F2001358B2 /* AES+Foundation.swift in Sources */,
- 75D6149F1BD844F2001358B2 /* Padding.swift in Sources */,
- 75D614A01BD844F2001358B2 /* Utils.swift in Sources */,
- 75D614A11BD844F2001358B2 /* BytesSequence.swift in Sources */,
- 75D614A21BD844F2001358B2 /* ChaCha20+Foundation.swift in Sources */,
- 75D614A31BD844F2001358B2 /* BitExtension.swift in Sources */,
- 75D614A41BD844F2001358B2 /* Array+Extension.swift in Sources */,
- 75D614A51BD844F2001358B2 /* CSArrayType+Extensions.swift in Sources */,
- 75D614A61BD844F2001358B2 /* MD5.swift in Sources */,
- 75D614A71BD844F2001358B2 /* Array<UInt8>+Foundation.swift in Sources */,
- 75D614A81BD844F2001358B2 /* IntExtension.swift in Sources */,
- 75D614A91BD844F2001358B2 /* Operators.swift in Sources */,
- 75D614AA1BD844F2001358B2 /* NSData+Extension.swift in Sources */,
- 75D614AB1BD844F2001358B2 /* SHA1.swift in Sources */,
- 75D614AC1BD844F2001358B2 /* Utils+Foundation.swift in Sources */,
- 75D614AD1BD844F2001358B2 /* PKCS5.swift in Sources */,
- 75D614AE1BD844F2001358B2 /* CRC.swift in Sources */,
- 75D614AF1BD844F2001358B2 /* UInt32Extension.swift in Sources */,
- 75D614B01BD844F2001358B2 /* String+FoundationExtension.swift in Sources */,
- 75D614B11BD844F2001358B2 /* AES.swift in Sources */,
- 75D614B21BD844F2001358B2 /* ArraySlice<UInt8>+Bytes.swift in Sources */,
- 75D614B31BD844F2001358B2 /* PKCS7.swift in Sources */,
- 75D614B41BD844F2001358B2 /* Authenticator.swift in Sources */,
- 75D614B51BD844F2001358B2 /* HashProtocol.swift in Sources */,
- 75D614B61BD844F2001358B2 /* Generics.swift in Sources */,
- 75D614B71BD844F2001358B2 /* UInt8Extension.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 75DF77471BC8EB59006E9520 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 75DF77481BC8EB59006E9520 /* UInt64Extension.swift in Sources */,
- 75DF77491BC8EB59006E9520 /* Poly1305.swift in Sources */,
- 75DF774A1BC8EB59006E9520 /* Hash.swift in Sources */,
- 75DF774B1BC8EB59006E9520 /* CipherBlockMode.swift in Sources */,
- 75DF774C1BC8EB59006E9520 /* IntegerConvertible.swift in Sources */,
- 75DF774D1BC8EB59006E9520 /* SHA2.swift in Sources */,
- 75DF774E1BC8EB59006E9520 /* String+Extension.swift in Sources */,
- 75DF774F1BC8EB59006E9520 /* Cipher.swift in Sources */,
- 75DF77501BC8EB59006E9520 /* HMAC.swift in Sources */,
- 75DF77511BC8EB59006E9520 /* ChaCha20.swift in Sources */,
- 75DF77521BC8EB59006E9520 /* AES+Foundation.swift in Sources */,
- 75DF77531BC8EB59006E9520 /* Padding.swift in Sources */,
- 75DF77541BC8EB59006E9520 /* Utils.swift in Sources */,
- 75DF77551BC8EB59006E9520 /* BytesSequence.swift in Sources */,
- 75DF77561BC8EB59006E9520 /* ChaCha20+Foundation.swift in Sources */,
- 75DF77571BC8EB59006E9520 /* BitExtension.swift in Sources */,
- 75DF77581BC8EB59006E9520 /* Array+Extension.swift in Sources */,
- 75DF77591BC8EB59006E9520 /* CSArrayType+Extensions.swift in Sources */,
- 75DF775A1BC8EB59006E9520 /* MD5.swift in Sources */,
- 75DF775B1BC8EB59006E9520 /* Array<UInt8>+Foundation.swift in Sources */,
- 75DF775C1BC8EB59006E9520 /* IntExtension.swift in Sources */,
- 75DF775D1BC8EB59006E9520 /* Operators.swift in Sources */,
- 75DF775E1BC8EB59006E9520 /* NSData+Extension.swift in Sources */,
- 75DF775F1BC8EB59006E9520 /* SHA1.swift in Sources */,
- 75DF77601BC8EB59006E9520 /* Utils+Foundation.swift in Sources */,
- 75DF77611BC8EB59006E9520 /* PKCS5.swift in Sources */,
- 75DF77621BC8EB59006E9520 /* CRC.swift in Sources */,
- 75DF77631BC8EB59006E9520 /* UInt32Extension.swift in Sources */,
- 75DF77641BC8EB59006E9520 /* AES.swift in Sources */,
- 75DF77651BC8EB59006E9520 /* ArraySlice<UInt8>+Bytes.swift in Sources */,
- 75DF77661BC8EB59006E9520 /* PKCS7.swift in Sources */,
- 75DF77671BC8EB59006E9520 /* Authenticator.swift in Sources */,
- 75DF77681BC8EB59006E9520 /* HashProtocol.swift in Sources */,
- 75DF77691BC8EB59006E9520 /* Generics.swift in Sources */,
- 75DF776A1BC8EB59006E9520 /* UInt8Extension.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXSourcesBuildPhase section */
- /* Begin PBXTargetDependency section */
- 75B601E4197D69EB0009B53D /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = 754BE45419693E190098E6F3 /* CryptoSwift iOS */;
- targetProxy = 75B601E3197D69EB0009B53D /* PBXContainerItemProxy */;
- };
- 75B601E6197D6A270009B53D /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = 754BE45419693E190098E6F3 /* CryptoSwift iOS */;
- targetProxy = 75B601E5197D6A270009B53D /* PBXContainerItemProxy */;
- };
- 75B601E8197D6A3A0009B53D /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = 754BE45419693E190098E6F3 /* CryptoSwift iOS */;
- targetProxy = 75B601E7197D6A3A0009B53D /* PBXContainerItemProxy */;
- };
- 75B601EA197D6A5C0009B53D /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = 754BE45419693E190098E6F3 /* CryptoSwift iOS */;
- targetProxy = 75B601E9197D6A5C0009B53D /* PBXContainerItemProxy */;
- };
- 75B601ED197D6B3D0009B53D /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = 754BE45419693E190098E6F3 /* CryptoSwift iOS */;
- targetProxy = 75B601EC197D6B3D0009B53D /* PBXContainerItemProxy */;
- };
- 75B6021D197D6CF10009B53D /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = 754BE45419693E190098E6F3 /* CryptoSwift iOS */;
- targetProxy = 75B6021C197D6CF10009B53D /* PBXContainerItemProxy */;
- };
- 75B6021F197D6D070009B53D /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = 754BE45419693E190098E6F3 /* CryptoSwift iOS */;
- targetProxy = 75B6021E197D6D070009B53D /* PBXContainerItemProxy */;
- };
- /* End PBXTargetDependency section */
- /* Begin XCBuildConfiguration section */
- 5596BDC11BC8F220007E38D5 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- DEBUG_INFORMATION_FORMAT = dwarf;
- DEFINES_MODULE = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- GCC_NO_COMMON_BLOCKS = YES;
- INFOPLIST_FILE = CryptoSwift/Info.plist;
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- MTL_ENABLE_DEBUG_INFO = YES;
- PRODUCT_BUNDLE_IDENTIFIER = com.hakore.CryptoSwift;
- PRODUCT_NAME = CryptoSwift;
- SDKROOT = watchos;
- SKIP_INSTALL = YES;
- TARGETED_DEVICE_FAMILY = 4;
- WATCHOS_DEPLOYMENT_TARGET = 2.0;
- };
- name = Debug;
- };
- 5596BDC21BC8F220007E38D5 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- COPY_PHASE_STRIP = NO;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- DEFINES_MODULE = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- GCC_NO_COMMON_BLOCKS = YES;
- INFOPLIST_FILE = CryptoSwift/Info.plist;
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- MTL_ENABLE_DEBUG_INFO = NO;
- PRODUCT_BUNDLE_IDENTIFIER = com.hakore.CryptoSwift;
- PRODUCT_NAME = CryptoSwift;
- SDKROOT = watchos;
- SKIP_INSTALL = YES;
- TARGETED_DEVICE_FAMILY = 4;
- WATCHOS_DEPLOYMENT_TARGET = 2.0;
- };
- name = Release;
- };
- 754BE46919693E190098E6F3 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN_UNREACHABLE_CODE = YES;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- COPY_PHASE_STRIP = NO;
- CURRENT_PROJECT_VERSION = 1;
- DEFINES_MODULE = YES;
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- ENABLE_TESTABILITY = YES;
- GCC_C_LANGUAGE_STANDARD = gnu99;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_PREPROCESSOR_DEFINITIONS = (
- "DEBUG=1",
- "$(inherited)",
- );
- GCC_SYMBOLS_PRIVATE_EXTERN = NO;
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
- GCC_WARN_UNDECLARED_SELECTOR = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
- MACOSX_DEPLOYMENT_TARGET = 10.9;
- METAL_ENABLE_DEBUG_INFO = YES;
- ONLY_ACTIVE_ARCH = YES;
- PRODUCT_NAME = CryptoSwift;
- SDKROOT = iphoneos;
- SWIFT_INSTALL_OBJC_HEADER = NO;
- SWIFT_OPTIMIZATION_LEVEL = "-Onone";
- TARGETED_DEVICE_FAMILY = "1,2";
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
- };
- name = Debug;
- };
- 754BE46A19693E190098E6F3 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN_UNREACHABLE_CODE = YES;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- COPY_PHASE_STRIP = YES;
- CURRENT_PROJECT_VERSION = 1;
- DEFINES_MODULE = YES;
- ENABLE_NS_ASSERTIONS = NO;
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- GCC_C_LANGUAGE_STANDARD = gnu99;
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
- GCC_WARN_UNDECLARED_SELECTOR = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
- MACOSX_DEPLOYMENT_TARGET = 10.9;
- METAL_ENABLE_DEBUG_INFO = NO;
- PRODUCT_NAME = CryptoSwift;
- SDKROOT = iphoneos;
- SWIFT_INSTALL_OBJC_HEADER = NO;
- TARGETED_DEVICE_FAMILY = "1,2";
- VALIDATE_PRODUCT = YES;
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
- };
- name = Release;
- };
- 754BE46C19693E190098E6F3 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- APPLICATION_EXTENSION_API_ONLY = YES;
- BITCODE_GENERATION_MODE = marker;
- CLANG_ENABLE_MODULES = YES;
- CODE_SIGN_IDENTITY = "";
- "CODE_SIGN_IDENTITY[sdk=*]" = "iPhone Developer";
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- INFOPLIST_FILE = CryptoSwift/Info.plist;
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- PRODUCT_BUNDLE_IDENTIFIER = "com.hakore.${PRODUCT_NAME:rfc1034identifier}";
- PRODUCT_NAME = CryptoSwift;
- SKIP_INSTALL = YES;
- SWIFT_OPTIMIZATION_LEVEL = "-Onone";
- };
- name = Debug;
- };
- 754BE46D19693E190098E6F3 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- APPLICATION_EXTENSION_API_ONLY = YES;
- BITCODE_GENERATION_MODE = bitcode;
- CLANG_ENABLE_MODULES = YES;
- CODE_SIGN_IDENTITY = "";
- "CODE_SIGN_IDENTITY[sdk=*]" = "iPhone Developer";
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
- GCC_UNROLL_LOOPS = YES;
- INFOPLIST_FILE = CryptoSwift/Info.plist;
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- LLVM_LTO = YES;
- PRODUCT_BUNDLE_IDENTIFIER = "com.hakore.${PRODUCT_NAME:rfc1034identifier}";
- PRODUCT_NAME = CryptoSwift;
- SKIP_INSTALL = YES;
- SWIFT_DISABLE_SAFETY_CHECKS = YES;
- SWIFT_OPTIMIZATION_LEVEL = "-O";
- };
- name = Release;
- };
- 754BE46F19693E190098E6F3 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- GCC_PREPROCESSOR_DEFINITIONS = (
- "DEBUG=1",
- "$(inherited)",
- );
- HEADER_SEARCH_PATHS = (
- "$(inherited)",
- "/Applications/Xcode6-Beta3.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include",
- "includes/**",
- );
- INFOPLIST_FILE = CryptoSwiftTests/Info.plist;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- LLVM_LTO = NO;
- METAL_ENABLE_DEBUG_INFO = YES;
- PRODUCT_BUNDLE_IDENTIFIER = "com.hakore.${PRODUCT_NAME:rfc1034identifier}";
- PRODUCT_NAME = "$(TARGET_NAME)";
- SWIFT_OBJC_BRIDGING_HEADER = CryptoSwiftTests/Bridging.h;
- };
- name = Debug;
- };
- 754BE47019693E190098E6F3 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- GCC_OPTIMIZATION_LEVEL = fast;
- GCC_UNROLL_LOOPS = YES;
- HEADER_SEARCH_PATHS = (
- "$(inherited)",
- "/Applications/Xcode6-Beta3.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include",
- "includes/**",
- );
- INFOPLIST_FILE = CryptoSwiftTests/Info.plist;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- LLVM_LTO = YES;
- METAL_ENABLE_DEBUG_INFO = NO;
- PRODUCT_BUNDLE_IDENTIFIER = "com.hakore.${PRODUCT_NAME:rfc1034identifier}";
- PRODUCT_NAME = "$(TARGET_NAME)";
- SWIFT_DISABLE_SAFETY_CHECKS = YES;
- SWIFT_OBJC_BRIDGING_HEADER = CryptoSwiftTests/Bridging.h;
- SWIFT_OPTIMIZATION_LEVEL = "-O";
- };
- name = Release;
- };
- 75D614BD1BD844F2001358B2 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- APPLICATION_EXTENSION_API_ONLY = YES;
- BITCODE_GENERATION_MODE = marker;
- CLANG_ENABLE_MODULES = YES;
- CODE_SIGN_IDENTITY = "";
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "iPhone Developer";
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- INFOPLIST_FILE = CryptoSwift/Info.plist;
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- IPHONEOS_DEPLOYMENT_TARGET = 9.0;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- MACOSX_DEPLOYMENT_TARGET = 10.11;
- PRODUCT_BUNDLE_IDENTIFIER = "com.hakore.${PRODUCT_NAME:rfc1034identifier}";
- PRODUCT_NAME = CryptoSwift;
- SDKROOT = appletvos;
- SKIP_INSTALL = YES;
- SWIFT_OPTIMIZATION_LEVEL = "-Onone";
- TARGETED_DEVICE_FAMILY = 3;
- TVOS_DEPLOYMENT_TARGET = 9.0;
- WATCHOS_DEPLOYMENT_TARGET = 2.0;
- };
- name = Debug;
- };
- 75D614BE1BD844F2001358B2 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- APPLICATION_EXTENSION_API_ONLY = YES;
- BITCODE_GENERATION_MODE = bitcode;
- CLANG_ENABLE_MODULES = YES;
- CODE_SIGN_IDENTITY = "";
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "iPhone Developer";
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
- GCC_UNROLL_LOOPS = YES;
- INFOPLIST_FILE = CryptoSwift/Info.plist;
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- IPHONEOS_DEPLOYMENT_TARGET = 9.0;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- LLVM_LTO = YES;
- MACOSX_DEPLOYMENT_TARGET = 10.11;
- PRODUCT_BUNDLE_IDENTIFIER = "com.hakore.${PRODUCT_NAME:rfc1034identifier}";
- PRODUCT_NAME = CryptoSwift;
- SDKROOT = appletvos;
- SKIP_INSTALL = YES;
- SWIFT_DISABLE_SAFETY_CHECKS = YES;
- SWIFT_OPTIMIZATION_LEVEL = "-O";
- TARGETED_DEVICE_FAMILY = 3;
- TVOS_DEPLOYMENT_TARGET = 9.0;
- WATCHOS_DEPLOYMENT_TARGET = 2.0;
- };
- name = Release;
- };
- 75DF77701BC8EB59006E9520 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- APPLICATION_EXTENSION_API_ONLY = YES;
- BITCODE_GENERATION_MODE = marker;
- CLANG_ENABLE_MODULES = YES;
- CODE_SIGN_IDENTITY = "";
- "CODE_SIGN_IDENTITY[sdk=macosx*]" = "";
- COMBINE_HIDPI_IMAGES = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- INFOPLIST_FILE = CryptoSwift/Info.plist;
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- PRODUCT_BUNDLE_IDENTIFIER = "com.hakore.${PRODUCT_NAME:rfc1034identifier}";
- PRODUCT_NAME = CryptoSwift;
- SDKROOT = macosx;
- SKIP_INSTALL = YES;
- SWIFT_OPTIMIZATION_LEVEL = "-Onone";
- };
- name = Debug;
- };
- 75DF77711BC8EB59006E9520 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- APPLICATION_EXTENSION_API_ONLY = YES;
- BITCODE_GENERATION_MODE = bitcode;
- CLANG_ENABLE_MODULES = YES;
- CODE_SIGN_IDENTITY = "";
- "CODE_SIGN_IDENTITY[sdk=macosx*]" = "";
- COMBINE_HIDPI_IMAGES = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
- GCC_UNROLL_LOOPS = YES;
- INFOPLIST_FILE = CryptoSwift/Info.plist;
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- LLVM_LTO = YES;
- PRODUCT_BUNDLE_IDENTIFIER = "com.hakore.${PRODUCT_NAME:rfc1034identifier}";
- PRODUCT_NAME = CryptoSwift;
- SDKROOT = macosx;
- SKIP_INSTALL = YES;
- SWIFT_DISABLE_SAFETY_CHECKS = YES;
- SWIFT_OPTIMIZATION_LEVEL = "-O";
- };
- name = Release;
- };
- /* End XCBuildConfiguration section */
- /* Begin XCConfigurationList section */
- 5596BDC01BC8F220007E38D5 /* Build configuration list for PBXNativeTarget "CryptoSwift watchOS" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 5596BDC11BC8F220007E38D5 /* Debug */,
- 5596BDC21BC8F220007E38D5 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 754BE44F19693E190098E6F3 /* Build configuration list for PBXProject "CryptoSwift" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 754BE46919693E190098E6F3 /* Debug */,
- 754BE46A19693E190098E6F3 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 754BE46B19693E190098E6F3 /* Build configuration list for PBXNativeTarget "CryptoSwift iOS" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 754BE46C19693E190098E6F3 /* Debug */,
- 754BE46D19693E190098E6F3 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 754BE46E19693E190098E6F3 /* Build configuration list for PBXNativeTarget "CryptoSwiftTests" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 754BE46F19693E190098E6F3 /* Debug */,
- 754BE47019693E190098E6F3 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 75D614BC1BD844F2001358B2 /* Build configuration list for PBXNativeTarget "CryptoSwift tvOS" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 75D614BD1BD844F2001358B2 /* Debug */,
- 75D614BE1BD844F2001358B2 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 75DF776F1BC8EB59006E9520 /* Build configuration list for PBXNativeTarget "CryptoSwift OSX" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 75DF77701BC8EB59006E9520 /* Debug */,
- 75DF77711BC8EB59006E9520 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- /* End XCConfigurationList section */
- };
- rootObject = 754BE44C19693E190098E6F3 /* Project object */;
- }
|