Skip to content

Commit 17f4e26

Browse files
chore: update minimum app version to iOS 15.
1 parent f728653 commit 17f4e26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55

66
let package = Package(
77
name: "PersianJustify",
8-
platforms: [.iOS(.v13), .macOS(.v11), .tvOS(.v12)],
8+
platforms: [.iOS(.v15), .macOS(.v11), .tvOS(.v12)],
99
products: [
1010
// Products define the executables and libraries a package produces, making them visible to other packages.
1111
.library(

0 commit comments

Comments
 (0)