Created
October 12, 2020 16:20
-
-
Save olivaresf/773dbbe3d796cd2fef22a22c9efa32b8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// the model version is stored if migrations are needed in the future | |
#warning("Can we inline this into UserDefaultsStorage or get rid of it entirely?") | |
private struct MigrationData: Codable { | |
var modelVersion: String | |
var settingsBundle: SettingsBundle | |
var onboardingBundle: OnboardingBundle | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment