Skip to content

Instantly share code, notes, and snippets.

@KaneCheshire
Last active February 13, 2018 09:51
Show Gist options
  • Save KaneCheshire/841d06ac7c1b151db5f2550007fa21d9 to your computer and use it in GitHub Desktop.
Save KaneCheshire/841d06ac7c1b151db5f2550007fa21d9 to your computer and use it in GitHub Desktop.
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