Commit b26b7d9b authored by AliSoftware's avatar AliSoftware

[xcassets] Removed code adding resources to the Pods project. This was the cause…

[xcassets] Removed code adding resources to the Pods project. This was the cause for (null) references in the generated Pods project.
parent 3ce0785a
...@@ -76,13 +76,6 @@ module Pod ...@@ -76,13 +76,6 @@ module Pod
other_file_refs = other_source_files.map { |sf| project.reference_for_path(sf) } other_file_refs = other_source_files.map { |sf| project.reference_for_path(sf) }
native_target.add_file_references(other_file_refs, nil) native_target.add_file_references(other_file_refs, nil)
next unless target.requires_frameworks?
resource_refs = file_accessor.resources.flatten.map do |res|
project.reference_for_path(res)
end
native_target.add_resources(resource_refs)
end end
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