Commit 1a3c670f authored by Boris Bügling's avatar Boris Bügling

Removed accidential Swift branch leakage

parent 305b80d6
...@@ -79,12 +79,6 @@ module Pod ...@@ -79,12 +79,6 @@ module Pod
target.user_build_configurations.each do |bc_name, type| target.user_build_configurations.each do |bc_name, type|
bundle_target.add_build_configuration(bc_name, type) bundle_target.add_build_configuration(bc_name, type)
end end
if target.requires_frameworks?
bundle_target.build_configurations.each do |c|
c.build_settings['CONFIGURATION_BUILD_DIR'] = target.configuration_build_dir
end
end
end end
target.resource_bundle_targets << bundle_target target.resource_bundle_targets << bundle_target
......
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