Files
2026-07-13 13:05:33 +08: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"