I've had the opportunity to start a fresh project for the first time in years, and see that Xcode no longer create an Info.plist file by default, but prefers to generate it automatically based on build settings.
However, I struggle with translating user-facing strings in this new work flow. What am I missing? Should I just turn off GENERATE_INFOPLIST_FILE and create Info.plist and Infoplist.strings the old way?
I want to localize privacy reasons.