Created
June 28, 2018 12:04
-
-
Save kuyazee/9ccdafd8e78f25aa940279a6b66b54de to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| RESOURCE_PATH=${SRCROOT}/GoogleService-Info/${CONFIGURATION} | |
| BUILD_APP_DIR=${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}.app | |
| echo "Copying all files under ${RESOURCE_PATH} to ${BUILD_APP_DIR}" | |
| cp -v "${RESOURCE_PATH}/"* "${BUILD_APP_DIR}/" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment