Skip to content
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

fix: properly configure the single 1024x1024 iOS icon #560

Merged
merged 1 commit into from
Oct 2, 2023

Conversation

jcesarmobile
Copy link
Member

Changed the single icon generation to generate a single 1024x1024 icon and configure it as a single universal icon instead of configuring it as a marketing icon, which was causing a duplicate 1024x1024 entry, one for the universal and another for the marketing.

Also made it regenerate the whole Contents.json as current code was keeping existing values, so it wasn't configuring a single icon, and also remove old files that could be there from previous v2 executions.
Removed the spotlight, notification and settings icon generation code/tests as I don't think it was having any effect anymore since there is a single icon now.

closes #558

@jcesarmobile jcesarmobile changed the title fix: only generate single 1024x1024 iOS icon fix: properly configure the single 1024x1024 iOS icon Oct 2, 2023
@jcesarmobile jcesarmobile merged commit 2c19107 into main Oct 2, 2023
4 checks passed
@jcesarmobile jcesarmobile deleted the single-icon branch October 2, 2023 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3.0.0: Cannot upload iOS app due to failed asset validation
3 participants