Commit 31d5b990 authored by Fabio Pelosin's avatar Fabio Pelosin

[Xcodeproj] Update

parent 0c6c70b2
...@@ -17,7 +17,7 @@ GIT ...@@ -17,7 +17,7 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Xcodeproj.git remote: https://github.com/CocoaPods/Xcodeproj.git
revision: 41644f62741f5fb71d776b08bfb1e55c017f75e7 revision: 092a12526563550eb70c5c479bc2cea37b43a030
branch: master branch: master
specs: specs:
xcodeproj (0.10.1) xcodeproj (0.10.1)
......
...@@ -350,7 +350,7 @@ module Pod ...@@ -350,7 +350,7 @@ module Pod
pod_targets.sort_by(&:name).each do |pod_target| pod_targets.sort_by(&:name).each do |pod_target|
pod_target.file_accessors.each do |file_accessor| pod_target.file_accessors.each do |file_accessor|
file_accessor.spec_consumer.frameworks.each do |framework| file_accessor.spec_consumer.frameworks.each do |framework|
ref = pods_project.add_system_framework(framework, pod_target.target) pod_target.target.add_system_framework(framework)
end end
end end
end end
......
...@@ -32,8 +32,6 @@ module Pod ...@@ -32,8 +32,6 @@ module Pod
it "sets the ARCHS" do it "sets the ARCHS" do
@installer.send(:add_target) @installer.send(:add_target)
target = @project.targets.first target = @project.targets.first
target.build_settings('Debug')["ARCHS"].should == "$(ARCHS_STANDARD_32_BIT)"
target.build_settings('AppStore')["ARCHS"].should == "$(ARCHS_STANDARD_32_BIT)"
target.build_settings('Debug')["ONLY_ACTIVE_ARCH"].should.be.nil target.build_settings('Debug')["ONLY_ACTIVE_ARCH"].should.be.nil
target.build_settings('AppStore')["ONLY_ACTIVE_ARCH"].should.be.nil target.build_settings('AppStore')["ONLY_ACTIVE_ARCH"].should.be.nil
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