From c2e07a75e546cc48fe8312fe75f4c6de7e42fafc Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 08:58:58 +0000 Subject: [PATCH] docs(engage-native): add Xcode Cloud CI/CD section Generated-By: mintlify-agent --- repositories/d-sports-engage-native.mdx | 7 +++++++ 1 file changed, 7 insertions(+) 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.