From 266d5d2085e79a9fa71e71370a120ff55404d621 Mon Sep 17 00:00:00 2001 From: Yousif Ahmed Date: Wed, 30 Oct 2024 09:29:19 +0000 Subject: [PATCH] build(ios): pin xcodeproj version to < 1.26.0 --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index ddaf05da..0b5990f3 100644 --- a/Gemfile +++ b/Gemfile @@ -2,6 +2,7 @@ source 'https://rubygems.org' gem 'cocoapods', '~> 1.14.3' gem 'fastlane' +gem 'xcodeproj', '< 1.26.0' gem 'bugsnag-maze-runner', '~>9.0'