Skip to content

Commit

Permalink
[Fix] 앱정보 작동하지 않는 셀 임시 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
eung7 committed Jan 15, 2024
1 parent acd0b55 commit 364f61d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Favor/Favor.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2162,7 +2162,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.1.0;
MARKETING_VERSION = 1.0.0;
OTHER_LIBTOOLFLAGS = "-WLinkingC true -XCBuildForPre true -XCExpApple true";
PRODUCT_BUNDLE_IDENTIFIER = com.favor.Favor.iOS;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -2206,7 +2206,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.1.0;
MARKETING_VERSION = 1.0.0;
OTHER_LIBTOOLFLAGS = "-WLinkingC true -XCBuildForPre true -XCExpApple true";
PRODUCT_BUNDLE_IDENTIFIER = com.favor.Favor.iOS;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
4 changes: 2 additions & 2 deletions Favor/Favor/Sources/Scenes/Settings/SettingsRenderer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ private extension SettingsRenderer {
title: "리마인더 알림"
),
Item(type: .tappable, section: .appInfo, title: "버전", staticInfo: version),
Item(type: .navigatable, section: .appInfo, title: "", step: .devTeamInfoIsRequired),
Item(type: .navigatable, section: .appInfo, title: "개발자 응원하기", step: .devTeamSupportIsRequired),
// Item(type: .navigatable, section: .appInfo, title: "팀", step: .devTeamInfoIsRequired),
// Item(type: .navigatable, section: .appInfo, title: "개발자 응원하기", step: .devTeamSupportIsRequired),
Item(type: .navigatable, section: .appInfo, title: "서비스 이용약관", step: .serviceUsageTermIsRequired(terms[0].url)),
Item(type: .navigatable, section: .appInfo, title: "개인정보 처리방침", step: .privateInfoManagementTermIsRequired(terms[1].url))
]
Expand Down

0 comments on commit 364f61d

Please sign in to comment.