diff --git a/frontend/public/favicon.svg b/frontend/public/favicon.svg index 3ea957c..f4bbc7d 100644 --- a/frontend/public/favicon.svg +++ b/frontend/public/favicon.svg @@ -1,40 +1,23 @@ - - - - - + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - diff --git a/frontend/public/icon.svg b/frontend/public/icon.svg index 2a4bf1b..df78114 100644 --- a/frontend/public/icon.svg +++ b/frontend/public/icon.svg @@ -1,43 +1,33 @@ - - - - - + + + + + + - - + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - diff --git a/ios/TimeTracker/TimeTracker/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json b/ios/TimeTracker/TimeTracker/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json index 13613e3..ddd0a37 100644 --- a/ios/TimeTracker/TimeTracker/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json +++ b/ios/TimeTracker/TimeTracker/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -1,6 +1,29 @@ { "images" : [ { + "filename" : "app_icon.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" diff --git a/ios/TimeTracker/TimeTracker/Resources/Assets.xcassets/AppIcon.appiconset/app_icon.png b/ios/TimeTracker/TimeTracker/Resources/Assets.xcassets/AppIcon.appiconset/app_icon.png new file mode 100644 index 0000000..90987de Binary files /dev/null and b/ios/TimeTracker/TimeTracker/Resources/Assets.xcassets/AppIcon.appiconset/app_icon.png differ