Scripts and other files for controlling afpfs-ng-mac via GUI
Go to file
mabam 88b6bb8eed Rationalize file paths & adopting to macFUSE 4
This is based on Dave Griffin’s fixes, but changing the tool’s name from “afpfs-ng-OSX” to “afpfs-ng-mac”. This is to keep the differentiation from the original afpfs-ng, mainly because I changed its command to “mount_afp2”. But to also reflect Apple’s move from “OS X” to “macOS” and “FUSE for macOS” to “macFUSE” seven weeks ago.

Also, I keep the folder with “Mount AFP2.x volume.scpt” and “Unmount ALL AFP2.x volumes.scpt” in /Library/Scripts/ so they are also available from the Script Menu when logged in as a different user.

Fixes to meet the amended file locations of macFUSE v.4.x.
2020-12-19 20:43:56 +01:00
Library/Scripts/afpfs-ng-mac Rationalize file paths & adopting to macFUSE 4 2020-12-19 20:43:56 +01:00
source Updating scripts in “source” 2020-12-19 20:19:21 +01:00
usr/local/afpfs-ng-mac Rationalize file paths & adopting to macFUSE 4 2020-12-19 20:43:56 +01:00
.gitignore Fix AppleScript in “source” to be uncompiled, update .gitignore 2020-12-19 13:34:07 +01:00
LICENSE Initial commit 2018-01-23 22:14:20 +00:00
README.md v1.0 (first commit) 2018-01-24 00:19:29 +01:00

README.md

afpfs-ng-OSX GUI

This repository contains the GUI related files included in the .pkg installer at https://github.com/mabam/afpfs-ng-OSX/releases .

"Library" and "etc" contain GUI related files and folders at the locations the afpfs-ng-OSX .pkg installer writes them to the boot partition.

"source" contains the uncompiled scripts of two of those files (I used Platypus for compiling afpfs-ng-OSX.mount_cmd.command).

"source/post-installation script" contains the post-install script built into the .pkg installer.