Adding version infomation to an OSX command line application
问题 On Windows I'd simply add an RC file with the right data. Do I need to assemble a bundle as usual with an info.plist/version.plist or is there a better, standard , way of doing things? This is for Snow Leopard and later if that is relevant. Thx++ 回答1: It is possible to embed an Info.plist file in an executable as a special Mach-o section. See for example this question. 回答2: If you have a command line application, then it's just a single file and not a traditional OSX app package (with a