Created
February 21, 2017 17:40
-
-
Save AlexKMDev/39ef1d3c0c2f0254e6afbad5999c9ce1 to your computer and use it in GitHub Desktop.
Carthage Build Phase
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
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