Skip to content

Commit

Permalink
kintsugi: Relax required versions for Xcodeproj dependency.
Browse files Browse the repository at this point in the history
Kintsugi works well with Xcodeproj 1.21.0, so the required version is
set to be between 1.19.0 and 1.21.0.
  • Loading branch information
byohay committed Nov 30, 2021
1 parent 90aa43d commit 2349a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kintsugi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(spec)/})
spec.require_paths = ["lib"]

spec.add_dependency "xcodeproj", "1.19.0"
spec.add_dependency "xcodeproj", ">= 1.19.0", "<= 1.21.0"

spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rspec", "~> 3.9"
Expand Down

0 comments on commit 2349a50

Please sign in to comment.