Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ahmed-shehata/e46c430743613294a995e25eb38c8db3 to your computer and use it in GitHub Desktop.
Save ahmed-shehata/e46c430743613294a995e25eb38c8db3 to your computer and use it in GitHub Desktop.
exec >> /tmp/${PROJECT_NAME}_archive.log 2>&1
FRAMEWORK_NAME="YOUR-FRAMEWORK-NAME"
cd ${SRCROOT}/Pods/${FRAMEWORK_NAME}/
echo "🚀restore ${SRCROOT}/Pods/${FRAMEWORK_NAME}"
rm -rf ./${FRAMEWORK_NAME}.framework
unzip -o ${FRAMEWORK_NAME}.zip
rm -rf ${FRAMEWORK_NAME}.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment