From a07d588c94f68cdc559ceb016c031c9199f0b868 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 20 Mar 2022 11:52:09 -0400 Subject: we can now build a mac bundle! --- .../AppIcon.appiconset/Contents.json | 65 +++++++++++++++++++++ .../Assets.xcassets/AppIcon.appiconset/icon.png | Bin 0 -> 504 bytes .../Assets.xcassets/AppIcon.appiconset/icon128.png | Bin 0 -> 1680 bytes .../AppIcon.appiconset/icon256-1.png | Bin 0 -> 2625 bytes .../Assets.xcassets/AppIcon.appiconset/icon256.png | Bin 0 -> 2625 bytes .../AppIcon.appiconset/icon32-1.png | Bin 0 -> 735 bytes .../Assets.xcassets/AppIcon.appiconset/icon32.png | Bin 0 -> 735 bytes .../Assets.xcassets/AppIcon.appiconset/icon64.png | Bin 0 -> 1084 bytes macOS/Ether/Assets.xcassets/Contents.json | 6 ++ 9 files changed, 71 insertions(+) create mode 100644 macOS/Ether/Assets.xcassets/AppIcon.appiconset/Contents.json create mode 100644 macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon.png create mode 100644 macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon128.png create mode 100644 macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon256-1.png create mode 100644 macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon256.png create mode 100644 macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon32-1.png create mode 100644 macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon32.png create mode 100644 macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon64.png create mode 100644 macOS/Ether/Assets.xcassets/Contents.json (limited to 'macOS/Ether/Assets.xcassets') diff --git a/macOS/Ether/Assets.xcassets/AppIcon.appiconset/Contents.json b/macOS/Ether/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..388036d --- /dev/null +++ b/macOS/Ether/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,65 @@ +{ + "images" : [ + { + "size" : "16x16", + "idiom" : "mac", + "filename" : "icon.png", + "scale" : "1x" + }, + { + "size" : "16x16", + "idiom" : "mac", + "filename" : "icon32-1.png", + "scale" : "2x" + }, + { + "size" : "32x32", + "idiom" : "mac", + "filename" : "icon32.png", + "scale" : "1x" + }, + { + "size" : "32x32", + "idiom" : "mac", + "filename" : "icon64.png", + "scale" : "2x" + }, + { + "size" : "128x128", + "idiom" : "mac", + "filename" : "icon128.png", + "scale" : "1x" + }, + { + "size" : "128x128", + "idiom" : "mac", + "filename" : "icon256.png", + "scale" : "2x" + }, + { + "size" : "256x256", + "idiom" : "mac", + "filename" : "icon256-1.png", + "scale" : "1x" + }, + { + "idiom" : "mac", + "size" : "256x256", + "scale" : "2x" + }, + { + "idiom" : "mac", + "size" : "512x512", + "scale" : "1x" + }, + { + "idiom" : "mac", + "size" : "512x512", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon.png b/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon.png new file mode 100644 index 0000000..0b43935 Binary files /dev/null and b/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon.png differ diff --git a/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon128.png b/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon128.png new file mode 100644 index 0000000..eff7e8d Binary files /dev/null and b/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon128.png differ diff --git a/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon256-1.png b/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon256-1.png new file mode 100644 index 0000000..37b6894 Binary files /dev/null and b/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon256-1.png differ diff --git a/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon256.png b/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon256.png new file mode 100644 index 0000000..37b6894 Binary files /dev/null and b/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon256.png differ diff --git a/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon32-1.png b/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon32-1.png new file mode 100644 index 0000000..580c814 Binary files /dev/null and b/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon32-1.png differ diff --git a/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon32.png b/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon32.png new file mode 100644 index 0000000..580c814 Binary files /dev/null and b/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon32.png differ diff --git a/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon64.png b/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon64.png new file mode 100644 index 0000000..b04357b Binary files /dev/null and b/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon64.png differ diff --git a/macOS/Ether/Assets.xcassets/Contents.json b/macOS/Ether/Assets.xcassets/Contents.json new file mode 100644 index 0000000..da4a164 --- /dev/null +++ b/macOS/Ether/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file -- cgit 1.4.1