mirror of
https://github.com/rgriebl/brickstore.git
synced 2026-01-06 01:19:34 -06:00
Fix macOS dmg background and icon
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -29,3 +29,4 @@ ldtest
|
||||
*.rej
|
||||
ui_*.h
|
||||
*.pr?.user
|
||||
.DS_Store
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<string>True</string>
|
||||
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>application.icns</string>
|
||||
<string>brickstore.icns</string>
|
||||
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
@@ -37,29 +37,6 @@
|
||||
|
||||
<key>CFBundleDocumentTypes</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>CFBundleTypeExtensions</key>
|
||||
<array>
|
||||
<string>bti</string>
|
||||
</array>
|
||||
|
||||
<key>CFBundleTypeIconFile</key>
|
||||
<string>document.icns</string>
|
||||
|
||||
<key>CFBundleTypeMIMETypes</key>
|
||||
<array>
|
||||
<string>application/x-brickstore</string>
|
||||
</array>
|
||||
|
||||
<key>CFBundleTypeName</key>
|
||||
<string>BrickStore Data File</string>
|
||||
|
||||
<key>CFBundleTypeRole</key>
|
||||
<string>Editor</string>
|
||||
|
||||
<key>LSIsAppleDefaultForType</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>CFBundleTypeExtensions</key>
|
||||
<array>
|
||||
@@ -67,7 +44,7 @@
|
||||
</array>
|
||||
|
||||
<key>CFBundleTypeIconFile</key>
|
||||
<string>document.icns</string>
|
||||
<string>brickstore_doc.icns</string>
|
||||
|
||||
<key>CFBundleTypeMIMETypes</key>
|
||||
<array>
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 74 KiB |
Binary file not shown.
Reference in New Issue
Block a user