-
Notifications
You must be signed in to change notification settings - Fork 75
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
update custom icon path info in Project.xcconfig #430
Comments
Maybe we should remove ICON_FILE_PATH variable entirely? |
You can create a file named App.xcconfig, it is an optional include, so settings like icon survive projectGenerator rewrites.
|
Yes, I do this now, however my point is that the reference in the comment is wrong and |
Agreed! lets remove it. I was just confused because |
Also, this is important since the change to oF 0.12 broke the icon on projects I originally set up with the oF 0.10-0.11 ICON_FILE_PATH. I think people should at least get a hint on how to fix it... |
how about this?
|
I think it is also important that the note should match how the default
For instance, in my old Project.xcconfig used with oF 0.11:
The equivalent override in App.xcconfig for oF 0.12 is now:
I think a full note about how to transition from the old way to the new way would be helpful, ala:
|
That whole section in Project.xcconfig could be overhauled a bit. For example:
|
Great! +1 for this change. it is much better without all caps. |
@dimitre @danomatika - this all looks great! |
The info on setting a custom icon path is out of date in Project.xcconfig: https://github.com/openframeworks/projectGenerator/blob/master/commandLine/Project.xcconfig#L29
I believe it should be:
This works fine on a project that used to set a custom icon using the original ICON_FILE_PATH variable.
The text was updated successfully, but these errors were encountered: