What's New

v0.1.1

2025-04-01T13:17:46Z

What's Changed

  • Use swift-zip-archive, use event loop singleton by @fpseverino in #6

Full Changelog: 0.1.0...0.1.1

Hummingbird Wallet

🎟️ 📦 Create, distribute, and update passes and orders for the Apple Wallet app with Hummingbird.

Use the SPM string to easily include the dependendency in your Package.swift file.

.package(url: "https://github.com/hummingbird-community/hummingbird-wallet.git", from: "0.1.0")

🎟️ Wallet Passes

The HummingbirdWalletPasses framework provides a set of tools to help you create, build, and distribute digital passes for the Apple Wallet app using a Hummingbird server. It also provides a way to update passes after they have been distributed, using APNs, and models to store pass and device data.

Add the HummingbirdWalletPasses product to your target's dependencies:

.product(name: "HummingbirdWalletPasses", package: "hummingbird-wallet")

See the framework's documentation for information and guides on how to use it.

For information on Apple Wallet passes, see the Apple Developer Documentation.

📦 Wallet Orders

The HummingbirdWalletOrders framework provides a set of tools to help you create, build, and distribute orders that users can track and manage in Apple Wallet using a Hummingbird server. It also provides a way to update orders after they have been distributed, using APNs, and models to store order and device data.

Add the HummingbirdWalletOrders product to your target's dependencies:

.product(name: "HummingbirdWalletOrders", package: "hummingbird-wallet")

See the framework's documentation for information and guides on how to use it.

For information on Apple Wallet orders, see the Apple Developer Documentation.

Description

  • Swift Tools 6.0.0
View More Packages from this Author

Dependencies

Last updated: Wed May 14 2025 19:24:50 GMT-0900 (Hawaii-Aleutian Daylight Time)