Cocoa framework for improving AppKit
Перейти к файлу
Rob Rix 1ce4a782a9 Add a workspace for standalone development. 2014-03-20 17:33:30 -04:00
Demos/RBLPopoverDemo Add arrowSize to the RBLPopover demo 2014-02-28 16:04:08 -05:00
External ++xcconfigs for Xc5/5.1 build compatibility. 2014-03-11 18:11:44 +11:00
Rebel Don't call -layoutSubtreeIfNeeded 2014-03-14 15:32:52 -04:00
Rebel.xcodeproj Remove RunUnitTests script 2013-11-08 12:23:22 -08:00
Rebel.xcworkspace Add a workspace for standalone development. 2014-03-20 17:33:30 -04:00
RebelTests Add assertions to check we have the blue border 2013-04-23 11:51:14 +10:00
script Update objc-build-scripts 2013-11-11 11:17:36 -08:00
.gitignore add DS_Store to the gitignore 2012-10-23 16:25:17 -05:00
.gitmodules Add jspahrsummers/xcconfigs as a submodule 2013-06-24 16:41:54 -07:00
.travis.yml notifications. 2013-08-27 17:07:38 +10: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.