From d265deb76a20304314c5ad4f93683c5f90fea6ba Mon Sep 17 00:00:00 2001 From: Balazs Perlaki-Horvath Date: Fri, 12 Jan 2024 01:32:02 +0100 Subject: [PATCH] Update dwds assets --- .gitignore | 5 +++ SplashScreen.storyboard | 41 ++++++++++++++++++ .../GenericZimFile.imageset/Contents.json | 11 +---- .../Other.imageset/Contents.json | 15 +++++++ .../dwds.xcassets/Other.imageset/notebook.svg | 43 +++++++++++++++++++ dwds/info.json | 13 ++++-- 6 files changed, 114 insertions(+), 14 deletions(-) create mode 100644 .gitignore create mode 100644 SplashScreen.storyboard create mode 100644 dwds/dwds.xcassets/Other.imageset/Contents.json create mode 100644 dwds/dwds.xcassets/Other.imageset/notebook.svg diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5224ca4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +**/__pycache__ +.vscode +**/.DS_Store +**/*.plist +custom_project_test.yml \ No newline at end of file diff --git a/SplashScreen.storyboard b/SplashScreen.storyboard new file mode 100644 index 0000000..7f89120 --- /dev/null +++ b/SplashScreen.storyboard @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dwds/dwds.xcassets/GenericZimFile.imageset/Contents.json b/dwds/dwds.xcassets/GenericZimFile.imageset/Contents.json index 361ffd9..e577b37 100644 --- a/dwds/dwds.xcassets/GenericZimFile.imageset/Contents.json +++ b/dwds/dwds.xcassets/GenericZimFile.imageset/Contents.json @@ -1,17 +1,8 @@ { "images" : [ - { - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, { "filename" : "icon_128x128.png", - "idiom" : "universal", - "scale" : "3x" + "idiom" : "universal" } ], "info" : { diff --git a/dwds/dwds.xcassets/Other.imageset/Contents.json b/dwds/dwds.xcassets/Other.imageset/Contents.json new file mode 100644 index 0000000..c6a628d --- /dev/null +++ b/dwds/dwds.xcassets/Other.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "notebook.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/dwds/dwds.xcassets/Other.imageset/notebook.svg b/dwds/dwds.xcassets/Other.imageset/notebook.svg new file mode 100644 index 0000000..862e953 --- /dev/null +++ b/dwds/dwds.xcassets/Other.imageset/notebook.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dwds/info.json b/dwds/info.json index 021d216..a3efca3 100644 --- a/dwds/info.json +++ b/dwds/info.json @@ -1,8 +1,13 @@ { + "about_app_url": "https://www.dwds.de", + "about_text": "Für Schreibende, Lernende, Lehrende und Sprachinteressierte: Das Digitale Wörterbuch der deutschen Sprache (DWDS) ist das große Bedeutungswörterbuch des Deutschen der Gegenwart. Es bietet umfassende und wissenschaftlich verlässliche lexikalische Informationen, kostenlos und werbefrei.", "app_name": "DWDS", - "zim_url": "https://www.dwds.de/kiwix/f/dwds_de_dictionary_nopic_2023-11-20.zim", - "zim_auth": "DWDS_HTTP_BASIC_ACCESS_AUTHENTICATION", + "app_store_id": "id6473090365", + "build_version": 3, "enforced_lang": "de", - "about_app_url": "www.dwds.de", - "about_text": "Für Schreibende, Lernende, Lehrende und Sprachinteressierte: Das Digitale Wörterbuch der deutschen Sprache (DWDS) ist das große Bedeutungswörterbuch des Deutschen der Gegenwart. Es bietet umfassende und wissenschaftlich verlässliche lexikalische Informationen, kostenlos und werbefrei." + "settings_default_external_link_to": "alwaysLoad", + "settings_show_external_link_option": false, + "settings_show_search_snippet": false, + "zim_auth": "DWDS_HTTP_BASIC_ACCESS_AUTHENTICATION", + "zim_url": "https://www.dwds.de/kiwix/f/dwds_de_dictionary_nopic_2023-12-15.zim" }