|
@@ -58,6 +58,7 @@
|
|
|
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 */; };
|
|
|
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 */; };
|
|
@@ -168,6 +169,7 @@
|
|
|
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>"; };
|
|
|
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>"; };
|
|
@@ -253,6 +255,7 @@
|
|
|
75D94E2319B60C08007CB2A4 /* Operators.swift */,
|
|
|
75164E4819AD30AC00737F30 /* Utils.swift */,
|
|
|
758C764019B61AE500653BC6 /* Generics.swift */,
|
|
|
+ 75BE4EB01B1E4A9F007A2B57 /* IntegerConvertible.swift */,
|
|
|
754BE45819693E190098E6F3 /* Supporting Files */,
|
|
|
);
|
|
|
path = CryptoSwift;
|
|
@@ -432,6 +435,7 @@
|
|
|
7552614E1993051E000D2B20 /* Hash.swift in Sources */,
|
|
|
75BC3AE31A4E412000ADF343 /* CipherBlockMode.swift in Sources */,
|
|
|
7599C9C6199EA28700A3988B /* StringExtension.swift in Sources */,
|
|
|
+ 75BE4EB11B1E4A9F007A2B57 /* IntegerConvertible.swift in Sources */,
|
|
|
7563B2E819B14D4300B152CD /* Cipher.swift in Sources */,
|
|
|
752E087B199FF27C005B0EA0 /* SHA1.swift in Sources */,
|
|
|
75EB380119ABDD710002375A /* ChaCha20.swift in Sources */,
|
|
@@ -720,6 +724,7 @@
|
|
|
3F8849E41B0647D6006AB604 /* Release */,
|
|
|
);
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
+ defaultConfigurationName = Release;
|
|
|
};
|
|
|
754BE44F19693E190098E6F3 /* Build configuration list for PBXProject "CryptoSwift" */ = {
|
|
|
isa = XCConfigurationList;
|