[vlc-commits] package/macosx: dump outdated meta data and bump OS requirement as enforced by the OS

Felix Paul Kühne git at videolan.org
Thu Jul 11 20:40:54 CEST 2013


vlc/vlc-2.1 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu Jul 11 20:40:15 2013 +0200| [ec4f2ed7de9e44c24b68b1e1f5f194d15b7b957f] | committer: Felix Paul Kühne

package/macosx: dump outdated meta data and bump OS requirement as enforced by the OS

(cherry picked from commit 39ea9d991e7aed292aa926ed66e10d9bab343209)

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

 extras/package/macosx/Info.plist.in |   19 +------------------
 1 file changed, 1 insertion(+), 18 deletions(-)

diff --git a/extras/package/macosx/Info.plist.in b/extras/package/macosx/Info.plist.in
index e2f0635..380530d 100644
--- a/extras/package/macosx/Info.plist.in
+++ b/extras/package/macosx/Info.plist.in
@@ -1463,23 +1463,6 @@
 	</array>
 	<key>CFBundleVersion</key>
 	<string>@VERSION@</string>
-    <key>LSArchitecturePriority</key>
-	<array>
-		<string>x86_64</string>
-		<string>i386</string>
-		<string>ppc</string>
-	</array>
-	<key>LSMinimumSystemVersionByArchitecture</key>
-	<dict>
-		<key>i386</key>
-		<string>10.5.0</string>
-		<key>x86_64</key>
-		<string>10.6.0</string>
-		<key>ppc</key>
-		<string>10.5.0</string>
-		<key>ppc64</key>
-		<string>10.5.0</string>
-	</dict>
 	<key>NSAppleScriptEnabled</key>
 	<string>YES</string>
 	<key>NSMainNibFile</key>
@@ -1487,7 +1470,7 @@
 	<key>NSPrincipalClass</key>
 	<string>VLCApplication</string>
 	<key>LSMinimumSystemVersion</key>
-	<string>10.5.0</string>
+	<string>10.6.0</string>
 	<key>NSHighResolutionCapable</key>
 	<true/>
 	<key>NSSupportsAutomaticGraphicsSwitching</key>



More information about the vlc-commits mailing list