Add background audio when screenshare is running

This commit is contained in:
Tiago Jacobs
2022-04-06 19:24:42 -03:00
parent 0f10961c81
commit d0e42c305d
9 changed files with 46 additions and 11 deletions

View File

@@ -320,10 +320,12 @@
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-BigbluebuttonMobileSdkExample/Pods-BigbluebuttonMobileSdkExample-resources.sh",
"${PODS_CONFIGURATION_BUILD_DIR}/React-Core/AccessibilityResources.bundle",
"${PODS_ROOT}/../../../ios/Assets/music2.mp3",
);
name = "[CP] Copy Pods Resources";
outputPaths = (
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AccessibilityResources.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/music2.mp3",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;