-
-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue 305 - Create Dark and Tinted Icons for the App #319
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried to tap on the red car, still in light mode, and it failed with
Updating icon to Optional("AppIcon-car-red") failed.
actually they're all failing right now
Updating icon to Optional("AppIcon-car-dark") failed.
Updating icon to Optional("AppIcon-car-red") failed.
Updating icon to Optional("AppIcon-car-yellow") failed.
Updating icon to Optional("AppIcon-car-black") failed.
Updating icon to Optional("AppIcon-car-orange") failed.
Updating icon to Optional("AppIcon-car-yellow") failed.
Updating icon to Optional("AppIcon-car-black") failed.
Updating icon to Optional("AppIcon-car-orange") failed.
AppIcon-Car-Dark "dark version" of this doesn't have an icon, should it?
CODE_SIGN_ENTITLEMENTS = "Basic-Car-Maintenance/Basic_Car_Maintenance.entitlements"; | ||
CODE_SIGN_STYLE = Automatic; | ||
DEAD_CODE_STRIPPING = YES; | ||
DEVELOPMENT_ASSET_PATHS = "\"Basic-Car-Maintenance/Preview Content\""; | ||
DEVELOPMENT_TEAM = SJ64B32FPH; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't commit this! look back at the contributing guidelines with the xccconfig file steps
it looks like you changed the development team in the project, which you shouldn't do
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This still needs to be resolve dplease!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we actually need tinted versions of all the colored cars? cause in reality they'll all be the same? so can we just use one asset for the tinted color versions?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In reality they are the same, but if I remove the tinted icons, it will kind of tint the light/dark variant which isn't a proper asset to apply tint.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nevermind! Kinda irrelevant
I meant do we need multiple of the same asset for all the tinted icons? Or can we use the same asset for all of the colors? seeing Figam, it looks like it's the same, but I couldn't tell just looking at the git diff
(we can resolve this thread)
This is weird, it's working fine for me while running simulator. |
I agree, let's just remove it now, cause that was made pre-iOS 18 Do the icons show on the ChooseAppIconView for you? They still weren't showing for me The errors can also mean the files aren't properly added to the project? And target membership? |
comment whenever that is done please! cause you can't click re-review again haha |
Done @mikaelacaron, regarding the errors, I still can't reproduce them. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I figured out why there's an error, see comments below! also for me the icons aren't showing on the ChooseAppIconView
, but if you are seeing them, let me know.
don't fix it, we can make a new issue for this
CODE_SIGN_ENTITLEMENTS = "Basic-Car-Maintenance/Basic_Car_Maintenance.entitlements"; | ||
CODE_SIGN_STYLE = Automatic; | ||
DEAD_CODE_STRIPPING = YES; | ||
DEVELOPMENT_ASSET_PATHS = "\"Basic-Car-Maintenance/Preview Content\""; | ||
DEVELOPMENT_TEAM = SJ64B32FPH; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This still needs to be resolve dplease!
All done. |
Any update @mikaelacaron ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!! the development team was removed and not properly set (see the contributing.md file about how to set this up properly. I'll fix it manually for this PR
also note I have multiple days to review PRs, there's many things to mange, and I may not get to every PR within 24 hours
DEAD_CODE_STRIPPING = YES; | ||
DEVELOPMENT_ASSET_PATHS = "\"Basic-Car-Maintenance/Preview Content\""; | ||
DEVELOPMENT_TEAM = ""; | ||
ENABLE_HARDENED_RUNTIME = YES; | ||
ENABLE_PREVIEWS = YES; | ||
GENERATE_INFOPLIST_FILE = YES; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DEAD_CODE_STRIPPING = YES; | |
DEVELOPMENT_ASSET_PATHS = "\"Basic-Car-Maintenance/Preview Content\""; | |
DEVELOPMENT_TEAM = ""; | |
ENABLE_HARDENED_RUNTIME = YES; | |
ENABLE_PREVIEWS = YES; | |
GENERATE_INFOPLIST_FILE = YES; | |
DEAD_CODE_STRIPPING = YES; | |
DEVELOPMENT_ASSET_PATHS = "\"Basic-Car-Maintenance/Preview Content\""; | |
ENABLE_HARDENED_RUNTIME = YES; | |
ENABLE_PREVIEWS = YES; | |
GENERATE_INFOPLIST_FILE = YES; |
This should be fully removed, as opposed to be set to empty
DEVELOPMENT_ASSET_PATHS = "\"Basic-Car-Maintenance/Preview Content\""; | ||
DEVELOPMENT_TEAM = ""; | ||
ENABLE_HARDENED_RUNTIME = YES; | ||
ENABLE_PREVIEWS = YES; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DEVELOPMENT_ASSET_PATHS = "\"Basic-Car-Maintenance/Preview Content\""; | |
DEVELOPMENT_TEAM = ""; | |
ENABLE_HARDENED_RUNTIME = YES; | |
ENABLE_PREVIEWS = YES; | |
DEVELOPMENT_ASSET_PATHS = "\"Basic-Car-Maintenance/Preview Content\""; | |
ENABLE_HARDENED_RUNTIME = YES; | |
ENABLE_PREVIEWS = YES; |
removed
It was set to none, but it shouldn't be
What it Does
How I Tested
Notes
Screenshot
DemoAppICon.mov