File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -52,12 +52,6 @@ package.dependencies = [.package(url: "https://github.com/stephencelis/CSQLite.g
5252package . targets = [
5353 . target(
5454 name: " SQLite " ,
55- platforms: [
56- . iOS( . v9) ,
57- . macOS( . v10_15) ,
58- . watchOS( . v3) ,
59- . tvOS( . v9)
60- ] ,
6155 dependencies: [ . product( name: " CSQLite " , package : " CSQLite " ) ] ,
6256 exclude: [ " Extensions/FTS4.swift " , " Extensions/FTS5.swift " ]
6357 ) ,
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ import PackageDescription
55
66let package = Package (
77 name: " test " ,
8+ platforms: [
9+ . iOS( . v9) ,
10+ . macOS( . v10_15) ,
11+ . watchOS( . v3) ,
12+ . tvOS( . v9)
13+ ] ,
814 dependencies: [
915 // for testing from same repository
1016 . package ( path: " ../.. " )
You can’t perform that action at this time.
0 commit comments