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

Update Xcodeproj to 1.27.1 #574

Merged
merged 1 commit into from
Nov 10, 2024
Merged
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
Update Xcodeproj to 1.27.1
Xcodeproj recently published a new version that adds support to Xcode 16 new project structure.
  • Loading branch information
authiatr authored Nov 4, 2024
commit f1ae3adef5ddd70358eb569a2e59902478c8f4d1
2 changes: 1 addition & 1 deletion slather.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'equivalent-xml', '~> 0.6'

spec.add_dependency 'clamp', '~> 1.3'
spec.add_dependency 'xcodeproj', '~> 1.25'
spec.add_dependency 'xcodeproj', '~> 1.27'
spec.add_dependency 'nokogiri', '>= 1.14.3'
spec.add_dependency 'CFPropertyList', '>= 2.2', '< 4'

Expand Down