generated from StanfordBDHG/SwiftPackageTemplate
-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Problem
SwiftData introduced a new DataStore
infrastructure to create a custom data store backend for SwiftData. SpeziAccount currently defines its own StorageProvider interface when storing account details externally.
Solution
We might investigate if we can somehow reuse functionality from SwiftData. For example, we might allow to use SwiftData DataStore
s to act as a AccountStorage provider.
Additional context
Refer to https://developer.apple.com/wwdc24/10138 for a general overview of the new concepts introduced with iOS 18.
Code of Conduct
- I agree to follow this project's Code of Conduct and Contributing Guidelines
PSchmiedmayer
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request