Last active
February 13, 2018 09:51
-
-
Save KaneCheshire/841d06ac7c1b151db5f2550007fa21d9 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
releaseConfig="Release" | |
if [ "$releaseConfig" = "${CONFIGURATION}" ]; then | |
if [ -z "$FASTLANE_LANE_NAME" ]; then | |
echo "error: This project cannot be archived manually. Releases should only be built using Fastlane." | |
exit -1 | |
fi | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment