Get file icons working on Mac

This commit is contained in:
2015-02-21 22:12:42 -05:00
parent 2b8374269a
commit fc1ec8c858
3 changed files with 145 additions and 18 deletions

View File

@@ -9,7 +9,7 @@
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>.exg</string>
<string>exg</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>boesave</string>
@@ -21,6 +21,10 @@
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSItemContentTypes</key>
<array>
<string>com.spidweb.bladesofexile.savegame</string>
</array>
<key>LSTypeIsPackage</key>
<false/>
<key>NSPersistentStoreTypeKey</key>
@@ -41,5 +45,29 @@
<string>blxe</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>UTImportedTypeDeclarations</key>
<array>
<dict>
<key>UTTypeConformsTo</key>
<array>
<string>public.data</string>
<string>public.archive</string>
<string>org.gnu.gnu-zip-tar-archive</string>
</array>
<key>UTTypeDescription</key>
<string>Blades of Exile Saved Game</string>
<key>UTTypeIconFile</key>
<string>boesave</string>
<key>UTTypeIdentifier</key>
<string>com.spidweb.bladesofexile.savegame</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<array>
<string>exg</string>
</array>
</dict>
</dict>
</array>
</dict>
</plist>