|
@@ -7,6 +7,11 @@
|
|
|
objects = {
|
|
objects = {
|
|
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
/* Begin PBXBuildFile section */
|
|
|
|
|
+ 0858E7F41D68BB2600491CD1 /* IOSafetyTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0858E7F31D68BB2600491CD1 /* IOSafetyTests.swift */; };
|
|
|
|
|
+ 0858E7F51D68BB2600491CD1 /* IOSafetyTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0858E7F31D68BB2600491CD1 /* IOSafetyTests.swift */; };
|
|
|
|
|
+ 0858E7F71D68BC2600491CD1 /* PingServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0858E7F61D68BC2600491CD1 /* PingServer.swift */; };
|
|
|
|
|
+ 0858E7F81D68BC2600491CD1 /* PingServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0858E7F61D68BC2600491CD1 /* PingServer.swift */; };
|
|
|
|
|
+ 0858E7F91D68BC2600491CD1 /* PingServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0858E7F61D68BC2600491CD1 /* PingServer.swift */; };
|
|
|
269B47881D3AAAE20042D137 /* HttpResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6EF1D2C44F30030FC98 /* HttpResponse.swift */; };
|
|
269B47881D3AAAE20042D137 /* HttpResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6EF1D2C44F30030FC98 /* HttpResponse.swift */; };
|
|
|
269B47891D3AAAE20042D137 /* Scopes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6F41D2C44F30030FC98 /* Scopes.swift */; };
|
|
269B47891D3AAAE20042D137 /* Scopes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6F41D2C44F30030FC98 /* Scopes.swift */; };
|
|
|
269B478A1D3AAAE20042D137 /* Process.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6F31D2C44F30030FC98 /* Process.swift */; };
|
|
269B478A1D3AAAE20042D137 /* Process.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6F31D2C44F30030FC98 /* Process.swift */; };
|
|
@@ -130,6 +135,8 @@
|
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
/* Begin PBXFileReference section */
|
|
|
|
|
+ 0858E7F31D68BB2600491CD1 /* IOSafetyTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IOSafetyTests.swift; sourceTree = "<group>"; };
|
|
|
|
|
+ 0858E7F61D68BC2600491CD1 /* PingServer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PingServer.swift; sourceTree = "<group>"; };
|
|
|
269B47A11D3AAAE20042D137 /* Swifter.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Swifter.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
269B47A11D3AAAE20042D137 /* Swifter.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Swifter.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
269B47A41D3AAC4F0042D137 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
269B47A41D3AAC4F0042D137 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
269B47A51D3AAC4F0042D137 /* SwiftertvOS.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SwiftertvOS.h; sourceTree = "<group>"; };
|
|
269B47A51D3AAC4F0042D137 /* SwiftertvOS.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SwiftertvOS.h; sourceTree = "<group>"; };
|
|
@@ -345,8 +352,10 @@
|
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
children = (
|
|
|
7CCD876D1C660B250068099B /* SwifterTestsHttpParser.swift */,
|
|
7CCD876D1C660B250068099B /* SwifterTestsHttpParser.swift */,
|
|
|
|
|
+ 0858E7F61D68BC2600491CD1 /* PingServer.swift */,
|
|
|
7CCD876E1C660B250068099B /* SwifterTestsStringExtensions.swift */,
|
|
7CCD876E1C660B250068099B /* SwifterTestsStringExtensions.swift */,
|
|
|
7C4785E81C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift */,
|
|
7C4785E81C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift */,
|
|
|
|
|
+ 0858E7F31D68BB2600491CD1 /* IOSafetyTests.swift */,
|
|
|
);
|
|
);
|
|
|
path = SwifterTestsCommon;
|
|
path = SwifterTestsCommon;
|
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
@@ -716,6 +725,7 @@
|
|
|
files = (
|
|
files = (
|
|
|
7C73C6921C26179C00AEF6CA /* AppDelegate.swift in Sources */,
|
|
7C73C6921C26179C00AEF6CA /* AppDelegate.swift in Sources */,
|
|
|
7CDAB8161BE2A1D400C8A977 /* ViewController.swift in Sources */,
|
|
7CDAB8161BE2A1D400C8A977 /* ViewController.swift in Sources */,
|
|
|
|
|
+ 0858E7F71D68BC2600491CD1 /* PingServer.swift in Sources */,
|
|
|
);
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
};
|
|
@@ -732,6 +742,8 @@
|
|
|
buildActionMask = 2147483647;
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
files = (
|
|
|
7CCD87701C660B250068099B /* SwifterTestsHttpParser.swift in Sources */,
|
|
7CCD87701C660B250068099B /* SwifterTestsHttpParser.swift in Sources */,
|
|
|
|
|
+ 0858E7F81D68BC2600491CD1 /* PingServer.swift in Sources */,
|
|
|
|
|
+ 0858E7F41D68BB2600491CD1 /* IOSafetyTests.swift in Sources */,
|
|
|
7C4785E91C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift in Sources */,
|
|
7C4785E91C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift in Sources */,
|
|
|
7CCD87721C660B250068099B /* SwifterTestsStringExtensions.swift in Sources */,
|
|
7CCD87721C660B250068099B /* SwifterTestsStringExtensions.swift in Sources */,
|
|
|
);
|
|
);
|
|
@@ -742,6 +754,8 @@
|
|
|
buildActionMask = 2147483647;
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
files = (
|
|
|
7CCD87841C660ED60068099B /* SwifterTestsHttpParser.swift in Sources */,
|
|
7CCD87841C660ED60068099B /* SwifterTestsHttpParser.swift in Sources */,
|
|
|
|
|
+ 0858E7F91D68BC2600491CD1 /* PingServer.swift in Sources */,
|
|
|
|
|
+ 0858E7F51D68BB2600491CD1 /* IOSafetyTests.swift in Sources */,
|
|
|
7C4785EA1C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift in Sources */,
|
|
7C4785EA1C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift in Sources */,
|
|
|
7CCD87851C660ED60068099B /* SwifterTestsStringExtensions.swift in Sources */,
|
|
7CCD87851C660ED60068099B /* SwifterTestsStringExtensions.swift in Sources */,
|
|
|
);
|
|
);
|