|
61 | 61 | 033A9F89252D8B6C00BC26E1 /* PrecallTest.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 033A9F8B252D8B6C00BC26E1 /* PrecallTest.storyboard */; }; |
62 | 62 | 033A9F8E252D8FF300BC26E1 /* JoinMultiChannel.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 033A9F45252D89C800BC26E1 /* JoinMultiChannel.storyboard */; }; |
63 | 63 | 034C625E2524A06800296ECF /* VoiceChanger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 034C625D2524A06800296ECF /* VoiceChanger.swift */; }; |
| 64 | + 0364C1FC2551AD6D00C6C0AE /* ARKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0364C1F82551AD6D00C6C0AE /* ARKit.swift */; }; |
| 65 | + 0364C1FD2551AD6D00C6C0AE /* ARKit.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0364C1F92551AD6D00C6C0AE /* ARKit.storyboard */; }; |
| 66 | + 0364C2022551B19800C6C0AE /* ARVideoSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0364C2002551B19800C6C0AE /* ARVideoSource.swift */; }; |
| 67 | + 0364C2032551B19800C6C0AE /* ARVideoRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0364C2012551B19800C6C0AE /* ARVideoRenderer.swift */; }; |
| 68 | + 0364C2052551B46100C6C0AE /* AR.scnassets in Resources */ = {isa = PBXBuildFile; fileRef = 0364C2042551B46100C6C0AE /* AR.scnassets */; }; |
64 | 69 | 036C42AC24D292A700A59000 /* AgoraCameraSourceMediaIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 036C42AB24D292A700A59000 /* AgoraCameraSourceMediaIO.swift */; }; |
65 | 70 | 036C42B024D2955D00A59000 /* AgoraCameraSourcePush.swift in Sources */ = {isa = PBXBuildFile; fileRef = 036C42AF24D2955D00A59000 /* AgoraCameraSourcePush.swift */; }; |
66 | 71 | 036C42B524D2A3C600A59000 /* AgoraMetalRender.swift in Sources */ = {isa = PBXBuildFile; fileRef = 036C42B324D2A3C600A59000 /* AgoraMetalRender.swift */; }; |
|
257 | 262 | 033A9F88252D8B6700BC26E1 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/StreamEncryption.strings"; sourceTree = "<group>"; }; |
258 | 263 | 033A9F8A252D8B6C00BC26E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/PrecallTest.storyboard; sourceTree = "<group>"; }; |
259 | 264 | 033A9F8D252D8B7000BC26E1 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/PrecallTest.strings"; sourceTree = "<group>"; }; |
| 265 | + 03414B502551C98E00AB114D /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/ARKit.strings"; sourceTree = "<group>"; }; |
260 | 266 | 034C625D2524A06800296ECF /* VoiceChanger.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VoiceChanger.swift; sourceTree = "<group>"; }; |
| 267 | + 0364C1F82551AD6D00C6C0AE /* ARKit.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ARKit.swift; sourceTree = "<group>"; }; |
| 268 | + 0364C1FA2551AD6D00C6C0AE /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/ARKit.storyboard; sourceTree = "<group>"; }; |
| 269 | + 0364C2002551B19800C6C0AE /* ARVideoSource.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ARVideoSource.swift; sourceTree = "<group>"; }; |
| 270 | + 0364C2012551B19800C6C0AE /* ARVideoRenderer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ARVideoRenderer.swift; sourceTree = "<group>"; }; |
| 271 | + 0364C2042551B46100C6C0AE /* AR.scnassets */ = {isa = PBXFileReference; lastKnownFileType = wrapper.scnassets; path = AR.scnassets; sourceTree = "<group>"; }; |
261 | 272 | 036C42AB24D292A700A59000 /* AgoraCameraSourceMediaIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AgoraCameraSourceMediaIO.swift; sourceTree = "<group>"; }; |
262 | 273 | 036C42AF24D2955D00A59000 /* AgoraCameraSourcePush.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AgoraCameraSourcePush.swift; sourceTree = "<group>"; }; |
263 | 274 | 036C42B324D2A3C600A59000 /* AgoraMetalRender.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AgoraMetalRender.swift; sourceTree = "<group>"; }; |
|
575 | 586 | path = VoiceChanger; |
576 | 587 | sourceTree = "<group>"; |
577 | 588 | }; |
| 589 | + 0364C1F52551AD6D00C6C0AE /* ARKit */ = { |
| 590 | + isa = PBXGroup; |
| 591 | + children = ( |
| 592 | + 0364C1F82551AD6D00C6C0AE /* ARKit.swift */, |
| 593 | + 0364C1F92551AD6D00C6C0AE /* ARKit.storyboard */, |
| 594 | + ); |
| 595 | + path = ARKit; |
| 596 | + sourceTree = "<group>"; |
| 597 | + }; |
| 598 | + 0364C1FF2551B19800C6C0AE /* ARKit */ = { |
| 599 | + isa = PBXGroup; |
| 600 | + children = ( |
| 601 | + 0364C2002551B19800C6C0AE /* ARVideoSource.swift */, |
| 602 | + 0364C2012551B19800C6C0AE /* ARVideoRenderer.swift */, |
| 603 | + ); |
| 604 | + path = ARKit; |
| 605 | + sourceTree = "<group>"; |
| 606 | + }; |
578 | 607 | 036C42AA24D292A700A59000 /* ExternalVideo */ = { |
579 | 608 | isa = PBXGroup; |
580 | 609 | children = ( |
|
738 | 767 | 03D13BFF24488F1E00B599B3 /* Common */ = { |
739 | 768 | isa = PBXGroup; |
740 | 769 | children = ( |
| 770 | + 0364C1FF2551B19800C6C0AE /* ARKit */, |
741 | 771 | 0339BE73251EF728007D4FDD /* RtcChannelPublishPlugin */, |
742 | 772 | 036CBA4025198E9100D74FAD /* CustomEncryption */, |
743 | 773 | 036C42B924D5853200A59000 /* RawDataApi */, |
|
789 | 819 | A75A56D724A0603000D0089E /* Advanced */ = { |
790 | 820 | isa = PBXGroup; |
791 | 821 | children = ( |
| 822 | + 0364C1F52551AD6D00C6C0AE /* ARKit */, |
792 | 823 | 033A9F01252D61FB00BC26E1 /* RawMediaData */, |
793 | 824 | 033A9F03252D61FB00BC26E1 /* RTMPInjection */, |
794 | 825 | 033A9F05252D61FB00BC26E1 /* RTMPStreaming */, |
|
820 | 851 | 03D13BD82448758B00B599B3 /* Assets.xcassets */, |
821 | 852 | 03D13BDA2448758B00B599B3 /* LaunchScreen.storyboard */, |
822 | 853 | 033A9F2C252D737900BC26E1 /* Localizable.strings */, |
| 854 | + 0364C2042551B46100C6C0AE /* AR.scnassets */, |
823 | 855 | ); |
824 | 856 | name = "Supporting Files"; |
825 | 857 | sourceTree = "<group>"; |
|
961 | 993 | 03C1647325447249002C6F4E /* model.bundle in Resources */, |
962 | 994 | 033A9F4D252D89DB00BC26E1 /* CustomAudioSource.storyboard in Resources */, |
963 | 995 | 033A9F84252D8B6400BC26E1 /* StreamEncryption.storyboard in Resources */, |
| 996 | + 0364C2052551B46100C6C0AE /* AR.scnassets in Resources */, |
964 | 997 | 033A9F30252D860100BC26E1 /* JoinChannelAudio.storyboard in Resources */, |
| 998 | + 0364C1FD2551AD6D00C6C0AE /* ARKit.storyboard in Resources */, |
965 | 999 | 033A9F75252D8B4800BC26E1 /* ScreenShare.storyboard in Resources */, |
966 | 1000 | 033A9F5C252D89FD00BC26E1 /* CustomVideoSourcePush.storyboard in Resources */, |
967 | 1001 | 03D13BD92448758B00B599B3 /* Assets.xcassets in Resources */, |
|
1070 | 1104 | 033A9EEA252D5F5E00BC26E1 /* JoinMultiChannel.swift in Sources */, |
1071 | 1105 | 0339BE64251DCA3B007D4FDD /* GlobalSettings.swift in Sources */, |
1072 | 1106 | 0339BE85251EF728007D4FDD /* AgoraMediaPlayerEx.cpp in Sources */, |
| 1107 | + 0364C1FC2551AD6D00C6C0AE /* ARKit.swift in Sources */, |
1073 | 1108 | 0339BE89251EF728007D4FDD /* AudioFrameObserver.cpp in Sources */, |
1074 | 1109 | 8407E0942472320800AC5DE8 /* (null) in Sources */, |
1075 | 1110 | 036C42B524D2A3C600A59000 /* AgoraMetalRender.swift in Sources */, |
|
1100 | 1135 | 033A9F08252D61FC00BC26E1 /* RTMPInjection.swift in Sources */, |
1101 | 1136 | A7847F922458062900469187 /* StatisticsInfo.swift in Sources */, |
1102 | 1137 | 0339BE72251EF075007D4FDD /* MediaPlayer.swift in Sources */, |
| 1138 | + 0364C2032551B19800C6C0AE /* ARVideoRenderer.swift in Sources */, |
1103 | 1139 | 0385767E2521E5A0003C369A /* MediaChannelRelay.swift in Sources */, |
1104 | 1140 | 03BCEC762449EB5000ED7177 /* LogViewController.swift in Sources */, |
| 1141 | + 0364C2022551B19800C6C0AE /* ARVideoSource.swift in Sources */, |
1105 | 1142 | 0339D6D624E91CEB008739CD /* QuickSwitchChannel.swift in Sources */, |
1106 | 1143 | A7847F942458089E00469187 /* AgoraExtension.swift in Sources */, |
1107 | 1144 | 03BCEC50244938C500ED7177 /* BaseViewController.swift in Sources */, |
|
1307 | 1344 | name = PrecallTest.storyboard; |
1308 | 1345 | sourceTree = "<group>"; |
1309 | 1346 | }; |
| 1347 | + 0364C1F92551AD6D00C6C0AE /* ARKit.storyboard */ = { |
| 1348 | + isa = PBXVariantGroup; |
| 1349 | + children = ( |
| 1350 | + 0364C1FA2551AD6D00C6C0AE /* Base */, |
| 1351 | + 03414B502551C98E00AB114D /* zh-Hans */, |
| 1352 | + ); |
| 1353 | + name = ARKit.storyboard; |
| 1354 | + sourceTree = "<group>"; |
| 1355 | + }; |
1310 | 1356 | 03D13BD52448758900B599B3 /* Main.storyboard */ = { |
1311 | 1357 | isa = PBXVariantGroup; |
1312 | 1358 | children = ( |
|
0 commit comments