33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
<?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>CFBundleIdentifier</key>
|
|
<string>io.github.marticliment.unigetui</string>
|
|
<key>CFBundleName</key>
|
|
<string>UniGetUI</string>
|
|
<key>CFBundleDisplayName</key>
|
|
<string>UniGetUI</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>UniGetUI</string>
|
|
<!-- CFBundleIconName (Assets.car, compiled from AppIcon.icon) drives the macOS 26 appearance
|
|
styling; CFBundleIconFile (UniGetUI.icns) is the static fallback for macOS < 26. -->
|
|
<key>CFBundleIconName</key>
|
|
<string>AppIcon</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>UniGetUI</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>@VERSION@</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>@VERSION@</string>
|
|
<key>NSHighResolutionCapable</key>
|
|
<true/>
|
|
<key>LSMinimumSystemVersion</key>
|
|
<string>12.0</string>
|
|
<key>NSPrincipalClass</key>
|
|
<string>NSApplication</string>
|
|
</dict>
|
|
</plist>
|