Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update xcodeproj gem to 1.25.0 #47

Merged
merged 1 commit into from
Aug 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ source 'https://rubygems.org'
gem 'cocoapods', '~> 1.11.3'
gem 'fastlane', '~> 2.211'
gem 'jazzy', '~> 0.14.3'
gem "xcodeproj", git: "https://github.com/CocoaPods/Xcodeproj.git", :branch => "master", ref: "fe55cf5"
eval_gemfile('fastlane/Pluginfile')

26 changes: 9 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
GIT
remote: https://github.com/CocoaPods/Xcodeproj.git
revision: fe55cf57badef2ca27fb9d4f801d9b834de1f871
ref: fe55cf5
branch: master
specs:
xcodeproj (1.24.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
colored2 (~> 3.1)
nanaimo (~> 0.3.0)
rexml (>= 3.3.2, < 4.0)

GIT
remote: https://github.com/aws-amplify/amplify-ci-support
revision: 74ed2db1f09d93b48129590bcd17cc9b53251756
Expand Down Expand Up @@ -268,7 +254,7 @@ GEM
trailblazer-option (>= 0.1.1, < 0.2.0)
uber (< 0.2.0)
retriable (3.1.2)
rexml (3.3.3)
rexml (3.3.4)
strscan
rouge (2.0.7)
ruby-macho (2.5.1)
Expand Down Expand Up @@ -309,6 +295,13 @@ GEM
word_wrap (1.0.0)
xcinvoke (0.3.0)
liferaft (~> 0.0.6)
xcodeproj (1.25.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
colored2 (~> 3.1)
nanaimo (~> 0.3.0)
rexml (>= 3.3.2, < 4.0)
xcpretty (0.3.0)
rouge (~> 2.0.7)
xcpretty-travis-formatter (1.0.1)
Expand All @@ -323,7 +316,6 @@ DEPENDENCIES
fastlane (~> 2.211)
fastlane-plugin-release_actions!
jazzy (~> 0.14.3)
xcodeproj!

BUNDLED WITH
2.3.7
2.5.14
Loading