[vlc-commits] macos Info.plist: Reorder long arrays to the end

David Fuhrmann git at videolan.org
Sun May 19 12:17:15 CEST 2019


vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sun May 19 12:02:10 2019 +0200| [bfcfe2c5ddb1b75b3a6e50cc7b59556cd9e69312] | committer: David Fuhrmann

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.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bfcfe2c5ddb1b75b3a6e50cc7b59556cd9e69312
---

 share/Info.plist.in | 118 ++++++++++++++++++++++++++--------------------------
 1 file changed, 59 insertions(+), 59 deletions(-)

diff --git a/share/Info.plist.in b/share/Info.plist.in
index 5bd44efd8b..c1a9939a8b 100644
--- a/share/Info.plist.in
+++ b/share/Info.plist.in
@@ -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>



More information about the vlc-commits mailing list