Post #2567673
2026-02-20 08:40 UTC
@tjadejong@mastodon.social Hi Tim! You need to add the resource information to your Swift package file, so that Xcode handles it properly. Otherwise, the string catalog will not be processed by the package. You must also add the default locale to the package. You can take a look at this package file for reference :)
https://github.com/danielsaidi/EmojiKit/blob/main/Package.swift
Replies (1)
-
@tjadejong@mastodon.social 2026-02-20 20:51
@danielsaidi@mastodon.social thanks!! I added the resources but not the default language. Maybe it’s because of that it marks everything as stale? Will try to add it tomorrow!