Commit aba2ec9d authored by Kyle Fuller's avatar Kyle Fuller

[Gemspec] Update Xcodeproj dependency to `~> 0.20.0`

parent 02538d96
...@@ -25,10 +25,10 @@ GIT ...@@ -25,10 +25,10 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Xcodeproj.git remote: https://github.com/CocoaPods/Xcodeproj.git
revision: ff7c70da5f5082eef47bb248012b69c76f6c6e54 revision: bd13b322da2f4561304f60543c92608583b016dd
branch: master branch: master
specs: specs:
xcodeproj (0.19.4) xcodeproj (0.20.0)
activesupport (~> 3.0) activesupport (~> 3.0)
colored (~> 1.2) colored (~> 1.2)
...@@ -49,7 +49,7 @@ GIT ...@@ -49,7 +49,7 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/cocoapods-trunk.git remote: https://github.com/CocoaPods/cocoapods-trunk.git
revision: aee318675961e0666af80a67596497de62b68c2e revision: 418085ebd393426cc6ab16e646ae0663921dbe81
branch: master branch: master
specs: specs:
cocoapods-trunk (0.3.1) cocoapods-trunk (0.3.1)
...@@ -81,7 +81,7 @@ PATH ...@@ -81,7 +81,7 @@ PATH
molinillo (~> 0.1.0) molinillo (~> 0.1.0)
nap (~> 0.8) nap (~> 0.8)
open4 (~> 1.3) open4 (~> 1.3)
xcodeproj (~> 0.19.4) xcodeproj (~> 0.20.0)
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
...@@ -106,7 +106,7 @@ GEM ...@@ -106,7 +106,7 @@ GEM
escape (0.0.4) escape (0.0.4)
ffi (1.9.6) ffi (1.9.6)
fuzzy_match (2.0.4) fuzzy_match (2.0.4)
i18n (0.6.4) i18n (0.6.11)
json_pure (1.8.1) json_pure (1.8.1)
kicker (3.0.0) kicker (3.0.0)
listen (~> 1.3.0) listen (~> 1.3.0)
......
...@@ -29,7 +29,7 @@ Gem::Specification.new do |s| ...@@ -29,7 +29,7 @@ Gem::Specification.new do |s|
# Link with the version of CocoaPods-Core # Link with the version of CocoaPods-Core
s.add_runtime_dependency 'cocoapods-core', "= #{Pod::VERSION}" s.add_runtime_dependency 'cocoapods-core', "= #{Pod::VERSION}"
s.add_runtime_dependency 'claide', '~> 0.7.0' s.add_runtime_dependency 'claide', '~> 0.7.0'
s.add_runtime_dependency 'xcodeproj', '~> 0.19.4' s.add_runtime_dependency 'xcodeproj', '~> 0.20.0'
s.add_runtime_dependency 'cocoapods-downloader', '~> 0.7.2' s.add_runtime_dependency 'cocoapods-downloader', '~> 0.7.2'
s.add_runtime_dependency 'cocoapods-plugins', '~> 0.3.1' s.add_runtime_dependency 'cocoapods-plugins', '~> 0.3.1'
s.add_runtime_dependency 'cocoapods-try', '~> 0.4.1' s.add_runtime_dependency 'cocoapods-try', '~> 0.4.1'
......
...@@ -6,7 +6,6 @@ module Pod ...@@ -6,7 +6,6 @@ module Pod
end end
def save_as(path) def save_as(path)
require 'xcodeproj/ext'
Xcodeproj.write_plist(plist, path) Xcodeproj.write_plist(plist, path)
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment