Skip to content

Instantly share code, notes, and snippets.

@closerminds
closerminds / post_archive_script.sh
Last active February 14, 2020 10:46
Swift 5 universal framework with workaround for Xcode10.2 issue #48635615
exec > /tmp/${PROJECT_NAME}_archive.log 2>&1
UNIVERSAL_OUTPUTFOLDER=${BUILD_DIR}/${CONFIGURATION}-universal
if [ "true" == ${ALREADYINVOKED:-false} ]
then
echo "RECURSION: Detected, stopping"
else
export ALREADYINVOKED="true"