[vlc-devel] commit: macosx: allow 'wm' and 'rmvb' as file extensions and update the xcode project format ( Felix Paul Kühne )

git version control git at videolan.org
Tue Aug 4 23:14:05 CEST 2009


vlc | branch: 1.0-bugfix | Felix Paul Kühne <fkuehne at videolan.org> | Tue Aug  4 23:13:16 2009 +0200| [e0ffb0e71b186bdce7ae5c6c4e3430ad3f30de14] | committer: Felix Paul Kühne 

macosx: allow 'wm' and 'rmvb' as file extensions and update the xcode project format

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

 extras/package/macosx/Info.plist.in                |    2 ++
 .../package/macosx/vlc.xcodeproj/project.pbxproj   |    4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/extras/package/macosx/Info.plist.in b/extras/package/macosx/Info.plist.in
index 75971e8..3ae3e0e 100644
--- a/extras/package/macosx/Info.plist.in
+++ b/extras/package/macosx/Info.plist.in
@@ -190,6 +190,7 @@
 			<array>
 				<string>ram</string>
 				<string>rm</string>
+				<string>rmvb</string>
 			</array>
 			<key>CFBundleTypeIconFile</key>
 			<string>rm.icns</string>
@@ -615,6 +616,7 @@
 			<key>CFBundleTypeExtensions</key>
 			<array>
 				<string>wmv</string>
+				<string>wm</string>
 			</array>
 			<key>CFBundleTypeIconFile</key>
 			<string>wmv.icns</string>
diff --git a/extras/package/macosx/vlc.xcodeproj/project.pbxproj b/extras/package/macosx/vlc.xcodeproj/project.pbxproj
index a5cee6b..dc05efa 100644
--- a/extras/package/macosx/vlc.xcodeproj/project.pbxproj
+++ b/extras/package/macosx/vlc.xcodeproj/project.pbxproj
@@ -3,7 +3,7 @@
 	archiveVersion = 1;
 	classes = {
 	};
-	objectVersion = 42;
+	objectVersion = 45;
 	objects = {
 
 /* Begin PBXBuildFile section */
@@ -754,7 +754,7 @@
 		089C1669FE841209C02AAC07 /* Project object */ = {
 			isa = PBXProject;
 			buildConfigurationList = C2F2A6EA09588F1B00018C74 /* Build configuration list for PBXProject "vlc" */;
-			compatibilityVersion = "Xcode 2.4";
+			compatibilityVersion = "Xcode 3.1";
 			hasScannedForEncodings = 1;
 			mainGroup = 089C166AFE841209C02AAC07 /* vlc */;
 			projectDirPath = "";




More information about the vlc-devel mailing list