Skip to content

Commit

Permalink
Update SPM: Increase macOS version. Remove dynamic type (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
oleggnidets-okta authored Apr 26, 2021
1 parent 64e258b commit 5d11bd3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@ import PackageDescription
let package = Package(
name: "OktaOidc",
platforms: [
.macOS(.v10_10),
.macOS(.v10_14),
.iOS(.v11)
],
products: [
.library(name: "OktaOidc",
type: .dynamic,
targets: [
"OktaOidc",
"OktaOidc_AppAuth"
Expand Down

0 comments on commit 5d11bd3

Please sign in to comment.