diff --git a/repositories/d-sports-engage-native.mdx b/repositories/d-sports-engage-native.mdx index f3a816f..4516f81 100644 --- a/repositories/d-sports-engage-native.mdx +++ b/repositories/d-sports-engage-native.mdx @@ -42,6 +42,13 @@ icon: "smartphone" The app targets both native and web (responsive) and uses the same backend (d-sports-api) as the PWA for API and checkout flows. +## CI/CD + +**Xcode Cloud** handles iOS builds. The `ios/ci_scripts/ci_post_clone.sh` script runs after cloning to set up the build environment: + +- Installs a local Node.js (v20.18.0) if not already present—required for CocoaPods autolinking +- Runs `pod install` via Bundler (if available) or directly + See how the native app fits with the PWA, site, and Mic'd Up.