Cocoa framework for improving AppKit
Перейти к файлу
Josh Abernathy c08c61caaf Merge pull request #82 from sirenum/master
Fixes responder chain
2013-04-30 11:05:10 -07:00
External ++specta 2013-04-27 23:41:27 +10:00
Rebel Fixes responder chain with RBLViewController 2013-04-30 11:19:26 +02:00
Rebel.xcodeproj Make the RBLTableView header public. 2013-04-25 16:24:41 +01:00
RebelTests Merge branch 'master' into backingalignedrect 2013-03-25 17:48:18 -07:00
script Read jspahrsummers/objc-build-scripts into script/ 2013-02-26 12:09:57 -08:00
.gitignore add DS_Store to the gitignore 2012-10-23 16:25:17 -05:00
.gitmodules Adding libextobjc, expecta, and specta submodules 2012-10-15 10:37:54 -07:00
CONTRIBUTING.md Adding CONTRIBUTING file 2012-11-15 15:32:22 -08:00
LICENSE.md 2013, yo 2013-01-07 01:24:54 -08:00
README.md Update Getting Started instructions 2013-02-26 12:22:07 -08:00

README.md

Rebel

Rebel is a framework to make AppKit easier to work with, using categories to fix bugs and make APIs nicer, and new classes to perform common tasks.

This framework is very much a work in progress at the moment, and should be considered alpha quality. Breaking changes may happen often during this time.

Getting Started

To start building the framework, clone this repository and then run script/bootstrap. This will automatically pull down any dependencies.

License

Rebel is released under the MIT license. See LICENSE.md.