-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a178510
commit ab34c93
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Before running Canvas Sync for the first time, open a terminal window | ||
and run | ||
|
||
``` | ||
xattr -c 'Canvas Sync.app' | ||
``` | ||
|
||
first. Otherwise there will be an error saying that this app is | ||
developed by an unidentified developer, but that's just me, the dev. | ||
|
||
If you've dragged-and-dropped Canvas Sync into the /Applications | ||
folder already, simply run | ||
|
||
``` | ||
xattr -c '/Applications/Canvas Sync.app' | ||
``` | ||
|
||
instead. Enjoy! |