diff --git a/Installer/Source/Assets.xcassets/DoNotDisturb.imageset/Contents.json b/Installer/Source/Assets.xcassets/DoNotDisturb.imageset/Contents.json index 28e5e0e..eb61b19 100644 --- a/Installer/Source/Assets.xcassets/DoNotDisturb.imageset/Contents.json +++ b/Installer/Source/Assets.xcassets/DoNotDisturb.imageset/Contents.json @@ -1,35 +1,62 @@ { "images" : [ { - "idiom" : "mac", - "filename" : "darkMode.png" + "filename" : "darkMode 1.png", + "idiom" : "mac" }, { - "idiom" : "mac", - "filename" : "lightMode.png", "appearances" : [ { "appearance" : "luminosity", "value" : "light" } - ] + ], + "filename" : "lightMode.png", + "idiom" : "mac" }, { - "idiom" : "mac", - "filename" : "darkMode.png", "appearances" : [ { "appearance" : "luminosity", "value" : "dark" } - ] + ], + "filename" : "darkMode.png", + "idiom" : "mac" + }, + { + "idiom" : "mac", + "locale" : "es" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "light" + } + ], + "filename" : "lightMode_es.png", + "idiom" : "mac", + "locale" : "es" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "filename" : "darkMode_es.png", + "idiom" : "mac", + "locale" : "es" } ], "info" : { - "version" : 1, - "author" : "xcode" + "author" : "xcode", + "version" : 1 }, "properties" : { + "localizable" : true, "preserves-vector-representation" : true } } diff --git a/Installer/Source/Assets.xcassets/DoNotDisturb.imageset/darkMode_es.png b/Installer/Source/Assets.xcassets/DoNotDisturb.imageset/darkMode_es.png new file mode 100644 index 0000000..0d5f5d6 Binary files /dev/null and b/Installer/Source/Assets.xcassets/DoNotDisturb.imageset/darkMode_es.png differ diff --git a/Installer/Source/Assets.xcassets/DoNotDisturb.imageset/lightMode_es.png b/Installer/Source/Assets.xcassets/DoNotDisturb.imageset/lightMode_es.png new file mode 100644 index 0000000..0d5f5d6 Binary files /dev/null and b/Installer/Source/Assets.xcassets/DoNotDisturb.imageset/lightMode_es.png differ diff --git a/Installer/Source/Assets.xcassets/Notifications.imageset/Contents.json b/Installer/Source/Assets.xcassets/Notifications.imageset/Contents.json index 28e5e0e..cb6dae6 100644 --- a/Installer/Source/Assets.xcassets/Notifications.imageset/Contents.json +++ b/Installer/Source/Assets.xcassets/Notifications.imageset/Contents.json @@ -1,35 +1,62 @@ { "images" : [ { - "idiom" : "mac", - "filename" : "darkMode.png" + "filename" : "darkMode.png", + "idiom" : "mac" }, { - "idiom" : "mac", - "filename" : "lightMode.png", "appearances" : [ { "appearance" : "luminosity", "value" : "light" } - ] + ], + "filename" : "lightMode.png", + "idiom" : "mac" }, { - "idiom" : "mac", - "filename" : "darkMode.png", "appearances" : [ { "appearance" : "luminosity", "value" : "dark" } - ] + ], + "filename" : "darkMode.png", + "idiom" : "mac" + }, + { + "idiom" : "mac", + "locale" : "es" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "light" + } + ], + "filename" : "lightMode_es.png", + "idiom" : "mac", + "locale" : "es" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "filename" : "darkMode_es.png", + "idiom" : "mac", + "locale" : "es" } ], "info" : { - "version" : 1, - "author" : "xcode" + "author" : "xcode", + "version" : 1 }, "properties" : { + "localizable" : true, "preserves-vector-representation" : true } } diff --git a/Installer/Source/Assets.xcassets/Notifications.imageset/darkMode_es.png b/Installer/Source/Assets.xcassets/Notifications.imageset/darkMode_es.png new file mode 100644 index 0000000..2e22fea Binary files /dev/null and b/Installer/Source/Assets.xcassets/Notifications.imageset/darkMode_es.png differ diff --git a/Installer/Source/Assets.xcassets/Notifications.imageset/lightMode_es.png b/Installer/Source/Assets.xcassets/Notifications.imageset/lightMode_es.png new file mode 100644 index 0000000..2e22fea Binary files /dev/null and b/Installer/Source/Assets.xcassets/Notifications.imageset/lightMode_es.png differ