OS X: Fix iconutil build error.
Fix iconutil build errors: “Iconset contains no image resources.”, followed by “Failed to generate ICNS.” The error is produced by iconutil because the AppIcon.iconset contains only symbolic links to the icon resources which aren’t followed. Replace the symbolic links with duplicates of the original resources, as well as conform to the “High Resolution Guidelines for OS X” by adding additional sizes and dpi.
BIN
src/cocoa/AppIcon.iconset/icon_128x128.png
Normal file
After Width: | Height: | Size: 891 B |
BIN
src/cocoa/AppIcon.iconset/icon_128x128@2x.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
@ -1 +0,0 @@
|
|||||||
../../unix/solvespace-16x16.png
|
|
Before Width: | Height: | Size: 31 B After Width: | Height: | Size: 586 B |
BIN
src/cocoa/AppIcon.iconset/icon_16x16.png
Normal file
Before Width: | Height: | Size: 31 B After Width: | Height: | Size: 586 B |
BIN
src/cocoa/AppIcon.iconset/icon_16x16@2x.png
Normal file
After Width: | Height: | Size: 626 B |
BIN
src/cocoa/AppIcon.iconset/icon_256x256.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
src/cocoa/AppIcon.iconset/icon_256x256@2x.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
@ -1 +0,0 @@
|
|||||||
../../unix/solvespace-32x32.png
|
|
Before Width: | Height: | Size: 31 B After Width: | Height: | Size: 626 B |
BIN
src/cocoa/AppIcon.iconset/icon_32x32.png
Normal file
Before Width: | Height: | Size: 31 B After Width: | Height: | Size: 626 B |
BIN
src/cocoa/AppIcon.iconset/icon_32x32@2x.png
Normal file
After Width: | Height: | Size: 746 B |
BIN
src/cocoa/AppIcon.iconset/icon_512x512.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
src/cocoa/AppIcon.iconset/icon_512x512@2x.png
Normal file
After Width: | Height: | Size: 6.3 KiB |