Skip to content

Commit

Permalink
πŸ› :: [#425] toTarget ν•¨μˆ˜ λ‚΄ bundleID μˆ˜μ •
Browse files Browse the repository at this point in the history
env.previousName > name
  • Loading branch information
KangTaeHoon committed Mar 3, 2024
1 parent bb4af02 commit 5eb0b3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Tuist/ProjectDescriptionHelpers/Target/TargetSpec.swift
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,12 @@ public struct TargetSpec: Configurable {
}

func toTarget(with name: String, product: Product? = nil) -> Target {

Target(
name: name,
destinations:destinations ,
product: product ?? self.product,
productName: productName,
bundleId: "\(env.organizationName).\(env.previousName)",
bundleId: "\(env.organizationName).\(name)",
deploymentTargets: deploymentTargets,
infoPlist: infoPlist,
sources: sources,
Expand Down

0 comments on commit 5eb0b3d

Please sign in to comment.