PassEncoder
PassEncoder copied to clipboard
Simple PassKit (Apple Wallet) encoding and signing in Swift.
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...
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...
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...
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...
There is no reason this needs to be a singleton. Ideally it should be owned by PassEncoder or entirely separate.