Skip to content

Commit

Permalink
fix: Tuist destination iPhone으로 설정
Browse files Browse the repository at this point in the history
- Marketing Version 1.2.3으로 수정
  • Loading branch information
Do-hyun-Kim committed Oct 17, 2024
1 parent 8917c94 commit 1bf6c83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 14th-team5-iOS/App/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ private let targets: [Target] = [
"CFBundleVersion": .string("1"),
"CFBuildVersion": .string("0"),
"CFBundleShortVersionString": .string("1.2.3"),
"UILaunchStoryboardName": .string("LaunchScreen.storyboard"),
"UILaunchStoryboardName": .string("LaunchScreen"),
"UISupportedInterfaceOrientations": .array([.string("UIInterfaceOrientationPortrait")]),
"UIUserInterfaceStyle": .string("Dark"),
"NSPhotoLibraryAddUsageDescription" : .string("프로필 사진, 피드 업로드를 위한 사진 촬영을 위해 Bibbi가 앨범에 접근할 수 있도록 허용해 주세요"),
Expand Down
2 changes: 1 addition & 1 deletion Tuist/ProjectDescriptionHelpers/Modular+Templates.swift
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ extension Target {
case .App:
return .target(
name: layer.rawValue,
destinations: .iOS,
destinations: [.iPhone],
product: factory.products.isApp ? .app : .staticFramework,
bundleId: factory.bundleId.lowercased(),
deploymentTargets: factory.deploymentTargets,
Expand Down
2 changes: 1 addition & 1 deletion Tuist/ProjectDescriptionHelpers/Project+Templates.swift
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ extension Project {
settings: .settings(
base: [
"OTHER_LDFLAGS": ["-ObjC"],
"MARKETING_VERSION": "1.0",
"MARKETING_VERSION": "1.2.3",
"CURRENT_PROJECT_VERSION": "1",
"VERSIONING_SYSTEM": "apple-generic"
],
Expand Down

0 comments on commit 1bf6c83

Please sign in to comment.