Skip to content

Commit

Permalink
✨[feat]: 1.0.3 배포
Browse files Browse the repository at this point in the history
* 이모지 관련  수정
  • Loading branch information
Roy-wonji committed Nov 15, 2024
1 parent 48e5c3a commit ccf3e10
Show file tree
Hide file tree
Showing 4 changed files with 594 additions and 45 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ import Foundation
import ProjectDescription

extension String {
public static func appVersion(version: String = "1.0.2") -> String {
public static func appVersion(version: String = "1.0.3") -> String {
return version
}

public static func mainBundleID() -> String {
return Project.Environment.bundlePrefix
}

public static func appBuildVersion(buildVersion: String = "73") -> String {
public static func appBuildVersion(buildVersion: String = "74") -> String {
return buildVersion
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ extension Settings {
base: SettingsDictionary()
.setProductName(Project.Environment.appName)
.setCFBundleDisplayName(Project.Environment.appName)
.setMarketingVersion(.appVersion(version: "1.0.0"))
.setMarketingVersion(.appVersion())
.setASAuthenticationServicesEnabled()
.setPushNotificationsEnabled()
.setEnableBackgroundModes()
Expand Down
Loading

0 comments on commit ccf3e10

Please sign in to comment.