https://bugs.winehq.org/show_bug.cgi?id=44848
Ken Thomases ken@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- OS|Linux |Mac OS X
--- Comment #1 from Ken Thomases ken@codeweavers.com --- This is not possible in any sort of clean way. CrossOver has a gross hack that achieves this, but it's definitely not suitable for inclusion in Wine.
The issue is that a) the wine_info.plist is compiled into the wineloader and is thus statically determined at build time; and b) the Mac system frameworks don't allow for any dynamism at run time. The bundle name is determined from the executable file or its containing app bundle, not, say, environment variables or user settings.
If you or some wrapper-building app are creating app bundles, you can try to disable inclusion of wine_info.plist into the wineloader and set the app bundle's Info.plist file however you like.