Conversation
- Alarm, StopWatch, Timer를 TabView로 구성 - Modules.swift에 Timer 모듈 등록 - App dependencies에 Alarm, Timer 추가 - 각 탭에 적절한 SF Symbol 아이콘 적용
- StopWatchView 직접 노출 대신 TabView 기반 ContentView 사용 - StopWatch Widget 연동 로직을 ContentView로 이동 - Widget 통합 설정은 App 레벨에서 유지
- *.xcodeproj/project.pbxproj 제외 - *.xcworkspace/contents.xcworkspacedata 제외 - Derived/ 디렉토리 제외
- 모든 .xcodeproj/project.pbxproj 파일 제거 - 모든 .xcworkspace/contents.xcworkspacedata 파일 제거 - tuist generate로 언제든 재생성 가능
- gitignore 패턴을 **/로 수정하여 하위 디렉토리 포함 - Timer 진행 바 색상을 mintGreen으로 변경 - 시작 버튼 색상 및 폰트 스타일 개선
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.
🔗 관련 이슈
✨ 작업 내용
📸 Showcase
📝 참고 사항
Motivation 🥳 (코드를 추가/변경하게 된 이유)
Key Changes 🔥 (주요 구현/변경 사항)
To Reviewers 🙏 (리뷰어에게 전달하고 싶은 말)
Reference 🔗
Close Issues 🔒 (닫을 Issue)
Close #No.
Checklist