Skip to content

Instantly share code, notes, and snippets.

@sergei-mikhailovskii-idf
Created December 4, 2023 20:42
Show Gist options
  • Save sergei-mikhailovskii-idf/5e1d2d46e80eff8271d6fb1b68c99cc3 to your computer and use it in GitHub Desktop.
Save sergei-mikhailovskii-idf/5e1d2d46e80eff8271d6fb1b68c99cc3 to your computer and use it in GitHub Desktop.
@OptIn(ExperimentalSettingsImplementation::class)
actual fun getSettings(context: AppContext?): Settings =
MigrationSettings(KeychainSettings("${NSBundle.mainBundle.bundleIdentifier}"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment