Skip to content

Commit c47438a

Browse files
committed
Supporting iOS version current minus one
1 parent 97900c8 commit c47438a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import PackageDescription
66
let package = Package(
77
name: "SoundpipeAudioKit",
88
platforms: [
9-
.macOS(.v10_14), .iOS(.v11), .tvOS(.v11)
9+
.macOS(.v10_14), .iOS(.v13), .tvOS(.v13)
1010
],
1111
products: [
1212
// Products define the executables and libraries a package produces, and make them visible to other packages.

0 commit comments

Comments
 (0)