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 broken xcassets #5

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

tritter
Copy link

@tritter tritter commented Dec 4, 2024

What's wrong?
When publishing the iOS app the iTunesArtwork assets were always missing. After a long period of debugging, I found out that the xcassets of dependent dotnet packages are wrongly merged and contain a race-condition. Also the point_icon is not used as far I could see and the whole xcassets catalog seemed to be redundant leftover anyways.

Fix

  • Removed xcassets from csproj and leftover files

@smellouk
Copy link
Collaborator

smellouk commented Dec 9, 2024

cc @AnasMostefaoui

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.

2 participants