Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update to xcodeproj 0.4.1 api
  • Loading branch information
yury committed Jan 14, 2013
1 parent 6b90214 commit 63c97e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ib.gemspec
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]
gem.version = IB::VERSION

gem.add_dependency "xcodeproj", ">= 0.4.0"
gem.add_dependency "xcodeproj", ">= 0.4.1"
gem.add_dependency "thor", ">= 0.15.4"

gem.add_development_dependency "rspec", ">= 2.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/ib/project.rb
Expand Up @@ -37,7 +37,7 @@ def write app_path = "app", resources_path = "resources", pods_headers_path = "v
end

%W{QuartzCore CoreGraphics CoreData}.each do |framework|
project.add_system_framework framework
project.add_system_framework framework, target
end

project.save_as("ib.xcodeproj")
Expand Down

0 comments on commit 63c97e3

Please sign in to comment.