Update for iOS 16
This makes two key changes:
- Updates the code to be compatible with Xcode 14, iOS 16.
- Fixes a crashing issue with
Combine.Future
by replacing it with an equivalent classPublishers.ReplayOnce
.
This makes two key changes:
Combine.Future
by replacing it with an equivalent class Publishers.ReplayOnce
.