Post

Replies

Boosts

Views

Activity

Reply to Shortcut action that should return a file deletes the file instead
I'm seeing similar behaviour and when files are deleted the preview of the returned file shows "The operation failed because Shortcuts couldn't convert from Text to NSString." https://s3files.nyc3.digitaloceanspaces.com/ScreenRecording_09-17-2024%2020-32-46_1.MP4 My work-around has been to rewrite the SiriKit intents into AppIntents which requires @IntentParameterDependency and iOS 17 but because of weaknesses in CustomIntentMigratedAppIntent this makes the existing SiriKit intents unavailable to users on iOS 16: https://developer.apple.com/forums/thread/734252
Sep ’24
Reply to UIDocumentPickerViewController with kUTTypeFolder - All 3rd party providers are greyed out
This has been supported for a while and you can find some information here: https://twitter.com/palmin/status/1177860144258076673?s=20 I make a Git & SSH client where the Files locations support folder picking this way. Since iOS 16 it has also been possible to implement NSFileProviderReplicatedExtension which makes folder picking possible with less work and responsibility from the 3rd party app. I have two other apps doing this.
Dec ’23