Skip to content

Commit 7df1827

Browse files
authored
feat: bump minimum to iOS 16 (#342)
1 parent 20d3025 commit 7df1827

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import PackageDescription
77
let package = Package(
88
name: "Workflow",
99
platforms: [
10-
.iOS(.v15),
10+
.iOS(.v16),
1111
.macOS(.v12),
1212
.watchOS(.v8),
1313
.macCatalyst(.v15),

Samples/Tuist/ProjectDescriptionHelpers/Project+Workflow.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import ProjectDescription
33

44
public let workflowBundleIdPrefix = "com.squareup.workflow"
55
public let workflowDestinations: ProjectDescription.Destinations = .iOS
6-
public let workflowDeploymentTargets: DeploymentTargets = .iOS("15.0")
6+
public let workflowDeploymentTargets: DeploymentTargets = .iOS("16.0")
77

88
extension Target {
99
public static func app(

0 commit comments

Comments
 (0)