Unverified Commit 644280b5 authored by Dimitris Koutsogiorgas's avatar Dimitris Koutsogiorgas Committed by GitHub

Merge pull request #7651 from dnkoutso/more_system_removal

Do not force `[system]` value for custom module maps
parents 0a93634a 9de5e8a5
......@@ -625,7 +625,7 @@ module Pod
UI.message "- Copying module map file to #{UI.path(path)}" do
contents = custom_module_map.read
unless target.requires_frameworks?
contents.gsub!(/^(\s*)framework\s+(module[^{}]+){/, '\1\2[system] {')
contents.gsub!(/^(\s*)framework\s+(module[^{}]+){/, '\1\2{')
end
generator = Generator::Constant.new(contents)
update_changed_file(generator, path)
......
Subproject commit 482395da30d5fc55872498d471f2173dc94e8331
Subproject commit f775f8d2792fa04bf0bfef570c83cf0f7afa802c
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