Skip to content

Commit

Permalink
minimum platform up to iOS 13 (#130)
Browse files Browse the repository at this point in the history
Co-authored-by: JellyWidget <>
  • Loading branch information
charlessnow authored May 11, 2023
1 parent 5395d23 commit e80b540
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 @@ -112,7 +112,7 @@ let permissionsTargets: [Target] = [
let package = Package(
name: "PermissionsSwiftUI",
defaultLocalization: "en",
platforms: [.iOS(.v11)],
platforms: [.iOS(.v13)],
products: permissionsTargets.map{Product.library(name: $0.name, targets: [$0.name])},
dependencies: [
// Dependencies declare other packages that this package depends on.
Expand Down

0 comments on commit e80b540

Please sign in to comment.