mac: Remove old c4 icons and replace by low-res oc icons, adjust file types understood by app

Martin Plicht 2011-03-14 21:54:56 +01:00
parent 61d93c39cf
commit 2eb7a7c3e2
12 changed files with 16 additions and 36 deletions

View File

@ -783,8 +783,8 @@ if(APPLE)
list(APPEND OC_BUNDLE_RESOURCES
src/res/Clonk.icns
src/res/C4D.icns src/res/C4F.icns src/res/C4G.icns src/res/C4K.icns
src/res/C4P.icns src/res/C4S.icns src/res/C4U.icns
src/res/ocd.icns src/res/ocf.icns src/res/ocg.icns
src/res/C4P.icns src/res/ocs.icns src/res/ocu.icns
src/res/MainMenu.xib
src/res/FullscreenWindow.xib
src/res/ConsoleGUIWindow.xib

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -9,30 +9,10 @@
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>c4k</string>
<string>ocu</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>C4K.icns</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/octet-stream</string>
</array>
<key>CFBundleTypeName</key>
<string>Clonk Key</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSTypeIsPackage</key>
<false/>
<key>NSPersistentStoreTypeKey</key>
<string>Binary</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>c4u</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>C4U.icns</string>
<string>ocu.icns</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/vnd.clonk.c4group</string>
@ -49,16 +29,16 @@
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>c4s</string>
<string>ocs</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>C4S.icns</string>
<string>ocs.icns</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/vnd.clonk.c4group</string>
</array>
<key>CFBundleTypeName</key>
<string>Clonk Scenario</string>
<string>OpenClonk Scenario</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSTypeIsPackage</key>
@ -69,16 +49,16 @@
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>c4d</string>
<string>ocd</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>C4D.icns</string>
<string>ocd.icns</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/vnd.clonk.c4group</string>
</array>
<key>CFBundleTypeName</key>
<string>Clonk Definition</string>
<string>OpenClonk Definition</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSTypeIsPackage</key>
@ -89,16 +69,16 @@
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>c4g</string>
<string>ocg</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>C4G.icns</string>
<string>ocg.icns</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/vnd.clonk.c4group</string>
</array>
<key>CFBundleTypeName</key>
<string>Clonk Group</string>
<string>OpenClonk Group</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSTypeIsPackage</key>
@ -129,16 +109,16 @@
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>c4f</string>
<string>ocf</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>C4F.icns</string>
<string>ocf.icns</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/vnd.clonk.c4group</string>
</array>
<key>CFBundleTypeName</key>
<string>Clonk Folder</string>
<string>OpenClonk Folder</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSTypeIsPackage</key>

BIN
src/res/ocd.icns 100644

Binary file not shown.

BIN
src/res/ocf.icns 100644

Binary file not shown.

BIN
src/res/ocg.icns 100644

Binary file not shown.

BIN
src/res/ocs.icns 100644

Binary file not shown.

BIN
src/res/ocu.icns 100644

Binary file not shown.