From 32ad6cab8d58d99ebd8a28e8fa6e6f4e587cb1e5 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Tue, 17 Mar 2026 23:19:43 -0500 Subject: v1.0 --- .../AccentColor.colorset/Contents.json | 11 ++++++ Hutch/Assets.xcassets/AppIcon.appiconset/1.png | Bin 0 -> 47870 bytes Hutch/Assets.xcassets/AppIcon.appiconset/2.png | Bin 0 -> 42089 bytes .../AppIcon.appiconset/Contents.json | 37 +++++++++++++++++++++ Hutch/Assets.xcassets/Contents.json | 6 ++++ 5 files changed, 54 insertions(+) create mode 100644 Hutch/Assets.xcassets/AccentColor.colorset/Contents.json create mode 100644 Hutch/Assets.xcassets/AppIcon.appiconset/1.png create mode 100644 Hutch/Assets.xcassets/AppIcon.appiconset/2.png create mode 100644 Hutch/Assets.xcassets/AppIcon.appiconset/Contents.json create mode 100644 Hutch/Assets.xcassets/Contents.json (limited to 'Hutch/Assets.xcassets') diff --git a/Hutch/Assets.xcassets/AccentColor.colorset/Contents.json b/Hutch/Assets.xcassets/AccentColor.colorset/Contents.json new file mode 100644 index 0000000..eb87897 --- /dev/null +++ b/Hutch/Assets.xcassets/AccentColor.colorset/Contents.json @@ -0,0 +1,11 @@ +{ + "colors" : [ + { + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Hutch/Assets.xcassets/AppIcon.appiconset/1.png b/Hutch/Assets.xcassets/AppIcon.appiconset/1.png new file mode 100644 index 0000000..cc1ce81 Binary files /dev/null and b/Hutch/Assets.xcassets/AppIcon.appiconset/1.png differ diff --git a/Hutch/Assets.xcassets/AppIcon.appiconset/2.png b/Hutch/Assets.xcassets/AppIcon.appiconset/2.png new file mode 100644 index 0000000..89e0d2b Binary files /dev/null and b/Hutch/Assets.xcassets/AppIcon.appiconset/2.png differ diff --git a/Hutch/Assets.xcassets/AppIcon.appiconset/Contents.json b/Hutch/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..5e229c5 --- /dev/null +++ b/Hutch/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,37 @@ +{ + "images" : [ + { + "filename" : "1.png", + "idiom" : "universal", + "platform" : "ios", + "size" : "1024x1024" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "filename" : "2.png", + "idiom" : "universal", + "platform" : "ios", + "size" : "1024x1024" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "tinted" + } + ], + "idiom" : "universal", + "platform" : "ios", + "size" : "1024x1024" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Hutch/Assets.xcassets/Contents.json b/Hutch/Assets.xcassets/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/Hutch/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} -- cgit v1.2.3