|
|
@@ -88,6 +88,11 @@
|
|
|
7C5F78F41D54C99200C514AA /* RC4.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C5F78F11D54C99200C514AA /* RC4.swift */; };
|
|
|
7C5F78F91D54D24B00C514AA /* SwifterTestsRC4.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C5F78F51D54D21600C514AA /* SwifterTestsRC4.swift */; };
|
|
|
7C5F78FA1D54D24B00C514AA /* SwifterTestsRC4.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C5F78F51D54D21600C514AA /* SwifterTestsRC4.swift */; };
|
|
|
+ 7C5F78FC1D5520B000C514AA /* RSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C5F78FB1D5520B000C514AA /* RSA.swift */; };
|
|
|
+ 7C5F78FD1D5520B000C514AA /* RSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C5F78FB1D5520B000C514AA /* RSA.swift */; };
|
|
|
+ 7C5F78FE1D5520B000C514AA /* RSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C5F78FB1D5520B000C514AA /* RSA.swift */; };
|
|
|
+ 7C5F79041D55F44500C514AA /* SwifterTestsRSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C5F79031D55F44500C514AA /* SwifterTestsRSA.swift */; };
|
|
|
+ 7C5F79051D55F44500C514AA /* SwifterTestsRSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C5F79031D55F44500C514AA /* SwifterTestsRSA.swift */; };
|
|
|
7C6B57EB1CA6C3AA0042655C /* SwifterTestsHttpRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C6B57EA1CA6C3AA0042655C /* SwifterTestsHttpRouter.swift */; };
|
|
|
7C6B57EC1CA6C3AA0042655C /* SwifterTestsHttpRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C6B57EA1CA6C3AA0042655C /* SwifterTestsHttpRouter.swift */; };
|
|
|
7C71C5B01A1D52F800682BF0 /* login.html in CopyFiles */ = {isa = PBXBuildFile; fileRef = 98630C061A1C9A9D00478D08 /* login.html */; };
|
|
|
@@ -218,6 +223,8 @@
|
|
|
7C5F78EE1D54BB5600C514AA /* SwifterTestsAES128.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwifterTestsAES128.swift; sourceTree = "<group>"; };
|
|
|
7C5F78F11D54C99200C514AA /* RC4.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RC4.swift; sourceTree = "<group>"; };
|
|
|
7C5F78F51D54D21600C514AA /* SwifterTestsRC4.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwifterTestsRC4.swift; sourceTree = "<group>"; };
|
|
|
+ 7C5F78FB1D5520B000C514AA /* RSA.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RSA.swift; sourceTree = "<group>"; };
|
|
|
+ 7C5F79031D55F44500C514AA /* SwifterTestsRSA.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwifterTestsRSA.swift; sourceTree = "<group>"; };
|
|
|
7C6B57EA1CA6C3AA0042655C /* SwifterTestsHttpRouter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwifterTestsHttpRouter.swift; sourceTree = "<group>"; };
|
|
|
7C7488771C1DA07300CBCD77 /* file.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = file.html; sourceTree = "<group>"; };
|
|
|
7C839B6E19422CFF003A6950 /* SwifterSampleiOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SwifterSampleiOS.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
@@ -383,6 +390,7 @@
|
|
|
7C2C85901D50D83D00B32145 /* JSON.swift */,
|
|
|
7C1145981D527545000DB965 /* AES128.swift */,
|
|
|
7C5F78F11D54C99200C514AA /* RC4.swift */,
|
|
|
+ 7C5F78FB1D5520B000C514AA /* RSA.swift */,
|
|
|
);
|
|
|
path = Swifter;
|
|
|
sourceTree = "<group>";
|
|
|
@@ -481,6 +489,7 @@
|
|
|
7CB923CF1D510D6400899E2A /* SwifterTestsJSON.swift */,
|
|
|
7C5F78F51D54D21600C514AA /* SwifterTestsRC4.swift */,
|
|
|
7C5F78EE1D54BB5600C514AA /* SwifterTestsAES128.swift */,
|
|
|
+ 7C5F79031D55F44500C514AA /* SwifterTestsRSA.swift */,
|
|
|
7CCD875D1C66099B0068099B /* SwifteriOSTests */,
|
|
|
);
|
|
|
path = SwifterTestsCommon;
|
|
|
@@ -818,6 +827,7 @@
|
|
|
files = (
|
|
|
7C5F78F21D54C99200C514AA /* RC4.swift in Sources */,
|
|
|
7C31962B1CC2C68F00DF5406 /* Socket.swift in Sources */,
|
|
|
+ 7C5F78FC1D5520B000C514AA /* RSA.swift in Sources */,
|
|
|
7C3196191CC2C68F00DF5406 /* HttpResponse.swift in Sources */,
|
|
|
7C3196131CC2C68F00DF5406 /* HttpParser.swift in Sources */,
|
|
|
7C31963A1CC2C68F00DF5406 /* String+SHA1.swift in Sources */,
|
|
|
@@ -848,6 +858,7 @@
|
|
|
files = (
|
|
|
7C5F78F31D54C99200C514AA /* RC4.swift in Sources */,
|
|
|
7C31962C1CC2C68F00DF5406 /* Socket.swift in Sources */,
|
|
|
+ 7C5F78FD1D5520B000C514AA /* RSA.swift in Sources */,
|
|
|
7C31961A1CC2C68F00DF5406 /* HttpResponse.swift in Sources */,
|
|
|
7C3196141CC2C68F00DF5406 /* HttpParser.swift in Sources */,
|
|
|
7C31963B1CC2C68F00DF5406 /* String+SHA1.swift in Sources */,
|
|
|
@@ -904,6 +915,7 @@
|
|
|
files = (
|
|
|
7C5F78F41D54C99200C514AA /* RC4.swift in Sources */,
|
|
|
7C31962D1CC2C68F00DF5406 /* Socket.swift in Sources */,
|
|
|
+ 7C5F78FE1D5520B000C514AA /* RSA.swift in Sources */,
|
|
|
7C31961B1CC2C68F00DF5406 /* HttpResponse.swift in Sources */,
|
|
|
7C3196151CC2C68F00DF5406 /* HttpParser.swift in Sources */,
|
|
|
7C31963C1CC2C68F00DF5406 /* String+SHA1.swift in Sources */,
|
|
|
@@ -934,6 +946,7 @@
|
|
|
files = (
|
|
|
7C5F78EF1D54BB5600C514AA /* SwifterTestsAES128.swift in Sources */,
|
|
|
7CCD87701C660B250068099B /* SwifterTestsHttpParser.swift in Sources */,
|
|
|
+ 7C5F79041D55F44500C514AA /* SwifterTestsRSA.swift in Sources */,
|
|
|
7C6B57EB1CA6C3AA0042655C /* SwifterTestsHttpRouter.swift in Sources */,
|
|
|
7C5915221C92A99300D884BC /* SwifterTestsReflection.swift in Sources */,
|
|
|
7C13B57C1C7B069500556443 /* SwifterTestsSQLite.swift in Sources */,
|
|
|
@@ -950,6 +963,7 @@
|
|
|
files = (
|
|
|
7C5F78F01D54BB5600C514AA /* SwifterTestsAES128.swift in Sources */,
|
|
|
7CCD87841C660ED60068099B /* SwifterTestsHttpParser.swift in Sources */,
|
|
|
+ 7C5F79051D55F44500C514AA /* SwifterTestsRSA.swift in Sources */,
|
|
|
7C6B57EC1CA6C3AA0042655C /* SwifterTestsHttpRouter.swift in Sources */,
|
|
|
7C5915231C92A99300D884BC /* SwifterTestsReflection.swift in Sources */,
|
|
|
7C13B57D1C7B069500556443 /* SwifterTestsSQLite.swift in Sources */,
|