[Bug 44848] Customize CFBundleName in wine_info.plist on Mac?

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Mar 29 11:06:03 CDT 2018


https://bugs.winehq.org/show_bug.cgi?id=44848

Ken Thomases <ken at codeweavers.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|Linux                       |Mac OS X

--- Comment #1 from Ken Thomases <ken at 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.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list