Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update StoreKit naming to support case-sensitive volumes #61

Merged
merged 1 commit into from
Apr 7, 2023

Conversation

aprilandjan
Copy link
Contributor

Hi, thanks for your awesome repo, it's quit handy in electron apps :)

However, recently I found that, if the package is installed in a case-sensitive volumn, the compillation will fail with the error below:

image

The problem is that the Storekit is different with StoreKit in such case-sensitive volumns. In my mac, there's only StoreKit.framework rather than Storekit.framework:
image

and the StoreKit seems to be apple's official framework name(see https://developer.apple.com/documentation/storekit).

This PR simply change Storekit into StoreKit to support case-sensitive volumes, and the compillation runs successfully. Please have a look :)

Copy link
Owner

@codebytere codebytere left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! I'll get a new release out soon :)

@codebytere codebytere merged commit ddefaa0 into codebytere:main Apr 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants