Commit 06e2f565 authored by Samuel Giddins's avatar Samuel Giddins

[PodTargetInstaller] Add a spec for setting the resource bundle deployment target

parent fd5f47d5
...@@ -148,6 +148,8 @@ module Pod ...@@ -148,6 +148,8 @@ module Pod
bundle_target.should.be.an.instance_of Xcodeproj::Project::Object::PBXNativeTarget bundle_target.should.be.an.instance_of Xcodeproj::Project::Object::PBXNativeTarget
bundle_target.product_reference.name.should == 'banana_bundle.bundle' bundle_target.product_reference.name.should == 'banana_bundle.bundle'
bundle_target.product_reference.path.should == 'banana_bundle.bundle' bundle_target.product_reference.path.should == 'banana_bundle.bundle'
bundle_target.platform_name.should == :ios
bundle_target.deployment_target.should == '6.0'
end end
it 'adds the build configurations to the resources bundle targets' do it 'adds the build configurations to the resources bundle targets' do
......
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