Post

Replies

Boosts

Views

Activity

Reply to Siri not calling my INExtension
Hi! I've tried everything suggested, and tested using the suggested phrases from the documentation, but the only intent that worked was the message one, while the create note and add task intents do not work (the add task intent always targets Apple Reminders instead of my app, and I've always specified my app name at the end of the siri phrase like "in {app name}". I'll attach a minimal sample project: https://github.com/Giuliopime/intents-demo
Mar ’26
Reply to Issues making a fullscreen & always on top Window
I fixed the second issue with window.collectionBehavior = [.canJoinAllSpaces], still need to figure out the menu bar height
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to Issues making a fullscreen & always on top Window
Weirdly, if I use styleMask: [.fullScreen] the issue with the menu bar does not occur, meaning the height is correctly the fullscreen height. But I need it to be .borderless instead
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to ba-package tool not available
I would like to not upgrade to tahoe yet, can I resolve this any other way?
Replies
Boosts
Views
Activity
Aug ’25
Reply to URLRepresentableEntity with custom properties
Hey it doesn't work for me, I still get Type 'EntityURLRepresentation.StringInterpolation.Token' has no member '$listId' even if I have it as a parameter @Property var listId: String ... extension IxListItemEntity: URLRepresentableEntity { static var urlRepresentation: URLRepresentation { "https://web.index-it.app/lists/\(.$listId)/items/\(.id)" } }
Replies
Boosts
Views
Activity
Feb ’26
Reply to Unexpected URLRepresentableIntent behaviour
Same, I tried using the onOpenURL method on my main SwiftUI view but I don't receive any url when launched from a URLRepresentableIntent
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’26
Reply to AppIntents built in way to receive recurrence rule as parameter?
For anyone looking for the solution, you can achieve this via the system intent INAddTasksIntent https://developer.apple.com/documentation/intents/inaddtasksintent
Replies
Boosts
Views
Activity
Feb ’26
Reply to Control Center widget won't show snippet view
Is this still not supported? Any near future plan to support this? Would be amazing
Topic: UI Frameworks SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’26
Reply to Siri not calling my INExtension
Hi! I've tried everything suggested, and tested using the suggested phrases from the documentation, but the only intent that worked was the message one, while the create note and add task intents do not work (the add task intent always targets Apple Reminders instead of my app, and I've always specified my app name at the end of the siri phrase like "in {app name}". I'll attach a minimal sample project: https://github.com/Giuliopime/intents-demo
Replies
Boosts
Views
Activity
Mar ’26
Reply to Siri not calling my INExtension
Bumping this up as it's kinda a blocker for my app :)
Replies
Boosts
Views
Activity
Apr ’26