mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 09:05:53 +03:00
[PR #623] [MERGED] Add Darkmode Icon and better resolution for Main Icon #1109
Labels
No labels
bug
compatibility
enhancement
multitasking
pull-request
safe area
status: broken
status: usable
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/LiveContainer#1109
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/LiveContainer/LiveContainer/pull/623
Author: @m1337v
Created: 6/25/2025
Status: ✅ Merged
Merged: 6/26/2025
Merged by: @hugeBlack
Base:
main← Head:darkmode📝 Commits (6)
58c6481add darkmode icon - blue5a14244fix main icon scaledf1e5f5fix white border in lightmodef488c75storyboard66a091cadd storyboard, remove alpha from icon9d3c85frevert changes in UIApplicationSceneManifest, remove UIApplicationExitsOnSuspend key, remove launch storyboard📊 Changes
11 files changed (+74 additions, -27 deletions)
View changed files
📝
LiveContainerSwiftUI/LCUtils.m(+7 -0)📝
Resources/AppIcon60x60_2.png(+0 -0)📝
Resources/AppIcon76x76_2.png(+0 -0)➕
Resources/AppIconGrey.png(+0 -0)➕
Resources/Assets.xcassets/AppIcon.appiconset/AppIcon1024.png(+0 -0)➕
Resources/Assets.xcassets/AppIcon.appiconset/AppIconDark1024.png(+0 -0)📝
Resources/Assets.xcassets/AppIcon.appiconset/Contents.json(+25 -1)➕
Resources/Assets.xcassets/AppIconGrey.appiconset/AppIconGrey1024.png(+0 -0)➕
Resources/Assets.xcassets/AppIconGrey.appiconset/AppIconGreyDark1024.png(+0 -0)➕
Resources/Assets.xcassets/AppIconGrey.appiconset/Contents.json(+37 -0)📝
Resources/Info.plist(+5 -26)📄 Description
I noticed when using the darkmode for icons LC still has the regular icon.
With this PR it gets a darkmode icon and in addition to that the main icon now has a better resolution as it's based on a higher resolution image.
see the comparison (left regular LC - right LC after PR):

darkmode:
lightmode (better resolution):

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.