|
14 | 14 | CD7CDBFE256F5DFC002AE46F /* MemoryScanner.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD7CDBF8256F5DFC002AE46F /* MemoryScanner.swift */; };
|
15 | 15 | CD7CDBFF256F5DFC002AE46F /* CelesteScanner.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD7CDBF9256F5DFC002AE46F /* CelesteScanner.swift */; };
|
16 | 16 | CD7CDC00256F5DFC002AE46F /* memory_scanner.c in Sources */ = {isa = PBXBuildFile; fileRef = CD7CDBFD256F5DFC002AE46F /* memory_scanner.c */; };
|
17 |
| - CD7CDC01256F5DFC002AE46F /* CelesteSplitter.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD7CDBFB256F5DFC002AE46F /* CelesteSplitter.swift */; }; |
| 17 | + CD7CDC01256F5DFC002AE46F /* CelesteEventGenerator.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD7CDBFB256F5DFC002AE46F /* CelesteEventGenerator.swift */; }; |
18 | 18 | CD7CDC03256F626D002AE46F /* LiveSplitServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD7CDC02256F626D002AE46F /* LiveSplitServer.swift */; };
|
19 |
| - CD7CDC05256F7304002AE46F /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD7CDC04256F7304002AE46F /* Server.swift */; }; |
| 19 | + CD7CDC05256F7304002AE46F /* MultiClientWebSocketServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD7CDC04256F7304002AE46F /* MultiClientWebSocketServer.swift */; }; |
20 | 20 | DB56D9F05D0BC5B4DE4CECC8 /* Pods_SwiftSplit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF09341B2ECF29501B823DEC /* Pods_SwiftSplit.framework */; };
|
21 | 21 | /* End PBXBuildFile section */
|
22 | 22 |
|
|
33 | 33 | CD7CDBF8256F5DFC002AE46F /* MemoryScanner.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MemoryScanner.swift; sourceTree = "<group>"; };
|
34 | 34 | CD7CDBF9256F5DFC002AE46F /* CelesteScanner.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CelesteScanner.swift; sourceTree = "<group>"; };
|
35 | 35 | CD7CDBFA256F5DFC002AE46F /* memory_scanner.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = memory_scanner.h; sourceTree = "<group>"; };
|
36 |
| - CD7CDBFB256F5DFC002AE46F /* CelesteSplitter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CelesteSplitter.swift; sourceTree = "<group>"; }; |
| 36 | + CD7CDBFB256F5DFC002AE46F /* CelesteEventGenerator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CelesteEventGenerator.swift; sourceTree = "<group>"; }; |
37 | 37 | CD7CDBFC256F5DFC002AE46F /* CelesteMemoryLayout.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CelesteMemoryLayout.md; sourceTree = "<group>"; };
|
38 | 38 | CD7CDBFD256F5DFC002AE46F /* memory_scanner.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = memory_scanner.c; sourceTree = "<group>"; };
|
39 | 39 | CD7CDC02256F626D002AE46F /* LiveSplitServer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LiveSplitServer.swift; sourceTree = "<group>"; };
|
40 |
| - CD7CDC04256F7304002AE46F /* Server.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Server.swift; sourceTree = "<group>"; }; |
| 40 | + CD7CDC04256F7304002AE46F /* MultiClientWebSocketServer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MultiClientWebSocketServer.swift; sourceTree = "<group>"; }; |
41 | 41 | CF09341B2ECF29501B823DEC /* Pods_SwiftSplit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SwiftSplit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
42 | 42 | E1C15A185F4552F09EFE4D9D /* Pods-SwiftSplit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SwiftSplit.release.xcconfig"; path = "Target Support Files/Pods-SwiftSplit/Pods-SwiftSplit.release.xcconfig"; sourceTree = "<group>"; };
|
43 | 43 | /* End PBXFileReference section */
|
|
92 | 92 | CD7CDBE3256F5D0D002AE46F /* SwiftSplit */ = {
|
93 | 93 | isa = PBXGroup;
|
94 | 94 | children = (
|
| 95 | + CD7CDC06256F8A21002AE46F /* Core */, |
95 | 96 | CD7CDBE4256F5D0D002AE46F /* AppDelegate.swift */,
|
96 | 97 | CD7CDBE6256F5D0D002AE46F /* ViewController.swift */,
|
97 | 98 | CD7CDBE8256F5D0F002AE46F /* Assets.xcassets */,
|
|
101 | 102 | CD7CDBF4256F5DDB002AE46F /* SwiftSplit-Bridging-Header.h */,
|
102 | 103 | CD7CDBFC256F5DFC002AE46F /* CelesteMemoryLayout.md */,
|
103 | 104 | CD7CDC02256F626D002AE46F /* LiveSplitServer.swift */,
|
104 |
| - CD7CDC04256F7304002AE46F /* Server.swift */, |
| 105 | + CD7CDC04256F7304002AE46F /* MultiClientWebSocketServer.swift */, |
105 | 106 | CD7CDBF9256F5DFC002AE46F /* CelesteScanner.swift */,
|
106 |
| - CD7CDBFB256F5DFC002AE46F /* CelesteSplitter.swift */, |
| 107 | + CD7CDBFB256F5DFC002AE46F /* CelesteEventGenerator.swift */, |
107 | 108 | CD7CDBFD256F5DFC002AE46F /* memory_scanner.c */,
|
108 | 109 | CD7CDBFA256F5DFC002AE46F /* memory_scanner.h */,
|
109 | 110 | CD7CDBF8256F5DFC002AE46F /* MemoryScanner.swift */,
|
110 | 111 | );
|
111 | 112 | path = SwiftSplit;
|
112 | 113 | sourceTree = "<group>";
|
113 | 114 | };
|
| 115 | + CD7CDC06256F8A21002AE46F /* Core */ = { |
| 116 | + isa = PBXGroup; |
| 117 | + children = ( |
| 118 | + ); |
| 119 | + path = Core; |
| 120 | + sourceTree = "<group>"; |
| 121 | + }; |
114 | 122 | /* End PBXGroup section */
|
115 | 123 |
|
116 | 124 | /* Begin PBXNativeTarget section */
|
|
229 | 237 | CD7CDC03256F626D002AE46F /* LiveSplitServer.swift in Sources */,
|
230 | 238 | CD7CDBFE256F5DFC002AE46F /* MemoryScanner.swift in Sources */,
|
231 | 239 | CD7CDC00256F5DFC002AE46F /* memory_scanner.c in Sources */,
|
232 |
| - CD7CDC01256F5DFC002AE46F /* CelesteSplitter.swift in Sources */, |
| 240 | + CD7CDC01256F5DFC002AE46F /* CelesteEventGenerator.swift in Sources */, |
233 | 241 | CD7CDBE7256F5D0D002AE46F /* ViewController.swift in Sources */,
|
234 | 242 | CD7CDBFF256F5DFC002AE46F /* CelesteScanner.swift in Sources */,
|
235 |
| - CD7CDC05256F7304002AE46F /* Server.swift in Sources */, |
| 243 | + CD7CDC05256F7304002AE46F /* MultiClientWebSocketServer.swift in Sources */, |
236 | 244 | CD7CDBE5256F5D0D002AE46F /* AppDelegate.swift in Sources */,
|
237 | 245 | );
|
238 | 246 | runOnlyForDeploymentPostprocessing = 0;
|
|
0 commit comments