Skip to content

Commit

Permalink
drop deployment target to iOS 15
Browse files Browse the repository at this point in the history
  • Loading branch information
radmakr committed Mar 27, 2023
1 parent 6b90539 commit a5f58aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/realm/realm-core.git",
"state" : {
"revision" : "b77443ca7fa25407869ca537bf3ae912b1427bff",
"version" : "12.13.0"
"revision" : "dd91f5f967c4ae89c37e24ab2a0315c31106648f",
"version" : "13.6.0"
}
},
{
"identity" : "realm-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/realm/realm-swift.git",
"state" : {
"revision" : "b442ee3e9caa1abab26fd9b23f060f6f0815ff48",
"version" : "10.33.0"
"revision" : "8ac6fe1aa5d0fb0100062d80863416a4d70de8ca",
"version" : "10.37.0"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "Persistence",
platforms: [
.iOS(.v16),
.iOS(.v15),
.macOS(.v10_15),
],
products: [
Expand Down

0 comments on commit a5f58aa

Please sign in to comment.