-
Notifications
You must be signed in to change notification settings - Fork 62
Safari extension #203
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
Safari extension #203
Conversation
|
Little problem with sources location, don't merge it now. |
|
We’re an open source extension, and it costs a lot of money to publish Safari extensions. We will look into it. |
Of course, but people can install by double-clicking on an .app file and it installs automatically the extension (README file) |
|
Ok now macOS is ready: just type |
|
When I test this with Xcode installed, none of the features are actually working. I'm going to do more tests. |
It seems there is some problems with the scratch, I'm getting "Unexpected end of script" in main.js in the web console. |
That's not the issue, you just have to pull the recent commits to your fork. That has already been fixed. |
mistysloth
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All the features work for me, but I'm not giving this a full approve because it doesn't work for everyone.
I could just be doing something wrong, but I’m going to have to be the one who explains it to everyone else so that means I should figure it out before merging. |
Ok so we need to figure out why it does not work in your case. When you say that it does not work, in which way? |
It returns an error whenever I try and use `make`. Is the folder name important? I'm running the terminal in my folder. |
|
Ok could you show before the help message from Xcode please?
|
|
|
Ok I see, your directory contains a space and the make does not like it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does this do? (Your newest fix)
It assure that the path (even with a space) will be considered as one argument instead of two. |
Oh, alright
Oh alright thanks, I’ll check it out soon. We’re planning on releasing this for our big 1,000 user event, but this will likely be merged before then. |



Hello, here is the Xcode project of the extension, tell me if I have to add the .app file (binaries).