So I merged our native iOS app and our newer model of the identical (Flutter app). The app has a change to toggle between the native UI and the Flutter UI. The native code had separate xcconfig recordsdata for various environments like Staging.xcconfig
.
When constructing the iOS app with flutter it generates it is personal xcconfig recordsdata on each construct. One is Generated.xcconfig
and the opposite is one thing like Pod-Runner.debug.xcconfig
. How do I add properties from the native Staging.xcconfig
to those generated recordsdata?
So far as attainable I do not need to change the construction and dealing of the native app.
I really feel like there is a quite simple resolution to this however I do not know a lot about it as I’m fairly new to iOS.