Skip to content

Commit

Permalink
Merge pull request iziz#333 from speramusinc/spm
Browse files Browse the repository at this point in the history
SPM: Update min SDK & fix linker misses
  • Loading branch information
paween authored Feb 17, 2021
2 parents 2ed5732 + 7c8dab0 commit 78c8e2d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let package = Package(
name: "libPhoneNumber",
platforms: [
.macOS(.v10_10),
.iOS(.v8),
.iOS(.v9),
.tvOS(.v9),
.watchOS(.v2)
],
Expand All @@ -23,6 +23,9 @@ let package = Package(
publicHeadersPath: ".",
cSettings: [
.headerSearchPath("Internal")
],
linkerSettings: [
.linkedFramework("CoreTelephony"),
]
),
.testTarget(
Expand Down
5 changes: 4 additions & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let package = Package(
name: "libPhoneNumber",
platforms: [
.macOS(.v10_10),
.iOS(.v8),
.iOS(.v9),
.tvOS(.v9),
.watchOS(.v2)
],
Expand All @@ -23,6 +23,9 @@ let package = Package(
publicHeadersPath: ".",
cSettings: [
.headerSearchPath("Internal")
],
linkerSettings: [
.linkedFramework("CoreTelephony"),
]
),
.testTarget(
Expand Down

0 comments on commit 78c8e2d

Please sign in to comment.