Skip to content

Instantly share code, notes, and snippets.

@AlexKMDev
Created February 21, 2017 17:40
Show Gist options
  • Save AlexKMDev/39ef1d3c0c2f0254e6afbad5999c9ce1 to your computer and use it in GitHub Desktop.
Save AlexKMDev/39ef1d3c0c2f0254e6afbad5999c9ce1 to your computer and use it in GitHub Desktop.
Carthage Build Phase
for framework in $(find $SRCROOT/Carthage/Build/iOS/ -name "*.framework"); do
SCRIPT_INPUT_FILE_0=$framework SCRIPT_INPUT_FILE_COUNT=1 carthage copy-frameworks
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment