mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-11 13:10:45 +00:00
f7de298042
# Conflicts: # .github/workflows/release-macos.yml # os/macosx/Info.plist.in # src/base_media_base.h # src/blitter/32bpp_optimized.cpp # src/blitter/null.hpp # src/bridge_gui.cpp # src/build_vehicle_gui.cpp # src/cheat_gui.cpp # src/command_type.h # src/company_cmd.cpp # src/company_cmd.h # src/date_gui.cpp # src/dropdown.cpp # src/error_gui.cpp # src/fontcache/truetypefontcache.cpp # src/genworld_gui.cpp # src/gfx.cpp # src/gfx_func.h # src/gfx_layout.cpp # src/graph_gui.cpp # src/group_gui.cpp # src/linkgraph/linkgraph_gui.h # src/main_gui.cpp # src/misc_gui.cpp # src/network/core/network_game_info.cpp # src/network/network_chat_gui.cpp # src/network/network_gui.cpp # src/newgrf.cpp # src/newgrf.h # src/newgrf_debug_gui.cpp # src/newgrf_text.h # src/news_gui.cpp # src/openttd.cpp # src/order_base.h # src/order_gui.cpp # src/os/macosx/font_osx.cpp # src/pathfinder/yapf/yapf_costcache.hpp # src/rail_gui.cpp # src/road_cmd.cpp # src/roadstop_base.h # src/screenshot.cpp # src/script/api/script_cargolist.cpp # src/script/api/script_order.cpp # src/settings_gui.cpp # src/settings_type.h # src/smallmap_gui.cpp # src/spritecache.cpp # src/spritecache.h # src/station_gui.cpp # src/table/settings/gui_settings.ini # src/tests/mock_spritecache.cpp # src/timetable_gui.cpp # src/toolbar_gui.cpp # src/town_cmd.cpp # src/town_gui.cpp # src/vehicle_gui.cpp # src/video/opengl.cpp # src/video/opengl.h # src/widget.cpp # src/widget_type.h # src/window.cpp # src/window_gui.h
40 lines
1.6 KiB
XML
40 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
|
|
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<string>English</string>
|
|
<key>CFBundleDisplayName</key>
|
|
<string>${CPACK_BUNDLE_NAME}</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>openttd</string>
|
|
<key>CFBundleGetInfoString</key>
|
|
<string>#CPACK_PACKAGE_VERSION#, Copyright 2004-${CURRENT_YEAR} The OpenTTD team</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>${CPACK_BUNDLE_NAME}.icns</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>org.openttd.openttd.jgrpp</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleName</key>
|
|
<string>${CPACK_BUNDLE_NAME}</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>#CPACK_PACKAGE_VERSION#</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>#CPACK_PACKAGE_VERSION#</string>
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>Copyright 2004-${CURRENT_YEAR} The OpenTTD team</string>
|
|
<key>NSPrincipalClass</key>
|
|
<string>NSApplication</string>
|
|
<key>NSHighResolutionCapable</key>
|
|
<string>True</string>
|
|
<key>LSMinimumSystemVersion</key>
|
|
<string>10.13.0</string>
|
|
<key>LSApplicationCategoryType</key>
|
|
<string>public.app-category.simulation-games</string>
|
|
</dict>
|
|
</plist>
|