diff options
author | Omar Rizwan <omar@omar.website> | 2021-02-08 04:30:36 -0800 |
---|---|---|
committer | Omar Rizwan <omar@omar.website> | 2021-02-08 04:30:36 -0800 |
commit | 341ae6d477ae79b087d302f7de9ccac33f4bef55 (patch) | |
tree | 84b28a9b7e83196aea613ad0acde8bef3eec9209 /extension/safari/README.md | |
parent | eae9082407a81746bb11882a76f28eeeed501ae4 (diff) | |
download | TabFS-341ae6d477ae79b087d302f7de9ccac33f4bef55.tar.gz TabFS-341ae6d477ae79b087d302f7de9ccac33f4bef55.zip |
safari: more cleanup, start on README.md
Diffstat (limited to 'extension/safari/README.md')
-rw-r--r-- | extension/safari/README.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/extension/safari/README.md b/extension/safari/README.md new file mode 100644 index 0000000..730cf82 --- /dev/null +++ b/extension/safari/README.md @@ -0,0 +1,22 @@ +## TabFS for Safari + +This support is a work in progress (as are these instructions). + +Safari's extension support is pretty messy. You will need: + +- Xcode installed +- Safari 14 or newer +- macOS 10.15 Catalina or newer + +Enable the Develop menu in Safari, then Develop -> Allow Unsigned +Extensions. + +Open the Xcode project `TabFS/TabFS.xcodeproj` in this directory. Run +the project. It should open a TabFS app and install the extension in +Safari. + +Enable the extension in Safari Preferences, grant it access to all +sites. It should be running now! (?) + +Check the `fs/mnt` folder of the TabFS repo on your computer to see if +it's mounted. |