The main source of environment variables in an iOS app is ProcessInfo and it's possible values will be loaded into the environment outside of the .env file. SwiftDotenv should fallback to use the system environmental values if the value isn't found in the environment object, as well as being able to determine precedence between which data source to query first.
Overview
The main source of environment variables in an iOS app is
ProcessInfo
and it's possible values will be loaded into the environment outside of the .env file.SwiftDotenv
should fallback to use the system environmental values if the value isn't found in the environment object, as well as being able to determine precedence between which data source to query first.