且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何更改可执行文件名称?

更新时间:2021-11-15 19:51:52

只需打开项目的Info.plist文件,然后在CFBundleExecutable的值中输入其他名称.现在可能类似于$ {EXECUTABLE_NAME},您可以在其中放置任何内容.您的应用的最终用户看不到它.

Just open the Info.plist file of your project and put an other name in the value for the CFBundleExecutable. It's probably something like ${EXECUTABLE_NAME} right now and you can put anything there. It's not visible to the end user of your app.