Swiftpack.co - Swift Packages by Blackjacx

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

Packages published by Blackjacx

Blackjacx/SHSearchBar v0.9.19
The search bar that doesn't suck.
⭐️ 253
🕓 28 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.
Hello Xcode 15 👋
36 weeks ago
## What's Changed * Update .spi.yml by @finestructure in https://github.com/Blackjacx/SHSearchBar/pull/59 * Xcode 15 & Swift 5.9 & iOS 14 by @Blackjacx in https://github.com/Blackjacx/SHSearchBar/pull/63 ## New Contributors * @finestructure made their first contribution in https://github.com/Blackjacx/SHSearchBar/pull/59 **Full Changelog**: https://github.com/Blackjacx/SHSearchBar/compare/2.0.0...2.1.0
Hello Swift PM
3 years ago
## TL;DR This version is all about making SHSearchBar compatible with SPM and Swift 5.3. ## Details I had to say goodbye to `Cocoapods` and `Carthage`. Since Apple recommends to not make assumptions about resource locations I have to use `Bundle.module` (read more about it [here](https://developer.apple.com/forums/thread/650914) and [here](https://developer.apple.com/forums/thread/650158)) which is not auto-generated by Carthage or Cocoapods at the moment. Apart from that I cannot detect the dependency manager at runtime and therefore would have to fallback to my own resource location algorithm. I don't know if this was intended by Apple 🤷... ## Closed PRs * [#54](https://github.com/Blackjacx/SHSearchBar/pull/54): Swift 5.3 & swift package manager - [@Blackjacx](https://github.com/Blackjacx). * [#50](https://github.com/Blackjacx/SHSearchBar/pull/50): Update readme badges - [@blackjacx](https://github.com/blackjacx).
1.7.0
4 years ago
* [#49](https://github.com/Blackjacx/SHSearchBar/pull/49): Swift 5 Compatibility - [@blackjacx](https://github.com/blackjacx).
1.6.0
5 years ago
* [#47](https://github.com/Blackjacx/SHSearchBar/pull/47): Carthage Support - [@blackjacx](https://github.com/blackjacx). * [#46](https://github.com/Blackjacx/SHSearchBar/pull/46): Extending Example App - [@blackjacx](https://github.com/blackjacx). * Add AUTHORS file - [@blackjacx](https://github.com/blackjacx).
1.5.0
5 years ago
* [#41](https://github.com/Blackjacx/SHSearchBar/pull/41): Swift 4.2 - [@blackjacx](https://github.com/blackjacx).
1.4.3
5 years ago
* [#39](https://github.com/Blackjacx/SHSearchBar/pull/39): Make localized extension internal - [@blackjacx](https://github.com/blackjacx).
1.4.2
5 years ago
* [#38](https://github.com/Blackjacx/SHSearchBar/pull/38): Make String Extension `localized` Internal To Avoid Naming Conflicts - [@blackjacx](https://github.com/blackjacx).
1.4.1
6 years ago
* [#33](https://github.com/Blackjacx/SHSearchBar/pull/33): Fix Pod Try To Quick Try Pod Example - [@blackjacx](https://github.com/blackjacx). * Add example for search bar in UINavigationBar - [@blackjacx](https://github.com/blackjacx).
1.4.0
6 years ago
### Changed * [#31](https://github.com/Blackjacx/SHSearchBar/pull/31): Refactor Text Did Change Delegation - [@blackjacx](https://github.com/blackjacx). ### Fixed * [#29](https://github.com/Blackjacx/SHSearchBar/pull/29): Italian localization - [@CeceXX](https://github.com/CeceXX).
1.3.0
6 years ago
### Changed * [#28](https://github.com/Blackjacx/SHSearchBar/pull/28): Make it possible to avoid internal cancel button - [@blackjacx](https://github.com/blackjacx).
iOS
Blackjacx/Source 1.11.0
Tired of implementing the data sources over and over again? Want to use a lightweight solution that does not mess up your view controllers? Then this is for you! The generic data source implementation for all your view controllers, that supports UITableView, UICollectionView and NSFetchedResultsController
⭐️ 6
🕓 3 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.
1.11.0
3 weeks ago
### Changes * Fix code coverage not generated issue in Xcode 15.0 - [@blackjacx](https://github.com/blackjacx). * Upgrade project to Xcode 15.0, Swift 5.10, iOS min deployment target 14.0 - [@blackjacx](https://github.com/blackjacx). **Full Changelog**: https://github.com/Blackjacx/Source/compare/1.10.0...1.11.0
1.10.0
2 years ago
* [#33](https://github.com/dbdrive/beiwagen/pull/33): Make DataSource Default Init Public - [@Blackjacx](https://github.com/blackjacx).
1.9.0
2 years ago
* [#32](https://github.com/Blackjacx/Source/pull/32): XCframework Compatibility - [@Blackjacx](https://github.com/blackjacx).
1.7.2
3 years ago
* Xcode 12.4 migrations - [@blackjacx](https://github.com/blackjacx). * Disables SwiftLint - [@blackjacx](https://github.com/blackjacx).
1.7.1
3 years ago
* [#31](https://github.com/dbdrive/beiwagen/pull/31): Fix Cells Separator Inset - [@Blackjacx](https://github.com/blackjacx).
1.7.0
3 years ago
* [#29](https://github.com/dbdrive/beiwagen/pull/29): Implement Custom Section Headers - [@stherold](https://github.com/stherold).
1.6.0
3 years ago
* [#28](https://github.com/dbdrive/beiwagen/pull/28): Add ModelCollection.insert() and Section.insert() - [@stherold](https://github.com/stherold).
1.5.0
3 years ago
* [#27](https://github.com/dbdrive/beiwagen/pull/27): Add support for Accessory Type - [@stherold](https://github.com/stherold).
1.4.0
4 years ago
* [#26](https://github.com/Blackjacx/Source/pull/26): Enable module stability - [@Blackjacx](https://github.com/blackjacx).
1.3.5
4 years ago
* [#23](https://github.com/Blackjacx/Source/pull/23): Prevent clamping of auto dimension - [@Blackjacx](https://github.com/blackjacx).
iOS macOS watchOS tvOS
Blackjacx/Engine 0.0.4
The engine that powers all my packages, tools and apps.
⭐️ 5
🕓 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.
Hello DocC
1 year ago
* [#7](https://github.com/blackjacx/engine/pull/7): Adding DocC Documentation - [@Blackjacx](https://github.com/blackjacx). * Upgrade to Swift 5.6 - [@Blackjacx](https://github.com/blackjacx).
Async Await
2 years ago
* [#3](https://github.com/blackjacx/engine/pull/3): Async Await Support - [@Blackjacx](https://github.com/blackjacx). * Implement AsyncResultOperation & ChainedAsyncResultOperation - [@Blackjacx](https://github.com/blackjacx).
0.0.1
3 years ago
iOS macOS watchOS tvOS macCatalyst
Blackjacx/ASCKit 0.2.2
The backbone of my App Store Connect related software
⭐️ 5
🕓 33 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.
Token Generation
33 weeks ago
## What's Changed * Add token subcommand to keys by @Blackjacx in https://github.com/Blackjacx/ASCKit/pull/12 **Full Changelog**: https://github.com/Blackjacx/ASCKit/compare/0.2.1...0.2.2
0.2.1
34 weeks ago
* Add log to show which tester is processed by @Blackjacx **Full Changelog**: https://github.com/Blackjacx/ASCKit/compare/0.2.0...0.2.1
0.2.0
34 weeks ago
## What's Changed * Fix Tester Deletion by @Blackjacx in https://github.com/Blackjacx/ASCKit/pull/11 **Full Changelog**: https://github.com/Blackjacx/ASCKit/compare/0.1.0...0.2.0
Async Await
2 years ago
* [#6](https://github.com/Blackjacx/ASCKit/pull/6): Async Await Support - [@Blackjacx](https://github.com/blackjacx). * [#5](https://github.com/Blackjacx/ASCKit/pull/5): Paging - [@Blackjacx](https://github.com/blackjacx). * [#4](https://github.com/Blackjacx/ASCKit/pull/4): Key location via "Sources" - [@Blackjacx](https://github.com/blackjacx).
iOS macOS watchOS tvOS macCatalyst
Blackjacx/SHDateFormatter 1.7.1
A date formatter supporting encoding as well as decoding of many different date and time formats including the often used ISO8601 standard.
⭐️ 4
🕓 31 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.
Add new format `MM yy`
31 weeks ago
## What's Changed * Add `noDayShortMonthShortYear` to `SHDateFormat` by @turyunus in https://github.com/Blackjacx/SHDateFormatter/pull/32 ## New Contributors * @turyunus made their first contribution in https://github.com/Blackjacx/SHDateFormatter/pull/32 **Full Changelog**: https://github.com/Blackjacx/SHDateFormatter/compare/1.7.0...1.7.1
Hello Swift Package Manager
1 year ago
## What's Changed * Remove Cocoapods and Carthage by @Blackjacx in https://github.com/Blackjacx/SHDateFormatter/pull/29 **Full Changelog**: https://github.com/Blackjacx/SHDateFormatter/compare/1.6.4...1.7.0
1.6.4
2 years ago
* Replace ISO8601 format by ISO8601DateFormatter - [@Blackjacx](https://github.com/blackjacx). * Update Deployment target to 10.0 - [@Blackjacx](https://github.com/blackjacx). * Update to Swift 5.4 - [@Blackjacx](https://github.com/blackjacx). * Remove Cocoapods and transfer Pods to SPM - [@Blackjacx](https://github.com/blackjacx). * Disable framework code signing - [@Blackjacx](https://github.com/blackjacx).
1.6.3
3 years ago
* Exclude info plist in package manifest - [@blackjacx](https://github.com/blackjacx).
1.6.2
3 years ago
* [#25](https://github.com/Blackjacx/SHDateFormatter/pull/25): Add notimeiso8601date format - [@stherold](https://github.com/stherold).
1.6.1
3 years ago
* Xcode 12.4 migrations * Disables SwiftLint
1.6.0
3 years ago
* Add month year combined formatting - [@blackjacx](https://github.com/blackjacx).
1.5.1
3 years ago
1.5.0
3 years ago
* [#21](https://github.com/Blackjacx/SHDateFormatter/pull/21): Add month/year formatting - [@blackjacx](https://github.com/blackjacx).
1.4.3
4 years ago
* [#19](https://github.com/Blackjacx/SHDateFormatter/pull/19): Add new accessibility date format & Fix Vulnerabilities & 12/24h check - [@blackjacx](https://github.com/blackjacx).
iOS macOS watchOS tvOS

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