Skip to content

Commit

Permalink
add s.dependency 'MNNFaceDetection'
Browse files Browse the repository at this point in the history
disable bitcode
  • Loading branch information
huyangyang committed Apr 17, 2020
1 parent 4a79249 commit 70b69b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DYVideoCamera.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ TODO: Add long description of the pod here.
s.dependency 'lottie-ios_Oc'
s.dependency 'CocoaLumberjack'
s.dependency 'CocoaAsyncSocket'
s.dependency 'CocoaAsyncSocket'
s.dependency 'MNNFaceDetection'
end
6 changes: 6 additions & 0 deletions Example/DYVideoCamera.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,8 @@
"${PODS_ROOT}/GPUImage/framework/Resources/lookup_miss_etikate.png",
"${PODS_ROOT}/GPUImage/framework/Resources/lookup_soft_elegance_1.png",
"${PODS_ROOT}/GPUImage/framework/Resources/lookup_soft_elegance_2.png",
"${PODS_ROOT}/MNNFaceDetection/MNNFaceDetection.framework/det.mnn",
"${PODS_ROOT}/MNNFaceDetection/MNNFaceDetection.framework/pts.mnn",
);
name = "[CP] Copy Pods Resources";
outputPaths = (
Expand All @@ -367,6 +369,8 @@
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/lookup_miss_etikate.png",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/lookup_soft_elegance_1.png",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/lookup_soft_elegance_2.png",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/det.mnn",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/pts.mnn",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
Expand Down Expand Up @@ -534,6 +538,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = NH3828744P;
ENABLE_BITCODE = NO;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "DYVideoCamera/DYVideoCamera-Prefix.pch";
INFOPLIST_FILE = "DYVideoCamera/DYVideoCamera-Info.plist";
Expand All @@ -553,6 +558,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = NH3828744P;
ENABLE_BITCODE = NO;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "DYVideoCamera/DYVideoCamera-Prefix.pch";
INFOPLIST_FILE = "DYVideoCamera/DYVideoCamera-Info.plist";
Expand Down

0 comments on commit 70b69b0

Please sign in to comment.