// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ 54EE1C631C2199B2008DD2E5 /* CryptoSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = 54EE1C621C2199B2008DD2E5 /* CryptoSwift.h */; settings = {ATTRIBUTES = (Public, ); }; }; 674A736F1BF5D85B00866C5B /* RabbitTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 674A736E1BF5D85B00866C5B /* RabbitTests.swift */; }; 750CC3E91DC014AF0096BE6E /* Blowfish.swift in Sources */ = {isa = PBXBuildFile; fileRef = 750CC3E81DC014AF0096BE6E /* Blowfish.swift */; }; 750CC3EB1DC0CACE0096BE6E /* BlowfishTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 750CC3EA1DC0CACE0096BE6E /* BlowfishTests.swift */; }; 750D3ACB1D0EADCA00999299 /* ZeroPadding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 750D3ACA1D0EADCA00999299 /* ZeroPadding.swift */; }; 75100F8F19B0BC890005C5F5 /* Poly1305Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75100F8E19B0BC890005C5F5 /* Poly1305Tests.swift */; }; 753881EB1CB06E390089101D /* NoPadding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 753881EA1CB06E390089101D /* NoPadding.swift */; }; 753B32FF1DAB711200D06422 /* RandomBytesSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 753B32FE1DAB711200D06422 /* RandomBytesSequence.swift */; }; 753B33011DAB84D600D06422 /* RandomBytesSequenceTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 753B33001DAB84D600D06422 /* RandomBytesSequenceTests.swift */; }; 75482EA41CB310B7001F66A5 /* PBKDF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75482EA31CB310B7001F66A5 /* PBKDF.swift */; }; 75482EA71CB329C1001F66A5 /* PBKDF2.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75482EA61CB329C1001F66A5 /* PBKDF2.swift */; }; 75482EAC1CB329DF001F66A5 /* PKCS5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75482EAB1CB329DF001F66A5 /* PKCS5.swift */; }; 754BE46819693E190098E6F3 /* DigestTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 754BE46719693E190098E6F3 /* DigestTests.swift */; }; 75558FCC1D4BA93C00CF6C18 /* RandomAccessCryptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75558FCB1D4BA93C00CF6C18 /* RandomAccessCryptor.swift */; }; 755655C71D080E3F00F004E7 /* Cryptors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 755655C61D080E3F00F004E7 /* Cryptors.swift */; }; 755FB1DA199E347D00475437 /* ExtensionsTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 755FB1D9199E347D00475437 /* ExtensionsTest.swift */; }; 756B575F1D5131A4001C0C72 /* Collection+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 756B575E1D5131A4001C0C72 /* Collection+Extension.swift */; }; 7574E5FE1CD02C8B00E96346 /* CSArrayType+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7574E5FD1CD02C8B00E96346 /* CSArrayType+Foundation.swift */; }; 75790ABD1DC178DA00606105 /* Blowfish+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75790ABC1DC178DA00606105 /* Blowfish+Foundation.swift */; }; 757BC8FE1C1CA56A0093AAA9 /* AES+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC8F71C1CA56A0093AAA9 /* AES+Foundation.swift */; }; 757BC9061C1CA56A0093AAA9 /* ChaCha20+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC8F91C1CA56A0093AAA9 /* ChaCha20+Foundation.swift */; }; 757BC90A1C1CA56A0093AAA9 /* Data+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC8FA1C1CA56A0093AAA9 /* Data+Extension.swift */; }; 757BC90E1C1CA56A0093AAA9 /* Rabbit+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC8FB1C1CA56A0093AAA9 /* Rabbit+Foundation.swift */; }; 757BC9121C1CA56A0093AAA9 /* String+FoundationExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC8FC1C1CA56A0093AAA9 /* String+FoundationExtension.swift */; }; 757BC9161C1CA56A0093AAA9 /* Utils+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC8FD1C1CA56A0093AAA9 /* Utils+Foundation.swift */; }; 757BC93C1C1CA5790093AAA9 /* AES.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC91A1C1CA5790093AAA9 /* AES.swift */; }; 757BC9401C1CA5790093AAA9 /* Array+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC91B1C1CA5790093AAA9 /* Array+Extension.swift */; }; 757BC9481C1CA5790093AAA9 /* Authenticator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC91D1C1CA5790093AAA9 /* Authenticator.swift */; }; 757BC9541C1CA5790093AAA9 /* ChaCha20.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9201C1CA5790093AAA9 /* ChaCha20.swift */; }; 757BC9601C1CA5790093AAA9 /* Checksum.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9231C1CA5790093AAA9 /* Checksum.swift */; }; 757BC9681C1CA5790093AAA9 /* CSArrayType+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9251C1CA5790093AAA9 /* CSArrayType+Extensions.swift */; }; 757BC96C1C1CA5790093AAA9 /* Generics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9261C1CA5790093AAA9 /* Generics.swift */; }; 757BC9701C1CA5790093AAA9 /* Digest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9271C1CA5790093AAA9 /* Digest.swift */; }; 757BC9741C1CA5790093AAA9 /* DigestType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9281C1CA5790093AAA9 /* DigestType.swift */; }; 757BC9781C1CA5790093AAA9 /* HMAC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9291C1CA5790093AAA9 /* HMAC.swift */; }; 757BC9801C1CA5790093AAA9 /* IntegerConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC92B1C1CA5790093AAA9 /* IntegerConvertible.swift */; }; 757BC9841C1CA5790093AAA9 /* Int+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC92C1C1CA5790093AAA9 /* Int+Extension.swift */; }; 757BC9881C1CA5790093AAA9 /* MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC92D1C1CA5790093AAA9 /* MD5.swift */; }; 757BC9901C1CA5790093AAA9 /* Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC92F1C1CA5790093AAA9 /* Operators.swift */; }; 757BC9941C1CA5790093AAA9 /* Padding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9301C1CA5790093AAA9 /* Padding.swift */; }; 757BC99C1C1CA5790093AAA9 /* PKCS7.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9321C1CA5790093AAA9 /* PKCS7.swift */; }; 757BC9A01C1CA5790093AAA9 /* Poly1305.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9331C1CA5790093AAA9 /* Poly1305.swift */; }; 757BC9A41C1CA5790093AAA9 /* Rabbit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9341C1CA5790093AAA9 /* Rabbit.swift */; }; 757BC9A81C1CA5790093AAA9 /* SHA1.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9351C1CA5790093AAA9 /* SHA1.swift */; }; 757BC9AC1C1CA5790093AAA9 /* SHA2.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9361C1CA5790093AAA9 /* SHA2.swift */; }; 757BC9B01C1CA5790093AAA9 /* String+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9371C1CA5790093AAA9 /* String+Extension.swift */; }; 757BC9B41C1CA5790093AAA9 /* UInt8+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9381C1CA5790093AAA9 /* UInt8+Extension.swift */; }; 757BC9B81C1CA5790093AAA9 /* UInt32+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9391C1CA5790093AAA9 /* UInt32+Extension.swift */; }; 757BC9BC1C1CA5790093AAA9 /* UInt64+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC93A1C1CA5790093AAA9 /* UInt64+Extension.swift */; }; 757BC9C01C1CA5790093AAA9 /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC93B1C1CA5790093AAA9 /* Utils.swift */; }; 757DA2531A4ED0A4002BA3EF /* PaddingTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757DA2521A4ED0A4002BA3EF /* PaddingTests.swift */; }; 757DA2551A4ED408002BA3EF /* AESTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757DA2541A4ED408002BA3EF /* AESTests.swift */; }; 757DA2591A4ED4D7002BA3EF /* ChaCha20Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757DA2581A4ED4D7002BA3EF /* ChaCha20Tests.swift */; }; 757F44091CC172B6002B1F85 /* BlockCipher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757F44081CC172B6002B1F85 /* BlockCipher.swift */; }; 757F440E1CC1822B002B1F85 /* SecureBytes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757F440D1CC1822A002B1F85 /* SecureBytes.swift */; }; 75865C5F1D4AF3880072CAC2 /* RandomAccessBlockModeWorker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75865C5E1D4AF3880072CAC2 /* RandomAccessBlockModeWorker.swift */; }; 758A94281A65C59200E46135 /* HMACTests.swift in Resources */ = {isa = PBXBuildFile; fileRef = 758A94271A65C59200E46135 /* HMACTests.swift */; }; 758A94291A65C67400E46135 /* HMACTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758A94271A65C59200E46135 /* HMACTests.swift */; }; 758F58F11C8FB6E20054C377 /* OFB.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758F58F01C8FB6E20054C377 /* OFB.swift */; }; 7595ADE81D86A29A0099EBEF /* HMAC+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7595ADE71D86A29A0099EBEF /* HMAC+Foundation.swift */; }; 759FF2A81E226B7D00BC4EE1 /* BatchedCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 759FF2A71E226B7D00BC4EE1 /* BatchedCollection.swift */; }; 75B601EB197D6A6C0009B53D /* CryptoSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 754BE45519693E190098E6F3 /* CryptoSwift.framework */; }; 75C2E7681D55EFA1003D2BCA /* UInt16+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75C2E7671D55EFA1003D2BCA /* UInt16+Extension.swift */; }; 75C2E76D1D55F097003D2BCA /* Access.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75C2E76C1D55F097003D2BCA /* Access.swift */; }; 75CB93251C8F5EC10087740D /* CBC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75CB93241C8F5EC10087740D /* CBC.swift */; }; 75CB93301C8F5F580087740D /* BlockMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75CB932F1C8F5F580087740D /* BlockMode.swift */; }; 75CB93351C8F5FCE0087740D /* PCBC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75CB93341C8F5FCE0087740D /* PCBC.swift */; }; 75CB933A1C8F5FFD0087740D /* CFB.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75CB93391C8F5FFD0087740D /* CFB.swift */; }; 75CB93441C8F603C0087740D /* CTR.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75CB93431C8F603C0087740D /* CTR.swift */; }; 75CB93491C8F60700087740D /* ECB.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75CB93481C8F60700087740D /* ECB.swift */; }; 75CB934E1C8F609D0087740D /* BlockModeOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75CB934D1C8F609D0087740D /* BlockModeOptions.swift */; }; 75D0E05C1CFB9B9400FCEA0E /* Cipher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D0E05B1CFB9B9400FCEA0E /* Cipher.swift */; }; 75D1F1F41D06B98B005A87A2 /* PBKDF1.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D1F1F31D06B98B005A87A2 /* PBKDF1.swift */; }; 75DB81A31CDBFDC700ED181A /* BlockModeWorker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75DB81A21CDBFDC700ED181A /* BlockModeWorker.swift */; }; 75DB81A81CDC06B100ED181A /* Updatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75DB81A71CDC06B100ED181A /* Updatable.swift */; }; 75F818231D9527CE00A78C92 /* SHA3.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75F818221D9527CE00A78C92 /* SHA3.swift */; }; 80545D131CA9FECD00474A99 /* Bit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80545D121CA9FECD00474A99 /* Bit.swift */; }; E3FD2D531D6B81CE00A9F35F /* Error+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3FD2D511D6B813C00A9F35F /* Error+Extension.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; }; /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ 54EE1C621C2199B2008DD2E5 /* CryptoSwift.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CryptoSwift.h; path = Sources/CryptoSwift.h; sourceTree = SOURCE_ROOT; }; 674A736E1BF5D85B00866C5B /* RabbitTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RabbitTests.swift; sourceTree = ""; }; 750CC3E81DC014AF0096BE6E /* Blowfish.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Blowfish.swift; path = Sources/CryptoSwift/Blowfish.swift; sourceTree = SOURCE_ROOT; }; 750CC3EA1DC0CACE0096BE6E /* BlowfishTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BlowfishTests.swift; sourceTree = ""; }; 750D3ACA1D0EADCA00999299 /* ZeroPadding.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ZeroPadding.swift; path = Sources/CryptoSwift/ZeroPadding.swift; sourceTree = SOURCE_ROOT; }; 75100F8E19B0BC890005C5F5 /* Poly1305Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Poly1305Tests.swift; sourceTree = ""; }; 753881EA1CB06E390089101D /* NoPadding.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = NoPadding.swift; path = Sources/CryptoSwift/NoPadding.swift; sourceTree = SOURCE_ROOT; }; 753B32FE1DAB711200D06422 /* RandomBytesSequence.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = RandomBytesSequence.swift; path = Sources/CryptoSwift/RandomBytesSequence.swift; sourceTree = SOURCE_ROOT; }; 753B33001DAB84D600D06422 /* RandomBytesSequenceTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RandomBytesSequenceTests.swift; sourceTree = ""; }; 75482EA31CB310B7001F66A5 /* PBKDF.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PBKDF.swift; sourceTree = ""; }; 75482EA61CB329C1001F66A5 /* PBKDF2.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = PBKDF2.swift; path = Sources/CryptoSwift/PKCS5/PBKDF2.swift; sourceTree = SOURCE_ROOT; }; 75482EAB1CB329DF001F66A5 /* PKCS5.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = PKCS5.swift; path = Sources/CryptoSwift/PKCS5/PKCS5.swift; sourceTree = SOURCE_ROOT; }; 754BE45519693E190098E6F3 /* CryptoSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CryptoSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 754BE46019693E190098E6F3 /* Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 754BE46619693E190098E6F3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 754BE46719693E190098E6F3 /* DigestTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DigestTests.swift; sourceTree = ""; }; 75558FCB1D4BA93C00CF6C18 /* RandomAccessCryptor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = RandomAccessCryptor.swift; path = Sources/CryptoSwift/RandomAccessCryptor.swift; sourceTree = SOURCE_ROOT; }; 755655C61D080E3F00F004E7 /* Cryptors.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Cryptors.swift; path = Sources/CryptoSwift/Cryptors.swift; sourceTree = SOURCE_ROOT; }; 755D27BC1D06DE6400C41692 /* CryptoSwift.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; path = CryptoSwift.playground; sourceTree = ""; }; 755FB1D9199E347D00475437 /* ExtensionsTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExtensionsTest.swift; sourceTree = ""; }; 75668C801E2191FF001186BA /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = SOURCE_ROOT; }; 756B575E1D5131A4001C0C72 /* Collection+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "Collection+Extension.swift"; path = "Sources/CryptoSwift/Collection+Extension.swift"; sourceTree = SOURCE_ROOT; }; 756BFDCA1A82B87300B9D9A4 /* Bridging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Bridging.h; sourceTree = ""; }; 7574E5FD1CD02C8B00E96346 /* CSArrayType+Foundation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "CSArrayType+Foundation.swift"; sourceTree = ""; }; 75790ABC1DC178DA00606105 /* Blowfish+Foundation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Blowfish+Foundation.swift"; sourceTree = ""; }; 757BC8F71C1CA56A0093AAA9 /* AES+Foundation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = "AES+Foundation.swift"; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.swift; }; 757BC8F91C1CA56A0093AAA9 /* ChaCha20+Foundation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = "ChaCha20+Foundation.swift"; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.swift; }; 757BC8FA1C1CA56A0093AAA9 /* Data+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Data+Extension.swift"; sourceTree = ""; }; 757BC8FB1C1CA56A0093AAA9 /* Rabbit+Foundation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = "Rabbit+Foundation.swift"; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.swift; }; 757BC8FC1C1CA56A0093AAA9 /* String+FoundationExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+FoundationExtension.swift"; sourceTree = ""; }; 757BC8FD1C1CA56A0093AAA9 /* Utils+Foundation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Utils+Foundation.swift"; sourceTree = ""; }; 757BC91A1C1CA5790093AAA9 /* AES.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = AES.swift; path = Sources/CryptoSwift/AES.swift; sourceTree = SOURCE_ROOT; }; 757BC91B1C1CA5790093AAA9 /* Array+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "Array+Extension.swift"; path = "Sources/CryptoSwift/Array+Extension.swift"; sourceTree = SOURCE_ROOT; }; 757BC91D1C1CA5790093AAA9 /* Authenticator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Authenticator.swift; path = Sources/CryptoSwift/Authenticator.swift; sourceTree = SOURCE_ROOT; }; 757BC9201C1CA5790093AAA9 /* ChaCha20.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ChaCha20.swift; path = Sources/CryptoSwift/ChaCha20.swift; sourceTree = SOURCE_ROOT; }; 757BC9231C1CA5790093AAA9 /* Checksum.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Checksum.swift; path = Sources/CryptoSwift/Checksum.swift; sourceTree = SOURCE_ROOT; }; 757BC9251C1CA5790093AAA9 /* CSArrayType+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "CSArrayType+Extensions.swift"; path = "Sources/CryptoSwift/CSArrayType+Extensions.swift"; sourceTree = SOURCE_ROOT; }; 757BC9261C1CA5790093AAA9 /* Generics.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Generics.swift; path = Sources/CryptoSwift/Generics.swift; sourceTree = SOURCE_ROOT; }; 757BC9271C1CA5790093AAA9 /* Digest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Digest.swift; path = Sources/CryptoSwift/Digest.swift; sourceTree = SOURCE_ROOT; }; 757BC9281C1CA5790093AAA9 /* DigestType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = DigestType.swift; path = Sources/CryptoSwift/DigestType.swift; sourceTree = SOURCE_ROOT; }; 757BC9291C1CA5790093AAA9 /* HMAC.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = HMAC.swift; path = Sources/CryptoSwift/HMAC.swift; sourceTree = SOURCE_ROOT; }; 757BC92A1C1CA5790093AAA9 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Sources/CryptoSwift/Info.plist; sourceTree = SOURCE_ROOT; }; 757BC92B1C1CA5790093AAA9 /* IntegerConvertible.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = IntegerConvertible.swift; path = Sources/CryptoSwift/IntegerConvertible.swift; sourceTree = SOURCE_ROOT; }; 757BC92C1C1CA5790093AAA9 /* Int+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "Int+Extension.swift"; path = "Sources/CryptoSwift/Int+Extension.swift"; sourceTree = SOURCE_ROOT; }; 757BC92D1C1CA5790093AAA9 /* MD5.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MD5.swift; path = Sources/CryptoSwift/MD5.swift; sourceTree = SOURCE_ROOT; }; 757BC92F1C1CA5790093AAA9 /* Operators.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Operators.swift; path = Sources/CryptoSwift/Operators.swift; sourceTree = SOURCE_ROOT; }; 757BC9301C1CA5790093AAA9 /* Padding.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Padding.swift; path = Sources/CryptoSwift/Padding.swift; sourceTree = SOURCE_ROOT; }; 757BC9321C1CA5790093AAA9 /* PKCS7.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = PKCS7.swift; path = Sources/CryptoSwift/PKCS7.swift; sourceTree = SOURCE_ROOT; }; 757BC9331C1CA5790093AAA9 /* Poly1305.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Poly1305.swift; path = Sources/CryptoSwift/Poly1305.swift; sourceTree = SOURCE_ROOT; }; 757BC9341C1CA5790093AAA9 /* Rabbit.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Rabbit.swift; path = Sources/CryptoSwift/Rabbit.swift; sourceTree = SOURCE_ROOT; }; 757BC9351C1CA5790093AAA9 /* SHA1.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SHA1.swift; path = Sources/CryptoSwift/SHA1.swift; sourceTree = SOURCE_ROOT; }; 757BC9361C1CA5790093AAA9 /* SHA2.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SHA2.swift; path = Sources/CryptoSwift/SHA2.swift; sourceTree = SOURCE_ROOT; }; 757BC9371C1CA5790093AAA9 /* String+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "String+Extension.swift"; path = "Sources/CryptoSwift/String+Extension.swift"; sourceTree = SOURCE_ROOT; }; 757BC9381C1CA5790093AAA9 /* UInt8+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "UInt8+Extension.swift"; path = "Sources/CryptoSwift/UInt8+Extension.swift"; sourceTree = SOURCE_ROOT; }; 757BC9391C1CA5790093AAA9 /* UInt32+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "UInt32+Extension.swift"; path = "Sources/CryptoSwift/UInt32+Extension.swift"; sourceTree = SOURCE_ROOT; }; 757BC93A1C1CA5790093AAA9 /* UInt64+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "UInt64+Extension.swift"; path = "Sources/CryptoSwift/UInt64+Extension.swift"; sourceTree = SOURCE_ROOT; }; 757BC93B1C1CA5790093AAA9 /* Utils.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Utils.swift; path = Sources/CryptoSwift/Utils.swift; sourceTree = SOURCE_ROOT; }; 757DA2521A4ED0A4002BA3EF /* PaddingTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PaddingTests.swift; sourceTree = ""; }; 757DA2541A4ED408002BA3EF /* AESTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AESTests.swift; sourceTree = ""; }; 757DA2581A4ED4D7002BA3EF /* ChaCha20Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChaCha20Tests.swift; sourceTree = ""; }; 757F44081CC172B6002B1F85 /* BlockCipher.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = BlockCipher.swift; path = Sources/CryptoSwift/BlockCipher.swift; sourceTree = SOURCE_ROOT; }; 757F440D1CC1822A002B1F85 /* SecureBytes.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SecureBytes.swift; path = Sources/CryptoSwift/SecureBytes.swift; sourceTree = SOURCE_ROOT; }; 75865C5E1D4AF3880072CAC2 /* RandomAccessBlockModeWorker.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = RandomAccessBlockModeWorker.swift; path = Sources/CryptoSwift/BlockMode/RandomAccessBlockModeWorker.swift; sourceTree = SOURCE_ROOT; }; 758A94271A65C59200E46135 /* HMACTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HMACTests.swift; sourceTree = ""; }; 758F58F01C8FB6E20054C377 /* OFB.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = OFB.swift; path = Sources/CryptoSwift/BlockMode/OFB.swift; sourceTree = SOURCE_ROOT; }; 7595ADE71D86A29A0099EBEF /* HMAC+Foundation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "HMAC+Foundation.swift"; sourceTree = ""; }; 759FF2A71E226B7D00BC4EE1 /* BatchedCollection.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = BatchedCollection.swift; path = Sources/CryptoSwift/BatchedCollection.swift; sourceTree = SOURCE_ROOT; }; 75C2E7671D55EFA1003D2BCA /* UInt16+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "UInt16+Extension.swift"; path = "Sources/CryptoSwift/UInt16+Extension.swift"; sourceTree = SOURCE_ROOT; }; 75C2E76C1D55F097003D2BCA /* Access.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Access.swift; sourceTree = ""; }; 75CB93241C8F5EC10087740D /* CBC.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = CBC.swift; path = Sources/CryptoSwift/BlockMode/CBC.swift; sourceTree = SOURCE_ROOT; }; 75CB932F1C8F5F580087740D /* BlockMode.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = BlockMode.swift; path = Sources/CryptoSwift/BlockMode/BlockMode.swift; sourceTree = SOURCE_ROOT; }; 75CB93341C8F5FCE0087740D /* PCBC.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = PCBC.swift; path = Sources/CryptoSwift/BlockMode/PCBC.swift; sourceTree = SOURCE_ROOT; }; 75CB93391C8F5FFD0087740D /* CFB.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = CFB.swift; path = Sources/CryptoSwift/BlockMode/CFB.swift; sourceTree = SOURCE_ROOT; }; 75CB93431C8F603C0087740D /* CTR.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = CTR.swift; path = Sources/CryptoSwift/BlockMode/CTR.swift; sourceTree = SOURCE_ROOT; }; 75CB93481C8F60700087740D /* ECB.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ECB.swift; path = Sources/CryptoSwift/BlockMode/ECB.swift; sourceTree = SOURCE_ROOT; }; 75CB934D1C8F609D0087740D /* BlockModeOptions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = BlockModeOptions.swift; path = Sources/CryptoSwift/BlockMode/BlockModeOptions.swift; sourceTree = SOURCE_ROOT; }; 75D0E05B1CFB9B9400FCEA0E /* Cipher.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Cipher.swift; path = Sources/CryptoSwift/Cipher.swift; sourceTree = SOURCE_ROOT; }; 75D1F1F31D06B98B005A87A2 /* PBKDF1.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = PBKDF1.swift; path = Sources/CryptoSwift/PKCS5/PBKDF1.swift; sourceTree = SOURCE_ROOT; }; 75DB81A21CDBFDC700ED181A /* BlockModeWorker.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = BlockModeWorker.swift; path = Sources/CryptoSwift/BlockMode/BlockModeWorker.swift; sourceTree = SOURCE_ROOT; }; 75DB81A71CDC06B100ED181A /* Updatable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Updatable.swift; path = Sources/CryptoSwift/Updatable.swift; sourceTree = SOURCE_ROOT; }; 75EDCB811DAC4CA400D270E0 /* LinuxMain.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = LinuxMain.swift; path = Tests/LinuxMain.swift; sourceTree = SOURCE_ROOT; }; 75F818221D9527CE00A78C92 /* SHA3.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SHA3.swift; path = Sources/CryptoSwift/SHA3.swift; sourceTree = SOURCE_ROOT; }; 80545D121CA9FECD00474A99 /* Bit.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Bit.swift; path = Sources/CryptoSwift/Bit.swift; sourceTree = SOURCE_ROOT; }; E3FD2D511D6B813C00A9F35F /* Error+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Error+Extension.swift"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ 754BE45119693E190098E6F3 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; 754BE45D19693E190098E6F3 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( 75B601EB197D6A6C0009B53D /* CryptoSwift.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ 24B0BBA29D734E62809E53BC /* Frameworks */ = { isa = PBXGroup; children = ( ); name = Frameworks; sourceTree = ""; }; 75482EA51CB3299E001F66A5 /* PKCS5 */ = { isa = PBXGroup; children = ( 75482EAB1CB329DF001F66A5 /* PKCS5.swift */, 75D1F1F31D06B98B005A87A2 /* PBKDF1.swift */, 75482EA61CB329C1001F66A5 /* PBKDF2.swift */, ); name = PKCS5; sourceTree = ""; }; 754BE44B19693E190098E6F3 = { isa = PBXGroup; children = ( 755D27BC1D06DE6400C41692 /* CryptoSwift.playground */, 754BE45719693E190098E6F3 /* CryptoSwift */, 754BE46419693E190098E6F3 /* Tests */, 754BE45619693E190098E6F3 /* Products */, 24B0BBA29D734E62809E53BC /* Frameworks */, ); sourceTree = ""; }; 754BE45619693E190098E6F3 /* Products */ = { isa = PBXGroup; children = ( 754BE45519693E190098E6F3 /* CryptoSwift.framework */, 754BE46019693E190098E6F3 /* Tests.xctest */, ); name = Products; sourceTree = ""; }; 754BE45719693E190098E6F3 /* CryptoSwift */ = { isa = PBXGroup; children = ( 75DB81B11CDC0E4100ED181A /* Ciphers */, 757BC91D1C1CA5790093AAA9 /* Authenticator.swift */, 80545D121CA9FECD00474A99 /* Bit.swift */, 757F440D1CC1822A002B1F85 /* SecureBytes.swift */, 759FF2A71E226B7D00BC4EE1 /* BatchedCollection.swift */, 753B32FE1DAB711200D06422 /* RandomBytesSequence.swift */, 755655C61D080E3F00F004E7 /* Cryptors.swift */, 75DB81A71CDC06B100ED181A /* Updatable.swift */, 75558FCB1D4BA93C00CF6C18 /* RandomAccessCryptor.swift */, 75CB93291C8F5EC60087740D /* BlockMode */, 757BC9231C1CA5790093AAA9 /* Checksum.swift */, 757BC9261C1CA5790093AAA9 /* Generics.swift */, 75F818241D9527DB00A78C92 /* Digest */, 757BC9291C1CA5790093AAA9 /* HMAC.swift */, 757BC92B1C1CA5790093AAA9 /* IntegerConvertible.swift */, 757BC92F1C1CA5790093AAA9 /* Operators.swift */, 757BC9301C1CA5790093AAA9 /* Padding.swift */, 75482EA51CB3299E001F66A5 /* PKCS5 */, 757BC9321C1CA5790093AAA9 /* PKCS7.swift */, 753881EA1CB06E390089101D /* NoPadding.swift */, 750D3ACA1D0EADCA00999299 /* ZeroPadding.swift */, 757BC9331C1CA5790093AAA9 /* Poly1305.swift */, 757BC93B1C1CA5790093AAA9 /* Utils.swift */, 757BC91B1C1CA5790093AAA9 /* Array+Extension.swift */, 757BC9251C1CA5790093AAA9 /* CSArrayType+Extensions.swift */, 756B575E1D5131A4001C0C72 /* Collection+Extension.swift */, 757BC9371C1CA5790093AAA9 /* String+Extension.swift */, 757BC92C1C1CA5790093AAA9 /* Int+Extension.swift */, 757BC9381C1CA5790093AAA9 /* UInt8+Extension.swift */, 75C2E7671D55EFA1003D2BCA /* UInt16+Extension.swift */, 757BC9391C1CA5790093AAA9 /* UInt32+Extension.swift */, 757BC93A1C1CA5790093AAA9 /* UInt64+Extension.swift */, 757BC8F61C1CA56A0093AAA9 /* Foundation */, 754BE45819693E190098E6F3 /* Supporting Files */, ); path = CryptoSwift; sourceTree = ""; }; 754BE45819693E190098E6F3 /* Supporting Files */ = { isa = PBXGroup; children = ( 75668C801E2191FF001186BA /* README.md */, 54EE1C621C2199B2008DD2E5 /* CryptoSwift.h */, 757BC92A1C1CA5790093AAA9 /* Info.plist */, ); name = "Supporting Files"; sourceTree = ""; }; 754BE46419693E190098E6F3 /* Tests */ = { isa = PBXGroup; children = ( 754BE46719693E190098E6F3 /* DigestTests.swift */, 75100F8E19B0BC890005C5F5 /* Poly1305Tests.swift */, 758A94271A65C59200E46135 /* HMACTests.swift */, 757DA2541A4ED408002BA3EF /* AESTests.swift */, 750CC3EA1DC0CACE0096BE6E /* BlowfishTests.swift */, 757DA2581A4ED4D7002BA3EF /* ChaCha20Tests.swift */, 674A736E1BF5D85B00866C5B /* RabbitTests.swift */, 755FB1D9199E347D00475437 /* ExtensionsTest.swift */, 757DA2521A4ED0A4002BA3EF /* PaddingTests.swift */, 75482EA31CB310B7001F66A5 /* PBKDF.swift */, 753B33001DAB84D600D06422 /* RandomBytesSequenceTests.swift */, 75C2E76C1D55F097003D2BCA /* Access.swift */, 756BFDCA1A82B87300B9D9A4 /* Bridging.h */, 754BE46519693E190098E6F3 /* Supporting Files */, E3FD2D511D6B813C00A9F35F /* Error+Extension.swift */, ); name = Tests; path = Tests/CryptoSwiftTests; sourceTree = ""; }; 754BE46519693E190098E6F3 /* Supporting Files */ = { isa = PBXGroup; children = ( 75EDCB811DAC4CA400D270E0 /* LinuxMain.swift */, 754BE46619693E190098E6F3 /* Info.plist */, ); name = "Supporting Files"; sourceTree = ""; }; 757BC8F61C1CA56A0093AAA9 /* Foundation */ = { isa = PBXGroup; children = ( 757BC8F71C1CA56A0093AAA9 /* AES+Foundation.swift */, 75790ABC1DC178DA00606105 /* Blowfish+Foundation.swift */, 757BC8F91C1CA56A0093AAA9 /* ChaCha20+Foundation.swift */, 757BC8FA1C1CA56A0093AAA9 /* Data+Extension.swift */, 757BC8FB1C1CA56A0093AAA9 /* Rabbit+Foundation.swift */, 757BC8FC1C1CA56A0093AAA9 /* String+FoundationExtension.swift */, 757BC8FD1C1CA56A0093AAA9 /* Utils+Foundation.swift */, 7574E5FD1CD02C8B00E96346 /* CSArrayType+Foundation.swift */, 7595ADE71D86A29A0099EBEF /* HMAC+Foundation.swift */, ); name = Foundation; path = Sources/CryptoSwift/Foundation; sourceTree = SOURCE_ROOT; }; 75CB93291C8F5EC60087740D /* BlockMode */ = { isa = PBXGroup; children = ( 75CB934D1C8F609D0087740D /* BlockModeOptions.swift */, 75CB932F1C8F5F580087740D /* BlockMode.swift */, 75DB81A21CDBFDC700ED181A /* BlockModeWorker.swift */, 75865C5E1D4AF3880072CAC2 /* RandomAccessBlockModeWorker.swift */, 75CB93241C8F5EC10087740D /* CBC.swift */, 75CB93341C8F5FCE0087740D /* PCBC.swift */, 75CB93391C8F5FFD0087740D /* CFB.swift */, 758F58F01C8FB6E20054C377 /* OFB.swift */, 75CB93431C8F603C0087740D /* CTR.swift */, 75CB93481C8F60700087740D /* ECB.swift */, ); name = BlockMode; sourceTree = ""; }; 75DB81B11CDC0E4100ED181A /* Ciphers */ = { isa = PBXGroup; children = ( 757F44081CC172B6002B1F85 /* BlockCipher.swift */, 75D0E05B1CFB9B9400FCEA0E /* Cipher.swift */, 757BC91A1C1CA5790093AAA9 /* AES.swift */, 757BC9201C1CA5790093AAA9 /* ChaCha20.swift */, 757BC9341C1CA5790093AAA9 /* Rabbit.swift */, 750CC3E81DC014AF0096BE6E /* Blowfish.swift */, ); name = Ciphers; sourceTree = ""; }; 75F818241D9527DB00A78C92 /* Digest */ = { isa = PBXGroup; children = ( 757BC9281C1CA5790093AAA9 /* DigestType.swift */, 757BC9271C1CA5790093AAA9 /* Digest.swift */, 757BC92D1C1CA5790093AAA9 /* MD5.swift */, 757BC9351C1CA5790093AAA9 /* SHA1.swift */, 757BC9361C1CA5790093AAA9 /* SHA2.swift */, 75F818221D9527CE00A78C92 /* SHA3.swift */, ); name = Digest; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ 754BE45219693E190098E6F3 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( 54EE1C631C2199B2008DD2E5 /* CryptoSwift.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ 754BE45419693E190098E6F3 /* CryptoSwift */ = { isa = PBXNativeTarget; buildConfigurationList = 754BE46B19693E190098E6F3 /* Build configuration list for PBXNativeTarget "CryptoSwift" */; buildPhases = ( 754BE45019693E190098E6F3 /* Sources */, 754BE45119693E190098E6F3 /* Frameworks */, 754BE45219693E190098E6F3 /* Headers */, 754BE45319693E190098E6F3 /* Resources */, 75B601E0197D69770009B53D /* CopyFiles */, ); buildRules = ( ); dependencies = ( ); name = CryptoSwift; productName = CryptoSwift; productReference = 754BE45519693E190098E6F3 /* CryptoSwift.framework */; productType = "com.apple.product-type.framework"; }; 754BE45F19693E190098E6F3 /* Tests */ = { isa = PBXNativeTarget; buildConfigurationList = 754BE46E19693E190098E6F3 /* Build configuration list for PBXNativeTarget "Tests" */; buildPhases = ( 754BE45C19693E190098E6F3 /* Sources */, 754BE45D19693E190098E6F3 /* Frameworks */, 754BE45E19693E190098E6F3 /* Resources */, ); buildRules = ( ); dependencies = ( 75B601E4197D69EB0009B53D /* PBXTargetDependency */, 75B601E6197D6A270009B53D /* PBXTargetDependency */, 75B601E8197D6A3A0009B53D /* PBXTargetDependency */, 75B601EA197D6A5C0009B53D /* PBXTargetDependency */, 75B601ED197D6B3D0009B53D /* PBXTargetDependency */, 75B6021D197D6CF10009B53D /* PBXTargetDependency */, 75B6021F197D6D070009B53D /* PBXTargetDependency */, ); name = Tests; productName = CryptoSwiftTests; productReference = 754BE46019693E190098E6F3 /* Tests.xctest */; productType = "com.apple.product-type.bundle.unit-test"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ 754BE44C19693E190098E6F3 /* Project object */ = { isa = PBXProject; attributes = { LastSwiftUpdateCheck = 0700; LastUpgradeCheck = 0810; ORGANIZATIONNAME = "Marcin Krzyzanowski"; TargetAttributes = { 754BE45419693E190098E6F3 = { CreatedOnToolsVersion = 6.0; LastSwiftMigration = 0800; }; 754BE45F19693E190098E6F3 = { CreatedOnToolsVersion = 6.0; LastSwiftMigration = 0800; 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 */, 754BE45F19693E190098E6F3 /* Tests */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ 754BE45319693E190098E6F3 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; 754BE45E19693E190098E6F3 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( 758A94281A65C59200E46135 /* HMACTests.swift in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ 754BE45019693E190098E6F3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 757BC99C1C1CA5790093AAA9 /* PKCS7.swift in Sources */, 757BC9AC1C1CA5790093AAA9 /* SHA2.swift in Sources */, 75865C5F1D4AF3880072CAC2 /* RandomAccessBlockModeWorker.swift in Sources */, 75DB81A31CDBFDC700ED181A /* BlockModeWorker.swift in Sources */, 757BC9161C1CA56A0093AAA9 /* Utils+Foundation.swift in Sources */, 7574E5FE1CD02C8B00E96346 /* CSArrayType+Foundation.swift in Sources */, 753B32FF1DAB711200D06422 /* RandomBytesSequence.swift in Sources */, 757BC9481C1CA5790093AAA9 /* Authenticator.swift in Sources */, 757BC9C01C1CA5790093AAA9 /* Utils.swift in Sources */, 75CB93491C8F60700087740D /* ECB.swift in Sources */, 757F440E1CC1822B002B1F85 /* SecureBytes.swift in Sources */, 757BC9741C1CA5790093AAA9 /* DigestType.swift in Sources */, 750D3ACB1D0EADCA00999299 /* ZeroPadding.swift in Sources */, 756B575F1D5131A4001C0C72 /* Collection+Extension.swift in Sources */, 757BC90E1C1CA56A0093AAA9 /* Rabbit+Foundation.swift in Sources */, 75D0E05C1CFB9B9400FCEA0E /* Cipher.swift in Sources */, 757BC9841C1CA5790093AAA9 /* Int+Extension.swift in Sources */, 757BC9B01C1CA5790093AAA9 /* String+Extension.swift in Sources */, 757BC96C1C1CA5790093AAA9 /* Generics.swift in Sources */, 757F44091CC172B6002B1F85 /* BlockCipher.swift in Sources */, 75558FCC1D4BA93C00CF6C18 /* RandomAccessCryptor.swift in Sources */, 75F818231D9527CE00A78C92 /* SHA3.swift in Sources */, 75CB93251C8F5EC10087740D /* CBC.swift in Sources */, 757BC9701C1CA5790093AAA9 /* Digest.swift in Sources */, 75CB93351C8F5FCE0087740D /* PCBC.swift in Sources */, 75CB93301C8F5F580087740D /* BlockMode.swift in Sources */, 759FF2A81E226B7D00BC4EE1 /* BatchedCollection.swift in Sources */, 757BC9121C1CA56A0093AAA9 /* String+FoundationExtension.swift in Sources */, 757BC9B41C1CA5790093AAA9 /* UInt8+Extension.swift in Sources */, 757BC9401C1CA5790093AAA9 /* Array+Extension.swift in Sources */, 757BC9061C1CA56A0093AAA9 /* ChaCha20+Foundation.swift in Sources */, 75482EA71CB329C1001F66A5 /* PBKDF2.swift in Sources */, 757BC9681C1CA5790093AAA9 /* CSArrayType+Extensions.swift in Sources */, 757BC9601C1CA5790093AAA9 /* Checksum.swift in Sources */, 757BC9A01C1CA5790093AAA9 /* Poly1305.swift in Sources */, 75790ABD1DC178DA00606105 /* Blowfish+Foundation.swift in Sources */, 75CB93441C8F603C0087740D /* CTR.swift in Sources */, 757BC9BC1C1CA5790093AAA9 /* UInt64+Extension.swift in Sources */, 750CC3E91DC014AF0096BE6E /* Blowfish.swift in Sources */, 753881EB1CB06E390089101D /* NoPadding.swift in Sources */, 758F58F11C8FB6E20054C377 /* OFB.swift in Sources */, 75CB934E1C8F609D0087740D /* BlockModeOptions.swift in Sources */, 757BC9801C1CA5790093AAA9 /* IntegerConvertible.swift in Sources */, 757BC9881C1CA5790093AAA9 /* MD5.swift in Sources */, 757BC9A81C1CA5790093AAA9 /* SHA1.swift in Sources */, 75DB81A81CDC06B100ED181A /* Updatable.swift in Sources */, 75D1F1F41D06B98B005A87A2 /* PBKDF1.swift in Sources */, 755655C71D080E3F00F004E7 /* Cryptors.swift in Sources */, 757BC9901C1CA5790093AAA9 /* Operators.swift in Sources */, 75CB933A1C8F5FFD0087740D /* CFB.swift in Sources */, 7595ADE81D86A29A0099EBEF /* HMAC+Foundation.swift in Sources */, 75C2E7681D55EFA1003D2BCA /* UInt16+Extension.swift in Sources */, 757BC9B81C1CA5790093AAA9 /* UInt32+Extension.swift in Sources */, 757BC8FE1C1CA56A0093AAA9 /* AES+Foundation.swift in Sources */, 757BC93C1C1CA5790093AAA9 /* AES.swift in Sources */, 757BC9541C1CA5790093AAA9 /* ChaCha20.swift in Sources */, 757BC9941C1CA5790093AAA9 /* Padding.swift in Sources */, 80545D131CA9FECD00474A99 /* Bit.swift in Sources */, 757BC9A41C1CA5790093AAA9 /* Rabbit.swift in Sources */, 757BC9781C1CA5790093AAA9 /* HMAC.swift in Sources */, 75482EAC1CB329DF001F66A5 /* PKCS5.swift in Sources */, 757BC90A1C1CA56A0093AAA9 /* Data+Extension.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; 754BE45C19693E190098E6F3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 75C2E76D1D55F097003D2BCA /* Access.swift in Sources */, 75482EA41CB310B7001F66A5 /* PBKDF.swift in Sources */, 758A94291A65C67400E46135 /* HMACTests.swift in Sources */, 75100F8F19B0BC890005C5F5 /* Poly1305Tests.swift in Sources */, 753B33011DAB84D600D06422 /* RandomBytesSequenceTests.swift in Sources */, 754BE46819693E190098E6F3 /* DigestTests.swift in Sources */, E3FD2D531D6B81CE00A9F35F /* Error+Extension.swift in Sources */, 757DA2591A4ED4D7002BA3EF /* ChaCha20Tests.swift in Sources */, 755FB1DA199E347D00475437 /* ExtensionsTest.swift in Sources */, 674A736F1BF5D85B00866C5B /* RabbitTests.swift in Sources */, 750CC3EB1DC0CACE0096BE6E /* BlowfishTests.swift in Sources */, 757DA2531A4ED0A4002BA3EF /* PaddingTests.swift in Sources */, 757DA2551A4ED408002BA3EF /* AESTests.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ 75B601E4197D69EB0009B53D /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 754BE45419693E190098E6F3 /* CryptoSwift */; targetProxy = 75B601E3197D69EB0009B53D /* PBXContainerItemProxy */; }; 75B601E6197D6A270009B53D /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 754BE45419693E190098E6F3 /* CryptoSwift */; targetProxy = 75B601E5197D6A270009B53D /* PBXContainerItemProxy */; }; 75B601E8197D6A3A0009B53D /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 754BE45419693E190098E6F3 /* CryptoSwift */; targetProxy = 75B601E7197D6A3A0009B53D /* PBXContainerItemProxy */; }; 75B601EA197D6A5C0009B53D /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 754BE45419693E190098E6F3 /* CryptoSwift */; targetProxy = 75B601E9197D6A5C0009B53D /* PBXContainerItemProxy */; }; 75B601ED197D6B3D0009B53D /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 754BE45419693E190098E6F3 /* CryptoSwift */; targetProxy = 75B601EC197D6B3D0009B53D /* PBXContainerItemProxy */; }; 75B6021D197D6CF10009B53D /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 754BE45419693E190098E6F3 /* CryptoSwift */; targetProxy = 75B6021C197D6CF10009B53D /* PBXContainerItemProxy */; }; 75B6021F197D6D070009B53D /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 754BE45419693E190098E6F3 /* CryptoSwift */; targetProxy = 75B6021E197D6D070009B53D /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ 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_INFINITE_RECURSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_SUSPICIOUS_MOVE = YES; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGNING_REQUIRED = NO; 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_NO_COMMON_BLOCKS = YES; 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; INFOPLIST_FILE = Sources/CryptoSwift/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 8.0; MACOSX_DEPLOYMENT_TARGET = 10.9; METAL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; PRODUCT_NAME = CryptoSwift; SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx appletvos watchos appletvsimulator watchsimulator"; SWIFT_INSTALL_OBJC_HEADER = NO; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 3.0.1; TARGETED_DEVICE_FAMILY = "1,2,3,4"; TVOS_DEPLOYMENT_TARGET = 9.0; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; WATCHOS_DEPLOYMENT_TARGET = 2.0; }; 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_INFINITE_RECURSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_SUSPICIOUS_MOVE = YES; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGNING_REQUIRED = NO; 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_NO_COMMON_BLOCKS = YES; 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; INFOPLIST_FILE = Sources/CryptoSwift/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 8.0; MACOSX_DEPLOYMENT_TARGET = 10.9; METAL_ENABLE_DEBUG_INFO = NO; PRODUCT_NAME = CryptoSwift; SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx appletvos watchos appletvsimulator watchsimulator"; SWIFT_INSTALL_OBJC_HEADER = NO; SWIFT_VERSION = 3.0.1; TARGETED_DEVICE_FAMILY = "1,2,3,4"; TVOS_DEPLOYMENT_TARGET = 9.0; VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; WATCHOS_DEPLOYMENT_TARGET = 2.0; }; name = Release; }; 754BE46C19693E190098E6F3 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { APPLICATION_EXTENSION_API_ONLY = YES; CLANG_ENABLE_MODULES = YES; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_BITCODE = YES; "ENABLE_BITCODE[sdk=macosx*]" = NO; 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.krzyzanowskim.CryptoSwift; PRODUCT_NAME = CryptoSwift; SKIP_INSTALL = YES; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 3.0; TVOS_DEPLOYMENT_TARGET = 9.0; WATCHOS_DEPLOYMENT_TARGET = 2.0; }; name = Debug; }; 754BE46D19693E190098E6F3 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { APPLICATION_EXTENSION_API_ONLY = YES; BITCODE_GENERATION_MODE = bitcode; CLANG_ENABLE_MODULES = YES; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_BITCODE = YES; "ENABLE_BITCODE[sdk=macosx*]" = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_UNROLL_LOOPS = YES; 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.krzyzanowskim.CryptoSwift; PRODUCT_NAME = CryptoSwift; SKIP_INSTALL = YES; SWIFT_DISABLE_SAFETY_CHECKS = YES; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; SWIFT_VERSION = 3.0; TVOS_DEPLOYMENT_TARGET = 9.0; WATCHOS_DEPLOYMENT_TARGET = 2.0; }; 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 = Tests/CryptoSwiftTests/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks @loader_path/../Frameworks @executable_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 = Tests/CryptoSwiftTests/Bridging.h; SWIFT_VERSION = 3.0; }; 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 = Tests/CryptoSwiftTests/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks @loader_path/../Frameworks @executable_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 = Tests/CryptoSwiftTests/Bridging.h; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; SWIFT_VERSION = 3.0; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ 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" */ = { isa = XCConfigurationList; buildConfigurations = ( 754BE46C19693E190098E6F3 /* Debug */, 754BE46D19693E190098E6F3 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 754BE46E19693E190098E6F3 /* Build configuration list for PBXNativeTarget "Tests" */ = { isa = XCConfigurationList; buildConfigurations = ( 754BE46F19693E190098E6F3 /* Debug */, 754BE47019693E190098E6F3 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; rootObject = 754BE44C19693E190098E6F3 /* Project object */; }