Commit ed5c79cf authored by Felix Paul Kühne's avatar Felix Paul Kühne

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

parent 2a245b4b
......@@ -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>
......
......@@ -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;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment