Commit 83615873 authored by Eloy Durán's avatar Eloy Durán

[bundle] Update to Xcodeproj version that fixes intermittent CI failures.

See https://github.com/CocoaPods/Xcodeproj/commit/0704b7772370feb8be154ace0ce48e09f215aeaf.
parent 0f5c9894
...@@ -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: ceae7a7be45e760830ee95a7b4481bdab6df149d revision: 0704b7772370feb8be154ace0ce48e09f215aeaf
branch: master branch: master
specs: specs:
xcodeproj (0.14.1) xcodeproj (0.14.1)
...@@ -61,9 +61,9 @@ GIT ...@@ -61,9 +61,9 @@ GIT
GIT GIT
remote: https://github.com/ruby-prof/ruby-prof.git remote: https://github.com/ruby-prof/ruby-prof.git
revision: 39757dfe15d7ffb31dcb5b8f18a30b694d6445f9 revision: b56c1268ba001f5eb55f940ca1c83bc6b83a9752
specs: specs:
ruby-prof (0.13.1) ruby-prof (0.14.2)
PATH PATH
remote: . remote: .
...@@ -132,7 +132,7 @@ GEM ...@@ -132,7 +132,7 @@ GEM
posix-spawn (~> 0.3.6) posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.1.0) yajl-ruby (~> 1.1.0)
rake (10.1.1) rake (10.1.1)
rb-fsevent (0.9.3) rb-fsevent (0.9.4)
rb-inotify (0.9.3) rb-inotify (0.9.3)
ffi (>= 0.5.0) ffi (>= 0.5.0)
rb-kqueue (0.2.0) rb-kqueue (0.2.0)
......
require File.expand_path("../../../../spec_helper", __FILE__) require File.expand_path("../../../../spec_helper", __FILE__)
require 'xcodeproj'
describe Pod::Generator::Plist do describe Pod::Generator::Plist do
before do before do
@file_accessor = fixture_file_accessor('banana-lib/BananaLib.podspec') @file_accessor = fixture_file_accessor('banana-lib/BananaLib.podspec')
......
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