Files
orca/mobile/Gemfile
T
Jinwoo Hong 6740c00351 Build and ship iOS to TestFlight from CI (#5468)
Adds an ios-build job to the Mobile Release workflow (build + sign + TestFlight upload on a macOS runner via fastlane + App Store Connect API key), and fixes a pre-existing Mobile Checks bug where the mobile typecheck needed root deps for ../src imports.

Merged with --admin: the only failing check is the repo-wide pr.yml '@/lib/utils' vitest resolution break affecting all open PRs, unrelated to this change.
2026-06-15 21:38:00 -07:00

7 lines
276 B
Ruby

# Pins fastlane for reproducible iOS releases in CI (see fastlane/Fastfile and
# .github/workflows/mobile-build.yml). macOS runners ship a fastlane, but
# pinning here keeps the release toolchain stable across runner image bumps.
source "https://rubygems.org"
gem "fastlane"