[Bundle] Update Xcodeproj

parent a0dd2445
...@@ -31,10 +31,10 @@ GIT ...@@ -31,10 +31,10 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Xcodeproj.git remote: https://github.com/CocoaPods/Xcodeproj.git
revision: b792bafe384981530c58b50345d0aed9a4130b2c revision: cadb238767d09942a1c5eba90a3112034438ba23
branch: master branch: master
specs: specs:
xcodeproj (1.5.7) xcodeproj (1.5.9)
CFPropertyList (>= 2.3.3, < 4.0) CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.2) atomos (~> 0.1.2)
claide (>= 1.0.2, < 2.0) claide (>= 1.0.2, < 2.0)
...@@ -297,4 +297,4 @@ DEPENDENCIES ...@@ -297,4 +297,4 @@ DEPENDENCIES
xcodeproj! xcodeproj!
BUNDLED WITH BUNDLED WITH
1.16.1 1.16.2
Subproject commit 5d069a1c8df0084a116d42652349cafd521fcc3b Subproject commit 82a95b547628dace8a510804ea0913b990806d91
...@@ -157,7 +157,7 @@ module Pod ...@@ -157,7 +157,7 @@ module Pod
Specification::Consumer.any_instance.stubs(:frameworks).returns(['QuartzCore']) Specification::Consumer.any_instance.stubs(:frameworks).returns(['QuartzCore'])
@installer.send(:install!) @installer.send(:install!)
names = @installer.pods_project['Frameworks']['iOS'].children.map(&:name) names = @installer.pods_project['Frameworks']['iOS'].children.map(&:name)
names.sort.should == ['Foundation.framework', 'QuartzCore.framework'] names.sort.should == ['QuartzCore.framework']
end end
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