Skip to content

Instantly share code, notes, and snippets.

@kuyazee
Created June 28, 2018 12:04
Show Gist options
  • Save kuyazee/9ccdafd8e78f25aa940279a6b66b54de to your computer and use it in GitHub Desktop.
Save kuyazee/9ccdafd8e78f25aa940279a6b66b54de to your computer and use it in GitHub Desktop.
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