Last active
April 11, 2021 06:33
-
-
Save yusuke024/ea6f2913ba6a1c2bc425b969933fa96c to your computer and use it in GitHub Desktop.
This file contains 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
# Generate Swift source files from a `.xcdatamodeld` file. | |
xcrun momc \ | |
--action generate \ | |
--swift-version 5.0 \ | |
/path/to/MyModel.xcdatamodeld \ | |
~/path/to/output/dir |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment