From e11b7d29a6aa9e52f63fcb35ee7ed9127850fffe Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 11 Mar 2026 22:01:24 -0500 Subject: initial commit --- .../AccentColor.colorset/Contents.json | 11 +++++++ .../AppIcon.appiconset/Contents.json | 36 +++++++++++++++++++++ .../AppIcon.appiconset/domaindig.png | Bin 0 -> 441131 bytes DomainDig/Assets.xcassets/Contents.json | 6 ++++ 4 files changed, 53 insertions(+) create mode 100644 DomainDig/Assets.xcassets/AccentColor.colorset/Contents.json create mode 100644 DomainDig/Assets.xcassets/AppIcon.appiconset/Contents.json create mode 100644 DomainDig/Assets.xcassets/AppIcon.appiconset/domaindig.png create mode 100644 DomainDig/Assets.xcassets/Contents.json (limited to 'DomainDig/Assets.xcassets') diff --git a/DomainDig/Assets.xcassets/AccentColor.colorset/Contents.json b/DomainDig/Assets.xcassets/AccentColor.colorset/Contents.json new file mode 100644 index 0000000..eb87897 --- /dev/null +++ b/DomainDig/Assets.xcassets/AccentColor.colorset/Contents.json @@ -0,0 +1,11 @@ +{ + "colors" : [ + { + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/DomainDig/Assets.xcassets/AppIcon.appiconset/Contents.json b/DomainDig/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..87ffca2 --- /dev/null +++ b/DomainDig/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,36 @@ +{ + "images" : [ + { + "filename" : "domaindig.png", + "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/DomainDig/Assets.xcassets/AppIcon.appiconset/domaindig.png b/DomainDig/Assets.xcassets/AppIcon.appiconset/domaindig.png new file mode 100644 index 0000000..752f230 Binary files /dev/null and b/DomainDig/Assets.xcassets/AppIcon.appiconset/domaindig.png differ diff --git a/DomainDig/Assets.xcassets/Contents.json b/DomainDig/Assets.xcassets/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/DomainDig/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} -- cgit v1.2.3