diff --git a/FeelsWidget/Assets.xcassets/default_image/missing.imageset/Contents.json b/FeelsWidget/Assets.xcassets/default_image/missing.imageset/Contents.json new file mode 100644 index 0000000..29e51cc --- /dev/null +++ b/FeelsWidget/Assets.xcassets/default_image/missing.imageset/Contents.json @@ -0,0 +1,24 @@ +{ + "images" : [ + { + "filename" : "xmark-solid.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "template-rendering-intent" : "template" + } +} diff --git a/FeelsWidget/Assets.xcassets/default_image/missing.imageset/xmark-solid.png b/FeelsWidget/Assets.xcassets/default_image/missing.imageset/xmark-solid.png new file mode 100644 index 0000000..686a37b Binary files /dev/null and b/FeelsWidget/Assets.xcassets/default_image/missing.imageset/xmark-solid.png differ diff --git a/Shared/Assets.xcassets/default_image/missing.imageset/Contents.json b/Shared/Assets.xcassets/default_image/missing.imageset/Contents.json new file mode 100644 index 0000000..b05effd --- /dev/null +++ b/Shared/Assets.xcassets/default_image/missing.imageset/Contents.json @@ -0,0 +1,16 @@ +{ + "images" : [ + { + "filename" : "missing.pdf", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true, + "template-rendering-intent" : "template" + } +} diff --git a/Shared/Assets.xcassets/default_image/missing.imageset/missing.pdf b/Shared/Assets.xcassets/default_image/missing.imageset/missing.pdf new file mode 100644 index 0000000..a2bd121 Binary files /dev/null and b/Shared/Assets.xcassets/default_image/missing.imageset/missing.pdf differ