Post

Replies

Boosts

Views

Activity

Reply to Filter entity not shows up in Shortcuts after EntityPropertyQuery is implemented
Same problem here. I downloaded Alex Hay's Booky app which is a recreation of the books app mentioned in Dive into App Intents and the Find shortcut from that app shows up. But in my own app it doesn't. I added EntityStringQuery and EntityPropertyQuery conformances to my query. For the record I'm using Xcode 16b4 with iOS 18
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’24
Reply to URLRepresentableEntity with custom properties
Hey I don't know if you're still looking for the answer, but in case someone else is, the solution is to use they key path to the projected value of any property marked with @Property, like "https://example.com/scene/\(.$slug)" in your example
Replies
Boosts
Views
Activity
Mar ’25
Reply to URLRepresentableEntity with custom properties
Hey I don't know if you're still looking for the answer, but in case someone else is, the solution is to use the key path to the projected value of any property marked with @Property, like "https://example.com/scene/\(\.$slug)" in your example.
Replies
Boosts
Views
Activity
Mar ’25
Reply to URLRepresentableEntity with custom properties
Hey I don't know if you're still looking for the answer, but in case someone else is, the solution is to use the key path to the projected value of any property marked with @Property, like "https://example.com/scene/\(\.$slug)" in your example.
Replies
Boosts
Views
Activity
Mar ’25