Unverified Commit ba13aa94 authored by Jenn Magder's avatar Jenn Magder Committed by GitHub

Make FlutterPluginRegistrant a static framework so add-to-app can use plugins...

Make FlutterPluginRegistrant a static framework so add-to-app can use plugins with static frameworks (#40401)
parent 09bb07f8
......@@ -383,6 +383,7 @@ Depends on all your plugins, and provides a function to register them.
s.source_files = "Classes", "Classes/**/*.{h,m}"
s.source = { :path => '.' }
s.public_header_files = './Classes/**/*.h'
s.static_framework = true
s.dependency '{{framework}}'
{{#plugins}}
s.dependency '{{name}}'
......
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