-
Notifications
You must be signed in to change notification settings - Fork 3
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
Use external DittoPresenceViewerCore dependency #166
base: main
Are you sure you want to change the base?
Conversation
36e7fd5
to
8f85300
Compare
This will now depend on getditto/DittoPresenceViewerCore#5 and a matching new release of the new package to avoid undoing the work in #167. Marking as a draft for now. |
// MARK: Constants | ||
|
||
private struct LocalizedStrings { | ||
static let title = NSLocalizedString("Ditto Presence", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't actually have any matching localized strings (or any at all in the package), and I was getting some inconsistent build errors from Xcode 16.2 around the Bundle+FrameworkBundle.swift
code - removing this single usage allowed me to remove that extension as well.
This now depends on getditto/DittoPresenceViewerCore#7 |
Updates to use the presence viewer from its own repo / package as part of the path to a single source of truth for the presence viewer's web code (JS & HTML). All the Swift code stays here.
Depends on getditto/DittoPresenceViewerCore#7
Closes CXTOOLS-358
Part of CXTOOLS-337