Changes between Initial Version and Version 1 of Ticket #47490


Ignore:
Timestamp:
Apr 18, 2015, 11:06:36 PM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

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  
    33So now instead of this:
    44
     5{{{
    56mogenerator --model MyDataModel.xcdatamodeld \
    67    --template-var arc=true \
    78    --template-var literals=true \
    89    --template-var modules=true
     10}}}
     11
    912You can write this:
    1013
     14{{{
    1115mogenerator --v2 --model MyDataModel.xcdatamodeld
     16}}}
     17
    1218Internally these invocations are equivalent, but new scripts and manual invocations should use the --v2 variant.
    1319