https://github.com/adrum/simbl
Automatically exported from code.google.com/p/simbl
https://github.com/adrum/simbl
Last synced: 12 months ago
JSON representation
Automatically exported from code.google.com/p/simbl
- Host: GitHub
- URL: https://github.com/adrum/simbl
- Owner: adrum
- Created: 2015-08-19T18:11:15.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-19T18:18:16.000Z (almost 11 years ago)
- Last Synced: 2025-06-28T12:45:52.232Z (12 months ago)
- Language: Objective-C
- Size: 234 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
Awesome Lists containing this project
README
# simbl
Automatically exported from code.google.com/p/simbl
SIMBL is the SIMple Bundle Loader.
It enables various plugins like [PithHelmet](http://culater.net/software/PithHelmet/) to run in Cocoa applications such as Safari.
# Bugs
If you think you've hit a bug, check the [FAQ](https://code.google.com/p/simbl/wiki/FAQ). If you're question hasn't been answered there, peruse the [Issues List](http://code.google.com/p/simbl/issues/list).
# History
You can follow [NewDevelopments](https://code.google.com/p/simbl/wiki/NewDevelopments) for semi-interesting information about SIMBL. There are some [enhancements](https://code.google.com/p/simbl/wiki/TODO) scheduled for the near future. The brave can try and make sense of the [change log](http://code.google.com/p/simbl/source/browse/CHANGES).
# Plugins
There are a number of [SIMBL plugins](https://code.google.com/p/simbl/wiki/SIMBLPlugins) to enhance a number of applications.
# Development
For more information about developing plugins that use SIMBL, you can try following the [tutorial](https://code.google.com/p/simbl/wiki/Tutorial). You could also skip to the [troubleshooting](https://code.google.com/p/simbl/wiki/Tutorial#Debugging_and_Troubleshooting) section.
If you are interested in modifying a particular Cocoa application, the [Armchair Guide to Cocoa Reverse Engineering](https://code.google.com/p/simbl/wiki/CocoaReverseEngineering).