Skip to content

chore: 앱 아이콘 및 버전 변경#235

Merged
iOdiO89 merged 3 commits into
devfrom
fix/app-deploy
Jun 17, 2026
Merged

chore: 앱 아이콘 및 버전 변경#235
iOdiO89 merged 3 commits into
devfrom
fix/app-deploy

Conversation

@iOdiO89

@iOdiO89 iOdiO89 commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

작업 요약

해당 PR에서 작업한 내용을 정리해주세요.
Slack 요약에는 1단계 불릿만 반영됩니다. 예) - 로그인 API를 연동합니다

작업 세부 내용

스크린샷

연관 이슈

이 PR과 연관된 이슈 번호를 작성하세요. 예) closes #10

Summary by CodeRabbit

릴리스 노트

  • 버그 수정

    • iOS 공유 확장 기능의 식별자 오류를 수정했습니다.
  • 기타

    • 앱 버전을 1.0.1로 업데이트했습니다.

@vercel

vercel Bot commented Jun 17, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
depromeet Ready Ready Preview, Comment Jun 17, 2026 2:31pm

@github-actions

Copy link
Copy Markdown

No description provided.

@github-actions github-actions Bot added the fix Something isn't working label Jun 17, 2026
@coderabbitai

coderabbitai Bot commented Jun 17, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

Pull request was closed or merged during review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 6379d082-9f85-4be8-ab66-af33826bf17f

📥 Commits

Reviewing files that changed from the base of the PR and between 104a53c and d819bae.

⛔ Files ignored due to path filters (1)
  • apps/app/assets/images/icon.png is excluded by !**/*.png
📒 Files selected for processing (1)
  • apps/app/app.json

Walkthrough

apps/app/app.json에서 expo.version1.0.0에서 1.0.1로 올리고, iOS EAS 실험 설정의 Share Extension targetNamePIKIShareExtension에서 PiKiShareExtension으로 변경했습니다.

Changes

앱 매니페스트 업데이트

Layer / File(s) Summary
버전 bump 및 Share Extension 타겟명 수정
apps/app/app.json
expo.version1.0.1로 올리고, iOS EAS Share Extension의 targetName 대소문자를 PiKiShareExtension으로 수정합니다.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested labels

fix, APP

Suggested reviewers

  • soyeong0115
  • ychany
  • kanghaeun

Poem

🐰 토끼가 버전표를 뒤적이며 말했지,
"1.0.0은 이제 안녕, 1.0.1이 왔다네!"
대문자 I와 소문자 i, 작은 차이 하나,
PIKIShareExtension → PiKiShareExtension ✨
꼼꼼한 수정 하나로 앱이 더 단정해졌네~ 🥕

🚥 Pre-merge checks | ✅ 4 | ❌ 2

❌ Failed checks (1 warning, 1 inconclusive)

Check name Status Explanation Resolution
Description check ⚠️ Warning PR 설명이 템플릿 구조만 남아있고 실질적인 작업 내용이 작성되지 않아 변경사항의 의도와 배경을 파악하기 어렵습니다. PR 설명에 각 변경사항의 목적(버전 변경 이유, ShareExtension 명명 오류 상황, 아이콘 변경 내용)을 명시하기를 권장합니다.
Title check ❓ Inconclusive PR 제목은 '앱 아이콘 및 버전 변경'이지만, 실제 변경사항은 버전 업데이트와 ShareExtension 명명 오류 수정이며 아이콘 파일 변경은 검토 대상에서 제외됨. PR 제목을 실제 변경사항을 더 정확히 반영하도록 수정하기를 권장합니다 (예: 'chore: 앱 버전 업데이트 및 ShareExtension 명명 수정').
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Linked Issues check ✅ Passed 이 PR의 변경사항들은 Issue #10의 초기 설정 단계를 넘어 배포 전 파이널 수정작업으로, Issue #10에서 언급된 배포 단계의 일부(아이콘 업데이트, 버전 관리, 설정 수정)에 해당합니다.
Out of Scope Changes check ✅ Passed 모든 변경사항(버전 업데이트, ShareExtension 명명 수정, 아이콘 업데이트)이 배포 전 필요한 수정작업으로 Issue #10의 범위 내에 있습니다.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/app-deploy

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 Biome (2.5.0)
apps/app/app.json

File contains syntax errors that prevent linting: Line 16: Expected a property but instead found '// NOTE: 배포할때 'production'으로 변경'.; Line 17: expected , but instead found "com.apple.security.application-groups"


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@github-actions
github-actions Bot requested review from kanghaeun and ychany June 17, 2026 14:31
@iOdiO89 iOdiO89 changed the title Fix/app deploy chore: 앱 아이콘 및 버전 변경 Jun 17, 2026
@iOdiO89
iOdiO89 merged commit 9fd2360 into dev Jun 17, 2026
8 of 9 checks passed
@iOdiO89
iOdiO89 deleted the fix/app-deploy branch June 17, 2026 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant