|
119 | 119 | 8B1422F626B54B8900FFF91B /* ExtensionVideoFilter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8B1422F226B54B8900FFF91B /* ExtensionVideoFilter.cpp */; }; |
120 | 120 | 8B1422F726B54B8900FFF91B /* ExtensionVideoFilter.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 8B1422F326B54B8900FFF91B /* ExtensionVideoFilter.hpp */; }; |
121 | 121 | 8B1422F826B54B8900FFF91B /* VideoProcessor.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 8B1422F426B54B8900FFF91B /* VideoProcessor.hpp */; }; |
| 122 | + 8B27845C26CE55FC00BC42F9 /* external_thread_pool.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B27845A26CE55FC00BC42F9 /* external_thread_pool.h */; }; |
| 123 | + 8B27845D26CE55FC00BC42F9 /* external_thread_pool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8B27845B26CE55FC00BC42F9 /* external_thread_pool.cpp */; }; |
122 | 124 | 8B333DA9267B4BC3002A3785 /* SettingsCells.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B333DA8267B4BC3002A3785 /* SettingsCells.swift */; }; |
123 | 125 | 8B349FE32681E2CE007247F2 /* agora-logo.png in Resources */ = {isa = PBXBuildFile; fileRef = 8B349FE22681E2CE007247F2 /* agora-logo.png */; }; |
124 | 126 | 8B9EE79E2665D99500EF6F69 /* AgoraAudioProcessing.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8B9EE79D2665D99500EF6F69 /* AgoraAudioProcessing.mm */; }; |
|
358 | 360 | 8B1422F226B54B8900FFF91B /* ExtensionVideoFilter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ExtensionVideoFilter.cpp; sourceTree = "<group>"; }; |
359 | 361 | 8B1422F326B54B8900FFF91B /* ExtensionVideoFilter.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ExtensionVideoFilter.hpp; sourceTree = "<group>"; }; |
360 | 362 | 8B1422F426B54B8900FFF91B /* VideoProcessor.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = VideoProcessor.hpp; sourceTree = "<group>"; }; |
| 363 | + 8B27845A26CE55FC00BC42F9 /* external_thread_pool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = external_thread_pool.h; sourceTree = "<group>"; }; |
| 364 | + 8B27845B26CE55FC00BC42F9 /* external_thread_pool.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = external_thread_pool.cpp; sourceTree = "<group>"; }; |
361 | 365 | 8B333DA8267B4BC3002A3785 /* SettingsCells.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SettingsCells.swift; sourceTree = "<group>"; }; |
362 | 366 | 8B349FE22681E2CE007247F2 /* agora-logo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "agora-logo.png"; sourceTree = "<group>"; }; |
363 | 367 | 8B9EE7852665D4F400EF6F69 /* Agoraffmpeg.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Agoraffmpeg.framework; path = ../../../../Downloads/Agora_Native_SDK_for_iOS_rel.v3.4.201_37519_ffmpeg_player_20210430_1258/libs/Agoraffmpeg.framework; sourceTree = "<group>"; }; |
|
834 | 838 | 8B10BE0E26AFFFA6002E1373 /* SimpleFilter */ = { |
835 | 839 | isa = PBXGroup; |
836 | 840 | children = ( |
| 841 | + 8B27845B26CE55FC00BC42F9 /* external_thread_pool.cpp */, |
| 842 | + 8B27845A26CE55FC00BC42F9 /* external_thread_pool.h */, |
837 | 843 | 8B1422F226B54B8900FFF91B /* ExtensionVideoFilter.cpp */, |
838 | 844 | 8B1422F326B54B8900FFF91B /* ExtensionVideoFilter.hpp */, |
839 | 845 | 8B1422F126B54B8900FFF91B /* VideoProcessor.cpp */, |
|
943 | 949 | 8B1422C326B50AB500FFF91B /* ExtensionAudioFilter.hpp in Headers */, |
944 | 950 | 8B1422CA26B5185800FFF91B /* SimpleFilterManager.h in Headers */, |
945 | 951 | 8B1422F826B54B8900FFF91B /* VideoProcessor.hpp in Headers */, |
| 952 | + 8B27845C26CE55FC00BC42F9 /* external_thread_pool.h in Headers */, |
946 | 953 | ); |
947 | 954 | runOnlyForDeploymentPostprocessing = 0; |
948 | 955 | }; |
|
1340 | 1347 | buildActionMask = 2147483647; |
1341 | 1348 | files = ( |
1342 | 1349 | 8B1422CB26B5185800FFF91B /* SimpleFilterManager.mm in Sources */, |
| 1350 | + 8B27845D26CE55FC00BC42F9 /* external_thread_pool.cpp in Sources */, |
1343 | 1351 | 8B1422C426B50AB500FFF91B /* ExtensionProvider.cpp in Sources */, |
1344 | 1352 | 8B1422F526B54B8900FFF91B /* VideoProcessor.cpp in Sources */, |
1345 | 1353 | 8B1422C226B50AB500FFF91B /* AudioProcessor.mm in Sources */, |
|
1618 | 1626 | CLANG_ENABLE_MODULES = YES; |
1619 | 1627 | CODE_SIGN_IDENTITY = "Apple Development"; |
1620 | 1628 | CODE_SIGN_STYLE = Automatic; |
1621 | | - DEVELOPMENT_TEAM = T3RCD6CX8B; |
| 1629 | + DEVELOPMENT_TEAM = JDPG69R49Z; |
1622 | 1630 | FRAMEWORK_SEARCH_PATHS = ( |
1623 | 1631 | "$(inherited)", |
1624 | 1632 | "$(PROJECT_DIR)/APIExample", |
|
0 commit comments