We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 026e74d commit ac1e8a5Copy full SHA for ac1e8a5
CHANGELOG.md
@@ -3,6 +3,7 @@
3
## 1.6.0 (unreleased)
4
5
* Update minimum MacOS target to v12
6
+* Update minimum iOS target to v15
7
* [Attachment Helpers] Added automatic verification or records' `local_uri` values on `AttachmentQueue` initialization.
8
initialization can be awaited with `AttachmentQueue.waitForInit()`. `AttachmentQueue.startSync()` also performs this verification.
9
`waitForInit()` is only recommended if `startSync` is not called directly after creating the queue.
Package.swift
@@ -52,7 +52,7 @@ if let corePath = localCoreExtension {
52
let package = Package(
53
name: packageName,
54
platforms: [
55
- .iOS(.v13),
+ .iOS(.v15),
56
.macOS(.v12),
57
.watchOS(.v9)
58
],
0 commit comments