PassEncoder icon indicating copy to clipboard operation
PassEncoder copied to clipboard

Simple PassKit (Apple Wallet) encoding and signing in Swift.

Results 6 PassEncoder issues
Sort by recently updated
recently updated
newest added

Hello, this is my first time using Swift Package manager to hopefully I am doing things right. I have added your dependency and within PassEncoder I am getting the following...

enhancement

Since #4 we have two ways to add files by Data (rather than one already on disk): - `func addFile(named:,from:)` - `func addData(named:,from:)` The difference is that the first creates...

enhancement
api breaking

Currently the PassEncoder is directly fed files that are directly encoded, and can only be used once. In the future, it would be desirable to have a model which is...

enhancement
api breaking

It looks like every method here is synchronous, despite many performing tasks that aren't immediate. These methods should be identified and replaced with methods that support both callbacks and Swift...

enhancement
api breaking

There is no reason this needs to be a singleton. Ideally it should be owned by PassEncoder or entirely separate.

enhancement
good first issue
api breaking