Skip to content

Commit

Permalink
Fix for the "The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT…
Browse files Browse the repository at this point in the history
…_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99." warning.
  • Loading branch information
arturgrigor committed Sep 17, 2020
1 parent 5143ab3 commit f385c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "PKHUD",
platforms: [
.iOS(.v8),
.iOS(.v9),
],
products: [
.library(
Expand Down

0 comments on commit f385c56

Please sign in to comment.