Skip to content

Commit ac1e8a5

Browse files
update iOS target
1 parent 026e74d commit ac1e8a5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## 1.6.0 (unreleased)
44

55
* Update minimum MacOS target to v12
6+
* Update minimum iOS target to v15
67
* [Attachment Helpers] Added automatic verification or records' `local_uri` values on `AttachmentQueue` initialization.
78
initialization can be awaited with `AttachmentQueue.waitForInit()`. `AttachmentQueue.startSync()` also performs this verification.
89
`waitForInit()` is only recommended if `startSync` is not called directly after creating the queue.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ if let corePath = localCoreExtension {
5252
let package = Package(
5353
name: packageName,
5454
platforms: [
55-
.iOS(.v13),
55+
.iOS(.v15),
5656
.macOS(.v12),
5757
.watchOS(.v9)
5858
],

0 commit comments

Comments
 (0)