Skip to content

🚀 Deploy 20260119-v1.0.7#2

Merged
Cassiiopeia merged 12 commits intodeployfrom
main
Jan 19, 2026
Merged

🚀 Deploy 20260119-v1.0.7#2
Cassiiopeia merged 12 commits intodeployfrom
main

Conversation

@EM-H20
Copy link
Contributor

@EM-H20 EM-H20 commented Jan 19, 2026

Summary by CodeRabbit

릴리스 노트

  • 새로운 기능

    • Share Extension 지원 추가
  • 설명서

    • GitHub Actions 시크릿 설정 가이드 추가
  • 정리

    • 버전 1.0.7로 업데이트
    • 로그인 페이지 사용자 인터페이스 텍스트 한영혼용에서 영문으로 통일
    • 안드로이드 부팅 알림 권한 제거
    • 코드 포매팅 최적화

✏️ Tip: You can customize this high-level summary in your review settings.

actions-user and others added 11 commits January 19, 2026 05:01
- ExportOptions.plist에 Share Extension 프로비저닝 프로파일 매핑 추가
  - Bundle ID: com.elipair.mapsy.share
  - Profile: MapSy-Share-AppStore-2026

- GitHub Actions 워크플로우 수정 (프로덕션 + 테스트)
  - 메인 앱과 Share Extension 프로파일 모두 설치하도록 변경
  - 기존 Secrets 유지 (APPLE_PROVISIONING_PROFILE_BASE64, IOS_PROVISIONING_PROFILE_NAME)
  - 새 Secrets 추가 필요:
    * APPLE_PROVISIONING_PROFILE_SHARE_BASE64
    * IOS_PROVISIONING_PROFILE_SHARE_NAME

- GitHub Secrets 설정 가이드 문서 추가
  - docs/github-secrets-setup-guide.md
@coderabbitai
Copy link

coderabbitai bot commented Jan 19, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

🗂️ Base branches to auto review (1)
  • main

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

작업 개요

iOS 앱에 Share Extension 지원을 추가하고, Android에서 부팅 완료 및 알람 관련 권한과 수신기를 제거하고, UI 텍스트를 업데이트하고, 버전을 1.0.7로 업데이트합니다.

변경 사항

변경 집단 / 파일(들) 변경 요약
iOS 프로비저닝 프로필 설치 (워크플로우)
.github/workflows/PROJECT-FLUTTER-IOS-TEST-TESTFLIGHT.yaml, .github/workflows/PROJECT-FLUTTER-IOS-TESTFLIGHT.yaml
단일 메인 프로비저닝 프로필 설치에서 메인 앱 및 Share Extension 프로비저닝 프로필을 모두 처리하는 이중 프로필 설치로 변경. 각 프로필에서 UUID를 추출하여 별도의 .mobileprovision 파일로 설치하고 성공 메시지 로깅 추가
Android 권한 및 수신기 제거
android/app/src/main/AndroidManifest.xml
RECEIVE_BOOT_COMPLETED, SCHEDULE_EXACT_ALARM, USE_EXACT_ALARM 권한 제거. ScheduledNotificationBootReceiverScheduledNotificationReceiver 수신기 제거. 부팅 시간 배경 알람 및 공지 재등록 기능 제거
iOS Export 설정
ios/ExportOptions.plist
provisioningProfiles 딕셔너리에 com.elipair.mapsy.share: MapSy-Share-AppStore-2026 항목 추가
로그인 페이지 UI 업데이트
lib/features/auth/presentation/pages/login_page.dart
헤딩 텍스트를 'Login'에서 '로그인'으로 변경. Google 및 Apple 로그인 버튼 레이블을 한국어에서 영어('Google Login', 'Apple Login')로 변경
홈 페이지 포맷팅
lib/features/home/presentation/pages/home_page.dart
다중 라인 위젯 생성자를 단일 라인 형태로 리포맷. IconTextStyle 선언을 간소화. 기능적 변경 없음
문서 및 버전 정보
README.md, pubspec.yaml, version.yml, docs/github-secrets-setup-guide.md
버전을 v1.0.3에서 v1.0.7로 업그레이드. Share Extension 배포를 위한 GitHub Actions Secrets 설정 가이드 추가 (APPLE_PROVISIONING_PROFILE_SHARE_BASE64, IOS_PROVISIONING_PROFILE_SHARE_NAME)
Firebase 옵션 포맷팅
lib/firebase_options.dart
macOS FirebaseOptions iosClientId 값을 단일 라인에서 다중 라인 문자열 리터럴로 리포맷. 의미적 변경 없음

예상 코드 리뷰 노력

🎯 2 (단순) | ⏱️ ~12분


Comment @coderabbitai help to get the list of available commands and usage tips.

@Cassiiopeia Cassiiopeia changed the title deploy 🚀 Deploy 20260119-v1.0.7 Jan 19, 2026
@Cassiiopeia
Copy link
Contributor

@coderabbitai summary

@coderabbitai
Copy link

coderabbitai bot commented Jan 19, 2026

✅ Actions performed

Summary regeneration triggered.

@Cassiiopeia Cassiiopeia merged commit 5d33d13 into deploy Jan 19, 2026
1 check passed
@github-actions
Copy link
Contributor

✅ 변경사항이 자동으로 deploy 브랜치에 적용되었습니다. PR을 수동으로 닫아주세요.

This was referenced Jan 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants