HackPlan / quark-shell-mac

Quark Shell for Mac helps web developers to create native-like Mac menubar app using HTML and JavaScript without writing any native code.
MIT License
910 stars 42 forks source link

Renaming app #50

Closed chadwhitaker closed 8 years ago

chadwhitaker commented 8 years ago

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 8 years ago

You need to change the bundle identifier and bundle name. Please do the following:

Let me know if you have more questions.