Changes between Initial Version and Version 1 of Ticket #47490
- Timestamp:
- Apr 18, 2015, 11:06:36 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #47490
- Property Owner changed from macports-tickets@… to public+macports@…
-
Property
Version
changed from
2.3.3
to
-
Ticket #47490 – Description
initial v1 3 3 So now instead of this: 4 4 5 {{{ 5 6 mogenerator --model MyDataModel.xcdatamodeld \ 6 7 --template-var arc=true \ 7 8 --template-var literals=true \ 8 9 --template-var modules=true 10 }}} 11 9 12 You can write this: 10 13 14 {{{ 11 15 mogenerator --v2 --model MyDataModel.xcdatamodeld 16 }}} 17 12 18 Internally these invocations are equivalent, but new scripts and manual invocations should use the --v2 variant. 13 19