From c28c0673c390002edf4294b47d22995ab62580b0 Mon Sep 17 00:00:00 2001 From: L-j-h-c Date: Mon, 9 Jan 2023 19:00:02 +0900 Subject: [PATCH] =?UTF-8?q?[Fix]=20#101=20-=20tuist=20=ED=94=8C=EB=9E=AB?= =?UTF-8?q?=ED=8F=BC=20=EC=84=B8=ED=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Tuist/ProjectDescriptionHelpers/BaseInfoPlist.swift | 2 +- .../Tuist/ProjectDescriptionHelpers/Environment.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SOPT-Stamp-iOS/Tuist/ProjectDescriptionHelpers/BaseInfoPlist.swift b/SOPT-Stamp-iOS/Tuist/ProjectDescriptionHelpers/BaseInfoPlist.swift index 739208427..17acadefb 100644 --- a/SOPT-Stamp-iOS/Tuist/ProjectDescriptionHelpers/BaseInfoPlist.swift +++ b/SOPT-Stamp-iOS/Tuist/ProjectDescriptionHelpers/BaseInfoPlist.swift @@ -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, diff --git a/SOPT-Stamp-iOS/Tuist/ProjectDescriptionHelpers/Environment.swift b/SOPT-Stamp-iOS/Tuist/ProjectDescriptionHelpers/Environment.swift index 077507660..c9e3ea08d 100644 --- a/SOPT-Stamp-iOS/Tuist/ProjectDescriptionHelpers/Environment.swift +++ b/SOPT-Stamp-iOS/Tuist/ProjectDescriptionHelpers/Environment.swift @@ -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]) }