Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
w0lfschild committed Mar 9, 2016
1 parent 1782d53 commit 1afb497
Showing 1 changed file with 17 additions and 22 deletions.
39 changes: 17 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# mySIMBL

mySIMBL is a successor to the application EasySIMBL. It is designed to make managing SIMBL plugins easy and robust on OS X versions 10.9 or newer.

This appication uses the older version of SIMBL.osax (0.9.9) since EasySIMBL.osax no longer works on OS X 10.9+ and the original developer does not seem like they are going to update their application or script.
mySIMBL is a successor to the application EasySIMBL. It is designed to make managing SIMBL plugins easy. This appication uses the older version of SIMBL.osax (0.9.9) since EasySIMBL.osax no longer works on OS X 10.9+ and the original developer does not seem like they are going to update their application or script.

![Preview](preview.png)

Expand All @@ -15,22 +13,19 @@ This appication uses the older version of SIMBL.osax (0.9.9) since EasySIMBL.osa

# Current Funtions

* Automatic updates via sparkle
* System Integrity Protection warning
* Offers to move self to /Applications
* Drag and drop install bundles in /Library/Application Support/SIMBL/Plugins
* Open bundles with app to install in /Library/Application Support/SIMBL/Plugins
* Delete bundle (Trash can)
* Show bundle in Finder (Magnifying Glass)
* Toggle bundles between (Colored Circle Icon)
* /Library/Application Support/SIMBL/Plugins
* /Library/Application Support/SIMBL/Plugins (Disabled)
* ~/Library/Application Support/SIMBL/Plugins
* Bundles will display custom icon if located in <bundle>/Contents/icon.icns
* Otherwise bundles display default bundle icon
* Show bundle developer page (Globe Icon)
* Must have url included in <bundle>/Contents/Info.plist
* plist value is string 'DevURL'
* Watch for changes to
* /Library/Application Support/SIMBL/Plugins
* ~/Library/Application Support/SIMBL/Plugins
- Drag and drop install bundles in /Library/Application Support/SIMBL/Plugins
- Open bundles with app to install in /Library/Application Support/SIMBL/Plugins
- Delete bundle (Trash can)
- Show bundle in Finder (Magnifying Glass)
- Toggle bundles between (Colored Circle Icon)
- /Library/Application Support/SIMBL/Plugins
- /Library/Application Support/SIMBL/Plugins (Disabled)
- ~/Library/Application Support/SIMBL/Plugins
- Bundles will display custom icon if located in <bundle>/Contents/icon.icns
- Otherwise bundles display default bundle icon
- Show bundle developer page (Globe Icon)
- Must have url included in <bundle>/Contents/Info.plist
- plist value is string 'DevURL'
- Watches for changes to
- /Library/Application Support/SIMBL/Plugins
- ~/Library/Application Support/SIMBL/Plugins

0 comments on commit 1afb497

Please sign in to comment.