Questions tagged [simbl]

SIMBL short for SIMple Bundle Loader, formerly Smart InputManager Bundle Loader.

SIMBL is an 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.

38 questions
0
votes
4 answers

Can you use SIMBL to develop a plug-in for the iPhone's Safari?

Can you use SIMBL to develop a plug-in for the iPhone's Safari?
user42118
  • 9
  • 1
  • 2
0
votes
2 answers

Can a SIMBL plug-in be proprietary and closed source?

I'm not sure, because SIMBL is GPL.
shoumikhin
  • 1,327
  • 15
  • 23
0
votes
1 answer

Singletons in Cocoa Plugins

How would I get a hold of a singleton in the main application from a SIMBL plugin? When I try to call something like [ProcessControl sharedInstance], I get an error that ProcessControl is undefined (even though it is declared in a header file).
David Beck
  • 10,099
  • 5
  • 51
  • 88
0
votes
0 answers

Linker Command Failed with exit code 1 Category

I am trying to write a SIMBL plugin for Terminal. When attempting to add a category to TTView, I get: Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_TTView", referenced from: l_OBJC_$_CATEGORY_TTView_$_MySimplePlugin in…
foobar5512
  • 2,470
  • 5
  • 36
  • 52
0
votes
1 answer

Why instance of class WebBaseNetscapePluginView not respond selector in safari4?

I am developing a plug-in with Safari. I followed the adblocker sourcecode to swizzle the method: -(id)initWithFrame:pluginPackage:URL:baseURL:MIMEType:attributeKeys:attributeValues:loadManually:DOMElement: of class WebBaseNetscapePluginView but I…
jin
  • 2,145
  • 5
  • 27
  • 44
0
votes
1 answer

openFrameworks: Math killing debugger?

Using a lerping rectangle class in openFrameworks. I then tried to instantiate it as an array, but it crashed with error: "warning: Could not find object file…
0
votes
1 answer

How to develop a safari plugin(input managers) use SIMBL?

Now I want to develop a safari plugin use SIMBL , but I searched a lot of webpage not found some sourcecode or simple sample , someone can give me or point to a location ? Thank you very much!!!
jin
  • 2,145
  • 5
  • 27
  • 44
0
votes
1 answer

Create SIMBL Plugin in Cocoa

I want to make a very basic SIMBL Plugin - just add a new Menu in Safari. This is what I've tried: I added this to my plist: NSPrincipalClass MySamplePlugin SIMBLTargetApplications
dehlen
  • 7,325
  • 4
  • 43
  • 71
1 2
3