Skip to content

Commit 85db94e

Browse files
author
xianing
committed
add missing files
1 parent 1a3a608 commit 85db94e

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

iOS/APIExample.xcodeproj/project.pbxproj

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@
119119
8B1422F626B54B8900FFF91B /* ExtensionVideoFilter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8B1422F226B54B8900FFF91B /* ExtensionVideoFilter.cpp */; };
120120
8B1422F726B54B8900FFF91B /* ExtensionVideoFilter.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 8B1422F326B54B8900FFF91B /* ExtensionVideoFilter.hpp */; };
121121
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 */; };
122124
8B333DA9267B4BC3002A3785 /* SettingsCells.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B333DA8267B4BC3002A3785 /* SettingsCells.swift */; };
123125
8B349FE32681E2CE007247F2 /* agora-logo.png in Resources */ = {isa = PBXBuildFile; fileRef = 8B349FE22681E2CE007247F2 /* agora-logo.png */; };
124126
8B9EE79E2665D99500EF6F69 /* AgoraAudioProcessing.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8B9EE79D2665D99500EF6F69 /* AgoraAudioProcessing.mm */; };
@@ -358,6 +360,8 @@
358360
8B1422F226B54B8900FFF91B /* ExtensionVideoFilter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ExtensionVideoFilter.cpp; sourceTree = "<group>"; };
359361
8B1422F326B54B8900FFF91B /* ExtensionVideoFilter.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ExtensionVideoFilter.hpp; sourceTree = "<group>"; };
360362
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>"; };
361365
8B333DA8267B4BC3002A3785 /* SettingsCells.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SettingsCells.swift; sourceTree = "<group>"; };
362366
8B349FE22681E2CE007247F2 /* agora-logo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "agora-logo.png"; sourceTree = "<group>"; };
363367
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,6 +838,8 @@
834838
8B10BE0E26AFFFA6002E1373 /* SimpleFilter */ = {
835839
isa = PBXGroup;
836840
children = (
841+
8B27845B26CE55FC00BC42F9 /* external_thread_pool.cpp */,
842+
8B27845A26CE55FC00BC42F9 /* external_thread_pool.h */,
837843
8B1422F226B54B8900FFF91B /* ExtensionVideoFilter.cpp */,
838844
8B1422F326B54B8900FFF91B /* ExtensionVideoFilter.hpp */,
839845
8B1422F126B54B8900FFF91B /* VideoProcessor.cpp */,
@@ -943,6 +949,7 @@
943949
8B1422C326B50AB500FFF91B /* ExtensionAudioFilter.hpp in Headers */,
944950
8B1422CA26B5185800FFF91B /* SimpleFilterManager.h in Headers */,
945951
8B1422F826B54B8900FFF91B /* VideoProcessor.hpp in Headers */,
952+
8B27845C26CE55FC00BC42F9 /* external_thread_pool.h in Headers */,
946953
);
947954
runOnlyForDeploymentPostprocessing = 0;
948955
};
@@ -1340,6 +1347,7 @@
13401347
buildActionMask = 2147483647;
13411348
files = (
13421349
8B1422CB26B5185800FFF91B /* SimpleFilterManager.mm in Sources */,
1350+
8B27845D26CE55FC00BC42F9 /* external_thread_pool.cpp in Sources */,
13431351
8B1422C426B50AB500FFF91B /* ExtensionProvider.cpp in Sources */,
13441352
8B1422F526B54B8900FFF91B /* VideoProcessor.cpp in Sources */,
13451353
8B1422C226B50AB500FFF91B /* AudioProcessor.mm in Sources */,
@@ -1618,7 +1626,7 @@
16181626
CLANG_ENABLE_MODULES = YES;
16191627
CODE_SIGN_IDENTITY = "Apple Development";
16201628
CODE_SIGN_STYLE = Automatic;
1621-
DEVELOPMENT_TEAM = T3RCD6CX8B;
1629+
DEVELOPMENT_TEAM = JDPG69R49Z;
16221630
FRAMEWORK_SEARCH_PATHS = (
16231631
"$(inherited)",
16241632
"$(PROJECT_DIR)/APIExample",

0 commit comments

Comments
 (0)