Skip to content

Commit

Permalink
[Fix] sopt-makers#101 - tuist 플랫폼 세팅
Browse files Browse the repository at this point in the history
  • Loading branch information
L-j-h-c committed Jan 9, 2023
1 parent eaef7eb commit c28c067
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public extension Project {
"CFBundleShortVersionString": "1.0.0",
"CFBundleVersion": "1",
"CFBundleIdentifier": "com.sopt-stamp-iOS.release",
"CFBundleDisplayName": "SOPT-Stamp",
"CFBundleDisplayName": "SOPTAMP",
"UILaunchStoryboardName": "LaunchScreen",
"UIApplicationSceneManifest": [
"UIApplicationSupportsMultipleScenes": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import ProjectDescription
public enum Environment {
public static let appBundleId = "com.sopt-stamp-iOS.release"
public static let organizationName = "SOPT-Stamp-iOS"
public static let deploymentTarget: DeploymentTarget = .iOS(targetVersion: "14.0", devices: [.iphone, .ipad])
public static let deploymentTarget: DeploymentTarget = .iOS(targetVersion: "14.0", devices: [.iphone])
}

0 comments on commit c28c067

Please sign in to comment.