Skip to content

Commit

Permalink
merge #385: 인증서 변경 작업
Browse files Browse the repository at this point in the history
[feat] 인증서 변경 작업
  • Loading branch information
0inn authored Jan 12, 2024
2 parents 8ae1dff + 67dfea4 commit 5a8bff8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ public extension Project {
enum Environmnet {
public static let workspace = "traveline"
public static let deploymentTarget = DeploymentTarget.iOS(targetVersion: "16.0", devices: [.iphone])
public static let bundleName = "kr.codesquad.boostcamp8.traveline"
public static let bundleName = "com.boostcamp8.traveline"
}
}

0 comments on commit 5a8bff8

Please sign in to comment.