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

How to make it compatible with sandboxed Electron app for Mac App Store? #30

Closed
miloszfalinski opened this issue Jun 16, 2016 · 2 comments

Comments

@miloszfalinski
Copy link
Contributor

Anyone has any experience as to how to make auto-launch work on a Mac App Store Electron build?

All system-level functionality is locked by default, so it will probably need to be enabled in the entitlements files used to sign the build. I've tried adding temporary exceptions like below, but it doesn't seem to work.

<key>com.apple.security.temporary-exception.apple-events</key>
<array>
    <string>com.apple.systemevents</string>
</array>
@adam-lynch
Copy link
Contributor

Unfortunately, we haven't experience with this.

@adam-lynch
Copy link
Contributor

OK I've learned a good bit about this today. I've rewritten the README with explanations on how it works (plus how the new alternative method for Mac works) and #43 explains why we can't support the Mac App Store. It's really tricky. I'm sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants