Skip to content

fix(lp): App Clipの宣言をapple-itunes-appメタタグに復活 - #222

Open
TinyKitten wants to merge 1 commit into
devfrom
feature/restore-app-clip-meta
Open

fix(lp): App Clipの宣言をapple-itunes-appメタタグに復活#222
TinyKitten wants to merge 1 commit into
devfrom
feature/restore-app-clip-meta

Conversation

@TinyKitten

@TinyKitten TinyKitten commented Aug 13, 2026

Copy link
Copy Markdown
Member

概要

以前のコミットで削除された App Clip の宣言を apple-itunes-app メタタグに復活させました。

変更内容

apps/lp/src/pages/index.astro

-<meta name="apple-itunes-app" content="app-id=1486355943" />
+<meta name="apple-itunes-app" content="app-id=1486355943, app-clip-bundle-id=me.tinykitten.trainlcd.Clip, app-clip-display=card" />

背景

b48978b (Remove App Clip declaration from apple-itunes-app meta tag) で app-clip-bundle-idapp-clip-display が削除されていたため、当時の値をそのまま復元しています。

なお apps/lp/public/.well-known/apple-app-site-associationappclips セクション (E6R2G33Z36.me.tinykitten.trainlcd.Clip / .dev.Clip) は削除されておらず現存しているため、そちらは変更していません。

🤖 Generated with Claude Code

https://claude.ai/code/session_01TYuL8r6NxPDF3DnFBYxDCT

Summary by CodeRabbit

  • 改善
    • App Clip のバンドルIDと表示形式を、iTunes向けメタデータに追加しました。

b48978b で削除された app-clip-bundle-id / app-clip-display を復元する。
AASA 側の appclips 宣言は現存しているため変更なし。

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01TYuL8r6NxPDF3DnFBYxDCT
@vercel

vercel Bot commented Aug 13, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
trainlcd-lp-stg Ready Ready Preview Aug 13, 2026 11:12am
trainlcd-status-stg Ready Ready Preview Aug 13, 2026 11:12am

Request Review

@coderabbitai

coderabbitai Bot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

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: 32d9bd22-56ea-4ece-90dc-6f7366d5c55a

📥 Commits

Reviewing files that changed from the base of the PR and between c580174 and 633e664.

📒 Files selected for processing (1)
  • apps/lp/src/pages/index.astro

📝 Walkthrough

Walkthrough

ランディングページの apple-itunes-app メタタグに、App Clip のバンドルIDと表示形式を追加しました。

Changes

App Clip メタデータ

Layer / File(s) Summary
App Clip メタタグ更新
apps/lp/src/pages/index.astro
apple-itunes-app メタタグに app-clip-bundle-idapp-clip-display=card を追加しました。

Estimated code review effort: 1 (Trivial) | ~2 minutes

Mergeability Score: ⚪ Minimal · up to 633e6

This is a localized metadata restoration with no actionable merge-blocking risk remaining after normal checks and review.

Possibly related PRs

  • TrainLCD/Website#177: 同じ apple-itunes-app メタタグの App Clip パラメータを変更しています。

Suggested reviewers: claude

Poem

ぴょんと跳ねる App Clip
メタタグに道しるべ
バンドルIDを添えて
カード表示でこんにちは
月明かりのページを駆ける 🐇

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed タイトルは、apple-itunes-app メタタグへの App Clip 宣言の復元という主な変更を正確かつ簡潔に示しています。
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/restore-app-clip-meta

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

@TinyKitten

Copy link
Copy Markdown
Member Author

App Clipクラッシュ修正が本番で公開され次第マージ

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.

1 participant