|
15 | 15 | 357AB6D92790E2A200E2839B /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 357AB6D72790E2A200E2839B /* LaunchScreen.storyboard */; };
|
16 | 16 | 357AB6E22790E8F600E2839B /* PubNubChat in Frameworks */ = {isa = PBXBuildFile; productRef = 357AB6E12790E8F600E2839B /* PubNubChat */; };
|
17 | 17 | 357AB6E42790E8F600E2839B /* PubNubChatComponents in Frameworks */ = {isa = PBXBuildFile; productRef = 357AB6E32790E8F600E2839B /* PubNubChatComponents */; };
|
| 18 | + CD6A16832881EC1200D2139E /* PubNubConnection.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD6A16822881EC1200D2139E /* PubNubConnection.swift */; }; |
| 19 | + CD6A16862881EFBF00D2139E /* PubNubChat in Frameworks */ = {isa = PBXBuildFile; productRef = CD6A16852881EFBF00D2139E /* PubNubChat */; }; |
| 20 | + CD6A16882881EFBF00D2139E /* PubNubChatComponents in Frameworks */ = {isa = PBXBuildFile; productRef = CD6A16872881EFBF00D2139E /* PubNubChatComponents */; }; |
18 | 21 | /* End PBXBuildFile section */
|
19 | 22 |
|
20 | 23 | /* Begin PBXFileReference section */
|
|
26 | 29 | 357AB6D52790E2A200E2839B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
27 | 30 | 357AB6D82790E2A200E2839B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
28 | 31 | 357AB6DA2790E2A200E2839B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
| 32 | + CD6A16822881EC1200D2139E /* PubNubConnection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PubNubConnection.swift; sourceTree = "<group>"; }; |
29 | 33 | /* End PBXFileReference section */
|
30 | 34 |
|
31 | 35 | /* Begin PBXFrameworksBuildPhase section */
|
|
34 | 38 | buildActionMask = 2147483647;
|
35 | 39 | files = (
|
36 | 40 | 357AB6E42790E8F600E2839B /* PubNubChatComponents in Frameworks */,
|
| 41 | + CD6A16862881EFBF00D2139E /* PubNubChat in Frameworks */, |
| 42 | + CD6A16882881EFBF00D2139E /* PubNubChatComponents in Frameworks */, |
37 | 43 | 357AB6E22790E8F600E2839B /* PubNubChat in Frameworks */,
|
38 | 44 | );
|
39 | 45 | runOnlyForDeploymentPostprocessing = 0;
|
|
67 | 73 | 357AB6D52790E2A200E2839B /* Assets.xcassets */,
|
68 | 74 | 357AB6D72790E2A200E2839B /* LaunchScreen.storyboard */,
|
69 | 75 | 357AB6DA2790E2A200E2839B /* Info.plist */,
|
| 76 | + CD6A16822881EC1200D2139E /* PubNubConnection.swift */, |
70 | 77 | );
|
71 | 78 | path = "getting-started";
|
72 | 79 | sourceTree = "<group>";
|
|
90 | 97 | packageProductDependencies = (
|
91 | 98 | 357AB6E12790E8F600E2839B /* PubNubChat */,
|
92 | 99 | 357AB6E32790E8F600E2839B /* PubNubChatComponents */,
|
| 100 | + CD6A16852881EFBF00D2139E /* PubNubChat */, |
| 101 | + CD6A16872881EFBF00D2139E /* PubNubChatComponents */, |
93 | 102 | );
|
94 | 103 | productName = "getting-started";
|
95 | 104 | productReference = 357AB6C92790E2A100E2839B /* getting-started.app */;
|
|
121 | 130 | mainGroup = 357AB6C02790E2A000E2839B;
|
122 | 131 | packageReferences = (
|
123 | 132 | 357AB6E02790E8F600E2839B /* XCRemoteSwiftPackageReference "chat-components-ios" */,
|
| 133 | + CD6A16842881EFBF00D2139E /* XCRemoteSwiftPackageReference "chat-components-ios" */, |
124 | 134 | );
|
125 | 135 | productRefGroup = 357AB6CA2790E2A100E2839B /* Products */;
|
126 | 136 | projectDirPath = "";
|
|
150 | 160 | buildActionMask = 2147483647;
|
151 | 161 | files = (
|
152 | 162 | 357AB6D12790E2A100E2839B /* ViewController.swift in Sources */,
|
| 163 | + CD6A16832881EC1200D2139E /* PubNubConnection.swift in Sources */, |
153 | 164 | 357AB6CD2790E2A100E2839B /* AppDelegate.swift in Sources */,
|
154 | 165 | 357AB6CF2790E2A100E2839B /* SceneDelegate.swift in Sources */,
|
155 | 166 | );
|
|
380 | 391 | minimumVersion = 0.0.0;
|
381 | 392 | };
|
382 | 393 | };
|
| 394 | + CD6A16842881EFBF00D2139E /* XCRemoteSwiftPackageReference "chat-components-ios" */ = { |
| 395 | + isa = XCRemoteSwiftPackageReference; |
| 396 | + repositoryURL = "https://github.com/pubnub/chat-components-ios"; |
| 397 | + requirement = { |
| 398 | + branch = master; |
| 399 | + kind = branch; |
| 400 | + }; |
| 401 | + }; |
383 | 402 | /* End XCRemoteSwiftPackageReference section */
|
384 | 403 |
|
385 | 404 | /* Begin XCSwiftPackageProductDependency section */
|
|
393 | 412 | package = 357AB6E02790E8F600E2839B /* XCRemoteSwiftPackageReference "chat-components-ios" */;
|
394 | 413 | productName = PubNubChatComponents;
|
395 | 414 | };
|
| 415 | + CD6A16852881EFBF00D2139E /* PubNubChat */ = { |
| 416 | + isa = XCSwiftPackageProductDependency; |
| 417 | + package = CD6A16842881EFBF00D2139E /* XCRemoteSwiftPackageReference "chat-components-ios" */; |
| 418 | + productName = PubNubChat; |
| 419 | + }; |
| 420 | + CD6A16872881EFBF00D2139E /* PubNubChatComponents */ = { |
| 421 | + isa = XCSwiftPackageProductDependency; |
| 422 | + package = CD6A16842881EFBF00D2139E /* XCRemoteSwiftPackageReference "chat-components-ios" */; |
| 423 | + productName = PubNubChatComponents; |
| 424 | + }; |
396 | 425 | /* End XCSwiftPackageProductDependency section */
|
397 | 426 | };
|
398 | 427 | rootObject = 357AB6C12790E2A000E2839B /* Project object */;
|
|
0 commit comments