Eddy
05/13/2025, 1:52 PMiosApp/Configuration/Config.xconfig
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