mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:27:45 +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
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…
Add table
Add a link
Reference in a new issue