mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00

* Fixed: No longer require first run as admin on windows (cherry picked from commit 8d9302da7761752189b2d2820915d7d13197ce47) (cherry picked from commit daa9ee30a2c5fc2511e34167ce642c1bfe2a8b41) Co-Authored By: ta264 <ta264@users.noreply.github.com> * Build installer from build.sh (cherry picked from commit 6db135877a8394244a95142347b99ea651e0cceb) (cherry picked from commit 86102349c54f7e20f2d1e5ab104505a4ea0d68bc) * Fixed: (macOS) Prowlarr Bundle Identifier using .video * fixup! Fixed: No longer require first run as admin on windows * fixup! Build installer from build.sh Co-authored-by: ta264 <ta264@users.noreply.github.com>
35 lines
1.0 KiB
Plaintext
35 lines
1.0 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>LSUIElement</key>
|
|
<true/>
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>GNU GPL v3</string>
|
|
<key>LSApplicationCategoryType</key>
|
|
<string>public.app-category.entertainment</string>
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<string>English</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>Prowlarr</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>prowlarr.icns</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.osx.prowlarr.com</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleName</key>
|
|
<string>Prowlarr</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>10.0.0.0</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>xmmd</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>10.0.0.0</string>
|
|
<key>NSAppleScriptEnabled</key>
|
|
<string>YES</string>
|
|
</dict>
|
|
</plist>
|