mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
make macos release more userfriendly
This commit is contained in:
parent
cd4d87d073
commit
338c26549a
2 changed files with 33 additions and 3 deletions
30
noita-proxy/assets/Info.plist
Normal file
30
noita-proxy/assets/Info.plist
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue