make macos release more userfriendly

This commit is contained in:
bgkillas 2025-06-20 14:18:05 -04:00
parent cd4d87d073
commit 338c26549a
2 changed files with 33 additions and 3 deletions

View file

@ -0,0 +1,30 @@
<?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>CFBundleName</key>
<string>noita_proxy</string>
<key>CFBundleDisplayName</key>
<string>noita proxy</string>
<key>CFBundleIdentifier</key>
<string>com.intquant.entangled</string>
<key>CFBundleVersion</key>
<string>1.5.5</string>
<key>CFBundleShortVersionString</key>
<string>1.5.5</string>
<key>CFBundleExecutable</key>
<string>noita_proxy</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
</plist>