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
I'm currently trying to make sense of this line of code. From what I can tell, this line is what converts these names back into readable and sensible names in the delta client.
My question is, would it be possible for a third party app to do this conversion? I am trying to build a save syncer app for pc that can help convert the synced saves in dropbox to pc accessible files. It would seem I would somehow need access to DatabaseManager but I am not certain the best way to go about this, or if this is even possible.
The text was updated successfully, but these errors were encountered:
Delta/Delta/Syncing/SyncResultViewController.swift
Line 355 in ffbf666
I'm currently trying to make sense of this line of code. From what I can tell, this line is what converts these names back into readable and sensible names in the delta client.
My question is, would it be possible for a third party app to do this conversion? I am trying to build a save syncer app for pc that can help convert the synced saves in dropbox to pc accessible files. It would seem I would somehow need access to DatabaseManager but I am not certain the best way to go about this, or if this is even possible.
The text was updated successfully, but these errors were encountered: