Skip to content

AppleScript-based settings tweaker for macOS, originally intended for those who have restrictions imposed.

License

Notifications You must be signed in to change notification settings

Phorofor/ScriptsPack.macOS

Repository files navigation

#Scripts Pack

A project that I got too lazy to continue based upon users being restricted by an organisation (such as a school) through some sort of Network Account Server and the only possible way was to perform shell tasks integrated into AppleScripts to perform tasks that tweaks variables in a user's preferences.

Visit the Scripts Pack GitHub Pages site

View Releases here

Installing

0. Just run the Scripts Pack's Install.applescript. If you don't feel like using that script, drag the Scripts Pack folder into ~/Library/Scripts for the current user, or /Library/Scripts for all users. See [the Manual Installation page] for more details.

Building

You don't need to build anything. In fact, it'll work just by dragging the Scripts Pack folder anywhere. For fun, you can create a disk image for this using Scripts Pack's create-dmg script. Also, Travis-ci automatically does this.

To build the disk image:

git clone https://github.com/Phorofor/ScriptsPack.macOS.git

cd ScriptsPack.macOS

chmod +x MAKE

./MAKE

The disk image will mount twice, the first one being for the creation of the disk image and the final one where it has been finally completed. Its output should be placed in the Build folder.

Build Status

License

Scripts Pack is licensed under the BSD License. See the License file for more information.

Scripts Pack also makes use of create-dmg which is licensed under the MIT License to generate disk images for this program.