Skip to content

Fix App Shortcuts phrase missing applicationName placeholder - #272

Merged
Programistich merged 1 commit into
devfrom
fix/app-shortcut-build
Aug 2, 2026
Merged

Fix App Shortcuts phrase missing applicationName placeholder#272
Programistich merged 1 commit into
devfrom
fix/app-shortcut-build

Conversation

@Programistich

Copy link
Copy Markdown
Contributor

Siri Shortcut phrases must contain (.applicationName); a hardcoded "Find Flipper" phrase fails App Shortcuts validation and breaks the build.

Siri Shortcut phrases must contain \(.applicationName); a hardcoded
"Find Flipper" phrase fails App Shortcuts validation and breaks the build.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates App Shortcuts phrases to satisfy App Shortcuts validation by ensuring Siri shortcut phrases include the \(.applicationName) placeholder, preventing build failures caused by hardcoded phrases.

Changes:

  • Replaced the hardcoded "Find Flipper" phrase with phrases that include \(.applicationName).
  • Added an additional variant phrase ("Find my \(.applicationName)") for the PlayAlert() shortcut.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Programistich
Programistich merged commit dc520a4 into dev Aug 2, 2026
1 check passed
@Programistich
Programistich deleted the fix/app-shortcut-build branch August 2, 2026 14:47
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.

2 participants