Skip to content

Commit 2c1cbc1

Browse files
committed
Update example app
1 parent b5d163f commit 2c1cbc1

3 files changed

Lines changed: 25 additions & 43 deletions

File tree

Example/ChatExample.xcodeproj/project.pbxproj

Lines changed: 23 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232
50739F9621C5090A008CA369 /* BasicAudioController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50739F9521C5090A008CA369 /* BasicAudioController.swift */; };
3333
5074EF4E2163555900D82952 /* sound2.m4a in Resources */ = {isa = PBXBuildFile; fileRef = 5074EF4C2163555900D82952 /* sound2.m4a */; };
3434
5074EF4F2163555900D82952 /* sound1.m4a in Resources */ = {isa = PBXBuildFile; fileRef = 5074EF4D2163555900D82952 /* sound1.m4a */; };
35+
512CD041B78B8B72CBEFB439 /* Pods_ChatExample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6596D36DCF8979FCD9D50547 /* Pods_ChatExample.framework */; };
3536
63ECDABE24182A470016C349 /* MessageSubviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63ECDABD24182A470016C349 /* MessageSubviewViewController.swift */; };
3637
63ECDAC2241889630016C349 /* MessageSubviewContainerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63ECDAC1241889630016C349 /* MessageSubviewContainerViewController.swift */; };
3738
882B5E811CF7D53600B6E160 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 882B5E781CF7D53600B6E160 /* AppDelegate.swift */; };
38-
882B5E821CF7D53600B6E160 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 882B5E791CF7D53600B6E160 /* Assets.xcassets */; };
39-
882B5E831CF7D53600B6E160 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 882B5E7A1CF7D53600B6E160 /* LaunchScreen.storyboard */; };
4039
882B5E901CF7D56000B6E160 /* ChatExampleUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 882B5E8E1CF7D56000B6E160 /* ChatExampleUITests.swift */; };
4140
882B5E951CF7D56E00B6E160 /* ChatExampleTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 882B5E931CF7D56E00B6E160 /* ChatExampleTests.swift */; };
42-
8A6054E86269A028EFCCA862 /* Pods_ChatExampleTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4E9F9C2F0EDEAB72320FDD25 /* Pods_ChatExampleTests.framework */; };
43-
9961327FB4F9B96CFD84A126 /* Pods_ChatExampleUITests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 10FACBA391F222F83B0D0F14 /* Pods_ChatExampleUITests.framework */; };
41+
9961327FB4F9B96CFD84A126 /* BuildFile in Frameworks */ = {isa = PBXBuildFile; };
42+
D4036D91BB2480E403CDC2F1 /* Pods_ChatExampleUITests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2AC6E3F5C11E39F57598DBE6 /* Pods_ChatExampleUITests.framework */; };
43+
F182DD0E2148F655FC0DFF91 /* Pods_ChatExampleTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 25FCE8536D329EC8856E2BA8 /* Pods_ChatExampleTests.framework */; };
4444
/* End PBXBuildFile section */
4545

4646
/* Begin PBXContainerItemProxy section */
@@ -74,10 +74,10 @@
7474
/* End PBXCopyFilesBuildPhase section */
7575

7676
/* Begin PBXFileReference section */
77-
0364943D08CDBE656E6F6DF8 /* Pods-ChatExampleTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ChatExampleTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-ChatExampleTests/Pods-ChatExampleTests.debug.xcconfig"; sourceTree = "<group>"; };
7877
1C5433DC24C389C300A5383B /* MessagesView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessagesView.swift; sourceTree = "<group>"; };
7978
1C5433DE24C38DBF00A5383B /* SwiftUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SwiftUI.framework; path = System/Library/Frameworks/SwiftUI.framework; sourceTree = SDKROOT; };
8079
1C5433E124C3A33600A5383B /* SwiftUIExampleView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftUIExampleView.swift; sourceTree = "<group>"; };
80+
25FCE8536D329EC8856E2BA8 /* Pods_ChatExampleTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ChatExampleTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
8181
2AC6E3F5C11E39F57598DBE6 /* Pods_ChatExampleUITests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ChatExampleUITests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
8282
383B9EB22172A1C4008AB91A /* MockUser.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MockUser.swift; sourceTree = "<group>"; };
8383
385C2920211FF32E0010B4BA /* CustomCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CustomCell.swift; sourceTree = "<group>"; };
@@ -98,27 +98,26 @@
9898
385C2940211FF38F0010B4BA /* BasicExampleViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BasicExampleViewController.swift; sourceTree = "<group>"; };
9999
385C2941211FF38F0010B4BA /* ChatViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChatViewController.swift; sourceTree = "<group>"; };
100100
38CCCC582258419300DD5482 /* AutocompleteExampleViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AutocompleteExampleViewController.swift; sourceTree = "<group>"; };
101-
4E9F9C2F0EDEAB72320FDD25 /* Pods_ChatExampleTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ChatExampleTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
101+
4FA4643E9EBD7DB3FCD93B7C /* Pods-ChatExampleTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ChatExampleTests.debug.xcconfig"; path = "Target Support Files/Pods-ChatExampleTests/Pods-ChatExampleTests.debug.xcconfig"; sourceTree = "<group>"; };
102102
50739F9521C5090A008CA369 /* BasicAudioController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BasicAudioController.swift; sourceTree = "<group>"; };
103103
5074EF4C2163555900D82952 /* sound2.m4a */ = {isa = PBXFileReference; lastKnownFileType = file; path = sound2.m4a; sourceTree = "<group>"; };
104104
5074EF4D2163555900D82952 /* sound1.m4a */ = {isa = PBXFileReference; lastKnownFileType = file; path = sound1.m4a; sourceTree = "<group>"; };
105105
59A26FF036CD2E01EB584DD4 /* Pods-ChatExampleUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ChatExampleUITests.debug.xcconfig"; path = "Target Support Files/Pods-ChatExampleUITests/Pods-ChatExampleUITests.debug.xcconfig"; sourceTree = "<group>"; };
106106
63ECDABD24182A470016C349 /* MessageSubviewViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageSubviewViewController.swift; sourceTree = "<group>"; };
107107
63ECDAC1241889630016C349 /* MessageSubviewContainerViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageSubviewContainerViewController.swift; sourceTree = "<group>"; };
108+
6596D36DCF8979FCD9D50547 /* Pods_ChatExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ChatExample.framework; sourceTree = BUILT_PRODUCTS_DIR; };
108109
6C3126C15C32473251B076B9 /* Pods-ChatExampleUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ChatExampleUITests.release.xcconfig"; path = "Target Support Files/Pods-ChatExampleUITests/Pods-ChatExampleUITests.release.xcconfig"; sourceTree = "<group>"; };
109110
75ED670DD62F2DA4182B816D /* Pods-ChatExampleTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ChatExampleTests.release.xcconfig"; path = "Target Support Files/Pods-ChatExampleTests/Pods-ChatExampleTests.release.xcconfig"; sourceTree = "<group>"; };
110111
882B5E331CF7D4B900B6E160 /* ChatExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ChatExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
111112
882B5E491CF7D4B900B6E160 /* ChatExampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ChatExampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
112113
882B5E541CF7D4B900B6E160 /* ChatExampleUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ChatExampleUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
113114
882B5E781CF7D53600B6E160 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
114-
882B5E791CF7D53600B6E160 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
115-
882B5E7B1CF7D53600B6E160 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
116-
882B5E7F1CF7D53600B6E160 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
117115
882B5E8E1CF7D56000B6E160 /* ChatExampleUITests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChatExampleUITests.swift; sourceTree = "<group>"; };
118116
882B5E8F1CF7D56000B6E160 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
119117
882B5E931CF7D56E00B6E160 /* ChatExampleTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChatExampleTests.swift; sourceTree = "<group>"; };
120118
882B5E941CF7D56E00B6E160 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
121-
C5667D3D8E25D4659A3133C2 /* Pods_ChatExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ChatExample.framework; sourceTree = BUILT_PRODUCTS_DIR; };
119+
A17AACB177F81B8A5ACA7D64 /* Pods-ChatExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ChatExample.debug.xcconfig"; path = "Target Support Files/Pods-ChatExample/Pods-ChatExample.debug.xcconfig"; sourceTree = "<group>"; };
120+
ABBB75782A3594E6FECDF6CD /* Pods-ChatExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ChatExample.release.xcconfig"; path = "Target Support Files/Pods-ChatExample/Pods-ChatExample.release.xcconfig"; sourceTree = "<group>"; };
122121
/* End PBXFileReference section */
123122

124123
/* Begin PBXFrameworksBuildPhase section */
@@ -127,23 +126,24 @@
127126
buildActionMask = 2147483647;
128127
files = (
129128
1C5433DF24C38DBF00A5383B /* SwiftUI.framework in Frameworks */,
130-
C7CA53A1B85256A5097E7DC7 /* Pods_ChatExample.framework in Frameworks */,
129+
512CD041B78B8B72CBEFB439 /* Pods_ChatExample.framework in Frameworks */,
131130
);
132131
runOnlyForDeploymentPostprocessing = 0;
133132
};
134133
882B5E461CF7D4B900B6E160 /* Frameworks */ = {
135134
isa = PBXFrameworksBuildPhase;
136135
buildActionMask = 2147483647;
137136
files = (
138-
8A6054E86269A028EFCCA862 /* Pods_ChatExampleTests.framework in Frameworks */,
137+
F182DD0E2148F655FC0DFF91 /* Pods_ChatExampleTests.framework in Frameworks */,
139138
);
140139
runOnlyForDeploymentPostprocessing = 0;
141140
};
142141
882B5E511CF7D4B900B6E160 /* Frameworks */ = {
143142
isa = PBXFrameworksBuildPhase;
144143
buildActionMask = 2147483647;
145144
files = (
146-
9961327FB4F9B96CFD84A126 /* Pods_ChatExampleUITests.framework in Frameworks */,
145+
9961327FB4F9B96CFD84A126 /* BuildFile in Frameworks */,
146+
D4036D91BB2480E403CDC2F1 /* Pods_ChatExampleUITests.framework in Frameworks */,
147147
);
148148
runOnlyForDeploymentPostprocessing = 0;
149149
};
@@ -243,12 +243,12 @@
243243
7077DB8E202C35C7500F8863 /* Pods */ = {
244244
isa = PBXGroup;
245245
children = (
246-
19FCAA41E5FB273F95706474 /* Pods-ChatExample.debug.xcconfig */,
247-
15E7C4C168DF654D009EE593 /* Pods-ChatExample.release.xcconfig */,
248-
14FD0CD310DC61B22EE2F774 /* Pods-ChatExampleTests.debug.xcconfig */,
249246
75ED670DD62F2DA4182B816D /* Pods-ChatExampleTests.release.xcconfig */,
250247
59A26FF036CD2E01EB584DD4 /* Pods-ChatExampleUITests.debug.xcconfig */,
251248
6C3126C15C32473251B076B9 /* Pods-ChatExampleUITests.release.xcconfig */,
249+
A17AACB177F81B8A5ACA7D64 /* Pods-ChatExample.debug.xcconfig */,
250+
ABBB75782A3594E6FECDF6CD /* Pods-ChatExample.release.xcconfig */,
251+
4FA4643E9EBD7DB3FCD93B7C /* Pods-ChatExampleTests.debug.xcconfig */,
252252
);
253253
path = Pods;
254254
sourceTree = "<group>";
@@ -284,7 +284,6 @@
284284
385C2933211FF3670010B4BA /* Extensions */,
285285
385C292E211FF3540010B4BA /* Layout */,
286286
385C2929211FF33D0010B4BA /* Models */,
287-
13FCBEED2424D36900CB489F /* Resources */,
288287
5074EF4B2163554900D82952 /* Sounds */,
289288
385C2949211FF3930010B4BA /* View Controllers */,
290289
385C2924211FF3310010B4BA /* Views */,
@@ -314,9 +313,9 @@
314313
isa = PBXGroup;
315314
children = (
316315
1C5433DE24C38DBF00A5383B /* SwiftUI.framework */,
317-
3B316705C4717C3B4C916D62 /* Pods_ChatExample.framework */,
318-
56F0AC85B38034EC92CCBC7D /* Pods_ChatExampleTests.framework */,
319316
2AC6E3F5C11E39F57598DBE6 /* Pods_ChatExampleUITests.framework */,
317+
6596D36DCF8979FCD9D50547 /* Pods_ChatExample.framework */,
318+
25FCE8536D329EC8856E2BA8 /* Pods_ChatExampleTests.framework */,
320319
);
321320
name = Frameworks;
322321
sourceTree = "<group>";
@@ -434,9 +433,7 @@
434433
buildActionMask = 2147483647;
435434
files = (
436435
5074EF4F2163555900D82952 /* sound1.m4a in Resources */,
437-
882B5E821CF7D53600B6E160 /* Assets.xcassets in Resources */,
438436
5074EF4E2163555900D82952 /* sound2.m4a in Resources */,
439-
882B5E831CF7D53600B6E160 /* LaunchScreen.storyboard in Resources */,
440437
);
441438
runOnlyForDeploymentPostprocessing = 0;
442439
};
@@ -628,17 +625,6 @@
628625
};
629626
/* End PBXTargetDependency section */
630627

631-
/* Begin PBXVariantGroup section */
632-
882B5E7A1CF7D53600B6E160 /* LaunchScreen.storyboard */ = {
633-
isa = PBXVariantGroup;
634-
children = (
635-
882B5E7B1CF7D53600B6E160 /* Base */,
636-
);
637-
name = LaunchScreen.storyboard;
638-
sourceTree = "<group>";
639-
};
640-
/* End PBXVariantGroup section */
641-
642628
/* Begin XCBuildConfiguration section */
643629
882B5E5B1CF7D4B900B6E160 /* Debug */ = {
644630
isa = XCBuildConfiguration;
@@ -669,7 +655,7 @@
669655
CLANG_WARN_SUSPICIOUS_MOVE = YES;
670656
CLANG_WARN_UNREACHABLE_CODE = YES;
671657
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
672-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
658+
CODE_SIGN_IDENTITY = "Apple Development";
673659
COPY_PHASE_STRIP = NO;
674660
DEBUG_INFORMATION_FORMAT = dwarf;
675661
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -727,7 +713,7 @@
727713
CLANG_WARN_SUSPICIOUS_MOVE = YES;
728714
CLANG_WARN_UNREACHABLE_CODE = YES;
729715
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
730-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
716+
CODE_SIGN_IDENTITY = "Apple Development";
731717
COPY_PHASE_STRIP = NO;
732718
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
733719
ENABLE_NS_ASSERTIONS = NO;
@@ -751,10 +737,8 @@
751737
};
752738
882B5E5E1CF7D4B900B6E160 /* Debug */ = {
753739
isa = XCBuildConfiguration;
754-
baseConfigurationReference = 19FCAA41E5FB273F95706474 /* Pods-ChatExample.debug.xcconfig */;
740+
baseConfigurationReference = A17AACB177F81B8A5ACA7D64 /* Pods-ChatExample.debug.xcconfig */;
755741
buildSettings = {
756-
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
757-
DEVELOPMENT_TEAM = "";
758742
INFOPLIST_FILE = "$(SRCROOT)/Sources/Resources/Info.plist";
759743
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
760744
PRODUCT_BUNDLE_IDENTIFIER = com.messagekit.ChatExample;
@@ -765,10 +749,8 @@
765749
};
766750
882B5E5F1CF7D4B900B6E160 /* Release */ = {
767751
isa = XCBuildConfiguration;
768-
baseConfigurationReference = 15E7C4C168DF654D009EE593 /* Pods-ChatExample.release.xcconfig */;
752+
baseConfigurationReference = ABBB75782A3594E6FECDF6CD /* Pods-ChatExample.release.xcconfig */;
769753
buildSettings = {
770-
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
771-
DEVELOPMENT_TEAM = "";
772754
INFOPLIST_FILE = "$(SRCROOT)/Sources/Resources/Info.plist";
773755
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
774756
PRODUCT_BUNDLE_IDENTIFIER = com.messagekit.ChatExample;
@@ -780,7 +762,7 @@
780762
};
781763
882B5E611CF7D4B900B6E160 /* Debug */ = {
782764
isa = XCBuildConfiguration;
783-
baseConfigurationReference = 14FD0CD310DC61B22EE2F774 /* Pods-ChatExampleTests.debug.xcconfig */;
765+
baseConfigurationReference = 4FA4643E9EBD7DB3FCD93B7C /* Pods-ChatExampleTests.debug.xcconfig */;
784766
buildSettings = {
785767
BUNDLE_LOADER = "$(TEST_HOST)";
786768
INFOPLIST_FILE = Tests/Info.plist;

Example/ChatExample.xcodeproj/xcshareddata/xcschemes/ChatExample.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1130"
3+
LastUpgradeVersion = "1160"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

Example/ChatExample.xcodeproj/xcshareddata/xcschemes/ChatExampleUITests.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1130"
3+
LastUpgradeVersion = "1160"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)