Artificial-Pancreas / iAPS

MIT License
179 stars 726 forks source link

Allow for non-default Bundle ID #876

Closed scrappy closed 1 month ago

scrappy commented 1 month ago

Tested with both APP_IDENTIFIER set and not set

To test, go into Settings -> Secrets and Variables -> Actions -> Variables tab -> New Repository Variable

Name: APP_IDENTIFIER Value: new bundle id

The code creates an appropriate ConfigOverride.xcconfig file in the work directory for the build

This code can easily be extended for anything else that would be useful to be in that file

Jon-b-m commented 1 month ago

Tested successfully. For other users beware that the new variable is not a new secret, but a repository variable.