Make FlutterPluginRegistrant a static framework so add-to-app can use plugins with static frameworks (#40401)

This commit is contained in:
Jenn Magder 2019-09-12 18:51:49 -07:00 committed by GitHub
parent 09bb07f8dd
commit ba13aa943c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}}'