mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-17 08:01:27 +00:00
- Added support for User Defined Runtime Attributes in IB. - Added support for userland NS classes in IB. - Added support for file-based nib2cib configuration. - Converted nib2cib to Objective-J from straight Javascript. - Updated man page for new features. - Test app.
15 lines
399 B
Plaintext
15 lines
399 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>Main cib file base name</key>
|
|
<string>MainMenu.cib</string>
|
|
<key>CPBundleName</key>
|
|
<string>UserlandNSTest</string>
|
|
<key>IBClasses</key>
|
|
<array>
|
|
<string>BorderView</string>
|
|
</array>
|
|
</dict>
|
|
</plist>
|