Macro Feature Flag System

Posted Wednesday, November 15, 2023.

Using macros to make a feature flag system that supports overrides with minimal upkeep

Using Package Plugins to Generate Localization Files

Posted Monday, September 11, 2023.

Keeping the content of Localized.strings files and swift accessors to those strings in sync can be an error prone process. What if we could generate the swift code based on all our string keys, and have the Localized.strings files for each language be automatically generated at the same time? We can use a Swift Package Manager build plugin to achieve this goal.