Hello, I'm looking for a way to set TEAM_ID and no...
# compose
e
Hello, I'm looking for a way to set TEAM_ID and not committing it.
iosApp/Configuration/Config.xconfig
Copy code
TEAM_ID=${TEAM_ID}
I thought exporting it in the shell env would solve the problem, but it seems I can't edit the run configuration for
Build iOS Application
. I'm thinking I can add an
ios.properties
file and read it during build time, but then how would I inject it during the build process? Has anyone tried to solve this before? Any tips are appreciated. Thanks