Skip to content

Remove Fastlane and bundled Ruby dependencies - #295

Merged
RDMurray merged 1 commit into
mainfrom
codex/remove-ruby
Jul 27, 2026
Merged

Remove Fastlane and bundled Ruby dependencies#295
RDMurray merged 1 commit into
mainfrom
codex/remove-ruby

Conversation

@RDMurray

Copy link
Copy Markdown
Contributor

Summary

  • remove the unused Fastlane configuration, plugins, and App Store metadata
  • remove the repository-managed Gemfile and lockfile
  • delete the disabled Bundler-based iOS workflow
  • remove obsolete onboarding instructions and ignore rules

Why

The repository-managed Fastlane dependencies are no longer used and continue to produce dependency maintenance noise. Removing them reduces the dependency surface without changing iOS application behavior or active CI workflows.

The independently installed xcpretty utility and Ruby-based simulator selection helper remain unchanged.

Validation

  • git diff --check
  • confirmed no Fastlane directories, Gemfiles, lockfiles, or Pluginfiles remain
  • searched documentation and workflows for stale fastlane, Gemfile, and bundle install references
  • confirmed retained workflow YAML is unchanged

@coderabbitai

coderabbitai Bot commented Jul 27, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@RDMurray, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 6 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: fe2e308d-c973-4183-a977-98d28a119038

📥 Commits

Reviewing files that changed from the base of the PR and between f7663b7 and 73d861d.

⛔ Files ignored due to path filters (1)
  • apps/ios/Gemfile.lock is excluded by !**/*.lock
📒 Files selected for processing (34)
  • .github/workflows/ios.disabled-yml
  • .gitignore
  • apps/ios/.gitignore
  • apps/ios/Gemfile
  • apps/ios/fastlane/Appfile
  • apps/ios/fastlane/Deliverfile
  • apps/ios/fastlane/Fastfile
  • apps/ios/fastlane/Matchfile
  • apps/ios/fastlane/Pluginfile
  • apps/ios/fastlane/metadata/copyright.txt
  • apps/ios/fastlane/metadata/en-GB/apple_tv_privacy_policy.txt
  • apps/ios/fastlane/metadata/en-GB/description.txt
  • apps/ios/fastlane/metadata/en-GB/keywords.txt
  • apps/ios/fastlane/metadata/en-GB/marketing_url.txt
  • apps/ios/fastlane/metadata/en-GB/name.txt
  • apps/ios/fastlane/metadata/en-GB/privacy_url.txt
  • apps/ios/fastlane/metadata/en-GB/promotional_text.txt
  • apps/ios/fastlane/metadata/en-GB/release_notes.txt
  • apps/ios/fastlane/metadata/en-GB/subtitle.txt
  • apps/ios/fastlane/metadata/en-GB/support_url.txt
  • apps/ios/fastlane/metadata/primary_category.txt
  • apps/ios/fastlane/metadata/primary_first_sub_category.txt
  • apps/ios/fastlane/metadata/primary_second_sub_category.txt
  • apps/ios/fastlane/metadata/review_information/demo_password.txt
  • apps/ios/fastlane/metadata/review_information/demo_user.txt
  • apps/ios/fastlane/metadata/review_information/email_address.txt
  • apps/ios/fastlane/metadata/review_information/first_name.txt
  • apps/ios/fastlane/metadata/review_information/last_name.txt
  • apps/ios/fastlane/metadata/review_information/notes.txt
  • apps/ios/fastlane/metadata/review_information/phone_number.txt
  • apps/ios/fastlane/metadata/secondary_category.txt
  • apps/ios/fastlane/metadata/secondary_first_sub_category.txt
  • apps/ios/fastlane/metadata/secondary_second_sub_category.txt
  • docs/ios-client/onboarding.md

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@RDMurray
RDMurray merged commit 52bb321 into main Jul 27, 2026
2 checks passed
@RDMurray
RDMurray deleted the codex/remove-ruby branch July 27, 2026 23:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant