|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 112D167A2AD67A7F003C292E /* TCGDemoMultiSettingView.m in Sources */ = {isa = PBXBuildFile; fileRef = 112D16792AD67A7F003C292E /* TCGDemoMultiSettingView.m */; }; |
11 | 11 | 11D9EB592A83734E0099CF95 /* AudioQueuePlay.m in Sources */ = {isa = PBXBuildFile; fileRef = 11D9EB582A83734E0099CF95 /* AudioQueuePlay.m */; }; |
12 | | - 4D580E2A2ADD23BF00CE04DC /* TCGDemoAudioCapturor.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D580E292ADD23BF00CE04DC /* TCGDemoAudioCapturor.m */; }; |
| 12 | + 4DD7C5B42E58B0020030D82E /* TCGDemoAudioCapturor.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DD7C5A62E58B0020030D82E /* TCGDemoAudioCapturor.m */; }; |
| 13 | + 4DD7C5B52E58B0020030D82E /* AVCaptureSession+DevicePosition.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4DD7C5A92E58B0020030D82E /* AVCaptureSession+DevicePosition.mm */; }; |
| 14 | + 4DD7C5B62E58B0020030D82E /* gcd_helpers.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DD7C5AB2E58B0020030D82E /* gcd_helpers.m */; }; |
| 15 | + 4DD7C5B72E58B0020030D82E /* TCGCameraVideoCapturer.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DD7C5AD2E58B0020030D82E /* TCGCameraVideoCapturer.m */; }; |
| 16 | + 4DD7C5B82E58B0020030D82E /* TCGDispatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DD7C5AF2E58B0020030D82E /* TCGDispatcher.m */; }; |
| 17 | + 4DD7C5B92E58B0020030D82E /* UIDevice+TCGDevice.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4DD7C5B22E58B0020030D82E /* UIDevice+TCGDevice.mm */; }; |
13 | 18 | 8A3A055A259AC9FB001E8A34 /* TCGDemoGameListView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A3A0559259AC9FB001E8A34 /* TCGDemoGameListView.m */; }; |
14 | 19 | 8A4F628B259C222600AA2DE9 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8A4F6289259C222500AA2DE9 /* Main.storyboard */; }; |
15 | 20 | 8A4F6293259C268900AA2DE9 /* TCGDemoSettingView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A4F6292259C268900AA2DE9 /* TCGDemoSettingView.m */; }; |
|
51 | 56 | 112D16792AD67A7F003C292E /* TCGDemoMultiSettingView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TCGDemoMultiSettingView.m; sourceTree = "<group>"; }; |
52 | 57 | 11D9EB572A83734E0099CF95 /* AudioQueuePlay.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AudioQueuePlay.h; sourceTree = "<group>"; }; |
53 | 58 | 11D9EB582A83734E0099CF95 /* AudioQueuePlay.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AudioQueuePlay.m; sourceTree = "<group>"; }; |
54 | | - 4D580E272ADD238600CE04DC /* TCGDemoAudioCapturor.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TCGDemoAudioCapturor.h; sourceTree = "<group>"; }; |
55 | | - 4D580E292ADD23BF00CE04DC /* TCGDemoAudioCapturor.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TCGDemoAudioCapturor.m; sourceTree = "<group>"; }; |
| 59 | + 4DD7C5A52E58B0020030D82E /* TCGDemoAudioCapturor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TCGDemoAudioCapturor.h; sourceTree = "<group>"; }; |
| 60 | + 4DD7C5A62E58B0020030D82E /* TCGDemoAudioCapturor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TCGDemoAudioCapturor.m; sourceTree = "<group>"; }; |
| 61 | + 4DD7C5A82E58B0020030D82E /* AVCaptureSession+DevicePosition.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "AVCaptureSession+DevicePosition.h"; sourceTree = "<group>"; }; |
| 62 | + 4DD7C5A92E58B0020030D82E /* AVCaptureSession+DevicePosition.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = "AVCaptureSession+DevicePosition.mm"; sourceTree = "<group>"; }; |
| 63 | + 4DD7C5AA2E58B0020030D82E /* gcd_helpers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gcd_helpers.h; sourceTree = "<group>"; }; |
| 64 | + 4DD7C5AB2E58B0020030D82E /* gcd_helpers.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = gcd_helpers.m; sourceTree = "<group>"; }; |
| 65 | + 4DD7C5AC2E58B0020030D82E /* TCGCameraVideoCapturer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TCGCameraVideoCapturer.h; sourceTree = "<group>"; }; |
| 66 | + 4DD7C5AD2E58B0020030D82E /* TCGCameraVideoCapturer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TCGCameraVideoCapturer.m; sourceTree = "<group>"; }; |
| 67 | + 4DD7C5AE2E58B0020030D82E /* TCGDispatcher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TCGDispatcher.h; sourceTree = "<group>"; }; |
| 68 | + 4DD7C5AF2E58B0020030D82E /* TCGDispatcher.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TCGDispatcher.m; sourceTree = "<group>"; }; |
| 69 | + 4DD7C5B02E58B0020030D82E /* TCGDispatcher+Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "TCGDispatcher+Private.h"; sourceTree = "<group>"; }; |
| 70 | + 4DD7C5B12E58B0020030D82E /* UIDevice+TCGDevice.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIDevice+TCGDevice.h"; sourceTree = "<group>"; }; |
| 71 | + 4DD7C5B22E58B0020030D82E /* UIDevice+TCGDevice.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = "UIDevice+TCGDevice.mm"; sourceTree = "<group>"; }; |
56 | 72 | 8A3A0558259AC9EC001E8A34 /* TCGDemoGameListView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TCGDemoGameListView.h; sourceTree = "<group>"; }; |
57 | 73 | 8A3A0559259AC9FB001E8A34 /* TCGDemoGameListView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TCGDemoGameListView.m; sourceTree = "<group>"; }; |
58 | 74 | 8A4F628A259C222500AA2DE9 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
|
115 | 131 | path = Pods; |
116 | 132 | sourceTree = "<group>"; |
117 | 133 | }; |
| 134 | + 4DD7C5A72E58B0020030D82E /* audio_capture */ = { |
| 135 | + isa = PBXGroup; |
| 136 | + children = ( |
| 137 | + 4DD7C5A52E58B0020030D82E /* TCGDemoAudioCapturor.h */, |
| 138 | + 4DD7C5A62E58B0020030D82E /* TCGDemoAudioCapturor.m */, |
| 139 | + ); |
| 140 | + path = audio_capture; |
| 141 | + sourceTree = "<group>"; |
| 142 | + }; |
| 143 | + 4DD7C5B32E58B0020030D82E /* video_capture */ = { |
| 144 | + isa = PBXGroup; |
| 145 | + children = ( |
| 146 | + 4DD7C5A82E58B0020030D82E /* AVCaptureSession+DevicePosition.h */, |
| 147 | + 4DD7C5A92E58B0020030D82E /* AVCaptureSession+DevicePosition.mm */, |
| 148 | + 4DD7C5AA2E58B0020030D82E /* gcd_helpers.h */, |
| 149 | + 4DD7C5AB2E58B0020030D82E /* gcd_helpers.m */, |
| 150 | + 4DD7C5AC2E58B0020030D82E /* TCGCameraVideoCapturer.h */, |
| 151 | + 4DD7C5AD2E58B0020030D82E /* TCGCameraVideoCapturer.m */, |
| 152 | + 4DD7C5AE2E58B0020030D82E /* TCGDispatcher.h */, |
| 153 | + 4DD7C5AF2E58B0020030D82E /* TCGDispatcher.m */, |
| 154 | + 4DD7C5B02E58B0020030D82E /* TCGDispatcher+Private.h */, |
| 155 | + 4DD7C5B12E58B0020030D82E /* UIDevice+TCGDevice.h */, |
| 156 | + 4DD7C5B22E58B0020030D82E /* UIDevice+TCGDevice.mm */, |
| 157 | + ); |
| 158 | + path = video_capture; |
| 159 | + sourceTree = "<group>"; |
| 160 | + }; |
118 | 161 | 8A7ECDDE26A666060092A918 /* Frameworks */ = { |
119 | 162 | isa = PBXGroup; |
120 | 163 | children = ( |
|
168 | 211 | 8A97C1C8258B9C7E005AA486 /* TCGDemo */ = { |
169 | 212 | isa = PBXGroup; |
170 | 213 | children = ( |
| 214 | + 4DD7C5A72E58B0020030D82E /* audio_capture */, |
| 215 | + 4DD7C5B32E58B0020030D82E /* video_capture */, |
171 | 216 | 8A863F7326830A9C0072417D /* experience */, |
172 | 217 | 8A97C1C9258B9C7E005AA486 /* AppDelegate.h */, |
173 | 218 | 8A97C1CA258B9C7E005AA486 /* AppDelegate.m */, |
|
191 | 236 | 8A4F6289259C222500AA2DE9 /* Main.storyboard */, |
192 | 237 | 11D9EB572A83734E0099CF95 /* AudioQueuePlay.h */, |
193 | 238 | 11D9EB582A83734E0099CF95 /* AudioQueuePlay.m */, |
194 | | - 4D580E272ADD238600CE04DC /* TCGDemoAudioCapturor.h */, |
195 | | - 4D580E292ADD23BF00CE04DC /* TCGDemoAudioCapturor.m */, |
196 | 239 | ); |
197 | 240 | path = TCGDemo; |
198 | 241 | sourceTree = "<group>"; |
|
268 | 311 | files = ( |
269 | 312 | 8A5EDB7E26806E4500B4C96F /* TCGDemoGameListVC.m in Sources */, |
270 | 313 | 8A863F7926830A9C0072417D /* TCGDemoExperienceInputText.m in Sources */, |
| 314 | + 4DD7C5B82E58B0020030D82E /* TCGDispatcher.m in Sources */, |
| 315 | + 4DD7C5B62E58B0020030D82E /* gcd_helpers.m in Sources */, |
| 316 | + 4DD7C5B72E58B0020030D82E /* TCGCameraVideoCapturer.m in Sources */, |
271 | 317 | 8A97C216258BAC5A005AA486 /* TCGDemoGamePlayVC.m in Sources */, |
272 | 318 | 8A863F7C268314B70072417D /* TCGDemoUtils.m in Sources */, |
273 | | - 4D580E2A2ADD23BF00CE04DC /* TCGDemoAudioCapturor.m in Sources */, |
| 319 | + 4DD7C5B42E58B0020030D82E /* TCGDemoAudioCapturor.m in Sources */, |
| 320 | + 4DD7C5B92E58B0020030D82E /* UIDevice+TCGDevice.mm in Sources */, |
| 321 | + 4DD7C5B52E58B0020030D82E /* AVCaptureSession+DevicePosition.mm in Sources */, |
274 | 322 | 8AC0C3BF269E918900883D6C /* TCGDemoLoadingView.m in Sources */, |
275 | 323 | 8A4F6293259C268900AA2DE9 /* TCGDemoSettingView.m in Sources */, |
276 | 324 | 8AA931492698371900409D56 /* TCGDemoRaidoButton.m in Sources */, |
|
0 commit comments