Skip to content
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

Couple --release|--debug and type/packageType=development|app-store #27

Open
janpio opened this issue Nov 22, 2017 · 0 comments
Open

Couple --release|--debug and type/packageType=development|app-store #27

janpio opened this issue Nov 22, 2017 · 0 comments
Labels

Comments

@janpio
Copy link
Collaborator

janpio commented Nov 22, 2017

We have --packageType (valid values: development, enterprise, ad-hoc, app-store) that "will determine what type of build is generated by Xcode".
And we have --release and --debug which defines the general build type.

  1. Does it ever make sense to use --release with development?
  2. Does it ever make sense to use --debug with anything but development?
  3. Would --debug => development and --release => app-store be a sensible default here?

Re 1) Not really.
Re 2) Not really.
Re 3) Maybe. debug=development yes, release could also be ad-hoc depending on usecase.

So at least in this plugin here we could couple these together with useful defaults.

To investigate: Is it maybe a problem when we always add a packageType?

@janpio janpio added the backlog label Nov 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant