Stabilize iOS/watchOS/tvOS apps and add cross-platform audit remediation

This commit is contained in:
Trey t
2026-02-11 12:54:40 -06:00
parent e40275e694
commit acce712261
77 changed files with 2940 additions and 765 deletions

21
.github/workflows/apple-platform-ci.yml vendored Normal file
View File

@@ -0,0 +1,21 @@
name: Apple Platform CI
on:
push:
branches: ["**"]
pull_request:
jobs:
smoke-and-tests:
runs-on: macos-15
timeout-minutes: 45
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Xcode Version
run: xcodebuild -version
- name: Run smoke suite
run: ./scripts/smoke/smoke_all.sh