mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Ladybird: Switch macOS plist information to use ladybird.org
This commit is contained in:
parent
c6ecf01d7b
commit
faa6022ced
Notes:
github-actions[bot]
2024-07-20 21:04:36 +00:00
Author: https://github.com/ADKaster Commit: https://github.com/LadybirdBrowser/ladybird/commit/faa6022ced4 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/737
2 changed files with 3 additions and 3 deletions
|
@ -13,13 +13,13 @@ set(LADYBIRD_HEADERS
|
|||
function(create_ladybird_bundle target_name)
|
||||
set_target_properties(${target_name} PROPERTIES
|
||||
OUTPUT_NAME "Ladybird"
|
||||
MACOSX_BUNDLE_GUI_IDENTIFIER org.SerenityOS.Ladybird
|
||||
MACOSX_BUNDLE_GUI_IDENTIFIER org.ladybird.Ladybird
|
||||
MACOSX_BUNDLE_BUNDLE_VERSION ${PROJECT_VERSION}
|
||||
MACOSX_BUNDLE_SHORT_VERSION_STRING ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}
|
||||
MACOSX_BUNDLE_INFO_PLIST "${LADYBIRD_SOURCE_DIR}/Ladybird/Info.plist"
|
||||
MACOSX_BUNDLE TRUE
|
||||
WIN32_EXECUTABLE TRUE
|
||||
XCODE_ATTRIBUTE_PRODUCT_BUNDLE_IDENTIFIER org.SerenityOS.Ladybird
|
||||
XCODE_ATTRIBUTE_PRODUCT_BUNDLE_IDENTIFIER org.ladybird.Ladybird
|
||||
)
|
||||
|
||||
if (APPLE)
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<key>CFBundleExecutable</key>
|
||||
<string>Ladybird</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.SerenityOS.Ladybird</string>
|
||||
<string>org.ladybird.Ladybird</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string>NSApplication</string>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
|
|
Loading…
Reference in a new issue