[Apple Notes] Clarify full disk access error#28014
Conversation
|
Thank you for your contribution! 🎉 🔔 @tumispro @ron-myers @mathieudutour @StevenRCE0 @SKaplanOfficial @tylerwince @xilopaint @ridemountainpig @teemusuvinen @saldanaj97 @andreaselia @fanhefeng @charlesharries you might want to have a look. You can use this guide to learn how to check out the Pull Request locally in order to test it. 📋 Quick checkout commandsBRANCH="fix/27918-apple-notes-full-disk-access"
FORK_URL="https://github.com/mturac/extensions.git"
EXTENSION_NAME="apple-notes"
REPO_NAME="extensions"
git clone -n --depth=1 --filter=tree:0 -b $BRANCH $FORK_URL
cd $REPO_NAME
git sparse-checkout set --no-cone "extensions/$EXTENSION_NAME"
git checkout
cd "extensions/$EXTENSION_NAME"
npm install && npm run devWe're currently experiencing a high volume of incoming requests. As a result, the initial review may take up to 10-15 business days. |
Greptile SummaryThis PR improves the error message shown when Raycast cannot access the Apple Notes database, replacing a vague prompt with an actionable one that names Full Disk Access and the exact System Settings path.
Confidence Score: 5/5Safe to merge — the only change is a copy update to a permission-priming message and its changelog entry. Both changed files contain only copy/text edits: a single string literal in No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "Clarify Apple Notes disk access error" | Re-trigger Greptile |
Description
Fixes #27918.
Screencast
N/A - copy-only permission message update.
Checklist
npm run lint --prefix extensions/apple-notesnpm run build --prefix extensions/apple-notes