Milo Bird
Milo Bird
I'd love to use this on tvOS. Apart from InputSignalTracker is there anything you'd have to cut? I'm guessing it shouldn't be too tricky to add a tvOS target, you...
## Bug Report It looks like some errors in the `NSURLErrorDomain` are being typecast erroneously to `SKError`. I suspect [this](https://github.com/bizz84/SwiftyStoreKit/blob/48d4d4c0b6a66732eb45e2f0104fb7d080c67a69/Sources/SwiftyStoreKit/SwiftyStoreKit.swift#L55) might be the line to blame.
The new release (5.5.0, via SPM) is not compiling in Xcode 15 for me. No issues with 5.4.0.
Accessing this `unowned` reference can crash if `initialSourceView` has not been strongly held elsewhere (ie. the image view was removed from the view hierarchy while the image viewer is presented).