Fix macOS dmg background and icon

This commit is contained in:
Robert Griebl
2020-06-28 16:35:20 +02:00
parent 19ee4a3863
commit 0bc88d3f83
4 changed files with 3 additions and 25 deletions

1
.gitignore vendored
View File

@@ -29,3 +29,4 @@ ldtest
*.rej
ui_*.h
*.pr?.user
.DS_Store

View File

@@ -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.