[#650] 마케팅 버전을 1.3으로 설정한다#652
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the marketing version to 1.3 and refactors the app version retrieval in SettingsFeature.swift to combine both the marketing version and the build number. The reviewer suggests formatting the combined version string as 'Marketing Version (Build Number)' (e.g., '1.3 (1)') instead of joining them with a dot, which could lead users to mistake the build number for a patch version.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
🔗 연관된 이슈
🎯 의도
📝 작업 내용
📌 요약
MARKETING_VERSION을1.3으로 변경CFBundleShortVersionString.CFBundleVersion형식으로 변경🔍 상세
Application/Shared/Version.xcconfig의 마케팅 버전을1.2.6에서1.3으로 수정SettingsFeature.State에서 앱 버전 값을 계산할 때CFBundleShortVersionString과CFBundleVersion을 함께 읽도록 변경.으로 조합하도록 처리📸 영상 / 이미지 (Optional)
없음