chore: Update macOS build files

This commit is contained in:
Christian Pauly 2021-08-22 21:08:56 +02:00
commit 1489dd0471
3 changed files with 10 additions and 0 deletions

View file

@ -276,6 +276,7 @@
"${BUILT_PRODUCTS_DIR}/shared_preferences_macos/shared_preferences_macos.framework",
"${BUILT_PRODUCTS_DIR}/sqflite/sqflite.framework",
"${BUILT_PRODUCTS_DIR}/url_launcher_macos/url_launcher_macos.framework",
"${BUILT_PRODUCTS_DIR}/wakelock_macos/wakelock_macos.framework",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
@ -295,6 +296,7 @@
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/shared_preferences_macos.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/sqflite.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/url_launcher_macos.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/wakelock_macos.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;