diff options
| author | ivar <i@oiee.no> | 2025-12-17 00:16:58 +0100 |
|---|---|---|
| committer | ivar <i@oiee.no> | 2025-12-17 00:16:58 +0100 |
| commit | bfd75822b3e9882ff4e85d13a0e3658b60e6329d (patch) | |
| tree | 223462af215c5ee7eef9e6bcbb48dfbe1b97d1e3 /Solsnu.Widget/Assets.xcassets | |
| parent | 0e1635b057903434c0f193ad9ead7035150b0773 (diff) | |
| download | solverv-bfd75822b3e9882ff4e85d13a0e3658b60e6329d.tar.xz solverv-bfd75822b3e9882ff4e85d13a0e3658b60e6329d.zip | |
Diffstat (limited to 'Solsnu.Widget/Assets.xcassets')
4 files changed, 63 insertions, 0 deletions
diff --git a/Solsnu.Widget/Assets.xcassets/AccentColor.colorset/Contents.json b/Solsnu.Widget/Assets.xcassets/AccentColor.colorset/Contents.json new file mode 100644 index 0000000..eb87897 --- /dev/null +++ b/Solsnu.Widget/Assets.xcassets/AccentColor.colorset/Contents.json @@ -0,0 +1,11 @@ +{ + "colors" : [ + { + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Solsnu.Widget/Assets.xcassets/AppIcon.appiconset/Contents.json b/Solsnu.Widget/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..2305880 --- /dev/null +++ b/Solsnu.Widget/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,35 @@ +{ + "images" : [ + { + "idiom" : "universal", + "platform" : "ios", + "size" : "1024x1024" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "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/Solsnu.Widget/Assets.xcassets/Contents.json b/Solsnu.Widget/Assets.xcassets/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/Solsnu.Widget/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Solsnu.Widget/Assets.xcassets/WidgetBackground.colorset/Contents.json b/Solsnu.Widget/Assets.xcassets/WidgetBackground.colorset/Contents.json new file mode 100644 index 0000000..eb87897 --- /dev/null +++ b/Solsnu.Widget/Assets.xcassets/WidgetBackground.colorset/Contents.json @@ -0,0 +1,11 @@ +{ + "colors" : [ + { + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} |
