Skip to content

Commit

Permalink
[Infra] App Version Configs
Browse files Browse the repository at this point in the history
  • Loading branch information
jisu15-kim committed Sep 15, 2024
1 parent ea72eb3 commit aaf351d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Tuist/ProjectDescriptionHelpers/AppConfiguration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ public enum AppConfig {
}

public extension AppConfig {
static let appVersion: SettingValue = "1.0.0"
static let appVersion: String = "1.0.0"
static let buildNumber: SettingValue = "1"

static var appVersionValue: SettingValue {
return .string(appVersion)
}
}

public extension AppConfig {
Expand Down

0 comments on commit aaf351d

Please sign in to comment.