|
13 | 13 | 21F09AA22C60CAF00025AF73 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21F09AA12C60CAF00025AF73 /* ContentView.swift */; };
|
14 | 14 | 21F09AA42C60CAF20025AF73 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 21F09AA32C60CAF20025AF73 /* Assets.xcassets */; };
|
15 | 15 | 21F09AA82C60CAF20025AF73 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 21F09AA72C60CAF20025AF73 /* Preview Assets.xcassets */; };
|
| 16 | + 849393602C8507A2000D7165 /* Misc.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8493935F2C8507A2000D7165 /* Misc.swift */; }; |
| 17 | + 849D2E982C7BD09D00EC88A5 /* MockClients.swift in Sources */ = {isa = PBXBuildFile; fileRef = 849D2E972C7BD09D00EC88A5 /* MockClients.swift */; }; |
| 18 | + 84CCAE1A2C89EDD00014C1E6 /* MockSubscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84CCAE192C89EDD00014C1E6 /* MockSubscription.swift */; }; |
| 19 | + 84ED7E3C2C95A62E00E8D97E /* AsyncAlgorithms in Frameworks */ = {isa = PBXBuildFile; productRef = 84ED7E3B2C95A62E00E8D97E /* AsyncAlgorithms */; }; |
16 | 20 | /* End PBXBuildFile section */
|
17 | 21 |
|
18 | 22 | /* Begin PBXFileReference section */
|
|
24 | 28 | 21F09AA32C60CAF20025AF73 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
25 | 29 | 21F09AA52C60CAF20025AF73 /* AblyChatExample.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = AblyChatExample.entitlements; sourceTree = "<group>"; };
|
26 | 30 | 21F09AA72C60CAF20025AF73 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
|
| 31 | + 8493935F2C8507A2000D7165 /* Misc.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Misc.swift; sourceTree = "<group>"; }; |
| 32 | + 849D2E972C7BD09D00EC88A5 /* MockClients.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MockClients.swift; sourceTree = "<group>"; }; |
| 33 | + 84CCAE192C89EDD00014C1E6 /* MockSubscription.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MockSubscription.swift; sourceTree = "<group>"; }; |
27 | 34 | /* End PBXFileReference section */
|
28 | 35 |
|
29 | 36 | /* Begin PBXFrameworksBuildPhase section */
|
|
32 | 39 | buildActionMask = 2147483647;
|
33 | 40 | files = (
|
34 | 41 | 21971DFF2C60D89C0074B8AE /* AblyChat in Frameworks */,
|
| 42 | + 84ED7E3C2C95A62E00E8D97E /* AsyncAlgorithms in Frameworks */, |
35 | 43 | );
|
36 | 44 | runOnlyForDeploymentPostprocessing = 0;
|
37 | 45 | };
|
|
42 | 50 | isa = PBXGroup;
|
43 | 51 | children = (
|
44 | 52 | 212F95A62C6CAD9300420287 /* MockRealtime.swift */,
|
| 53 | + 849D2E972C7BD09D00EC88A5 /* MockClients.swift */, |
| 54 | + 84CCAE192C89EDD00014C1E6 /* MockSubscription.swift */, |
| 55 | + 8493935F2C8507A2000D7165 /* Misc.swift */, |
45 | 56 | );
|
46 | 57 | path = Mocks;
|
47 | 58 | sourceTree = "<group>";
|
|
110 | 121 | name = AblyChatExample;
|
111 | 122 | packageProductDependencies = (
|
112 | 123 | 21971DFE2C60D89C0074B8AE /* AblyChat */,
|
| 124 | + 84ED7E3B2C95A62E00E8D97E /* AsyncAlgorithms */, |
113 | 125 | );
|
114 | 126 | productName = AblyChatExample;
|
115 | 127 | productReference = 21F09A9C2C60CAF00025AF73 /* AblyChatExample.app */;
|
|
139 | 151 | Base,
|
140 | 152 | );
|
141 | 153 | mainGroup = 21F09A932C60CAF00025AF73;
|
| 154 | + packageReferences = ( |
| 155 | + 84ED7E3A2C95A62E00E8D97E /* XCRemoteSwiftPackageReference "swift-async-algorithms" */, |
| 156 | + ); |
142 | 157 | productRefGroup = 21F09A9D2C60CAF00025AF73 /* Products */;
|
143 | 158 | projectDirPath = "";
|
144 | 159 | projectRoot = "";
|
|
168 | 183 | 212F95A72C6CAD9300420287 /* MockRealtime.swift in Sources */,
|
169 | 184 | 21F09AA22C60CAF00025AF73 /* ContentView.swift in Sources */,
|
170 | 185 | 21F09AA02C60CAF00025AF73 /* AblyChatExampleApp.swift in Sources */,
|
| 186 | + 849393602C8507A2000D7165 /* Misc.swift in Sources */, |
| 187 | + 849D2E982C7BD09D00EC88A5 /* MockClients.swift in Sources */, |
| 188 | + 84CCAE1A2C89EDD00014C1E6 /* MockSubscription.swift in Sources */, |
171 | 189 | );
|
172 | 190 | runOnlyForDeploymentPostprocessing = 0;
|
173 | 191 | };
|
|
397 | 415 | };
|
398 | 416 | /* End XCConfigurationList section */
|
399 | 417 |
|
| 418 | +/* Begin XCRemoteSwiftPackageReference section */ |
| 419 | + 84ED7E3A2C95A62E00E8D97E /* XCRemoteSwiftPackageReference "swift-async-algorithms" */ = { |
| 420 | + isa = XCRemoteSwiftPackageReference; |
| 421 | + repositoryURL = "https://github.com/apple/swift-async-algorithms.git"; |
| 422 | + requirement = { |
| 423 | + kind = upToNextMajorVersion; |
| 424 | + minimumVersion = 1.0.1; |
| 425 | + }; |
| 426 | + }; |
| 427 | +/* End XCRemoteSwiftPackageReference section */ |
| 428 | + |
400 | 429 | /* Begin XCSwiftPackageProductDependency section */
|
401 | 430 | 21971DFE2C60D89C0074B8AE /* AblyChat */ = {
|
402 | 431 | isa = XCSwiftPackageProductDependency;
|
403 | 432 | productName = AblyChat;
|
404 | 433 | };
|
| 434 | + 84ED7E3B2C95A62E00E8D97E /* AsyncAlgorithms */ = { |
| 435 | + isa = XCSwiftPackageProductDependency; |
| 436 | + package = 84ED7E3A2C95A62E00E8D97E /* XCRemoteSwiftPackageReference "swift-async-algorithms" */; |
| 437 | + productName = AsyncAlgorithms; |
| 438 | + }; |
405 | 439 | /* End XCSwiftPackageProductDependency section */
|
406 | 440 | };
|
407 | 441 | rootObject = 21F09A942C60CAF00025AF73 /* Project object */;
|
|
0 commit comments