Commit e0ffb0e7 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 a4f0a094
...@@ -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 */
...@@ -754,7 +754,7 @@ ...@@ -754,7 +754,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 = "";
......
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