|
25 | 25 | 385C2946211FF38F0010B4BA /* LaunchViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 385C293F211FF38F0010B4BA /* LaunchViewController.swift */; }; |
26 | 26 | 385C2947211FF38F0010B4BA /* BasicExampleViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 385C2940211FF38F0010B4BA /* BasicExampleViewController.swift */; }; |
27 | 27 | 385C2948211FF38F0010B4BA /* ChatViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 385C2941211FF38F0010B4BA /* ChatViewController.swift */; }; |
| 28 | + 38CCCC592258419300DD5482 /* AutocompleteExampleViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38CCCC582258419300DD5482 /* AutocompleteExampleViewController.swift */; }; |
28 | 29 | 50739F9621C5090A008CA369 /* BasicAudioController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50739F9521C5090A008CA369 /* BasicAudioController.swift */; }; |
29 | 30 | 5074EF4E2163555900D82952 /* sound2.m4a in Resources */ = {isa = PBXBuildFile; fileRef = 5074EF4C2163555900D82952 /* sound2.m4a */; }; |
30 | 31 | 5074EF4F2163555900D82952 /* sound1.m4a in Resources */ = {isa = PBXBuildFile; fileRef = 5074EF4D2163555900D82952 /* sound1.m4a */; }; |
|
89 | 90 | 385C293F211FF38F0010B4BA /* LaunchViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LaunchViewController.swift; sourceTree = "<group>"; }; |
90 | 91 | 385C2940211FF38F0010B4BA /* BasicExampleViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BasicExampleViewController.swift; sourceTree = "<group>"; }; |
91 | 92 | 385C2941211FF38F0010B4BA /* ChatViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChatViewController.swift; sourceTree = "<group>"; }; |
| 93 | + 38CCCC582258419300DD5482 /* AutocompleteExampleViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AutocompleteExampleViewController.swift; sourceTree = "<group>"; }; |
92 | 94 | 3B316705C4717C3B4C916D62 /* Pods_ChatExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ChatExample.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
93 | 95 | 50739F9521C5090A008CA369 /* BasicAudioController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BasicAudioController.swift; sourceTree = "<group>"; }; |
94 | 96 | 5074EF4C2163555900D82952 /* sound2.m4a */ = {isa = PBXFileReference; lastKnownFileType = file; path = sound2.m4a; sourceTree = "<group>"; }; |
|
189 | 191 | isa = PBXGroup; |
190 | 192 | children = ( |
191 | 193 | 385C293B211FF38E0010B4BA /* AdvancedExampleViewController.swift */, |
| 194 | + 38CCCC582258419300DD5482 /* AutocompleteExampleViewController.swift */, |
192 | 195 | 385C2940211FF38F0010B4BA /* BasicExampleViewController.swift */, |
193 | 196 | 385C2941211FF38F0010B4BA /* ChatViewController.swift */, |
194 | 197 | 385C293F211FF38F0010B4BA /* LaunchViewController.swift */, |
|
550 | 553 | 385C2947211FF38F0010B4BA /* BasicExampleViewController.swift in Sources */, |
551 | 554 | 882B5E811CF7D53600B6E160 /* AppDelegate.swift in Sources */, |
552 | 555 | 385C292D211FF3520010B4BA /* CustomMessageFlowLayout.swift in Sources */, |
| 556 | + 38CCCC592258419300DD5482 /* AutocompleteExampleViewController.swift in Sources */, |
553 | 557 | ); |
554 | 558 | runOnlyForDeploymentPostprocessing = 0; |
555 | 559 | }; |
|
0 commit comments