You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Per #5727 (comment), it’s a bit of a chore to keep the umbrella header up-to-date. We should break out the runtime styling imports into a separate, code-generated header and include that header. MapKit’s umbrella header is modularized like this too. We’ll need to make sure jazzy can follow the imports and all the supported build configurations continue to work all the way through to App Store validation.
We can also have the runtime styling generating code add any new runtime styling files to the Xcode project using the xcode npm package. That’ll take care of most of the manual steps to adding a new layer or source type. On the other hand, that doesn’t happen very frequently.
Per #5727 (comment), it’s a bit of a chore to keep the umbrella header up-to-date. We should break out the runtime styling imports into a separate, code-generated header and include that header. MapKit’s umbrella header is modularized like this too. We’ll need to make sure jazzy can follow the imports and all the supported build configurations continue to work all the way through to App Store validation.
/cc @frederoni @friedbunny
The text was updated successfully, but these errors were encountered: