Skip to content

Commit

Permalink
FIX :: environment
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunSu1768 committed Mar 20, 2024
1 parent 86e5933 commit 6f3da6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public enum Environment {
public extension Project {
enum Environment {
public static let workspaceName = "MaeumGaGym-iOS"
public static let deploymentTarget = DeploymentTarget.iOS(targetVersion: "15.0", devices: .iphone)
public static let deploymentTarget = DeploymentTarget.iOS(targetVersion: "12.0", devices: .iphone)
public static let platform = Platform.iOS
public static let bundlePrefix = "com.maeumGaGym-health-iOS"
public static let baseSetting: SettingsDictionary = SettingsDictionary()
Expand Down

0 comments on commit 6f3da6e

Please sign in to comment.