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 @@ ...@@ -190,6 +190,7 @@
<array> <array>
<string>ram</string> <string>ram</string>
<string>rm</string> <string>rm</string>
<string>rmvb</string>
</array> </array>
<key>CFBundleTypeIconFile</key> <key>CFBundleTypeIconFile</key>
<string>rm.icns</string> <string>rm.icns</string>
...@@ -615,6 +616,7 @@ ...@@ -615,6 +616,7 @@
<key>CFBundleTypeExtensions</key> <key>CFBundleTypeExtensions</key>
<array> <array>
<string>wmv</string> <string>wmv</string>
<string>wm</string>
</array> </array>
<key>CFBundleTypeIconFile</key> <key>CFBundleTypeIconFile</key>
<string>wmv.icns</string> <string>wmv.icns</string>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
archiveVersion = 1; archiveVersion = 1;
classes = { classes = {
}; };
objectVersion = 42; objectVersion = 45;
objects = { objects = {
/* Begin PBXBuildFile section */ /* Begin PBXBuildFile section */
...@@ -880,7 +880,7 @@ ...@@ -880,7 +880,7 @@
089C1669FE841209C02AAC07 /* Project object */ = { 089C1669FE841209C02AAC07 /* Project object */ = {
isa = PBXProject; isa = PBXProject;
buildConfigurationList = C2F2A6EA09588F1B00018C74 /* Build configuration list for PBXProject "vlc" */; buildConfigurationList = C2F2A6EA09588F1B00018C74 /* Build configuration list for PBXProject "vlc" */;
compatibilityVersion = "Xcode 2.4"; compatibilityVersion = "Xcode 3.1";
hasScannedForEncodings = 1; hasScannedForEncodings = 1;
mainGroup = 089C166AFE841209C02AAC07 /* vlc */; mainGroup = 089C166AFE841209C02AAC07 /* vlc */;
projectDirPath = ""; projectDirPath = "";
...@@ -1175,18 +1175,21 @@ ...@@ -1175,18 +1175,21 @@
C2F2A6EB09588F1B00018C74 /* Development */ = { C2F2A6EB09588F1B00018C74 /* Development */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
SDKROOT = macosx10.5;
}; };
name = Development; name = Development;
}; };
C2F2A6EC09588F1B00018C74 /* Deployment */ = { C2F2A6EC09588F1B00018C74 /* Deployment */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
SDKROOT = macosx10.5;
}; };
name = Deployment; name = Deployment;
}; };
C2F2A6ED09588F1B00018C74 /* Default */ = { C2F2A6ED09588F1B00018C74 /* Default */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
SDKROOT = macosx10.5;
}; };
name = Default; 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