Skip to content

Commit

Permalink
Merge pull request #85 from Team-Ampersand/70-ios-minimum-deployment-…
Browse files Browse the repository at this point in the history
…version

🔀 :: iOS 최소 배포 버전 15.0
  • Loading branch information
baekteun authored Jul 19, 2023
2 parents 3071cd4 + b33c50f commit 41fce9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public struct ProjectEnvironment {
public let env = ProjectEnvironment(
name: "Dotori",
organizationName: "com.msg",
deploymentTarget: .iOS(targetVersion: "16.0", devices: [.iphone, .ipad]),
deploymentTarget: .iOS(targetVersion: "15.0", devices: [.iphone, .ipad]),
platform: .iOS,
baseSetting: [:],
isCI: (ProcessInfo.processInfo.environment["TUIST_CI"] ?? "0") == "1" ? true : false
Expand Down

0 comments on commit 41fce9d

Please sign in to comment.