Post #2135897
2026-05-03 20:35 UTC
Xcode offers codegen for localized strings and image/color assets. But it only generates code with internal access level. Not useful when your resources are in a framework.
But what I realized is that you can just call xcstringstool and actool manually with the right incantation, and then post process the generated files to make the symbols public.
Replies (1)
-
@calicoding@mastodon.social 2026-05-03 20:38
Note that Claude created these regex strings for me because I’m lazy af