Swiftpack.co - Swift Packages by insidegui

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

Packages published by insidegui

insidegui/MultipeerKit 0.4.0
MultipeerConnectivity + Codable = ❤️
⭐️ 1,073
🕓 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.
Version 0.4
2 years ago
- Introduces new callbacks: `peerConnected` and `peerDisconnected` - Fixes a crash that could occur when stopping/resuming the transceiver multiple times during its lifetime (#12) - Adds DocC documentation
Version 0.3.1
3 years ago
Addresses a crash which would occur when the app's Info.plist was missing required keys on iOS 14. See the readme for more information.
0.3.0
3 years ago
Receiver blocks now receive the `Peer` the message was sent from. This is a breaking change to the API, but it's very easy to account for in your code. If you were previously doing something like this: ```swift transceiver.receive(SomeCodableThing.self) { payload in // handle } ``` All you have to do is ignore the sender parameter in the closure, like so: ```swift transceiver.receive(SomeCodableThing.self) { payload, _ in // handle } ```
0.2.1
3 years ago
Adds `localPeerId` property so that the your own peer ID can be accessed through the transceiver.
4 years ago
iOS macOS tvOS
insidegui/CloudKitCodable 0.3.0
An encoder and decoder for CKRecord
⭐️ 360
🕓 3 days 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.
Version 0.3.0
3 days ago
## What's Changed * Added iOS target by @bonkey in https://github.com/insidegui/CloudKitCodable/pull/3 * Swift Package by @tonyarnold in https://github.com/insidegui/CloudKitCodable/pull/8 * Reduce the Swift tools version to 5.5 by @tonyarnold in https://github.com/insidegui/CloudKitCodable/pull/9 * Add support for watchOS by @tonyarnold in https://github.com/insidegui/CloudKitCodable/pull/10 * Add support for encoding/decoding String and Int enum properties by @insidegui in https://github.com/insidegui/CloudKitCodable/pull/12 * Implemented support for nested Codable values by @insidegui in https://github.com/insidegui/CloudKitCodable/pull/13 * DocC documentation by @insidegui in https://github.com/insidegui/CloudKitCodable/pull/14 ## New Contributors * @bonkey made their first contribution in https://github.com/insidegui/CloudKitCodable/pull/3 * @tonyarnold made their first contribution in https://github.com/insidegui/CloudKitCodable/pull/8 * @insidegui made their first contribution in https://github.com/insidegui/CloudKitCodable/pull/12 **Full Changelog**: https://github.com/insidegui/CloudKitCodable/compare/0.1.4...0.3.0
iOS macOS watchOS tvOS
insidegui/MacPreviewUtils 1.0.0
Handy tools for SwiftUI previews on macOS.
⭐️ 188
🕓 42 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.0.0
42 weeks ago
- Fixes missing include that caused package resolution to fail in some scenarios - Lowers deployment target to macOS 11 (not all features are available for that OS version) - Makes `NSScreen` extensions public
0.0.2
1 year ago
- Adds a new `previewConsole` modifier that can be used to view the app's standard output while running in Xcode previews - New runtime warnings show up if using one of the preview-only modifiers directly on a view - Documentation improvements
Initial Release
1 year ago
Initial release
macOS
insidegui/TwitterPublishPlugin 0.2.0
A plugin for Publish that let's you easily embed tweets in your posts.
⭐️ 70
🕓 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.
Version 0.2.0
1 year ago
Updated to support the latest version of Publish and Swift tools.
Version 0.1.0
3 years ago
macOS
insidegui/DarkImagePublishPlugin 1.0.0
Publish plugin that lets you have both light and dark mode variants for images on your site 😎
⭐️ 51
🕓 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.
Version 1.0.0
1 year ago
- Updated platform requirements for the latest version of Publish
macOS
insidegui/encodeformastodon 0.1.0
Simple command-line tool for macOS that encodes videos in a format suitable for publishing to Mastodon
⭐️ 17
🕓 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
This is the initial release, as a notarized package. Installer will write to `/usr/local/bin/encodeformastodon`.
macOS
insidegui/Publish 0.9.0
A static site generator for Swift developers
⭐️ 11
🕓 1 year ago
macOS

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