Robert Hahn

Results 11 issues of Robert Hahn

Just tested it with Xcode 12 and Big Sur. Does not seem to work at all.

invalid

Is there any possibility to implement Interface Builder support for macOS or NSTextField?

enhancement

This adds the feature for iOS to select a folder in the iOS file browser.

Script currently considers iOS only. Capability to implement frameworks for macOS is not possible. Adding a switch to select the target OS or auto recognition may help.

As soon as I am retrieving a stored value from sqlite back to the app, the DateTime values are not automatically converted back to local time. For example: I am...

Why are developers prohibited to use the API for applications that they would like to use for commercial usage (e.g. sell to App Store)? What is the motivation or point...

## Problem Statement I see that the library still relies on non-6.0 compatible code base and old ObservableObject framework. ## Suggested Solution Upgrade or extend with modern 6.0 compatible code...

This PR adds the capability to define a custom UserDefaults to support App Groups and access group containers. I am using KeyboardShortcuts in an environment with [App Groups](https://developer.apple.com/documentation/xcode/configuring-app-groups). The shared...

We should migrate the `shortcutByNameDidChange` with `UserDefaultsObservation` that may be rolled out with PR #210 If you don't mind, I would offer to migrate the other `userDefaultsDidChange`s, but in a...

Updated the user feedback example in the documentation to include optional fields for name, email, and attachments.