bc.build_settings['INFOPLIST_FILE'].should=='Target Support Files/BananaLib-Pods-SampleProject/ResourceBundle-banana_bundle-Info.plist'
bc.build_settings['INFOPLIST_FILE'].should=='Target Support Files/BananaLib-Pods-SampleProject/ResourceBundle-banana_bundle-BananaLib-Pods-SampleProject-Info.plist'
'Pods/Target Support Files/BananaLib-Pods/Info.plist',
'Pods/Target Support Files/BananaLib-Pods/BananaLib-Pods-Info.plist',
)
)
end
end
...
@@ -564,6 +564,10 @@ module Pod
...
@@ -564,6 +564,10 @@ module Pod
exception.message.should.include'Unknown product type `weird_product_type`'
exception.message.should.include'Unknown product type `weird_product_type`'
end
end
it'returns correct app host info plist path for test type'do
@test_pod_target.app_host_info_plist_path_for_test_type(:unit).to_s.should.include'Pods/Target Support Files/CoconutLib/AppHost-iOS-Unit-Tests-Info.plist'
end
it'returns correct copy resources script path for test unit test type'do
it'returns correct copy resources script path for test unit test type'do
@test_pod_target.copy_resources_script_path_for_test_type(:unit).to_s.should.include'Pods/Target Support Files/CoconutLib/CoconutLib-Unit-Tests-resources.sh'
@test_pod_target.copy_resources_script_path_for_test_type(:unit).to_s.should.include'Pods/Target Support Files/CoconutLib/CoconutLib-Unit-Tests-resources.sh'