Skip to content

iOS embedding should look at the framework info.plist in addition to checking the root bundle info.plist #28739

@dnfield

Description

@dnfield

We have customers that are using the plist bundled with the framework they create to define where the Flutter assets will be. But our embedding logic currently only checks the root bundle.

We can fix this in a non-breaking way by checking the framework info.plist first, and then checking the root bundle info.plist if the framework one doesn't have it.

Metadata

Metadata

Assignees

Labels

a: assetsPackaging, accessing, or using assetse: embedderUsers of the Embedder APIengineflutter/engine related. See also e: labels.platform-iosiOS applications specifically

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions