Created
June 14, 2016 14:15
-
-
Save funky-monkey/eb88bca01e2756be7b7880a61f069083 to your computer and use it in GitHub Desktop.
Mogenerator for Swift. Can also be used as a 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
# Build this target to update the mogenerator generated files after changing xcdatamodel! | |
PROJECT_NAME="iFleat" | |
cd "$SRCROOT"/"$PROJECT_NAME"/Model | |
mogenerator --model "$SRCROOT"/"$PROJECT_NAME"/Model/"$PROJECT_NAME".xcdatamodeld/ --machine-dir _Machine --swift |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment