Skip to content

Commit

Permalink
버전 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy-wonji committed Feb 16, 2023
1 parent a6a3ff4 commit 9f3fa24
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions StockApp/StockApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 = (
Expand Down Expand Up @@ -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;
Expand All @@ -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";
Expand All @@ -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;
Expand All @@ -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 = "";
Expand Down
2 changes: 1 addition & 1 deletion StockApp/StockApp/View/MyProfile/ProfileMainView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ struct ProfileMainView: View {
.foregroundColor(Color.fontColor.mainFontColor)
}
.padding(.horizontal)
spacingHeight(height: 30)
spacingHeight(height: 100)
}
}

Expand Down

0 comments on commit 9f3fa24

Please sign in to comment.