Skip to content

Commit

Permalink
Merge pull request #37 from YAPP-Github/TNT-80-settingTuist
Browse files Browse the repository at this point in the history
[TNT-80] Bundle ID 수정
  • Loading branch information
syss220211 authored Jan 25, 2025
2 parents 632fa6e + 4435507 commit a417fc5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@
@preconcurrency import ProjectDescription

public extension Configuration {
// static func defaultSettings() -> Settings {
// return Settings.settings(
// configurations: [
// .debug(name: .debug, xcconfig: .relativeToRoot("Tuist/Config/Secrets.xcconfig")),
// .release(name: .release, xcconfig: .relativeToRoot("Tuist/Config/Secrets.xcconfig")),
// ],
// defaultSettings: DefaultSettings.recommended
// )
// }

static func defaultSettings() -> Settings {
return Settings.settings()
return Settings.settings(
configurations: [
.debug(name: .debug, xcconfig: .relativeToRoot("Tuist/Config/Secrets.xcconfig")),
.release(name: .release, xcconfig: .relativeToRoot("Tuist/Config/Secrets.xcconfig")),
],
defaultSettings: DefaultSettings.recommended
)
}

// static func defaultSettings() -> Settings {
// return Settings.settings()
// }
}


Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let dependencyInfo: [DependencyInformation: [DependencyInformation]] = [
.TnTApp: [.Presentation, .Data],
.Presentation: [.DesignSystem, .Domain, .ComposableArchitecture],
.Domain: [.SwiftDepedencies],
.Data: [.Domain, .KakaoSDKUser],
.Data: [.Domain, .KakaoSDKUser, .SwiftDepedencies],
.DesignSystem: [.Lottie],
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public extension Target {
name: appName,
destinations: destinations,
product: .app,
bundleId: "\(organizationName).\(appName).\(appName)",
bundleId: "com.TnT.yapp25-app2team",
deploymentTargets: deploymentTargets,
infoPlist: .file(path: .relativeToRoot("Tuist/Config/Info.plist")),
sources: ["Sources/**"],
Expand Down

0 comments on commit a417fc5

Please sign in to comment.