Replaces AltStore(Core) Roxas pod with framework

Fixes compilation errors when archiving app.
This commit is contained in:
Riley Testut
2020-09-08 13:44:08 -07:00
parent fb9b1a5c7d
commit 8021ff8871
34 changed files with 864 additions and 1404 deletions

View File

@@ -198,12 +198,10 @@ fi
if [[ "$CONFIGURATION" == "Debug" ]]; then
install_framework "${BUILT_PRODUCTS_DIR}/Nuke/Nuke.framework"
install_framework "${BUILT_PRODUCTS_DIR}/Roxas-framework/Roxas.framework"
install_framework "${BUILT_PRODUCTS_DIR}/KeychainAccess/KeychainAccess.framework"
fi
if [[ "$CONFIGURATION" == "Release" ]]; then
install_framework "${BUILT_PRODUCTS_DIR}/Nuke/Nuke.framework"
install_framework "${BUILT_PRODUCTS_DIR}/Roxas-framework/Roxas.framework"
install_framework "${BUILT_PRODUCTS_DIR}/KeychainAccess/KeychainAccess.framework"
fi
if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then