Skip to content

Commit 73c097b

Browse files
committed
Enable macOS high-dpi support (ladybird:880f8e481b184016bb528420bdcf9202118687af)
1 parent 22de600 commit 73c097b

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

Info.plist

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>NSPrincipalClass</key>
6+
<string>NSApplication</string>
7+
<key>CFBundleIconFile</key>
8+
<string></string>
9+
<key>CFBundlePackageType</key>
10+
<string>APPL</string>
11+
<key>CFBundleGetInfoString</key>
12+
<string>Coccinellidae</string>
13+
<key>CFBundleSignature</key>
14+
<string></string>
15+
<key>CFBundleExecutable</key>
16+
<string>Coccinellidae</string>
17+
<key>CFBundleIdentifier</key>
18+
<string>net.SerenityOS.Coccinellidae</string>
19+
<key>NSPrincipalClass</key>
20+
<string>NSApplication</string>
21+
<key>NSHighResolutionCapable</key>
22+
<string>True</string>
23+
</dict>
24+
</plist>

0 commit comments

Comments
 (0)