mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-27 14:07:03 +00:00
- A formatter function can be passed to the CPLogRegister functions. If the given level already has a provider for the given level, the formatter will be replaced with the one passed to the register function. - Added CPLogColorize function to make it easy for users to colorize messages. - CPLogRegisterRange now checks for min <= max, and now correctly starts iterating from min. - Moved colorization of log level to _CPFormatLogMessage. - Whitespace cleanup.
13 lines
398 B
Plaintext
13 lines
398 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>nib2cibAlignmentTest</string>
|
|
<key>CPPrincipalClass</key>
|
|
<string>CPApplication</string>
|
|
</dict>
|
|
</plist>
|