- Tag triggers split: ios-v* -> deploy_ios, android-v* -> deploy_android.
The blanket tag: "*" trigger that ran both platforms on every tag is gone.
- Add certificate-and-profile-installer@1 before xcode-archive@4 in
deploy_ios and combined deploy. Reads Bitrise's auto-injected
BITRISE_IOS_CODE_SIGNING_* env vars; no-op if not configured.
- Harden test_ios simulator destination to generic/platform=iOS Simulator
(was iPhone 15, OS=latest, which breaks when the runner ships a
different Xcode).
- Enable swift build cache on xcode-archive steps.
Co-Authored-By: Claude <noreply@anthropic.com>