[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:16:48 CEST 2009


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Tue Aug  4 23:16:33 2009 +0200| [ed5c79cf0d27a142677d04f6effbb81b333e7b46] | 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=ed5c79cf0d27a142677d04f6effbb81b333e7b46
---

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

diff --git a/extras/package/macosx/Info.plist.in b/extras/package/macosx/Info.plist.in
index 1bd9abf..a553678 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 0a54e0c..677a60f 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 */
@@ -880,7 +880,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 = "";
@@ -1175,18 +1175,21 @@
 		C2F2A6EB09588F1B00018C74 /* Development */ = {
 			isa = XCBuildConfiguration;
 			buildSettings = {
+				SDKROOT = macosx10.5;
 			};
 			name = Development;
 		};
 		C2F2A6EC09588F1B00018C74 /* Deployment */ = {
 			isa = XCBuildConfiguration;
 			buildSettings = {
+				SDKROOT = macosx10.5;
 			};
 			name = Deployment;
 		};
 		C2F2A6ED09588F1B00018C74 /* Default */ = {
 			isa = XCBuildConfiguration;
 			buildSettings = {
+				SDKROOT = macosx10.5;
 			};
 			name = Default;
 		};




More information about the vlc-devel mailing list