From bfd75822b3e9882ff4e85d13a0e3658b60e6329d Mon Sep 17 00:00:00 2001 From: ivar Date: Wed, 17 Dec 2025 00:16:58 +0100 Subject: Initial commit --- .../AppIcon.appiconset/Contents.json | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 Solsnu.Widget/Assets.xcassets/AppIcon.appiconset/Contents.json (limited to 'Solsnu.Widget/Assets.xcassets/AppIcon.appiconset') 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 + } +} -- cgit v1.3