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.
220 lines
9.2 KiB
XML
220 lines
9.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="8.00">
|
|
<data>
|
|
<int key="IBDocument.SystemTarget">1060</int>
|
|
<string key="IBDocument.SystemVersion">10F569</string>
|
|
<string key="IBDocument.InterfaceBuilderVersion">788</string>
|
|
<string key="IBDocument.AppKitVersion">1038.29</string>
|
|
<string key="IBDocument.HIToolboxVersion">461.00</string>
|
|
<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
|
|
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin</string>
|
|
<string key="NS.object.0">788</string>
|
|
</object>
|
|
<array class="NSMutableArray" key="IBDocument.EditedObjectIDs">
|
|
<integer value="371"/>
|
|
</array>
|
|
<array key="IBDocument.PluginDependencies">
|
|
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
|
</array>
|
|
<dictionary class="NSMutableDictionary" key="IBDocument.Metadata"/>
|
|
<array class="NSMutableArray" key="IBDocument.RootObjects" id="1048">
|
|
<object class="NSCustomObject" id="1021">
|
|
<string key="NSClassName">NSApplication</string>
|
|
</object>
|
|
<object class="NSCustomObject" id="1014">
|
|
<string key="NSClassName">FirstResponder</string>
|
|
</object>
|
|
<object class="NSCustomObject" id="1050">
|
|
<string key="NSClassName">NSApplication</string>
|
|
</object>
|
|
<object class="NSWindowTemplate" id="972006081">
|
|
<int key="NSWindowStyleMask">15</int>
|
|
<int key="NSWindowBacking">2</int>
|
|
<string key="NSWindowRect">{{408, 519}, {707, 446}}</string>
|
|
<int key="NSWTFlags">1946157056</int>
|
|
<string key="NSWindowTitle">CPLog Test</string>
|
|
<string key="NSWindowClass">NSWindow</string>
|
|
<nil key="NSViewClass"/>
|
|
<string key="NSWindowContentMaxSize">{1.79769e+308, 1.79769e+308}</string>
|
|
<object class="NSView" key="NSWindowView" id="439893737">
|
|
<reference key="NSNextResponder"/>
|
|
<int key="NSvFlags">274</int>
|
|
<array class="NSMutableArray" key="NSSubviews">
|
|
<object class="NSTextField" id="379399619">
|
|
<reference key="NSNextResponder" ref="439893737"/>
|
|
<int key="NSvFlags">301</int>
|
|
<string key="NSFrame">{{332, 214}, {41, 17}}</string>
|
|
<reference key="NSSuperview" ref="439893737"/>
|
|
<bool key="NSEnabled">YES</bool>
|
|
<object class="NSTextFieldCell" key="NSCell" id="905367325">
|
|
<int key="NSCellFlags">68288064</int>
|
|
<int key="NSCellFlags2">272630784</int>
|
|
<string key="NSContents">Hello!</string>
|
|
<object class="NSFont" key="NSSupport">
|
|
<string key="NSName">LucidaGrande</string>
|
|
<double key="NSSize">13</double>
|
|
<int key="NSfFlags">1044</int>
|
|
</object>
|
|
<reference key="NSControlView" ref="379399619"/>
|
|
<object class="NSColor" key="NSBackgroundColor">
|
|
<int key="NSColorSpace">6</int>
|
|
<string key="NSCatalogName">System</string>
|
|
<string key="NSColorName">controlColor</string>
|
|
<object class="NSColor" key="NSColor">
|
|
<int key="NSColorSpace">3</int>
|
|
<bytes key="NSWhite">MC42NjY2NjY2NjY3AA</bytes>
|
|
</object>
|
|
</object>
|
|
<object class="NSColor" key="NSTextColor">
|
|
<int key="NSColorSpace">6</int>
|
|
<string key="NSCatalogName">System</string>
|
|
<string key="NSColorName">controlTextColor</string>
|
|
<object class="NSColor" key="NSColor">
|
|
<int key="NSColorSpace">3</int>
|
|
<bytes key="NSWhite">MAA</bytes>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
</array>
|
|
<string key="NSFrameSize">{707, 446}</string>
|
|
<reference key="NSSuperview"/>
|
|
</object>
|
|
<string key="NSScreenRect">{{0, 0}, {1680, 1028}}</string>
|
|
<string key="NSMaxSize">{1.79769e+308, 1.79769e+308}</string>
|
|
</object>
|
|
<object class="NSCustomObject" id="635946545">
|
|
<string key="NSClassName">AppController</string>
|
|
</object>
|
|
</array>
|
|
<object class="IBObjectContainer" key="IBDocument.Objects">
|
|
<array class="NSMutableArray" key="connectionRecords">
|
|
<object class="IBConnectionRecord">
|
|
<object class="IBOutletConnection" key="connection">
|
|
<string key="label">delegate</string>
|
|
<reference key="source" ref="1021"/>
|
|
<reference key="destination" ref="635946545"/>
|
|
</object>
|
|
<int key="connectionID">451</int>
|
|
</object>
|
|
<object class="IBConnectionRecord">
|
|
<object class="IBOutletConnection" key="connection">
|
|
<string key="label">theWindow</string>
|
|
<reference key="source" ref="635946545"/>
|
|
<reference key="destination" ref="972006081"/>
|
|
</object>
|
|
<int key="connectionID">1090</int>
|
|
</object>
|
|
</array>
|
|
<object class="IBMutableOrderedSet" key="objectRecords">
|
|
<array key="orderedObjects">
|
|
<object class="IBObjectRecord">
|
|
<int key="objectID">0</int>
|
|
<array key="object" id="0"/>
|
|
<reference key="children" ref="1048"/>
|
|
<nil key="parent"/>
|
|
</object>
|
|
<object class="IBObjectRecord">
|
|
<int key="objectID">-2</int>
|
|
<reference key="object" ref="1021"/>
|
|
<reference key="parent" ref="0"/>
|
|
<string key="objectName">File's Owner</string>
|
|
</object>
|
|
<object class="IBObjectRecord">
|
|
<int key="objectID">-1</int>
|
|
<reference key="object" ref="1014"/>
|
|
<reference key="parent" ref="0"/>
|
|
<string key="objectName">First Responder</string>
|
|
</object>
|
|
<object class="IBObjectRecord">
|
|
<int key="objectID">-3</int>
|
|
<reference key="object" ref="1050"/>
|
|
<reference key="parent" ref="0"/>
|
|
<string key="objectName">Application</string>
|
|
</object>
|
|
<object class="IBObjectRecord">
|
|
<int key="objectID">371</int>
|
|
<reference key="object" ref="972006081"/>
|
|
<array class="NSMutableArray" key="children">
|
|
<reference ref="439893737"/>
|
|
</array>
|
|
<reference key="parent" ref="0"/>
|
|
</object>
|
|
<object class="IBObjectRecord">
|
|
<int key="objectID">372</int>
|
|
<reference key="object" ref="439893737"/>
|
|
<array class="NSMutableArray" key="children">
|
|
<reference ref="379399619"/>
|
|
</array>
|
|
<reference key="parent" ref="972006081"/>
|
|
</object>
|
|
<object class="IBObjectRecord">
|
|
<int key="objectID">450</int>
|
|
<reference key="object" ref="635946545"/>
|
|
<reference key="parent" ref="0"/>
|
|
</object>
|
|
<object class="IBObjectRecord">
|
|
<int key="objectID">1337</int>
|
|
<reference key="object" ref="379399619"/>
|
|
<array class="NSMutableArray" key="children">
|
|
<reference ref="905367325"/>
|
|
</array>
|
|
<reference key="parent" ref="439893737"/>
|
|
</object>
|
|
<object class="IBObjectRecord">
|
|
<int key="objectID">1338</int>
|
|
<reference key="object" ref="905367325"/>
|
|
<reference key="parent" ref="379399619"/>
|
|
</object>
|
|
</array>
|
|
</object>
|
|
<dictionary class="NSMutableDictionary" key="flattenedProperties">
|
|
<string key="-3.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
|
|
<string key="1337.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
|
|
<string key="1338.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
|
|
<string key="371.IBEditorWindowLastContentRect">{{329, 481}, {707, 446}}</string>
|
|
<string key="371.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
|
|
<boolean value="YES" key="371.IBViewEditorWindowController.showingLayoutRectangles"/>
|
|
<string key="371.IBWindowTemplateEditedContentRect">{{329, 481}, {707, 446}}</string>
|
|
<integer value="1" key="371.NSWindowTemplate.visibleAtLaunch"/>
|
|
<string key="371.editorWindowContentRectSynchronizationRect">{{33, 99}, {480, 360}}</string>
|
|
<string key="372.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
|
|
<array class="NSMutableArray" key="372.IBUserGuides"/>
|
|
</dictionary>
|
|
<dictionary class="NSMutableDictionary" key="unlocalizedProperties"/>
|
|
<nil key="activeLocalization"/>
|
|
<dictionary class="NSMutableDictionary" key="localizations"/>
|
|
<nil key="sourceID"/>
|
|
<int key="maxID">1338</int>
|
|
</object>
|
|
<object class="IBClassDescriber" key="IBDocument.Classes">
|
|
<array class="NSMutableArray" key="referencedPartialClassDescriptions">
|
|
<object class="IBPartialClassDescription">
|
|
<string key="className">AppController</string>
|
|
<string key="superclassName">NSObject</string>
|
|
<object class="NSMutableDictionary" key="outlets">
|
|
<string key="NS.key.0">theWindow</string>
|
|
<string key="NS.object.0">NSWindow</string>
|
|
</object>
|
|
<object class="NSMutableDictionary" key="toOneOutletInfosByName">
|
|
<string key="NS.key.0">theWindow</string>
|
|
<object class="IBToOneOutletInfo" key="NS.object.0">
|
|
<string key="name">theWindow</string>
|
|
<string key="candidateClassName">NSWindow</string>
|
|
</object>
|
|
</object>
|
|
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
|
<string key="majorKey">IBUserSource</string>
|
|
<string key="minorKey"/>
|
|
</object>
|
|
</object>
|
|
</array>
|
|
</object>
|
|
<int key="IBDocument.localizationMode">0</int>
|
|
<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaFramework</string>
|
|
<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
|
|
<string key="IBDocument.LastKnownRelativeProjectPath">../registration.xcodeproj</string>
|
|
<int key="IBDocument.defaultPropertyAccessControl">3</int>
|
|
</data>
|
|
</archive>
|