mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-01-14 14:23:25 +01:00
Mac Version doesn't compile #73
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Vithanco on GitHub (Feb 4, 2018).
I might overlook something, but the
a8c1dfdversion doesn't seem to compile on a Mac. UseStoreKitReviewPrompt seems to be missing. It is only declared for iOS.but it is needed elsewhere, like in shouldTryStoreKitReviewPrompt, where it says function is available for all macOS versions.
Please review. Thanks for this great library.
@Vithanco commented on GitHub (Feb 4, 2018):
I don't think this issue was introduced with
a8c1dfd.@coneybeare commented on GitHub (Feb 28, 2018):
It was introduced on https://github.com/UrbanApps/Armchair/pull/112 by @MartinMoizard, but I haven't had time to revert it. Pulls welcome.