summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/ios-validate-build-schemas.yml
AgeCommit message (Collapse)AuthorFilesLines
2025-09-30Switch swiftformat to swift-formatSteffen1-1/+1
2025-08-26Remove hotfix to force Xcode 16dot4Bug Magnet1-4/+0
2025-08-18Fix Github runnerJon Petersson1-0/+4
2025-05-26Simplify ios actionsSteffen Ernst1-3/+1
2025-05-26Fix checkout step needs to be in workflowSteffen Ernst1-0/+3
2025-05-26Refactor ios github actionsSteffen Ernst1-46/+4
2025-02-27Add submodule checkout to all CI scripts, amend build instructionsAndrew Bulhak1-0/+5
2025-02-04Change run commands to single lineKalle Lindström1-2/+1
2025-02-04Set toolchain and target directly with RustupLinus Färnstrand1-2/+0
2025-01-14Update CI ScriptsBug Magnet1-10/+5
2024-11-26Update Actionstinyboxvk1-1/+1
Signed-off-by: tinyboxvk <13696594+tinyboxvk@users.noreply.github.com>
2024-10-18Update docs and scripts for go1.21Emīls1-1/+1
2024-08-22Add top level `permissions` to all Github Actions workflowsLinus Färnstrand1-0/+3
The default permission on the repository is already set to read only. So in practice this makes no difference. But this makes that more explicit, and less relying on the repository being correctly configured. This also makes security scanning tools such as OpenSSF scorecard happier about the overall security of our repository.
2024-07-17Update wireguard-appleEmīls1-1/+1
2024-05-27Add required protobuf dependenciesBug Magnet1-0/+5
2024-03-25Run iOS CI workflow when changing the root Cargo toml fileBug Magnet1-0/+1
2024-03-25Force the rust version to the current stable releaseBug Magnet1-1/+4
2024-03-11Add -disableAutomaticPackageResolution to xcodebuild commandJon Petersson1-0/+3
2024-02-15Build MullvadVPNUITests post merge to guarantee it is not accidentally brokenBug Magnet1-1/+9
2024-02-07Validate Staging and MockRelease configurations when ios PRs are mergedBug Magnet1-0/+82