soundflix
soundflix
Having to add all Shortcuts to .allCases manually can be tedious. I tried to solve with mirror API but it doesn't take static properties.
Setting screen positions would be a good addition. Or did I miss it?
How can I have the script result retruning a button state?
URLs imported with SwiftUI's fileimporter and DropDelegate have the file URI "file://" prefixed. This broke the bookmark key retrieval. Using URL.path() in favor of URL.absoluteString for key lookup fixes this.