]> git.sesse.net Git - vlc/commitdiff
macosx: allow 'wm' and 'rmvb' as file extensions and update the xcode project format
authorFelix Paul Kühne <fkuehne@videolan.org>
Tue, 4 Aug 2009 21:16:33 +0000 (23:16 +0200)
committerFelix Paul Kühne <fkuehne@videolan.org>
Tue, 4 Aug 2009 21:16:47 +0000 (23:16 +0200)
extras/package/macosx/Info.plist.in
extras/package/macosx/vlc.xcodeproj/project.pbxproj

index 1bd9abf9fe62abe37bfbbf05a5f036e4a776aa33..a55367833830d8fd8af20de82d243c4001f32afa 100644 (file)
                        <array>
                                <string>ram</string>
                                <string>rm</string>
+                               <string>rmvb</string>
                        </array>
                        <key>CFBundleTypeIconFile</key>
                        <string>rm.icns</string>
                        <key>CFBundleTypeExtensions</key>
                        <array>
                                <string>wmv</string>
+                               <string>wm</string>
                        </array>
                        <key>CFBundleTypeIconFile</key>
                        <string>wmv.icns</string>
index 0a54e0c20e5b279f42e60f451b754a496b8cfc6c..677a60f0ecdc3feb455ad7e33e183bfb0c3e1992 100644 (file)
@@ -3,7 +3,7 @@
        archiveVersion = 1;
        classes = {
        };
-       objectVersion = 42;
+       objectVersion = 45;
        objects = {
 
 /* Begin PBXBuildFile section */
                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 = "";
                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;
                };