最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

cmake - Why does Xcode inside my bundle packages shows full path to the executable instead of the product name? - Stack Overflow

programmeradmin0浏览0评论

I have prepared a CMakeLists.txt file to create a macOS bundle to be used as a plugin within another program. Everything is working beautifully. But there is one cosmetic annoyance.

The product name as shown in the Products group is the full path to the executable inside the package, instead of just the name of the package: 2D Velocity.izzyplug/Contents/MacOS/2D Velocity instead of just 2D Velocity.izzyplug as I would expect.

Could this be because there are spaces in the name of the plugin? Or maybe because of the custom extension .izzyplug instead of .bundle? Or is this some kind of known bug?

I mean, it's not dysfunctional, just grating on me every time I look at it because of my inherent programmer perfectionism. ;-)

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论