|
14 | 14 | 7270747C206D13F400C131F6 /* StarWarsSubscriptionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72707472206D112900C131F6 /* StarWarsSubscriptionTests.swift */; }; |
15 | 15 | 7270747D206D13F400C131F6 /* MockWebSocketTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72707473206D112900C131F6 /* MockWebSocketTests.swift */; }; |
16 | 16 | 7270747E206D13F400C131F6 /* StarWarsWebSocketTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72707475206D112900C131F6 /* StarWarsWebSocketTests.swift */; }; |
| 17 | + 9B1CCDDB23610CDC007C9032 /* ApolloWebSocket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B1CCDDA23610CDC007C9032 /* ApolloWebSocket.swift */; }; |
| 18 | + 9B1CCDDF236110C3007C9032 /* WebSocketError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B1CCDDE236110C3007C9032 /* WebSocketError.swift */; }; |
| 19 | + 9B1CCDE123611580007C9032 /* OperationMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B1CCDE023611580007C9032 /* OperationMessage.swift */; }; |
| 20 | + 9B1CCDE323611606007C9032 /* WebSocketTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B1CCDE223611606007C9032 /* WebSocketTask.swift */; }; |
| 21 | + 9B1CCDEA23611B07007C9032 /* SplitNetworkTransportTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B1CCDE923611B07007C9032 /* SplitNetworkTransportTests.swift */; }; |
17 | 22 | 9F28B6CF206E488B00144A00 /* Starscream.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9F28B6CC206E487200144A00 /* Starscream.framework */; }; |
18 | 23 | 9F28B6D520720F2F00144A00 /* Apollo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9F28B6D420720F2F00144A00 /* Apollo.framework */; }; |
19 | 24 | 9F28B6D920720FD200144A00 /* ApolloTestSupport.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9F28B6D820720FD100144A00 /* ApolloTestSupport.framework */; }; |
|
59 | 64 | 90690D0D224334C900FC2E54 /* ApolloWebSocket-Project-Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "ApolloWebSocket-Project-Release.xcconfig"; sourceTree = "<group>"; }; |
60 | 65 | 90690D12224334FD00FC2E54 /* ApolloWebSocket-Target-Framework.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "ApolloWebSocket-Target-Framework.xcconfig"; sourceTree = "<group>"; }; |
61 | 66 | 90690D132243350400FC2E54 /* ApolloWebSocket-Target-Tests.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "ApolloWebSocket-Target-Tests.xcconfig"; sourceTree = "<group>"; }; |
| 67 | + 9B1CCDDA23610CDC007C9032 /* ApolloWebSocket.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ApolloWebSocket.swift; sourceTree = "<group>"; }; |
| 68 | + 9B1CCDDE236110C3007C9032 /* WebSocketError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebSocketError.swift; sourceTree = "<group>"; }; |
| 69 | + 9B1CCDE023611580007C9032 /* OperationMessage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OperationMessage.swift; sourceTree = "<group>"; }; |
| 70 | + 9B1CCDE223611606007C9032 /* WebSocketTask.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebSocketTask.swift; sourceTree = "<group>"; }; |
| 71 | + 9B1CCDE923611B07007C9032 /* SplitNetworkTransportTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = SplitNetworkTransportTests.swift; path = Tests/ApolloWebsocketTests/SplitNetworkTransportTests.swift; sourceTree = SOURCE_ROOT; }; |
62 | 72 | 9F28B6C6206E487200144A00 /* Starscream.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Starscream.xcodeproj; path = Carthage/Checkouts/Starscream/Starscream.xcodeproj; sourceTree = "<group>"; }; |
63 | 73 | 9F28B6D420720F2F00144A00 /* Apollo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Apollo.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
64 | 74 | 9F28B6D820720FD100144A00 /* ApolloTestSupport.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = ApolloTestSupport.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
124 | 134 | 72707469206D111A00C131F6 /* ApolloWebSocket */ = { |
125 | 135 | isa = PBXGroup; |
126 | 136 | children = ( |
| 137 | + 9B1CCDDA23610CDC007C9032 /* ApolloWebSocket.swift */, |
| 138 | + 9B1CCDE023611580007C9032 /* OperationMessage.swift */, |
127 | 139 | 7270746A206D111A00C131F6 /* SplitNetworkTransport.swift */, |
| 140 | + 9B1CCDDE236110C3007C9032 /* WebSocketError.swift */, |
| 141 | + 9B1CCDE223611606007C9032 /* WebSocketTask.swift */, |
128 | 142 | 7270746B206D111A00C131F6 /* WebSocketTransport.swift */, |
129 | 143 | 7270746C206D111A00C131F6 /* Info.plist */, |
130 | 144 | ); |
|
136 | 150 | isa = PBXGroup; |
137 | 151 | children = ( |
138 | 152 | 72707471206D112900C131F6 /* MockWebSocket.swift */, |
139 | | - 72707472206D112900C131F6 /* StarWarsSubscriptionTests.swift */, |
140 | 153 | 72707473206D112900C131F6 /* MockWebSocketTests.swift */, |
141 | | - 72707474206D112900C131F6 /* Info.plist */, |
| 154 | + 9B1CCDE923611B07007C9032 /* SplitNetworkTransportTests.swift */, |
| 155 | + 72707472206D112900C131F6 /* StarWarsSubscriptionTests.swift */, |
142 | 156 | 72707475206D112900C131F6 /* StarWarsWebSocketTests.swift */, |
| 157 | + 72707474206D112900C131F6 /* Info.plist */, |
143 | 158 | ); |
144 | 159 | name = ApolloWebSocketTests; |
145 | 160 | path = Tests/ApolloWebSocketTests; |
|
292 | 307 | isa = PBXSourcesBuildPhase; |
293 | 308 | buildActionMask = 2147483647; |
294 | 309 | files = ( |
| 310 | + 9B1CCDDF236110C3007C9032 /* WebSocketError.swift in Sources */, |
295 | 311 | 7270746D206D111A00C131F6 /* SplitNetworkTransport.swift in Sources */, |
| 312 | + 9B1CCDE323611606007C9032 /* WebSocketTask.swift in Sources */, |
296 | 313 | 7270746E206D111A00C131F6 /* WebSocketTransport.swift in Sources */, |
| 314 | + 9B1CCDE123611580007C9032 /* OperationMessage.swift in Sources */, |
| 315 | + 9B1CCDDB23610CDC007C9032 /* ApolloWebSocket.swift in Sources */, |
297 | 316 | ); |
298 | 317 | runOnlyForDeploymentPostprocessing = 0; |
299 | 318 | }; |
|
302 | 321 | buildActionMask = 2147483647; |
303 | 322 | files = ( |
304 | 323 | 7270747B206D13F400C131F6 /* MockWebSocket.swift in Sources */, |
| 324 | + 9B1CCDEA23611B07007C9032 /* SplitNetworkTransportTests.swift in Sources */, |
305 | 325 | 7270747C206D13F400C131F6 /* StarWarsSubscriptionTests.swift in Sources */, |
306 | 326 | 7270747D206D13F400C131F6 /* MockWebSocketTests.swift in Sources */, |
307 | 327 | 7270747E206D13F400C131F6 /* StarWarsWebSocketTests.swift in Sources */, |
|
0 commit comments