From 97117bbbf0a03b0bacaa8c794386e063e54f9baf Mon Sep 17 00:00:00 2001 From: FivePixels Date: Sat, 1 Dec 2018 12:37:36 -0600 Subject: Added application icon for upcoming DMG in release --- .../AppIcon.appiconset/Contents.json | 3 ++- .../AppIcon.appiconset/icon-1024.png | Bin 0 -> 561535 bytes .../CreditsPNG.imageset/Contents.json | 21 --------------------- .../CreditsPNG.imageset/CreditsPNG.png | Bin 119225 -> 0 bytes 4 files changed, 2 insertions(+), 22 deletions(-) create mode 100644 DWA140Menu/Assets.xcassets/AppIcon.appiconset/icon-1024.png delete mode 100644 DWA140Menu/Assets.xcassets/CreditsPNG.imageset/Contents.json delete mode 100644 DWA140Menu/Assets.xcassets/CreditsPNG.imageset/CreditsPNG.png (limited to 'DWA140Menu') diff --git a/DWA140Menu/Assets.xcassets/AppIcon.appiconset/Contents.json b/DWA140Menu/Assets.xcassets/AppIcon.appiconset/Contents.json index 2db2b1c..307be1e 100644 --- a/DWA140Menu/Assets.xcassets/AppIcon.appiconset/Contents.json +++ b/DWA140Menu/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -46,8 +46,9 @@ "scale" : "1x" }, { - "idiom" : "mac", "size" : "512x512", + "idiom" : "mac", + "filename" : "icon-1024.png", "scale" : "2x" } ], diff --git a/DWA140Menu/Assets.xcassets/AppIcon.appiconset/icon-1024.png b/DWA140Menu/Assets.xcassets/AppIcon.appiconset/icon-1024.png new file mode 100644 index 0000000..3f5aed6 Binary files /dev/null and b/DWA140Menu/Assets.xcassets/AppIcon.appiconset/icon-1024.png differ diff --git a/DWA140Menu/Assets.xcassets/CreditsPNG.imageset/Contents.json b/DWA140Menu/Assets.xcassets/CreditsPNG.imageset/Contents.json deleted file mode 100644 index 5e49329..0000000 --- a/DWA140Menu/Assets.xcassets/CreditsPNG.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "CreditsPNG.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/DWA140Menu/Assets.xcassets/CreditsPNG.imageset/CreditsPNG.png b/DWA140Menu/Assets.xcassets/CreditsPNG.imageset/CreditsPNG.png deleted file mode 100644 index 3819bdb..0000000 Binary files a/DWA140Menu/Assets.xcassets/CreditsPNG.imageset/CreditsPNG.png and /dev/null differ -- cgit v1.2.3