diff options
| author | Christian Cleberg <[email protected]> | 2026-03-17 23:19:43 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-03-17 23:19:43 -0500 |
| commit | 32ad6cab8d58d99ebd8a28e8fa6e6f4e587cb1e5 (patch) | |
| tree | ee36d421d704e508d5617d803b4c8cbdb4804fe1 /Hutch/Assets.xcassets/AppIcon.appiconset | |
| parent | 8f2057c53e9009c2529c9c4849c914666c0e4b40 (diff) | |
| download | hutch-32ad6cab8d58d99ebd8a28e8fa6e6f4e587cb1e5.tar.gz hutch-32ad6cab8d58d99ebd8a28e8fa6e6f4e587cb1e5.tar.bz2 hutch-32ad6cab8d58d99ebd8a28e8fa6e6f4e587cb1e5.zip | |
v1.0
Diffstat (limited to 'Hutch/Assets.xcassets/AppIcon.appiconset')
| -rw-r--r-- | Hutch/Assets.xcassets/AppIcon.appiconset/1.png | bin | 0 -> 47870 bytes | |||
| -rw-r--r-- | Hutch/Assets.xcassets/AppIcon.appiconset/2.png | bin | 0 -> 42089 bytes | |||
| -rw-r--r-- | Hutch/Assets.xcassets/AppIcon.appiconset/Contents.json | 37 |
3 files changed, 37 insertions, 0 deletions
diff --git a/Hutch/Assets.xcassets/AppIcon.appiconset/1.png b/Hutch/Assets.xcassets/AppIcon.appiconset/1.png Binary files differnew file mode 100644 index 0000000..cc1ce81 --- /dev/null +++ b/Hutch/Assets.xcassets/AppIcon.appiconset/1.png diff --git a/Hutch/Assets.xcassets/AppIcon.appiconset/2.png b/Hutch/Assets.xcassets/AppIcon.appiconset/2.png Binary files differnew file mode 100644 index 0000000..89e0d2b --- /dev/null +++ b/Hutch/Assets.xcassets/AppIcon.appiconset/2.png 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 + } +} |
