Christoffer Winterkvist
Christoffer Winterkvist
If Form is presented without changing editing state, info labels will not be shown for textfields.
It's not possible to use calculated variables in formulas because there is no queueing or dependency management for that kind of behavior. This would be kinda ace to have.
Adds support for using preferred layout attributes on your cells.
- Add `coverageTargets` to `TargetScheme` - Initialize `Scheme` with `targetScheme.coverageTargets` in `Scheme` extension Fixes https://github.com/yonaskolb/XcodeGen/issues/795
I recently made a PR adding `mouseClick` to `Interaction`. This does not make sense to have on any other platform than `macOS`. I suggest that we add one `Interaction` struct...
The tests on macOS are broken and should be fixed.
`prepareView` in `View.swift` will now check if the current snapshot target is a `UIWindow`. If that condition is `true`, then it will return early and use the window as its...
## Project URL [https://github.com/zenangst/KeyboardCowboy](https://github.com/zenangst/KeyboardCowboy) ## Category Utilities and productivity ## Description This PR adds Keyboard Cowboy to the list of applications ## Why it should be included to `Awesome macOS...
The public API documentation could use some overhaul. Verify that it is still correct and understandable
Instead of having a bundled Xcode project, I'd like to propose using `XcodeGen` to generate the project-based of a `.yml` file. This would reduce the occasional merge conflicts that can...