mirror of
https://github.com/Radarr/Radarr
synced 2025-12-23 00:35:23 +01:00
* Build on Azure instead of Appveyor
* fixup! Update Nuget
* fixup! installer and tests
* fixup! automation tests mac/linux
* Fix .gitattributes
* Fix line endings
* Try to fix integration tests
* Install mediainfo
* Update sqlite3 binaries for windows and mac
* Update media info to 20.03 and fix test
* Fix HttpClientTests, Use Servarr HttpBin Mirror
* Update test script
* Add media info to tests
* Fix tests
* Ignore tests ignored on Aphrodite
* partial automation update
* Reveet mac mediaInfo upgrade
* fixup! automation tests
* Revert "Reveet mac mediaInfo upgrade"
This reverts commit b54a76446b.
* Don't run linux tests on mac
* Exclude test failing on mac
Co-authored-by: ta264 <ta264@users.noreply.github.com>
34 lines
1,014 B
Text
34 lines
1,014 B
Text
<?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>Radarr</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>radarr.icns</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.osx.radarr.video</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleName</key>
|
|
<string>Radarr</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>2.0</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>xmmd</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>2.0</string>
|
|
<key>NSAppleScriptEnabled</key>
|
|
<string>YES</string>
|
|
</dict>
|
|
</plist>
|