Skip to content
Snippets Groups Projects
Commit bfcfe2c5 authored by David's avatar David
Browse files

macos Info.plist: Reorder long arrays to the end

First come misc options, then all translatable string, then the
long arrays describing supported formats at the end.
parent 17ff486e
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,65 @@
<true/>
<key>NSRequiresAquaSystemAppearance</key>
<false/>
<key>CFBundleExecutable</key>
<string>VLC</string>
<key>CFBundleIconFile</key>
<string>VLC.icns</string>
<key>CFBundleIdentifier</key>
<string>org.videolan.vlc</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>VLC media player</string>
<key>CFBundleDisplayName</key>
<string>VLC</string>
<key>CFBundleShortVersionString</key>
<string>@VERSION@</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>VLC#</string>
<key>BreakpadProduct</key>
<string>VLC</string>
<key>BreakpadVendor</key>
<string>VideoLAN</string>
<key>BreakpadRequestComments</key>
<string>1</string>
<key>BreakpadURL</key>
<string>@BREAKPAD_URL@/reports</string>
<key>CFBundleVersion</key>
<string>@VERSION@</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.video</string>
<key>LSMinimumSystemVersion</key>
<string>10.11.0</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSAppleScriptEnabled</key>
<true/>
<key>NSHighResolutionCapable</key>
<true/>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>VLCApplication</string>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
<key>SUFeedURL</key>
<string>https://update.videolan.org/vlc/sparkle/vlc-intel64.xml</string>
<key>SUPublicDSAKeyFile</key>
<string>dsa_pub.pem</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright (c) @COPYRIGHT_YEARS@ VLC authors and VideoLAN</string>
<key>NSCameraUsageDescription</key>
<string>VLC uses the camera to record some video.</string>
<key>NSMicrophoneUsageDescription</key>
<string>VLC uses the microphone to record some audio.</string>
<key>NSAppleEventsUsageDescription</key>
<string>VLC uses apple events to control external media players.</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
......@@ -1396,40 +1455,6 @@
<string>Binary</string>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>VLC</string>
<key>CFBundleIconFile</key>
<string>VLC.icns</string>
<key>CFBundleIdentifier</key>
<string>org.videolan.vlc</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>VLC media player</string>
<key>CFBundleDisplayName</key>
<string>VLC</string>
<key>CFBundleShortVersionString</key>
<string>@VERSION@</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>VLC#</string>
<key>BreakpadProduct</key>
<string>VLC</string>
<key>BreakpadVendor</key>
<string>VideoLAN</string>
<key>BreakpadRequestComments</key>
<string>1</string>
<key>BreakpadURL</key>
<string>@BREAKPAD_URL@/reports</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright (c) @COPYRIGHT_YEARS@ VLC authors and VideoLAN</string>
<key>NSCameraUsageDescription</key>
<string>VLC uses the camera to record some video.</string>
<key>NSMicrophoneUsageDescription</key>
<string>VLC uses the microphone to record some audio.</string>
<key>NSAppleEventsUsageDescription</key>
<string>VLC uses apple events to control external media players.</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
......@@ -1530,31 +1555,6 @@
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>@VERSION@</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.video</string>
<key>LSMinimumSystemVersion</key>
<string>10.11.0</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSAppleScriptEnabled</key>
<true/>
<key>NSHighResolutionCapable</key>
<true/>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>VLCApplication</string>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
<key>SUFeedURL</key>
<string>https://update.videolan.org/vlc/sparkle/vlc-intel64.xml</string>
<key>SUPublicDSAKeyFile</key>
<string>dsa_pub.pem</string>
<key>UTExportedTypeDeclarations</key>
<array>
<dict>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment