mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Ladybird/Meta: Enable macOS high-dpi support
This also adds an Info.plist file required to properly build macOS applications.
This commit is contained in:
parent
da23456f9e
commit
7ddb433f99
Notes:
sideshowbarker
2024-07-17 02:46:46 +09:00
Author: https://github.com/filiphsps Commit: https://github.com/SerenityOS/serenity/commit/7ddb433f99 Pull-request: https://github.com/SerenityOS/serenity/pull/16583 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/awesomekling ✅ Reviewed-by: https://github.com/linusg
1 changed files with 24 additions and 0 deletions
24
Ladybird/Info.plist
Normal file
24
Ladybird/Info.plist
Normal file
|
@ -0,0 +1,24 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string>NSApplication</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string></string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>Ladybird</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string></string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>Ladybird</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.serenity.Ladybird</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string>NSApplication</string>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
<string>True</string>
|
||||
</dict>
|
||||
</plist>
|
Loading…
Reference in a new issue