Skip to content

Instantly share code, notes, and snippets.

@olivaresf
Created October 12, 2020 16:20
Show Gist options
  • Save olivaresf/773dbbe3d796cd2fef22a22c9efa32b8 to your computer and use it in GitHub Desktop.
Save olivaresf/773dbbe3d796cd2fef22a22c9efa32b8 to your computer and use it in GitHub Desktop.
// 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