Skip to content

Commit

Permalink
Set min iOS version to 9 for SPM (openid#690)
Browse files Browse the repository at this point in the history
  • Loading branch information
petea authored and tonyphanbhr committed Feb 2, 2023
1 parent 5c8e9ff commit 950dc0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ let package = Package(
name: "AppAuth",
platforms: [
.macOS(.v10_10),
.iOS(.v8),
.iOS(.v9),
.tvOS(.v9),
.watchOS(.v2)
],
Expand Down

0 comments on commit 950dc0a

Please sign in to comment.