Skip to content

Commit

Permalink
Bump deployment target to iOS 15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dogo committed Nov 15, 2024
1 parent b1fe936 commit c5fd6ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tuist/ProjectDescriptionHelpers/Target.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public extension Project {
destinations: [.iPhone, .iPad],
product: .app,
bundleId: "br.com.anykey.SWDestiny-Trades",
deploymentTargets: .iOS("13.0"),
deploymentTargets: .iOS("15.0"),
infoPlist: "SWDestinyTrades/Info.plist",
sources: ["SWDestinyTrades/Classes/**"],
resources: [
Expand All @@ -41,7 +41,7 @@ public extension Project {
destinations: [.iPhone, .iPad],
product: .unitTests,
bundleId: "br.com.anykey.SWDestiny-TradesTests",
deploymentTargets: .iOS("13.0"),
deploymentTargets: .iOS("15.0"),
infoPlist: "SWDestinyTradesTests/Info.plist",
sources: ["SWDestinyTradesTests/**"],
resources: [
Expand Down

0 comments on commit c5fd6ab

Please sign in to comment.