chore: MARKETING_VERSION 1.1.1로 범프#97
Merged
Merged
Conversation
바 차트 형태에서 큰 시간 텍스트 카드 스타일로 UI 대체
- BubbleChartView: CALayer 기반 버블 차트 컴포넌트 구현 - InsightLocationStatsView: 위치 통계 카드 뷰 추가 - InsightCategoryStatsView: FoodGenre.displayName으로 한글 매핑 - PhotoStatsDTO.changeRate: Double 타입으로 변경하여 디코딩 오류 수정
- FlowEmitting 프로토콜(DetailFlowEmitting, EditFlowEmitting, CalendarFlowEmitting) 제거 → Coordinator가 구체 VC 타입의 flowPublisher에 직접 접근 - SceneProducing 프로토콜 반환 타입을 UIViewController에서 구체 VC 타입으로 변경 → 런타임 다운캐스팅(as? any FlowEmitting) 제거 - Factories 구조체 프로퍼티를 any SceneProducing에서 구체 Factory 타입으로 변경 → 컴파일 타임에 타입 정보 보존
알림이 켜진 상태에서 알림설정 행을 탭하면 AI 분석결과/기록 리마인드 알림을 받지 못하게 됨을 알리는 확인 얼럿을 띄운 뒤 설정 앱으로 이동한다.
App Store Connect에 이미 1.1.0이 등록되어 train이 닫혀 있어 TestFlight 업로드가 거부됨. 이전 승인 버전보다 높은 1.1.1로 올림. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
kanghun1121
approved these changes
Jun 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
변경 사항
MARKETING_VERSION을1.0.0→1.1.1로 범프.배경
deploy-testflight 워크플로우가 빌드·Export·업로드까지 성공하지만, TestFlight 업로드 단계의 App Store Connect 검증에서 버전 충돌로 거부됨:
```
CFBundleShortVersionString [1.0.0] must contain a higher version than the
previously approved version [1.1.0].
Invalid Pre-Release Train. The train version '1.0' is closed.
```
App Store Connect에 이미 1.1.0이 등록되어 train(1.0, 1.1.0)이 닫혀 있어, 이전 승인 버전보다 높은 1.1.1로 올림.
🤖 Generated with Claude Code