From 9da540916b8d48ee0aadac00ccf8c480323bab6e Mon Sep 17 00:00:00 2001 From: kim-seonwoo Date: Thu, 14 Nov 2024 09:02:06 +0900 Subject: [PATCH] =?UTF-8?q?[Feat/#91]=20=ED=99=94=EB=A9=B4=20=EB=A1=9C?= =?UTF-8?q?=EB=93=9C=20=EA=B4=80=EB=A0=A8=20info=20=EC=84=A4=EC=A0=95=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../App/Derived/InfoPlists/HMH-iOS-Info.plist | 152 ++++++++++-------- 1 file changed, 82 insertions(+), 70 deletions(-) diff --git a/HMH_Tuist_iOS/Projects/App/Derived/InfoPlists/HMH-iOS-Info.plist b/HMH_Tuist_iOS/Projects/App/Derived/InfoPlists/HMH-iOS-Info.plist index a3d5de43..a58e1a02 100644 --- a/HMH_Tuist_iOS/Projects/App/Derived/InfoPlists/HMH-iOS-Info.plist +++ b/HMH_Tuist_iOS/Projects/App/Derived/InfoPlists/HMH-iOS-Info.plist @@ -2,75 +2,87 @@ - BASE_URL - $(BASE_URL) - BGTaskSchedulerPermittedIdentifiers - - com.HMH.dailyTask - - CFBundleDevelopmentRegion - $(DEVELOPMENT_LANGUAGE) - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - APPL - CFBundleShortVersionString - 1.0 - CFBundleURLTypes - - - CFBundleTypeRole - Editor - CFBundleURLSchemes - - kakao$(KAKAO_API_KEY) - - - - CFBundleVersion - 1 - KAKAO_API_KEY - $(KAKAO_API_KEY) - LSApplicationQueriesSchemes - - kakaokompassauth - kakaolink - - LSRequiresIPhoneOS - - NSAppTransportSecurity - - NSAllowsArbitraryLoads - - - UIAppFonts - - Pretendard-Regular.otf - Pretendard-SemiBold.otf - Pretendard-Medium.otf - - UIApplicationSceneManifest - - UIApplicationSupportsMultipleScenes - - UISceneConfigurations - - - UIRequiredDeviceCapabilities - - armv7 - - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - + BASE_URL + $(BASE_URL) + BGTaskSchedulerPermittedIdentifiers + + com.HMH.dailyTask + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleURLTypes + + + CFBundleTypeRole + Editor + CFBundleURLSchemes + + kakao$(KAKAO_API_KEY) + + + + CFBundleVersion + 1 + KAKAO_API_KEY + $(KAKAO_API_KEY) + LSApplicationQueriesSchemes + + kakaokompassauth + kakaolink + + LSRequiresIPhoneOS + + NSAppTransportSecurity + + NSAllowsArbitraryLoads + + + UIAppFonts + + Pretendard-Regular.otf + Pretendard-SemiBold.otf + Pretendard-Medium.otf + + UIApplicationSceneManifest + + UIApplicationSupportsMultipleScenes + + UISceneConfigurations + + UIWindowSceneSessionRoleApplication + + + UISceneConfigurationName + Default Configuration + UISceneDelegateClassName + $(PRODUCT_MODULE_NAME).SceneDelegate + + + + + UILaunchStoryboardName + LaunchScreen + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight +