Swiftpack.co - Swift Packages by tmandry

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by tmandry

tmandry/Swindler 0.0.5
macOS window management library for Swift
⭐️ 686
🕓 16 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v0.0.5
3 years ago
Upgrade to Swift 5. Swindler now supports Swift Package Manager. This is now the preferred method of using and developing Swindler; all other package managers are deprecated.
v0.0.4
5 years ago
Breaking changes - Upgraded to PromiseKit 6; see the [migration guide](https://promisekit.org/news/2018/02/PromiseKit-6.0-Released/) Bug fixes - Fixed compile on Xcode 10.4.
v0.0.3
5 years ago
New features - A `Window.frame` property was added. Breaking changes - The new `Window.frame` now uses Cocoa coordinates (origin at bottom-left), to match the behavior of Screen and most modern macOS APIs. See #29 for more. - `Window.position` was removed in favor of `Window.frame`. See #32 for more. - `WindowFrameChangedEvent` was added, replacing `WindowPosChangedEvent` and `WindowSizeChangedEvent`. See #16 for more. Bug fixes - `ScreenLayoutChangedEvent` is now correctly detected. - When a property value is written to, and the new value is changed but does not match the desired value, the corresponding event is marked as external. See #49.
v0.0.2
5 years ago
Breaking changes - Swindler.state has been replaced with Swindler.initialize(), which returns a Promise. New features - An experimental FakeSwindler API has been added for testing code which depends on Swindler. The API is expected to change, but probably not too much. Bug fixes - Setting the frontmostApplication from Swindler should now work. - Various bug fixes and improvements.
macOS
tmandry/AXSwift 0.3.2
Swift wrapper for accessibility clients
⭐️ 299
🕓 2 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
0.3.2
2 years ago
Fix missing Cocoa imports
3 years ago
Clean up warnings
3 years ago
Swift 5.0
0.2.3
5 years ago
Automatically stop notifications when an Observer is de-initialized. This fixes a potential crashes when a notification is sent to a defunct Observer.

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics