We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5cc76a commit 9750403Copy full SHA for 9750403
Tuist/ProjectDescriptionHelpers/Constants.swift
@@ -26,7 +26,7 @@ public enum Constants {
26
public static let baseSettings = SettingsDictionary()
27
.automaticCodeSigning(devTeam: "864VDCS2QY")
28
.currentProjectVersion("1")
29
- .marketingVersion("5.1.2")
+ .marketingVersion("5.2.0")
30
31
public static let deploymentTarget = DeploymentTargets.iOS("13.4")
32
public static let destinations = Set<Destination>([.iPhone, .iPad])
0 commit comments