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

.plist is overwritten when using project generator #149

Open
kylemcdonald opened this issue Mar 18, 2017 · 2 comments
Open

.plist is overwritten when using project generator #149

kylemcdonald opened this issue Mar 18, 2017 · 2 comments
Assignees

Comments

@kylemcdonald
Copy link
Contributor

Tested on OSX using the openFrameworks 0.9.8 project generator.

Two situations where this is an issue:

  1. On Mac, I often have "High Resolution Capable" set to "True" to run apps at full retina resolution.
  2. On iOS, when using the camera I have an entry for "Privacy - Camera Usage Description".
@ofZach
Copy link
Contributor

ofZach commented Mar 18, 2017

thanks - would the suggested behavior be to not overwrite if it already exists? this file is part of the template and we are copying things over so it's getting overwritten.... We also overwrite the project files (since that is regenerated based on addons, etc) and this can clobber non standard settings.
It's hard to be super graceful but we can try.

@kylemcdonald
Copy link
Contributor Author

The best would be to know what needs to be changed and what doesn't, and merge the plists, but I have a feeling that would be really complicated :) I think not overwriting if it exists is a great solution. That way if someone wants it to be recreated, they can delete and re-run the PG.

@ofTheo ofTheo self-assigned this Aug 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants