tikhop / TPInAppReceipt

Reading and Validating In App Purchase Receipt Locally.
MIT License
635 stars 95 forks source link

Use kIOMainPortDefault instead of kIOMasterPortDefault when possible. #101

Closed younata closed 2 years ago

younata commented 2 years ago

xcode 14 removes the kIOMasterPortDefault symbol. As the documentation notes, this symbol (and kIOMainPortDefault) are both equal to NULL/0, so fall back to 0 when the kIOMainPortDefault symbol is not available (i.e. targeting macOS 11 and earlier/iOS 14 and earlier).

tikhop commented 2 years ago

@younata Thanks for PR, I'll merge it tomorrow!