Add macOS bundle resources;

This commit is contained in:
bjorn 2019-10-14 15:23:46 -07:00
parent 77258ec4dd
commit f6cd8120ad
2 changed files with 20 additions and 0 deletions

20
src/resources/Info.plist Normal file
View File

@ -0,0 +1,20 @@
<?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>CFBundleExecutable</key>
<string>lovr</string>
<key>CFBundleIconFile</key>
<string>lovr</string>
<key>CFBundleIdentifier</key>
<string>org.lovr</string>
<key>CFBundleName</key>
<string>LÖVR</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleVersion</key>
<string>v0.12.0</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
</plist>

BIN
src/resources/lovr.icns Normal file

Binary file not shown.