From 9f3fa24f8b65c92066dc0e06d0d1050693d942b6 Mon Sep 17 00:00:00 2001 From: Roy-wonji Date: Fri, 17 Feb 2023 01:49:33 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B2=84=EC=A0=84=20=20=EC=97=85=EB=8D=B0?= =?UTF-8?q?=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- StockApp/StockApp.xcodeproj/project.pbxproj | 13 ++++++------- .../StockApp/View/MyProfile/ProfileMainView.swift | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/StockApp/StockApp.xcodeproj/project.pbxproj b/StockApp/StockApp.xcodeproj/project.pbxproj index baeda1f..7169251 100644 --- a/StockApp/StockApp.xcodeproj/project.pbxproj +++ b/StockApp/StockApp.xcodeproj/project.pbxproj @@ -1438,12 +1438,11 @@ }; buildConfigurationList = 7FE836D928BF95B0003761FE /* Build configuration list for PBXProject "StockApp" */; compatibilityVersion = "Xcode 13.0"; - developmentRegion = en; + developmentRegion = ko; hasScannedForEncodings = 0; knownRegions = ( - en, - Base, ko, + Base, ); mainGroup = 7FE836D528BF95B0003761FE; packageReferences = ( @@ -1996,7 +1995,7 @@ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_ENTITLEMENTS = StockApp/StockAppDebug.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 13; + CURRENT_PROJECT_VERSION = 18; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_ASSET_PATHS = "\"StockApp/Preview Content\""; DEVELOPMENT_TEAM = N94CS4N6VR; @@ -2018,7 +2017,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0.0; + MARKETING_VERSION = 1.0.2; PRODUCT_BUNDLE_IDENTIFIER = Roy.com.CoinMoya; PRODUCT_NAME = "$(TARGET_NAME)"; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -2039,7 +2038,7 @@ CODE_SIGN_ENTITLEMENTS = StockApp/StockApp.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 13; + CURRENT_PROJECT_VERSION = 18; DEVELOPMENT_ASSET_PATHS = "\"StockApp/Preview Content\""; DEVELOPMENT_TEAM = N94CS4N6VR; ENABLE_PREVIEWS = YES; @@ -2059,7 +2058,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0.0; + MARKETING_VERSION = 1.0.2; PRODUCT_BUNDLE_IDENTIFIER = Roy.com.CoinMoya; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; diff --git a/StockApp/StockApp/View/MyProfile/ProfileMainView.swift b/StockApp/StockApp/View/MyProfile/ProfileMainView.swift index 4325273..d020078 100644 --- a/StockApp/StockApp/View/MyProfile/ProfileMainView.swift +++ b/StockApp/StockApp/View/MyProfile/ProfileMainView.swift @@ -347,7 +347,7 @@ struct ProfileMainView: View { .foregroundColor(Color.fontColor.mainFontColor) } .padding(.horizontal) - spacingHeight(height: 30) + spacingHeight(height: 100) } }