Cocoa framework for improving AppKit
Перейти к файлу
Matt Diephouse e2507db762 Merge pull request #154 from tbodt/patch-1
Remove old code that doesn't do anything anymore
2015-12-09 20:03:55 -05:00
Carthage/Checkouts Use Carthage and move to Xcode 6.3+ 2015-09-15 13:37:35 -04:00
Demos/RBLPopoverDemo Change demo to show popover relative to button bounds 2014-04-04 17:12:13 -04:00
Rebel remove dead code from an old hack 2015-12-09 15:45:26 -08:00
Rebel.xcodeproj Xcode does as it pleases 2015-09-23 16:48:06 -04:00
Rebel.xcworkspace Use Carthage and move to Xcode 6.3+ 2015-09-15 13:37:35 -04:00
RebelTests Xcode does as it pleases 2015-09-23 16:48:06 -04:00
script Update to jspahrsummers/objc-build-scripts@a54782 2014-10-27 22:04:18 -07:00
.gitignore add DS_Store to the gitignore 2012-10-23 16:25:17 -05:00
.gitmodules Use Carthage and move to Xcode 6.3+ 2015-09-15 13:37:35 -04: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
Cartfile.private Use Carthage and move to Xcode 6.3+ 2015-09-15 13:37:35 -04:00
Cartfile.resolved Use Carthage and move to Xcode 6.3+ 2015-09-15 13:37:35 -04:00
LICENSE.md 2013, yo 2013-01-07 01:24:54 -08:00
README.md Document the workspace/project thing. 2014-03-25 15:45:47 -04: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.

When working on Rebel in isolation, use the .xcworkspace file. When integrating it into another project, use the .xcodeproj file.

License

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