From 9ffc891bb2c1e21fa896fabff8d58a4dd8bef829 Mon Sep 17 00:00:00 2001 From: Josh Edney Date: Mon, 12 Feb 2024 11:34:42 +0000 Subject: [PATCH 1/2] add cocoapods to the gemfile --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 427043d09..68b756f35 100644 --- a/Gemfile +++ b/Gemfile @@ -5,6 +5,7 @@ gem 'cocoapods' # A reference to Maze Runner is only needed for running tests locally and if committed it must be # portable for CI, e.g. a specific release. However, leaving it commented out would mean quicker CI. gem 'bugsnag-maze-runner', '~> 8.0' +gem 'cocoapods' # Use a specific branch #gem 'bugsnag-maze-runner', git: 'https://github.com/bugsnag/maze-runner', branch: 'master' From 179d840d87426740840d8014b56a7ce29128eb47 Mon Sep 17 00:00:00 2001 From: Josh Edney Date: Mon, 12 Feb 2024 11:48:11 +0000 Subject: [PATCH 2/2] add xcpretty to gemfile --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 68b756f35..1ac230de5 100644 --- a/Gemfile +++ b/Gemfile @@ -6,6 +6,7 @@ gem 'cocoapods' # portable for CI, e.g. a specific release. However, leaving it commented out would mean quicker CI. gem 'bugsnag-maze-runner', '~> 8.0' gem 'cocoapods' +gem 'xcpretty' # Use a specific branch #gem 'bugsnag-maze-runner', git: 'https://github.com/bugsnag/maze-runner', branch: 'master'