Skip to content

Commit 40418fd

Browse files
committed
Fix Example app
1 parent 2f9ce97 commit 40418fd

2 files changed

Lines changed: 23 additions & 15 deletions

File tree

Example/ChatExample.xcodeproj/project.pbxproj

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
/* Begin PBXBuildFile section */
1010
032A15DD25965D9A00E00FE3 /* AlertService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 032A15DC25965D9A00E00FE3 /* AlertService.swift */; };
1111
032A15E225965E1100E00FE3 /* CameraInputBarAccessoryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 032A15E125965E1100E00FE3 /* CameraInputBarAccessoryView.swift */; };
12-
13CCA04625793058005C19BB /* MessageKit in Frameworks */ = {isa = PBXBuildFile; productRef = 13CCA04525793058005C19BB /* MessageKit */; };
1312
13CCA06325793E24005C19BB /* Kingfisher in Frameworks */ = {isa = PBXBuildFile; productRef = 13CCA06225793E24005C19BB /* Kingfisher */; };
1413
1C5433DD24C389C300A5383B /* MessagesView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C5433DC24C389C300A5383B /* MessagesView.swift */; };
1514
1C5433DF24C38DBF00A5383B /* SwiftUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1C5433DE24C38DBF00A5383B /* SwiftUI.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
@@ -36,6 +35,7 @@
3635
50739F9621C5090A008CA369 /* BasicAudioController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50739F9521C5090A008CA369 /* BasicAudioController.swift */; };
3736
5074EF4E2163555900D82952 /* sound2.m4a in Resources */ = {isa = PBXBuildFile; fileRef = 5074EF4C2163555900D82952 /* sound2.m4a */; };
3837
5074EF4F2163555900D82952 /* sound1.m4a in Resources */ = {isa = PBXBuildFile; fileRef = 5074EF4D2163555900D82952 /* sound1.m4a */; };
38+
5117FB4626F3230F00F71A2C /* MessageKit in Frameworks */ = {isa = PBXBuildFile; productRef = 5117FB4526F3230F00F71A2C /* MessageKit */; };
3939
5168957524F7AD560058C643 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5168957124F7AD560058C643 /* Assets.xcassets */; };
4040
5168957624F7AD560058C643 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5168957224F7AD560058C643 /* LaunchScreen.storyboard */; };
4141
63ECDABE24182A470016C349 /* MessageSubviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63ECDABD24182A470016C349 /* MessageSubviewViewController.swift */; };
@@ -122,9 +122,9 @@
122122
isa = PBXFrameworksBuildPhase;
123123
buildActionMask = 2147483647;
124124
files = (
125+
5117FB4626F3230F00F71A2C /* MessageKit in Frameworks */,
125126
13CCA06325793E24005C19BB /* Kingfisher in Frameworks */,
126127
1C5433DF24C38DBF00A5383B /* SwiftUI.framework in Frameworks */,
127-
13CCA04625793058005C19BB /* MessageKit in Frameworks */,
128128
);
129129
runOnlyForDeploymentPostprocessing = 0;
130130
};
@@ -333,12 +333,12 @@
333333
buildRules = (
334334
);
335335
dependencies = (
336-
13CCA051257932DD005C19BB /* PBXTargetDependency */,
336+
5117FB4826F3231600F71A2C /* PBXTargetDependency */,
337337
);
338338
name = ChatExample;
339339
packageProductDependencies = (
340-
13CCA04525793058005C19BB /* MessageKit */,
341340
13CCA06225793E24005C19BB /* Kingfisher */,
341+
5117FB4526F3230F00F71A2C /* MessageKit */,
342342
);
343343
productName = ChatExample;
344344
productReference = 882B5E331CF7D4B900B6E160 /* ChatExample.app */;
@@ -416,6 +416,7 @@
416416
mainGroup = 882B5E2A1CF7D4B900B6E160;
417417
packageReferences = (
418418
13CCA06125793E24005C19BB /* XCRemoteSwiftPackageReference "Kingfisher" */,
419+
5117FB4226F322FD00F71A2C /* XCRemoteSwiftPackageReference "MessageKit" */,
419420
);
420421
productRefGroup = 882B5E341CF7D4B900B6E160 /* Products */;
421422
projectDirPath = "";
@@ -531,9 +532,9 @@
531532
/* End PBXSourcesBuildPhase section */
532533

533534
/* Begin PBXTargetDependency section */
534-
13CCA051257932DD005C19BB /* PBXTargetDependency */ = {
535+
5117FB4826F3231600F71A2C /* PBXTargetDependency */ = {
535536
isa = PBXTargetDependency;
536-
productRef = 13CCA050257932DD005C19BB /* MessageKit */;
537+
productRef = 5117FB4726F3231600F71A2C /* MessageKit */;
537538
};
538539
882B5E4B1CF7D4B900B6E160 /* PBXTargetDependency */ = {
539540
isa = PBXTargetDependency;
@@ -822,21 +823,31 @@
822823
minimumVersion = 5.15.8;
823824
};
824825
};
826+
5117FB4226F322FD00F71A2C /* XCRemoteSwiftPackageReference "MessageKit" */ = {
827+
isa = XCRemoteSwiftPackageReference;
828+
repositoryURL = "https://github.com/MessageKit/MessageKit";
829+
requirement = {
830+
branch = master;
831+
kind = branch;
832+
};
833+
};
825834
/* End XCRemoteSwiftPackageReference section */
826835

827836
/* Begin XCSwiftPackageProductDependency section */
828-
13CCA04525793058005C19BB /* MessageKit */ = {
837+
13CCA06225793E24005C19BB /* Kingfisher */ = {
829838
isa = XCSwiftPackageProductDependency;
830-
productName = MessageKit;
839+
package = 13CCA06125793E24005C19BB /* XCRemoteSwiftPackageReference "Kingfisher" */;
840+
productName = Kingfisher;
831841
};
832-
13CCA050257932DD005C19BB /* MessageKit */ = {
842+
5117FB4526F3230F00F71A2C /* MessageKit */ = {
833843
isa = XCSwiftPackageProductDependency;
844+
package = 5117FB4226F322FD00F71A2C /* XCRemoteSwiftPackageReference "MessageKit" */;
834845
productName = MessageKit;
835846
};
836-
13CCA06225793E24005C19BB /* Kingfisher */ = {
847+
5117FB4726F3231600F71A2C /* MessageKit */ = {
837848
isa = XCSwiftPackageProductDependency;
838-
package = 13CCA06125793E24005C19BB /* XCRemoteSwiftPackageReference "Kingfisher" */;
839-
productName = Kingfisher;
849+
package = 5117FB4226F322FD00F71A2C /* XCRemoteSwiftPackageReference "MessageKit" */;
850+
productName = MessageKit;
840851
};
841852
/* End XCSwiftPackageProductDependency section */
842853
};

Example/ChatExample.xcworkspace/contents.xcworkspacedata

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)