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 sandbox file permissions #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alexbowe
Copy link

@alexbowe alexbowe commented Apr 27, 2016

This allows the Apple Script to work with Omnigraffle 6. Without this fix, the user will get errors about not being able to open the .graffle files due to not having permission (due to recent apps running in sandboxes).

This fixes #3

@dcreager
Copy link
Owner

Thanks for the patch! I'll take a look at this in the next day or two on a Mac (since I can't see a diff of the binary AppleScript file here on github).

@alexbowe
Copy link
Author

Sure thing :)
I just changed the "open input" call to "open file input". I'm not sure if
it works for all possible use cases, but it worked for mine at least.

On Wed, 27 Apr 2016 at 21:53 Douglas Creager [email protected]
wrote:

Thanks for the patch! I'll take a look at this in the next day or two on a
Mac (since I can't see a diff of the binary AppleScript file here on
github).


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#5 (comment)

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.

Permission error almost every time
2 participants