mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 08:02:28 +00:00
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.
7 lines
276 B
Ruby
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"
|