Swiftpack.co - Swift Packages by Cyberbeni

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

Packages published by Cyberbeni

Cyberbeni/ShowTouches v1.1.0
Surface all touches in your iOS app when creating videos!
⭐️ 35
🕓 36 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.
v1.1.0
37 weeks ago
Added customization and option to stop showing touches #7
v1.0.0
3 years ago
Initial SPM release.
iOS
Cyberbeni/TypedNotificationCenter 2.1.2
Typed version of Apple's NotificationCenter to avoid forgetting setting parameters in the userInfo dictionary and needing to handle not having those parameters.
⭐️ 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.
2.1.2
1 year ago
Changes: - Fix xcframework blocking lldb from working XCFramework built with: - Xcode Version 14.2 (14C18)
2.1.1
1 year ago
Changes: - Fix xcframework building XCFramework built with: - Xcode Version 14.2 (14C18)
2.1.0
1 year ago
Changes: - Optimize bridged notification performance based on [SE-0309](https://github.com/apple/swift-evolution/blob/fead5cf27a39b9a624d6f5bfbd0a43044831dd7c/proposals/0309-unlock-existential-types-for-all-protocols.md) - Add bridging for `.PDFViewAnnotationHit` - Update bridged notifications to work with iOS updates that add an object to them XCFramework built with: - Xcode Version 14.2 (14C18)
2.0.0
3 years ago
Changes: - Using NSLock instead of DispatchQueue to make observation dictionary access thread-safe - Added the option to observe NSNotification.Name with improved performance compared to NSNotificationCenter (1 observation will be registered to NSNotificationCenter per NSNotification.Name which then will be forwarded to TypedNotificationCenter) - Added input to choose which NSNotificationCenter to use for bridging - Added script to create XCFramework XCFramework built with: - Xcode Version 12.4 (12D4e)
1.5.1
4 years ago
Changes: - Fixed TypedNotification's observe getting called from inside a <T: TypedNotification> generic function when called with a BridgedNotification - Made NotificationDecodingError's properties and initializer public Binaries built with: - Xcode 11.3.1 (Build version 11C504) - Carthage 0.34.0
1.5.0
4 years ago
Changes: - Made error handling customization public Binaries built with: - Xcode 11.3.1 (Build version 11C504) - Carthage 0.34.0
1.4.0
4 years ago
Changes: - Add posting with same typed notification proxy Binaries built with: - Xcode 11.3.1 (Build version 11C504) - Carthage 0.34.0
1.3.0
4 years ago
Changes: - Hashable support for observations - Type erasure Binaries built with: - Xcode 11.3.1 (Build version 11C504) - Carthage 0.34.0
1.2.1
4 years ago
- Updated to Xcode 11.2.1 and Swift 5.1.2 on Linux.
1.2.0
4 years ago
- Changed observer handling to allow concurrent reads, speeding up posting from different queues while keeping performance of other operations and staying thread safe.
iOS macOS watchOS tvOS

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