Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Added GH Action xcodebuild-Demo.yml
* Created GitHub Action `xcodebuild-Demo.yml` from Swift template. * Added `on.workflow_call.secrets` section with declarations for: ⁃ `MAPBOX_SECRET_TOKEN` ⁃ `MAPBOX_ACCESS_TOKEN` ⁃ `XWEATHER_CLIENT_ID` ⁃ `XWEATHER_CLIENT_SECRET` * Added “Setup Tokens” step after checkout to use secrets to configure `~/.netrc` (for `MAPBOX_SECRET_TOKEN`) and `./Demo/AccessKeys.plist` for everything else. * Changed “Build” step to also build for platform iOS Simulator. ‣ In the future, it would be good to run UI/unit tests here, to ensure the app can launch & run.
- Loading branch information