Skip to content
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.
/ MASPreferences Public archive

Modern implementation of the Preferences window for OS X apps, used in TextMate, GitBox and Mou:

License

Notifications You must be signed in to change notification settings

cocoabits/MASPreferences

Folders and files

NameName
Last commit message
Last commit date
Mar 19, 2022
Jul 29, 2017
Mar 15, 2022
Sep 4, 2016
Mar 19, 2022
Mar 15, 2022
Mar 19, 2022

Repository files navigation

MASPreferences

This component is intended as a replacement for SS_PrefsController by Matt Legend Gemmell and Selectable Toolbar by Brandon Walkin. It is designed to use NSViewController subclasses for preference panes.

How to use

You can find a Demo project at MASPreferencesDemo.

Install

  • Add github "shpakovski/MASPreferences" to your Cartfile.
  • Add pod 'MASPreferences' to your Podfile.
  • Add .package(url: "https://github.com/shpakovski/MASPreferences.git", .upToNextMajor(from: "1.4.1")) to your Package.swift.