Skip to content

Commit

Permalink
try 11
Browse files Browse the repository at this point in the history
  • Loading branch information
velicuvlad committed Jun 30, 2023
1 parent 28fe1c1 commit a87a558
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import PackageDescription
let package = Package(
name: "CouchbaseLiteSwift",
platforms: [
.iOS(.v11), .macOS(.v10_14)
.iOS(.v10), .macOS(.v10_12)
],
products: [
.library(
Expand All @@ -14,8 +14,9 @@ let package = Package(
targets: [
.binaryTarget(
name: "CouchbaseLiteSwift",
url: "https://packages.couchbase.com/releases/couchbase-lite-ios/3.1.0/couchbase-lite-swift_xc_community_3.1.0.zip",
checksum: "556d6ae41df3b5ebf91dbe45d38214dd7032f97ac1b132f925356d20e3b9ada5"
url: "https://packages.couchbase.com/releases/couchbase-lite-ios/3.0.0/couchbase-lite-swift_xc_community_3.0.0.zip",
checksum: "1c77f6f9e6eb41e19dec32fbae4463601196c5edca3ae2a164d81e311e57a8d1"
)
]
)

0 comments on commit a87a558

Please sign in to comment.