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

Define OSX bundle properties #19

Merged
merged 6 commits into from
Jan 10, 2017
Merged

Conversation

McMartin
Copy link
Owner

@MartyLake: please build the AudioAppExample or HelloWorld example with both Projucer and JUCE.cmake to check that the final .plist files are similar. Please review as well, thanks!

@MartyLake
Copy link
Collaborator

They are quite different. I've attached them for faster review.
InfoHelloWorldJuceCmake.plist.txt
InfoHelloWorldJUCE.plist.txt

Noticeable differences are JUCECmake:

  • $(PRODUCT_BUNDLE_IDENTIFIER) has not been replaced
  • Missing all the DTD informations generated by the compiler
  • Empty icon file entry(instead of no icon file entry)

All other "BUNDLE" properties are equivalent.

@McMartin McMartin force-pushed the define-OSX-bundle-properties branch 8 times, most recently from 18ef54b to 0d58d5d Compare January 3, 2017 15:10
@McMartin McMartin force-pushed the define-OSX-bundle-properties branch from 0d58d5d to 90acbce Compare January 3, 2017 15:16
@McMartin
Copy link
Owner Author

McMartin commented Jan 3, 2017

@MartyLake: I reworked the last commit, please have another look, thanks!

@MartyLake
Copy link
Collaborator

LGTM! all comments and commit message are clear, and the concision with which you implemented this feature is amazing :-)👌

@McMartin McMartin merged commit 2d638c0 into master Jan 10, 2017
@McMartin McMartin deleted the define-OSX-bundle-properties branch January 10, 2017 21:38
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

Successfully merging this pull request may close these issues.

2 participants