Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't duplicate webview resources #8

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

bplattenburg
Copy link
Member

Due to a limitation in Swift Package Manager, today we have to duplicate our webview resources from Shared into Swift/Sources/DittoPresenceViewerCore/Resources because SPM won't let you reference resources within the repository but outside of the package root.

This removes that duplication, but it requires us to move to swift-tools 6.0 here and in DittoSwiftTools, marking as a draft until we are ready to do that.

@bplattenburg
Copy link
Member Author

There's also a missing piece here to link things properly after #7 lands, will update once that's merged.

@bplattenburg bplattenburg force-pushed the BP/dont_duplicate_resources_for_swift branch from bf521ff to e6ead08 Compare January 14, 2025 16:56
@bplattenburg
Copy link
Member Author

There's also a missing piece here to link things properly after #7 lands, will update once that's merged.

Updated, this ready to go whenever we're ready to move to Swift 6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant