Swiftpack.co - Swift Packages by CleanCocoa

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

Packages published by CleanCocoa

CleanCocoa/TrialLicensing v2.0.0
Swift framework to deal with licensing and time-based trial periods in macOS apps.
โญ๏ธ 52
๐Ÿ•“ 1 year 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.
v3.3.2 Simpler URL Query Parsing
12 weeks ago
Instead of handling URL scheme requests magically, allows host apps to provide their own parser. Might we suggest this parsing library? ๐Ÿซด https://github.com/CleanCocoa/URLSchemer **Full Changelog**: https://github.com/CleanCocoa/TrialLicensing/compare/3.3.1...3.3.2
v3.0.0
1 year ago
## Breaking Changes - Whitespace form license codes is now removed by default. - CocoaFob doesn't accept leading/trailing garbage or whitespace in license codes anymore since [v2.2.1](https://github.com/glebd/cocoafob/tree/2.2.1). - To increase compatibility of apps that didn't check this before, `TrialLicensing` now removes whitespace on-the-fly when writing _and_ reading license codes. - If your license verification is different, you can opt-out by passing `removeWhitespaceFromLicenseCodes: false` to `LicenseConfiguration.init`.
Injectable UserDefaults
4 years ago
You can now inject a different `UserDefaults` into `AppLicensing`. This is useful if you e.g. have an app group with shared defaults and want to access the same info from all apps in that group.
Protocol-Orientation
5 years ago
The time to tag a release was long overdue! - Extract protocols from common types you may want to directly use in your app so you can provide convenient test doubles. - Make the new CocoaFob release a Carthage-based dependency instead of a submodule
macOS
CleanCocoa/SearchExpressionParser v1.0.0
Parses search strings (as in: what you put into a search engine) into evaluable expressions
โญ๏ธ 24
๐Ÿ•“ 1 year 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.
Stable Swift 5 Release
5 years ago
Parser implementation is well-tested in day-to-day use ๐Ÿ‘
macOS
CleanCocoa/Omnibar v0.20
Text field component that supports term auto-completion and keyboard navigation
โญ๏ธ 20
๐Ÿ•“ 1 year 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.
Swift Package support, RxSwift 6.x
50 weeks ago
Swift 5 & RxSwift 4.5
5 years ago
RxSwift 4 Compatibility
6 years ago
- Fixes RxExample app to auto-complete suggestions instead of selecting the whole Omnibar contents - Migrate reactive delegate to the new DelegateProxy of RxSwift 4.0.0
RxSwift request/response dance
6 years ago
You can bind Omnibar updates to `.rx.content`, but you really should use `.rx.contentResponseSink` for now if you use suggestions. It forces you to pass the `requestNumber` of the original `contentChange` with it so the Omnibar can discard outdated suggestions. It only occurs when you type at about the speed of the response coming in. There's still work to do and I don't like the implementation of the request/response mechanism. But it's what sync servers do, kind of. Improvements welcome :)
CleanCocoa/ErrorHandling swift-5
AppKit drop-in error handling and reporting mechanism
โญ๏ธ 18
๐Ÿ•“ 1 year ago
macOS
CleanCocoa/StringPadding 2.1.0
Swift String padding ฮผ Library
โญ๏ธ 9
๐Ÿ•“ 1 year ago
macOS
CleanCocoa/SwiftXattrs v0.1
Extended file attribute (xattrs) accessor ยต-Framework for Swift
โญ๏ธ 7
๐Ÿ•“ 1 year 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.
Initial working release
6 years ago
Basic functionality and a working API draft.
macOS
CleanCocoa/WebArchiveCodable 0.2.0
Exposes legacy WebKit WebArchive as a Swift Codable to e.g. access pasteboard data from Safari
โญ๏ธ 4
๐Ÿ•“ 1 year ago
iOS macOS
CleanCocoa/JSONAttachment 1.0.0
Simple repository for entities with binary data. Write out Swift.Codable objects as JSON + store and retrieve arbitrary data next to it as an attachment.
โญ๏ธ 2
๐Ÿ•“ 1 year ago
CleanCocoa/PathUtils v0.2.0
ฮผ-library to deal with non-empty strings, filenames, and directories.
โญ๏ธ 1
๐Ÿ•“ 1 year 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.
Initial release
1 year ago
Imported the types from existing apps.
macOS
CleanCocoa/ColorHexRGB 1.0.0
ยต Library for hex-code RGB color conversion to NSColor
โญ๏ธ 1
๐Ÿ•“ 1 year ago
macOS

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