Commit 8e64bdc4 authored by Fabio Pelosin's avatar Fabio Pelosin

Xcodeproj: udpate

parent 28ad588e
...@@ -16,6 +16,10 @@ group :development do ...@@ -16,6 +16,10 @@ group :development do
gem 'cocoapods-plugins', :git => 'https://github.com/CocoaPods/cocoapods-plugins.git', :branch => 'master' gem 'cocoapods-plugins', :git => 'https://github.com/CocoaPods/cocoapods-plugins.git', :branch => 'master'
gem 'cocoapods-trunk', :git => 'https://github.com/CocoaPods/cocoapods-trunk.git', :branch => 'master' gem 'cocoapods-trunk', :git => 'https://github.com/CocoaPods/cocoapods-trunk.git', :branch => 'master'
# TODO: for some reason this is not being picked up from the gemspec of Xcodeproj
gem 'CFPropertyList'
gem 'rake', '~> 10.1.0' # Ruby 1.8.7 gem 'rake', '~> 10.1.0' # Ruby 1.8.7
gem "mocha", '~> 1.0.0' # Issues with Ruby 2.0.0 on Travis gem "mocha", '~> 1.0.0' # Issues with Ruby 2.0.0 on Travis
gem "bacon" gem "bacon"
......
...@@ -18,7 +18,7 @@ GIT ...@@ -18,7 +18,7 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Xcodeproj.git remote: https://github.com/CocoaPods/Xcodeproj.git
revision: e5a69ed8eb73b2df4122e3af2942198b278dc03c revision: 5510801ca0de8c1dccae739d10a964f6c9180393
branch: master branch: master
specs: specs:
xcodeproj (0.17.0) xcodeproj (0.17.0)
......
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