pusher / push-notifications-swift

Swift SDK for the Pusher Beams product:
https://www.pusher.com/beams
MIT License
34 stars 24 forks source link

Use the Swift 'Result' type instead of a custom implementation #165

Closed danielrbrowne closed 3 years ago

danielrbrowne commented 3 years ago

A custom implementation of a Result type is used currently. The Swift Standard Library implementation should be used instead.