SIMBL

From Wikipedia, the free encyclopedia
SIMBL
Developer(s)Mike Solomon
Preview release
0.9.9 / January 27, 2011; 13 years ago (2011-01-27)
Operating systemMac OS X
TypeLoader
Websitegithub.com/msolo/simbl

SIMBL (short for SIMple Bundle Loader, formerly Smart InputManager Bundle Loader, and pronounced like symbol or cymbal), is a discontinued application enhancement (InputManager bundle) loader for Mac OS X developed by Mike Solomon. It helps third-party developers modify and add functionality to applications developed with the Cocoa environment without access to the source code. SIMBL loads code via the InputManager system, which was developed to support foreign input methods. Plugins using SIMBL have advantages over normal InputManager modifications such as targeted code loading into specific applications. Designed for Solomon's PithHelmet, SIMBL is now used by other developers. The most popular use of SIMBL is to add functionality to the Apple Safari web browser which did not have an Apple-authorized plugin system until version 5 in 2010.

SIMBL was developed in response to the restrictive licensing and costs of Application Enhancer and the drawbacks of loading code blindly through the InputManager mechanism.[1]

Installation[edit]

SIMBL is installed like any other InputManager.[clarification needed] As such, it is restricted to certain locations depending on the version of Mac OS X installed. In default installations, it is located in /Library/InputManagers. In versions of Mac OS X prior to Leopard, SIMBL could be installed per-user.[2] In plugin installations, the SIMBL package is automatically installed. Since SIMBL injects code into running processes, buggy plugins can cause process- or even systemwide problems.[3][4]

Plugins[edit]

Plugins for SIMBL are Cocoa bundles that add various functionality to Cocoa applications. They can be placed by the user manually through Finder or by an installer to /Library/Application Support/SIMBL/Plugins. It may also be placed in the user-specific home directories.[1]

Advantages over InputManager Plugins[edit]

SIMBL bundles may be disabled by removing the plugin and restarting the application. With normal InputManager hacks, the user must log out and log in. Also, the normal InputManager mechanism is loaded for all Cocoa applications, providing the possibility of incompatibility and unexpected application behavior. SIMBL only loads bundles for specific and identified applications.[1]

Leopard restrictions on InputManager plugins mean their installation can only be done system-wide. SIMBL plugins may be installed per-user if SIMBL is installed system-wide.

Update Compatibility[edit]

SIMBL plugins must specify which versions of the application that they will run with; running a more recent version of the application with the plugin activated will cause an error dialog to appear.[5] Like all unsupported hacks, the amount of work required to update a plugin depends on the size of the update.[6]

Development[edit]

Development of SIMBL plugins require knowledge of Cocoa reverse-engineering. SIMBL works only with Cocoa applications, not Carbon or other kinds of applications.[7]

No licensing payment is required to use SIMBL, unlike APE, although a donation is suggested. The source to SIMBL is also freely available.[1]

Alternatives[edit]

References[edit]

  1. ^ a b c d Solomon, Mike 2006. SIMBL, http://www.culater.net/software/SIMBL/SIMBL.php
  2. ^ Oddgard, Allan, 2007, "InputManagers on Leopard" http://blog.macromates.com/2007/inputmanagers-on-leopard/
  3. ^ Apple Inc, 2003 "Safari 1.1: Safari Quits Unexpectedly When PithHelmet Is Installed" , http://support.apple.com/kb/TA21363?viewlocale=en_US
  4. ^ Nevyn, 2006 "Fixing God's Problems" "Devnevyn: Fixing God's horrible mistake's fix". Archived from the original on 2009-12-23. Retrieved 2008-10-15.
  5. ^ Bohon, Cory, 2008. "SIMBL Plug-in woes after 10.5.3" http://www.tuaw.com/2008/05/28/simbl-plug-in-woes-after-10-5-3/
  6. ^ Solomon, Mike 2007. 14 Nov 2007, "TerminalColors in Leopard" http://www.culater.net/thc/index.php?entry=/Development/terminal_colors_leopard.txt Archived 2008-12-22 at the Wayback Machine
  7. ^ Stødle, Daniel 14 Nov 2005 , "Re: Loading code into an arbitrary Cocoa application" "Re: Loading code into an arbitrary Cocoa application". Archived from the original on 2011-05-24. Retrieved 2008-10-15.>
  8. ^ Waldo, Brian, 2008. Say Goodbye to SIMBL, http://macapper.com/2008/04/28/plugsuit-say-goodbye-to-simbl/
  9. ^ "GitHub - norio-nomura/EasySIMBL: EasySIMBL is modified "SIMBL" for OS X 10.7, 10.8, 10.9 or 10.10 supporting sandbox, resume. No installer". GitHub.
  10. ^ "GitHub - w0lfschild/mySIMBL: Plugin manager for macOS". GitHub.

External links[edit]