简体   繁体   中英

Change application name in Xcode / Cocoa

What's the most efficient way to change my Mac OS X application name in Xcode?

(I know it's easy; I've done it in the past but I can't really remember how... :/)

What I mean :

  • Let's say, I've got a Project/Application named oldName .
  • How do I change that to newName , so that this new name appears everywhere it should be? (Application name, bundle identifier, About dialog, Dock, etc)

Click your project on the left at the top where it list all of the files associated with said project. Press return on your keyboard and simply rename it.

Only change bundle display name in your -info.plist file.

It will update the title of the application written below the application icon. I guess this is what you required.

我真的会在终端上用grep来改变所有的事情。

cd yourprojectdirectory

grep -r oldName .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM