Skip to content

Commit 5759074

Browse files
authored
chore: update xcodeproj gem to 1.25.0 (#47)
1 parent 491f8ee commit 5759074

File tree

2 files changed

+9
-18
lines changed

2 files changed

+9
-18
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ source 'https://rubygems.org'
33
gem 'cocoapods', '~> 1.11.3'
44
gem 'fastlane', '~> 2.211'
55
gem 'jazzy', '~> 0.14.3'
6-
gem "xcodeproj", git: "https://github.com/CocoaPods/Xcodeproj.git", :branch => "master", ref: "fe55cf5"
76
eval_gemfile('fastlane/Pluginfile')
87

Gemfile.lock

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
1-
GIT
2-
remote: https://github.com/CocoaPods/Xcodeproj.git
3-
revision: fe55cf57badef2ca27fb9d4f801d9b834de1f871
4-
ref: fe55cf5
5-
branch: master
6-
specs:
7-
xcodeproj (1.24.0)
8-
CFPropertyList (>= 2.3.3, < 4.0)
9-
atomos (~> 0.1.3)
10-
claide (>= 1.0.2, < 2.0)
11-
colored2 (~> 3.1)
12-
nanaimo (~> 0.3.0)
13-
rexml (>= 3.3.2, < 4.0)
14-
151
GIT
162
remote: https://github.com/aws-amplify/amplify-ci-support
173
revision: 74ed2db1f09d93b48129590bcd17cc9b53251756
@@ -268,7 +254,7 @@ GEM
268254
trailblazer-option (>= 0.1.1, < 0.2.0)
269255
uber (< 0.2.0)
270256
retriable (3.1.2)
271-
rexml (3.3.3)
257+
rexml (3.3.4)
272258
strscan
273259
rouge (2.0.7)
274260
ruby-macho (2.5.1)
@@ -309,6 +295,13 @@ GEM
309295
word_wrap (1.0.0)
310296
xcinvoke (0.3.0)
311297
liferaft (~> 0.0.6)
298+
xcodeproj (1.25.0)
299+
CFPropertyList (>= 2.3.3, < 4.0)
300+
atomos (~> 0.1.3)
301+
claide (>= 1.0.2, < 2.0)
302+
colored2 (~> 3.1)
303+
nanaimo (~> 0.3.0)
304+
rexml (>= 3.3.2, < 4.0)
312305
xcpretty (0.3.0)
313306
rouge (~> 2.0.7)
314307
xcpretty-travis-formatter (1.0.1)
@@ -323,7 +316,6 @@ DEPENDENCIES
323316
fastlane (~> 2.211)
324317
fastlane-plugin-release_actions!
325318
jazzy (~> 0.14.3)
326-
xcodeproj!
327319

328320
BUNDLED WITH
329-
2.3.7
321+
2.5.14

0 commit comments

Comments
 (0)