Skip to content

Commit

Permalink
Update Xcodeproj to 1.27.1
Browse files Browse the repository at this point in the history
Xcodeproj recently published a new version that adds support to Xcode 16 new project structure.
  • Loading branch information
authiatr authored Nov 4, 2024
1 parent c24c83f commit f1ae3ad
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit f1ae3ad

Please sign in to comment.