Renaming app
chadwhitaker opened this issue · 1 comments
chadwhitaker commented
I don't have a heavy OS X / Xcode background, so I've found that renaming the app from "quark-shell" has proven difficult. Typically changing all identifiers and files from "quark" to my app's name has displayed several build errors.
Do you have any suggestions for renaming an app?
xhacker commented
You need to change the bundle identifier and bundle name. Please do the following:
- Change bundle identifier to a unique name, like in xhacker@0407c8d
- Change bundle name to what you want, like in xhacker@13ee583
Let me know if you have more questions.