Skip to content

Instantly share code, notes, and snippets.

@sergei-mikhailovskii-idf
Created December 7, 2023 20:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sergei-mikhailovskii-idf/a92123f96e978347e0882cbe499d6357 to your computer and use it in GitHub Desktop.
Save sergei-mikhailovskii-idf/a92123f96e978347e0882cbe499d6357 to your computer and use it in GitHub Desktop.
@OptIn(ExperimentalSettingsImplementation::class)
actual fun getEncryptedSettings(context: AppContext?): Settings =
KeychainSettings("${NSBundle.mainBundle.bundleIdentifier}.AUTH")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment