-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
README command-line example #8
Comments
That last argument is supposed to be optional. I've thought about just removing the command line tool, but apparently at least one person is actually using it. I'll fix it anyway. |
Oh, how was I supposed to generate the model normally? |
It would normally get triggered by a rake task (included). If you're using CDQ, and ran cdq init, that should all be set up for you. I've noticed there's a fair number of people who are using ruby-xcdm without CDQ, which is great, but means I need to pay attention to it. :) |
Ah I see. I am using CDQ in this test app after all, I didn’t think I was going to use it at first. so that’s why I missed that part. Please do not take me asking about it as a sign that it needs to be maintained :) |
I think the examples should be copy-pastable and use the same values as other suggestions in the README. For instance, the README states to ‘make a directory called "schemas"’ and the default place for assets is the
resources
dir. Therefore I would suggest a version like so:A second issue is that the command seems to require 4 arguments, of which I believe the last one is the ‘Xcode application version’.
This is what I ended up using:
The text was updated successfully, but these errors were encountered: