Skip to content

Commit

Permalink
Allows generation of static framework with resource files
Browse files Browse the repository at this point in the history
  • Loading branch information
takeh1k0 committed Apr 19, 2024
1 parent 028af0b commit 2a34174
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -63,7 +63,7 @@ def install!
def wire_resource_bundle_targets(resource_bundle_targets, native_target, pod_target)
resource_bundle_targets.each do |resource_bundle_target|
native_target.add_dependency(resource_bundle_target)
if pod_target.build_as_dynamic_framework? && pod_target.should_build?
if pod_target.build_as_framework? && pod_target.should_build?
native_target.add_resources([resource_bundle_target.product_reference])
end
end
Expand Down

0 comments on commit 2a34174

Please sign in to comment.