mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-11 13:17:13 +00:00
- Added support for userland NS classes. - Added support for auxiliary themes. - NSView should be writing _themeClass, otherwise custom themed classes do not get the correct _themeClass when unarchived. - Added support for stored options, this is critical. For example, if you are using custom frameworks, you have to ensure they are loaded during automatic nib2cib'ing that occurs when building an app or using xcodecapp. Stored options makes this easy to do. - Finally did the right thing and made nib2cib into an Objective-J class.