Cocoa framework for improving AppKit
Перейти к файлу
Josh Abernathy fe08b3545f Merge pull request #35 from github/remove-viewmodel-property
Remove RBLViewModel forward declaration and viewModel property
2012-10-23 11:49:30 -07:00
External Adding libextobjc, expecta, and specta submodules 2012-10-15 10:37:54 -07:00
Rebel :trollface: 2012-10-23 11:48:56 -07:00
Rebel.xcodeproj Fix up references to submodule paths 2012-10-15 10:40:37 -07:00
RebelTests Style fix all the code 2012-10-22 21:19:56 -07:00
.gitignore Initial commit 2012-07-29 15:41:54 -07:00
.gitmodules Adding libextobjc, expecta, and specta submodules 2012-10-15 10:37:54 -07:00
LICENSE.md Add vertical flippedness fix for RBLResizableImage 2012-10-08 16:33:38 -07:00
README.md Update README to not mention MVVM or RAC 2012-10-15 10:28:12 -07: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 git submodule update --init --recursive. This will automatically pull down any dependencies.

Contributing

Fork this repository, make it awesomer (preferably in a branch named for the topic), send a pull request!

All contributions should match our coding conventions.

License

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