mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-11-05 07:49:02 +00:00
838f8ae352
--HG-- rename : base/cocoa/AppDelegate.h => cocoa/base/AppDelegate.h rename : base/cocoa/AppDelegate.m => cocoa/base/AppDelegate.m rename : base/cocoa/Consts.h => cocoa/base/Consts.h rename : base/cocoa/DetailsPanel.h => cocoa/base/DetailsPanel.h rename : base/cocoa/DetailsPanel.m => cocoa/base/DetailsPanel.m rename : base/cocoa/DirectoryPanel.h => cocoa/base/DirectoryPanel.h rename : base/cocoa/DirectoryPanel.m => cocoa/base/DirectoryPanel.m rename : base/cocoa/PyDupeGuru.h => cocoa/base/PyDupeGuru.h rename : base/cocoa/ResultWindow.h => cocoa/base/ResultWindow.h rename : base/cocoa/ResultWindow.m => cocoa/base/ResultWindow.m rename : base/cocoa/dsa_pub.pem => cocoa/base/dsa_pub.pem rename : base/cocoa/xib/DetailsPanel.xib => cocoa/base/xib/DetailsPanel.xib rename : base/cocoa/xib/DirectoryPanel.xib => cocoa/base/xib/DirectoryPanel.xib rename : base/cocoa/xib/MainMenu.xib => cocoa/base/xib/MainMenu.xib rename : me/cocoa/AppDelegate.h => cocoa/me/AppDelegate.h rename : me/cocoa/AppDelegate.m => cocoa/me/AppDelegate.m rename : me/cocoa/Consts.h => cocoa/me/Consts.h rename : me/cocoa/DetailsPanel.h => cocoa/me/DetailsPanel.h rename : me/cocoa/DetailsPanel.m => cocoa/me/DetailsPanel.m rename : me/cocoa/DirectoryPanel.h => cocoa/me/DirectoryPanel.h rename : me/cocoa/DirectoryPanel.m => cocoa/me/DirectoryPanel.m rename : me/cocoa/Info.plist => cocoa/me/Info.plist rename : me/cocoa/PyDupeGuru.h => cocoa/me/PyDupeGuru.h rename : me/cocoa/ResultWindow.h => cocoa/me/ResultWindow.h rename : me/cocoa/ResultWindow.m => cocoa/me/ResultWindow.m rename : me/cocoa/dupeguru.icns => cocoa/me/dupeguru.icns rename : me/cocoa/dupeguru.xcodeproj/project.pbxproj => cocoa/me/dupeguru.xcodeproj/project.pbxproj rename : me/cocoa/gen.py => cocoa/me/gen.py rename : me/cocoa/main.m => cocoa/me/main.m rename : me/cocoa/py/dg_cocoa.py => cocoa/me/py/dg_cocoa.py rename : me/cocoa/py/setup.py => cocoa/me/py/setup.py rename : me/cocoa/xib/Preferences.xib => cocoa/me/xib/Preferences.xib rename : pe/cocoa/AppDelegate.h => cocoa/pe/AppDelegate.h rename : pe/cocoa/AppDelegate.m => cocoa/pe/AppDelegate.m rename : pe/cocoa/Consts.h => cocoa/pe/Consts.h rename : pe/cocoa/DetailsPanel.h => cocoa/pe/DetailsPanel.h rename : pe/cocoa/DetailsPanel.m => cocoa/pe/DetailsPanel.m rename : pe/cocoa/DirectoryPanel.h => cocoa/pe/DirectoryPanel.h rename : pe/cocoa/DirectoryPanel.m => cocoa/pe/DirectoryPanel.m rename : pe/cocoa/Info.plist => cocoa/pe/Info.plist rename : pe/cocoa/PictureBlocks.h => cocoa/pe/PictureBlocks.h rename : pe/cocoa/PictureBlocks.m => cocoa/pe/PictureBlocks.m rename : pe/cocoa/PyDupeGuru.h => cocoa/pe/PyDupeGuru.h rename : pe/cocoa/ResultWindow.h => cocoa/pe/ResultWindow.h rename : pe/cocoa/ResultWindow.m => cocoa/pe/ResultWindow.m rename : pe/cocoa/dupeguru.icns => cocoa/pe/dupeguru.icns rename : pe/cocoa/dupeguru.xcodeproj/project.pbxproj => cocoa/pe/dupeguru.xcodeproj/project.pbxproj rename : pe/cocoa/gen.py => cocoa/pe/gen.py rename : pe/cocoa/main.m => cocoa/pe/main.m rename : pe/cocoa/py/dg_cocoa.py => cocoa/pe/py/dg_cocoa.py rename : pe/cocoa/py/setup.py => cocoa/pe/py/setup.py rename : pe/cocoa/xib/DetailsPanel.xib => cocoa/pe/xib/DetailsPanel.xib rename : pe/cocoa/xib/Preferences.xib => cocoa/pe/xib/Preferences.xib rename : se/cocoa/AppDelegate.h => cocoa/se/AppDelegate.h rename : se/cocoa/AppDelegate.m => cocoa/se/AppDelegate.m rename : se/cocoa/Consts.h => cocoa/se/Consts.h rename : se/cocoa/DetailsPanel.h => cocoa/se/DetailsPanel.h rename : se/cocoa/DetailsPanel.m => cocoa/se/DetailsPanel.m rename : se/cocoa/DirectoryPanel.h => cocoa/se/DirectoryPanel.h rename : se/cocoa/DirectoryPanel.m => cocoa/se/DirectoryPanel.m rename : se/cocoa/Info.plist => cocoa/se/Info.plist rename : se/cocoa/PyDupeGuru.h => cocoa/se/PyDupeGuru.h rename : se/cocoa/ResultWindow.h => cocoa/se/ResultWindow.h rename : se/cocoa/ResultWindow.m => cocoa/se/ResultWindow.m rename : se/cocoa/dupeguru.icns => cocoa/se/dupeguru.icns rename : se/cocoa/dupeguru.xcodeproj/project.pbxproj => cocoa/se/dupeguru.xcodeproj/project.pbxproj rename : se/cocoa/gen.py => cocoa/se/gen.py rename : se/cocoa/main.m => cocoa/se/main.m rename : se/cocoa/py/dg_cocoa.py => cocoa/se/py/dg_cocoa.py rename : se/cocoa/py/setup.py => cocoa/se/py/setup.py rename : se/cocoa/xib/Preferences.xib => cocoa/se/xib/Preferences.xib rename : base/core/LICENSE => core/LICENSE rename : base/core/__init__.py => core/__init__.py rename : base/core/app.py => core/app.py rename : base/core/app_cocoa.py => core/app_cocoa.py rename : base/core/data.py => core/data.py rename : base/core/directories.py => core/directories.py rename : base/core/engine.py => core/engine.py rename : base/core/export.py => core/export.py rename : base/core/fs.py => core/fs.py rename : base/core/ignore.py => core/ignore.py rename : base/core/results.py => core/results.py rename : base/core/scanner.py => core/scanner.py rename : base/core/tests/__init__.py => core/tests/__init__.py rename : base/core/tests/app_cocoa_test.py => core/tests/app_cocoa_test.py rename : base/core/tests/app_test.py => core/tests/app_test.py rename : base/core/tests/data.py => core/tests/data.py rename : base/core/tests/directories_test.py => core/tests/directories_test.py rename : base/core/tests/engine_test.py => core/tests/engine_test.py rename : base/core/tests/ignore_test.py => core/tests/ignore_test.py rename : base/core/tests/results_test.py => core/tests/results_test.py rename : base/core/tests/scanner_test.py => core/tests/scanner_test.py rename : me/core/__init__.py => core_me/__init__.py rename : me/core/app_cocoa.py => core_me/app_cocoa.py rename : me/core/data.py => core_me/data.py rename : me/core/fs.py => core_me/fs.py rename : me/core/scanner.py => core_me/scanner.py rename : me/core/tests/__init__.py => core_me/tests/__init__.py rename : me/core/tests/scanner_test.py => core_me/tests/scanner_test.py rename : pe/core/LICENSE => core_pe/LICENSE rename : pe/core/__init__.py => core_pe/__init__.py rename : pe/core/app_cocoa.py => core_pe/app_cocoa.py rename : pe/core/block.py => core_pe/block.py rename : pe/core/cache.py => core_pe/cache.py rename : pe/core/data.py => core_pe/data.py rename : pe/core/gen.py => core_pe/gen.py rename : pe/core/matchbase.py => core_pe/matchbase.py rename : pe/core/modules/block/block.pyx => core_pe/modules/block/block.pyx rename : pe/core/modules/block/setup.py => core_pe/modules/block/setup.py rename : pe/core/modules/cache/cache.pyx => core_pe/modules/cache/cache.pyx rename : pe/core/modules/cache/setup.py => core_pe/modules/cache/setup.py rename : pe/core/scanner.py => core_pe/scanner.py rename : pe/core/tests/__init__.py => core_pe/tests/__init__.py rename : pe/core/tests/block_test.py => core_pe/tests/block_test.py rename : pe/core/tests/cache_test.py => core_pe/tests/cache_test.py rename : se/core/LICENSE => core_se/LICENSE rename : se/core/__init__.py => core_se/__init__.py rename : se/core/app_cocoa.py => core_se/app_cocoa.py rename : se/core/data.py => core_se/data.py rename : se/core/fs.py => core_se/fs.py rename : se/core/tests/__init__.py => core_se/tests/__init__.py rename : se/core/tests/fs_test.py => core_se/tests/fs_test.py rename : me/help/LICENSE => help_me/LICENSE rename : me/help/__init__.py => help_me/__init__.py rename : me/help/changelog.yaml => help_me/changelog.yaml rename : me/help/gen.py => help_me/gen.py rename : me/help/skeleton/hardcoded.css => help_me/skeleton/hardcoded.css rename : me/help/skeleton/images/hs_title.png => help_me/skeleton/images/hs_title.png rename : me/help/templates/base_dg.mako => help_me/templates/base_dg.mako rename : me/help/templates/credits.mako => help_me/templates/credits.mako rename : me/help/templates/directories.mako => help_me/templates/directories.mako rename : me/help/templates/faq.mako => help_me/templates/faq.mako rename : me/help/templates/intro.mako => help_me/templates/intro.mako rename : me/help/templates/power_marker.mako => help_me/templates/power_marker.mako rename : me/help/templates/preferences.mako => help_me/templates/preferences.mako rename : me/help/templates/quick_start.mako => help_me/templates/quick_start.mako rename : me/help/templates/results.mako => help_me/templates/results.mako rename : me/help/templates/versions.mako => help_me/templates/versions.mako rename : pe/help/LICENSE => help_pe/LICENSE rename : pe/help/__init__.py => help_pe/__init__.py rename : pe/help/changelog.yaml => help_pe/changelog.yaml rename : pe/help/gen.py => help_pe/gen.py rename : pe/help/skeleton/hardcoded.css => help_pe/skeleton/hardcoded.css rename : pe/help/skeleton/images/hs_title.png => help_pe/skeleton/images/hs_title.png rename : pe/help/templates/base_dg.mako => help_pe/templates/base_dg.mako rename : pe/help/templates/credits.mako => help_pe/templates/credits.mako rename : pe/help/templates/directories.mako => help_pe/templates/directories.mako rename : pe/help/templates/faq.mako => help_pe/templates/faq.mako rename : pe/help/templates/intro.mako => help_pe/templates/intro.mako rename : pe/help/templates/power_marker.mako => help_pe/templates/power_marker.mako rename : pe/help/templates/preferences.mako => help_pe/templates/preferences.mako rename : pe/help/templates/quick_start.mako => help_pe/templates/quick_start.mako rename : pe/help/templates/results.mako => help_pe/templates/results.mako rename : pe/help/templates/versions.mako => help_pe/templates/versions.mako rename : se/help/LICENSE => help_se/LICENSE rename : se/help/changelog.yaml => help_se/changelog.yaml rename : se/help/gen.py => help_se/gen.py rename : se/help/skeleton/hardcoded.css => help_se/skeleton/hardcoded.css rename : se/help/skeleton/images/hs_title.png => help_se/skeleton/images/hs_title.png rename : se/help/templates/base_dg.mako => help_se/templates/base_dg.mako rename : se/help/templates/credits.mako => help_se/templates/credits.mako rename : se/help/templates/directories.mako => help_se/templates/directories.mako rename : se/help/templates/faq.mako => help_se/templates/faq.mako rename : se/help/templates/intro.mako => help_se/templates/intro.mako rename : se/help/templates/power_marker.mako => help_se/templates/power_marker.mako rename : se/help/templates/preferences.mako => help_se/templates/preferences.mako rename : se/help/templates/quick_start.mako => help_se/templates/quick_start.mako rename : se/help/templates/results.mako => help_se/templates/results.mako rename : se/help/templates/versions.mako => help_se/templates/versions.mako rename : base/qt/WARNING => qt/WARNING rename : base/qt/__init__.py => qt/base/__init__.py rename : base/qt/app.py => qt/base/app.py rename : base/qt/details_table.py => qt/base/details_table.py rename : base/qt/dg.qrc => qt/base/dg.qrc rename : base/qt/directories_dialog.py => qt/base/directories_dialog.py rename : base/qt/directories_dialog.ui => qt/base/directories_dialog.ui rename : base/qt/directories_model.py => qt/base/directories_model.py rename : base/qt/main_window.py => qt/base/main_window.py rename : base/qt/main_window.ui => qt/base/main_window.ui rename : base/qt/platform.py => qt/base/platform.py rename : base/qt/platform_osx.py => qt/base/platform_osx.py rename : base/qt/platform_win.py => qt/base/platform_win.py rename : base/qt/preferences.py => qt/base/preferences.py rename : base/qt/results_model.py => qt/base/results_model.py rename : me/qt/app.py => qt/me/app.py rename : me/qt/build.py => qt/me/build.py rename : me/qt/details_dialog.py => qt/me/details_dialog.py rename : me/qt/details_dialog.ui => qt/me/details_dialog.ui rename : me/qt/dgme.spec => qt/me/dgme.spec rename : me/qt/gen.py => qt/me/gen.py rename : me/qt/installer.aip => qt/me/installer.aip rename : me/qt/preferences.py => qt/me/preferences.py rename : me/qt/preferences_dialog.py => qt/me/preferences_dialog.py rename : me/qt/preferences_dialog.ui => qt/me/preferences_dialog.ui rename : me/qt/profile.py => qt/me/profile.py rename : me/qt/start.py => qt/me/start.py rename : me/qt/verinfo => qt/me/verinfo rename : pe/qt/app.py => qt/pe/app.py rename : pe/qt/block.py => qt/pe/block.py rename : pe/qt/build.py => qt/pe/build.py rename : pe/qt/details_dialog.py => qt/pe/details_dialog.py rename : pe/qt/details_dialog.ui => qt/pe/details_dialog.ui rename : pe/qt/dgpe.spec => qt/pe/dgpe.spec rename : pe/qt/gen.py => qt/pe/gen.py rename : pe/qt/installer.aip => qt/pe/installer.aip rename : pe/qt/main_window.py => qt/pe/main_window.py rename : pe/qt/modules/block/block.pyx => qt/pe/modules/block/block.pyx rename : pe/qt/modules/block/setup.py => qt/pe/modules/block/setup.py rename : pe/qt/preferences.py => qt/pe/preferences.py rename : pe/qt/preferences_dialog.py => qt/pe/preferences_dialog.py rename : pe/qt/preferences_dialog.ui => qt/pe/preferences_dialog.ui rename : pe/qt/profile.py => qt/pe/profile.py rename : pe/qt/start.py => qt/pe/start.py rename : pe/qt/verinfo => qt/pe/verinfo rename : se/qt/app.py => qt/se/app.py rename : se/qt/build.py => qt/se/build.py rename : se/qt/details_dialog.py => qt/se/details_dialog.py rename : se/qt/details_dialog.ui => qt/se/details_dialog.ui rename : se/qt/dgse.spec => qt/se/dgse.spec rename : se/qt/gen.py => qt/se/gen.py rename : se/qt/installer.aip => qt/se/installer.aip rename : se/qt/preferences.py => qt/se/preferences.py rename : se/qt/preferences_dialog.py => qt/se/preferences_dialog.py rename : se/qt/preferences_dialog.ui => qt/se/preferences_dialog.ui rename : se/qt/profile.py => qt/se/profile.py rename : se/qt/start.py => qt/se/start.py rename : se/qt/verinfo => qt/se/verinfo extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40285
1504 lines
66 KiB
XML
1504 lines
66 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="7.10">
|
||
<data>
|
||
<int key="IBDocument.SystemTarget">1050</int>
|
||
<string key="IBDocument.SystemVersion">10B504</string>
|
||
<string key="IBDocument.InterfaceBuilderVersion">740</string>
|
||
<string key="IBDocument.AppKitVersion">1038.2</string>
|
||
<string key="IBDocument.HIToolboxVersion">437.00</string>
|
||
<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
|
||
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||
<string key="NS.object.0">740</string>
|
||
</object>
|
||
<object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
<integer value="6"/>
|
||
</object>
|
||
<object class="NSArray" key="IBDocument.PluginDependencies">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||
</object>
|
||
<object class="NSMutableDictionary" key="IBDocument.Metadata">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
<object class="NSArray" key="dict.sortedKeys" id="0">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
</object>
|
||
<object class="NSMutableArray" key="dict.values">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
</object>
|
||
</object>
|
||
<object class="NSMutableArray" key="IBDocument.RootObjects" id="238648523">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
<object class="NSCustomObject" id="566600593">
|
||
<string key="NSClassName">DirectoryPanel</string>
|
||
</object>
|
||
<object class="NSCustomObject" id="244639324">
|
||
<string key="NSClassName">FirstResponder</string>
|
||
</object>
|
||
<object class="NSCustomObject" id="191318647">
|
||
<string key="NSClassName">NSApplication</string>
|
||
</object>
|
||
<object class="NSWindowTemplate" id="970147395">
|
||
<int key="NSWindowStyleMask">11</int>
|
||
<int key="NSWindowBacking">2</int>
|
||
<string key="NSWindowRect">{{387, 290}, {369, 269}}</string>
|
||
<int key="NSWTFlags">1886913536</int>
|
||
<string key="NSWindowTitle">Directories</string>
|
||
<string key="NSWindowClass">NSWindow</string>
|
||
<object class="NSMutableString" key="NSViewClass">
|
||
<characters key="NS.bytes">View</characters>
|
||
</object>
|
||
<string key="NSWindowContentMaxSize">{1.79769e+308, 1.79769e+308}</string>
|
||
<string key="NSWindowContentMinSize">{369, 269}</string>
|
||
<object class="NSView" key="NSWindowView" id="53314480">
|
||
<reference key="NSNextResponder"/>
|
||
<int key="NSvFlags">256</int>
|
||
<object class="NSMutableArray" key="NSSubviews">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
<object class="NSScrollView" id="242279311">
|
||
<reference key="NSNextResponder" ref="53314480"/>
|
||
<int key="NSvFlags">274</int>
|
||
<object class="NSMutableArray" key="NSSubviews">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
<object class="NSClipView" id="514281221">
|
||
<reference key="NSNextResponder" ref="242279311"/>
|
||
<int key="NSvFlags">2304</int>
|
||
<object class="NSMutableArray" key="NSSubviews">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
<object class="NSOutlineView" id="10140319">
|
||
<reference key="NSNextResponder" ref="514281221"/>
|
||
<int key="NSvFlags">256</int>
|
||
<string key="NSFrameSize">{327, 165}</string>
|
||
<reference key="NSSuperview" ref="514281221"/>
|
||
<int key="NSTag">1</int>
|
||
<bool key="NSEnabled">YES</bool>
|
||
<object class="NSTableHeaderView" key="NSHeaderView" id="885660940">
|
||
<reference key="NSNextResponder" ref="395832192"/>
|
||
<int key="NSvFlags">256</int>
|
||
<string key="NSFrameSize">{327, 17}</string>
|
||
<reference key="NSSuperview" ref="395832192"/>
|
||
<reference key="NSTableView" ref="10140319"/>
|
||
</object>
|
||
<object class="_NSCornerView" key="NSCornerView" id="950325122">
|
||
<reference key="NSNextResponder" ref="242279311"/>
|
||
<int key="NSvFlags">-2147483392</int>
|
||
<string key="NSFrame">{{-26, 0}, {16, 17}}</string>
|
||
<reference key="NSSuperview" ref="242279311"/>
|
||
</object>
|
||
<object class="NSMutableArray" key="NSTableColumns">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
<object class="NSTableColumn" id="547470852">
|
||
<string key="NSIdentifier">0</string>
|
||
<double key="NSWidth">236</double>
|
||
<double key="NSMinWidth">16</double>
|
||
<double key="NSMaxWidth">1000</double>
|
||
<object class="NSTableHeaderCell" key="NSHeaderCell">
|
||
<int key="NSCellFlags">75628096</int>
|
||
<int key="NSCellFlags2">2048</int>
|
||
<string key="NSContents">Name</string>
|
||
<object class="NSFont" key="NSSupport" id="26">
|
||
<string key="NSName">LucidaGrande</string>
|
||
<double key="NSSize">11</double>
|
||
<int key="NSfFlags">3100</int>
|
||
</object>
|
||
<object class="NSColor" key="NSBackgroundColor">
|
||
<int key="NSColorSpace">3</int>
|
||
<bytes key="NSWhite">MC4zMzMzMzI5OQA</bytes>
|
||
</object>
|
||
<object class="NSColor" key="NSTextColor" id="1020657663">
|
||
<int key="NSColorSpace">6</int>
|
||
<string key="NSCatalogName">System</string>
|
||
<string key="NSColorName">headerTextColor</string>
|
||
<object class="NSColor" key="NSColor" id="971883632">
|
||
<int key="NSColorSpace">3</int>
|
||
<bytes key="NSWhite">MAA</bytes>
|
||
</object>
|
||
</object>
|
||
</object>
|
||
<object class="NSTextFieldCell" key="NSDataCell" id="789749163">
|
||
<int key="NSCellFlags">337772096</int>
|
||
<int key="NSCellFlags2">2048</int>
|
||
<string key="NSContents">Text Cell</string>
|
||
<reference key="NSSupport" ref="26"/>
|
||
<reference key="NSControlView" ref="10140319"/>
|
||
<object class="NSColor" key="NSBackgroundColor" id="848213572">
|
||
<int key="NSColorSpace">6</int>
|
||
<string key="NSCatalogName">System</string>
|
||
<string key="NSColorName">controlBackgroundColor</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>
|
||
<reference key="NSColor" ref="971883632"/>
|
||
</object>
|
||
</object>
|
||
<int key="NSResizingMask">3</int>
|
||
<bool key="NSIsResizeable">YES</bool>
|
||
<reference key="NSTableView" ref="10140319"/>
|
||
</object>
|
||
<object class="NSTableColumn" id="50798966">
|
||
<string key="NSIdentifier">1</string>
|
||
<double key="NSWidth">85.35595703125</double>
|
||
<double key="NSMinWidth">30.35595703125</double>
|
||
<double key="NSMaxWidth">1000</double>
|
||
<object class="NSTableHeaderCell" key="NSHeaderCell">
|
||
<int key="NSCellFlags">75628096</int>
|
||
<int key="NSCellFlags2">2048</int>
|
||
<string key="NSContents">State</string>
|
||
<reference key="NSSupport" ref="26"/>
|
||
<object class="NSColor" key="NSBackgroundColor">
|
||
<int key="NSColorSpace">6</int>
|
||
<string key="NSCatalogName">System</string>
|
||
<string key="NSColorName">headerColor</string>
|
||
<object class="NSColor" key="NSColor" id="1018079507">
|
||
<int key="NSColorSpace">3</int>
|
||
<bytes key="NSWhite">MQA</bytes>
|
||
</object>
|
||
</object>
|
||
<reference key="NSTextColor" ref="1020657663"/>
|
||
</object>
|
||
<object class="NSPopUpButtonCell" key="NSDataCell" id="867721721">
|
||
<int key="NSCellFlags">71433792</int>
|
||
<int key="NSCellFlags2">2048</int>
|
||
<reference key="NSSupport" ref="26"/>
|
||
<reference key="NSControlView" ref="10140319"/>
|
||
<int key="NSButtonFlags">-2046672641</int>
|
||
<int key="NSButtonFlags2">1</int>
|
||
<reference key="NSAlternateImage" ref="26"/>
|
||
<string key="NSKeyEquivalent"/>
|
||
<int key="NSPeriodicDelay">400</int>
|
||
<int key="NSPeriodicInterval">75</int>
|
||
<nil key="NSMenuItem"/>
|
||
<bool key="NSMenuItemRespectAlignment">YES</bool>
|
||
<object class="NSMenu" key="NSMenu" id="104112446">
|
||
<string key="NSTitle"/>
|
||
<object class="NSMutableArray" key="NSMenuItems">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
</object>
|
||
</object>
|
||
<int key="NSSelectedIndex">-1</int>
|
||
<int key="NSPreferredEdge">3</int>
|
||
<bool key="NSUsesItemFromMenu">YES</bool>
|
||
<bool key="NSAltersState">YES</bool>
|
||
<int key="NSArrowPosition">1</int>
|
||
</object>
|
||
<int key="NSResizingMask">2</int>
|
||
<bool key="NSIsResizeable">YES</bool>
|
||
<reference key="NSTableView" ref="10140319"/>
|
||
</object>
|
||
</object>
|
||
<double key="NSIntercellSpacingWidth">3</double>
|
||
<double key="NSIntercellSpacingHeight">2</double>
|
||
<reference key="NSBackgroundColor" ref="1018079507"/>
|
||
<object class="NSColor" key="NSGridColor">
|
||
<int key="NSColorSpace">6</int>
|
||
<string key="NSCatalogName">System</string>
|
||
<string key="NSColorName">gridColor</string>
|
||
<object class="NSColor" key="NSColor">
|
||
<int key="NSColorSpace">3</int>
|
||
<bytes key="NSWhite">MC41AA</bytes>
|
||
</object>
|
||
</object>
|
||
<double key="NSRowHeight">14</double>
|
||
<int key="NSTvFlags">1379958784</int>
|
||
<reference key="NSDelegate"/>
|
||
<reference key="NSDataSource"/>
|
||
<int key="NSColumnAutoresizingStyle">1</int>
|
||
<int key="NSDraggingSourceMaskForLocal">15</int>
|
||
<int key="NSDraggingSourceMaskForNonLocal">0</int>
|
||
<bool key="NSAllowsTypeSelect">YES</bool>
|
||
<int key="NSTableViewDraggingDestinationStyle">0</int>
|
||
</object>
|
||
</object>
|
||
<string key="NSFrame">{{1, 17}, {327, 165}}</string>
|
||
<reference key="NSSuperview" ref="242279311"/>
|
||
<reference key="NSNextKeyView" ref="10140319"/>
|
||
<reference key="NSDocView" ref="10140319"/>
|
||
<reference key="NSBGColor" ref="848213572"/>
|
||
<int key="NScvFlags">4</int>
|
||
</object>
|
||
<object class="NSScroller" id="969449190">
|
||
<reference key="NSNextResponder" ref="242279311"/>
|
||
<int key="NSvFlags">-2147483392</int>
|
||
<string key="NSFrame">{{-30, 17}, {15, 150}}</string>
|
||
<reference key="NSSuperview" ref="242279311"/>
|
||
<reference key="NSTarget" ref="242279311"/>
|
||
<string key="NSAction">_doScroller:</string>
|
||
<double key="NSPercent">0.7366071343421936</double>
|
||
</object>
|
||
<object class="NSScroller" id="450646412">
|
||
<reference key="NSNextResponder" ref="242279311"/>
|
||
<int key="NSvFlags">-2147483392</int>
|
||
<string key="NSFrame">{{1, -30}, {312, 15}}</string>
|
||
<reference key="NSSuperview" ref="242279311"/>
|
||
<int key="NSsFlags">1</int>
|
||
<reference key="NSTarget" ref="242279311"/>
|
||
<string key="NSAction">_doScroller:</string>
|
||
<double key="NSPercent">0.9541284441947937</double>
|
||
</object>
|
||
<object class="NSClipView" id="395832192">
|
||
<reference key="NSNextResponder" ref="242279311"/>
|
||
<int key="NSvFlags">2304</int>
|
||
<object class="NSMutableArray" key="NSSubviews">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
<reference ref="885660940"/>
|
||
</object>
|
||
<string key="NSFrame">{{1, 0}, {327, 17}}</string>
|
||
<reference key="NSSuperview" ref="242279311"/>
|
||
<reference key="NSNextKeyView" ref="885660940"/>
|
||
<reference key="NSDocView" ref="885660940"/>
|
||
<reference key="NSBGColor" ref="848213572"/>
|
||
<int key="NScvFlags">4</int>
|
||
</object>
|
||
<reference ref="950325122"/>
|
||
</object>
|
||
<string key="NSFrame">{{20, 66}, {329, 183}}</string>
|
||
<reference key="NSSuperview" ref="53314480"/>
|
||
<reference key="NSNextKeyView" ref="514281221"/>
|
||
<int key="NSsFlags">562</int>
|
||
<reference key="NSVScroller" ref="969449190"/>
|
||
<reference key="NSHScroller" ref="450646412"/>
|
||
<reference key="NSContentView" ref="514281221"/>
|
||
<reference key="NSHeaderClipView" ref="395832192"/>
|
||
<reference key="NSCornerView" ref="950325122"/>
|
||
<bytes key="NSScrollAmts">QSAAAEEgAABBgAAAQYAAAA</bytes>
|
||
</object>
|
||
<object class="NSPopUpButton" id="1031103869">
|
||
<reference key="NSNextResponder" ref="53314480"/>
|
||
<int key="NSvFlags">-2147483392</int>
|
||
<string key="NSFrame">{{17, 22}, {46, 26}}</string>
|
||
<reference key="NSSuperview" ref="53314480"/>
|
||
<bool key="NSEnabled">YES</bool>
|
||
<object class="NSPopUpButtonCell" key="NSCell" id="429063917">
|
||
<int key="NSCellFlags">-2076049856</int>
|
||
<int key="NSCellFlags2">2048</int>
|
||
<object class="NSFont" key="NSSupport" id="156117695">
|
||
<string key="NSName">LucidaGrande</string>
|
||
<double key="NSSize">13</double>
|
||
<int key="NSfFlags">1044</int>
|
||
</object>
|
||
<reference key="NSControlView" ref="1031103869"/>
|
||
<int key="NSButtonFlags">109199615</int>
|
||
<int key="NSButtonFlags2">1</int>
|
||
<object class="NSFont" key="NSAlternateImage">
|
||
<string key="NSName">LucidaGrande</string>
|
||
<double key="NSSize">13</double>
|
||
<int key="NSfFlags">16</int>
|
||
</object>
|
||
<string key="NSAlternateContents"/>
|
||
<object class="NSMutableString" key="NSKeyEquivalent">
|
||
<characters key="NS.bytes"/>
|
||
</object>
|
||
<int key="NSPeriodicDelay">400</int>
|
||
<int key="NSPeriodicInterval">75</int>
|
||
<object class="NSMenuItem" key="NSMenuItem" id="688039571">
|
||
<reference key="NSMenu" ref="910678368"/>
|
||
<string type="base64-UTF8" key="NSTitle">IA</string>
|
||
<string key="NSKeyEquiv"/>
|
||
<int key="NSKeyEquivModMask">1048576</int>
|
||
<int key="NSMnemonicLoc">2147483647</int>
|
||
<int key="NSState">1</int>
|
||
<object class="NSCustomResource" key="NSOnImage">
|
||
<string key="NSClassName">NSImage</string>
|
||
<string key="NSResourceName">NSMenuCheckmark</string>
|
||
</object>
|
||
<object class="NSCustomResource" key="NSMixedImage">
|
||
<string key="NSClassName">NSImage</string>
|
||
<string key="NSResourceName">NSMenuMixedState</string>
|
||
</object>
|
||
<string key="NSAction">_popUpItemAction:</string>
|
||
<reference key="NSTarget" ref="429063917"/>
|
||
</object>
|
||
<bool key="NSMenuItemRespectAlignment">YES</bool>
|
||
<object class="NSMenu" key="NSMenu" id="910678368">
|
||
<object class="NSMutableString" key="NSTitle">
|
||
<characters key="NS.bytes">OtherViews</characters>
|
||
</object>
|
||
<object class="NSMutableArray" key="NSMenuItems">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
<reference ref="688039571"/>
|
||
</object>
|
||
</object>
|
||
<int key="NSPreferredEdge">3</int>
|
||
<bool key="NSUsesItemFromMenu">YES</bool>
|
||
<bool key="NSAltersState">YES</bool>
|
||
<int key="NSArrowPosition">1</int>
|
||
</object>
|
||
</object>
|
||
<object class="NSButton" id="963602908">
|
||
<reference key="NSNextResponder" ref="53314480"/>
|
||
<int key="NSvFlags">289</int>
|
||
<string key="NSFrame">{{152, 18}, {90, 32}}</string>
|
||
<reference key="NSSuperview" ref="53314480"/>
|
||
<bool key="NSEnabled">YES</bool>
|
||
<object class="NSButtonCell" key="NSCell" id="499943638">
|
||
<int key="NSCellFlags">67239424</int>
|
||
<int key="NSCellFlags2">134217728</int>
|
||
<string key="NSContents">Add</string>
|
||
<reference key="NSSupport" ref="156117695"/>
|
||
<reference key="NSControlView" ref="963602908"/>
|
||
<int key="NSButtonFlags">-2038284033</int>
|
||
<int key="NSButtonFlags2">1</int>
|
||
<reference key="NSAlternateImage" ref="156117695"/>
|
||
<string key="NSAlternateContents"/>
|
||
<object class="NSMutableString" key="NSKeyEquivalent">
|
||
<characters key="NS.bytes"/>
|
||
</object>
|
||
<int key="NSPeriodicDelay">200</int>
|
||
<int key="NSPeriodicInterval">25</int>
|
||
</object>
|
||
</object>
|
||
<object class="NSButton" id="630693842">
|
||
<reference key="NSNextResponder" ref="53314480"/>
|
||
<int key="NSvFlags">289</int>
|
||
<string key="NSFrame">{{62, 18}, {90, 32}}</string>
|
||
<reference key="NSSuperview" ref="53314480"/>
|
||
<bool key="NSEnabled">YES</bool>
|
||
<object class="NSButtonCell" key="NSCell" id="308259119">
|
||
<int key="NSCellFlags">67239424</int>
|
||
<int key="NSCellFlags2">134217728</int>
|
||
<string key="NSContents">Remove</string>
|
||
<reference key="NSSupport" ref="156117695"/>
|
||
<reference key="NSControlView" ref="630693842"/>
|
||
<int key="NSButtonFlags">-2038284033</int>
|
||
<int key="NSButtonFlags2">1</int>
|
||
<reference key="NSAlternateImage" ref="156117695"/>
|
||
<string key="NSAlternateContents"/>
|
||
<string key="NSKeyEquivalent"></string>
|
||
<int key="NSPeriodicDelay">200</int>
|
||
<int key="NSPeriodicInterval">25</int>
|
||
</object>
|
||
</object>
|
||
<object class="NSButton" id="580397230">
|
||
<reference key="NSNextResponder" ref="53314480"/>
|
||
<int key="NSvFlags">289</int>
|
||
<string key="NSFrame">{{265, 18}, {90, 32}}</string>
|
||
<reference key="NSSuperview" ref="53314480"/>
|
||
<bool key="NSEnabled">YES</bool>
|
||
<object class="NSButtonCell" key="NSCell" id="799888482">
|
||
<int key="NSCellFlags">67239424</int>
|
||
<int key="NSCellFlags2">134217728</int>
|
||
<string key="NSContents">Done</string>
|
||
<reference key="NSSupport" ref="156117695"/>
|
||
<reference key="NSControlView" ref="580397230"/>
|
||
<int key="NSButtonFlags">-2038284033</int>
|
||
<int key="NSButtonFlags2">1</int>
|
||
<reference key="NSAlternateImage" ref="156117695"/>
|
||
<string key="NSAlternateContents"/>
|
||
<string type="base64-UTF8" key="NSKeyEquivalent">DQ</string>
|
||
<int key="NSPeriodicDelay">200</int>
|
||
<int key="NSPeriodicInterval">25</int>
|
||
</object>
|
||
</object>
|
||
</object>
|
||
<string key="NSFrameSize">{369, 269}</string>
|
||
<reference key="NSSuperview"/>
|
||
</object>
|
||
<string key="NSScreenRect">{{0, 0}, {1440, 878}}</string>
|
||
<string key="NSMinSize">{369, 291}</string>
|
||
<string key="NSMaxSize">{1.79769e+308, 1.79769e+308}</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBObjectContainer" key="IBDocument.Objects">
|
||
<object class="NSMutableArray" key="connectionRecords">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
<object class="IBConnectionRecord">
|
||
<object class="IBOutletConnection" key="connection">
|
||
<string key="label">initialFirstResponder</string>
|
||
<reference key="source" ref="970147395"/>
|
||
<reference key="destination" ref="10140319"/>
|
||
</object>
|
||
<int key="connectionID">19</int>
|
||
</object>
|
||
<object class="IBConnectionRecord">
|
||
<object class="IBOutletConnection" key="connection">
|
||
<string key="label">nextKeyView</string>
|
||
<reference key="source" ref="963602908"/>
|
||
<reference key="destination" ref="10140319"/>
|
||
</object>
|
||
<int key="connectionID">20</int>
|
||
</object>
|
||
<object class="IBConnectionRecord">
|
||
<object class="IBOutletConnection" key="connection">
|
||
<string key="label">nextKeyView</string>
|
||
<reference key="source" ref="10140319"/>
|
||
<reference key="destination" ref="630693842"/>
|
||
</object>
|
||
<int key="connectionID">21</int>
|
||
</object>
|
||
<object class="IBConnectionRecord">
|
||
<object class="IBOutletConnection" key="connection">
|
||
<string key="label">nextKeyView</string>
|
||
<reference key="source" ref="630693842"/>
|
||
<reference key="destination" ref="963602908"/>
|
||
</object>
|
||
<int key="connectionID">22</int>
|
||
</object>
|
||
<object class="IBConnectionRecord">
|
||
<object class="IBActionConnection" key="connection">
|
||
<string key="label">popupAddDirectoryMenu:</string>
|
||
<reference key="source" ref="566600593"/>
|
||
<reference key="destination" ref="963602908"/>
|
||
</object>
|
||
<int key="connectionID">23</int>
|
||
</object>
|
||
<object class="IBConnectionRecord">
|
||
<object class="IBActionConnection" key="connection">
|
||
<string key="label">removeSelectedDirectory:</string>
|
||
<reference key="source" ref="566600593"/>
|
||
<reference key="destination" ref="630693842"/>
|
||
</object>
|
||
<int key="connectionID">24</int>
|
||
</object>
|
||
<object class="IBConnectionRecord">
|
||
<object class="IBOutletConnection" key="connection">
|
||
<string key="label">window</string>
|
||
<reference key="source" ref="566600593"/>
|
||
<reference key="destination" ref="970147395"/>
|
||
</object>
|
||
<int key="connectionID">25</int>
|
||
</object>
|
||
<object class="IBConnectionRecord">
|
||
<object class="IBOutletConnection" key="connection">
|
||
<string key="label">addButtonPopUp</string>
|
||
<reference key="source" ref="566600593"/>
|
||
<reference key="destination" ref="1031103869"/>
|
||
</object>
|
||
<int key="connectionID">26</int>
|
||
</object>
|
||
<object class="IBConnectionRecord">
|
||
<object class="IBOutletConnection" key="connection">
|
||
<string key="label">directories</string>
|
||
<reference key="source" ref="566600593"/>
|
||
<reference key="destination" ref="10140319"/>
|
||
</object>
|
||
<int key="connectionID">27</int>
|
||
</object>
|
||
<object class="IBConnectionRecord">
|
||
<object class="IBOutletConnection" key="connection">
|
||
<string key="label">delegate</string>
|
||
<reference key="source" ref="10140319"/>
|
||
<reference key="destination" ref="566600593"/>
|
||
</object>
|
||
<int key="connectionID">29</int>
|
||
</object>
|
||
<object class="IBConnectionRecord">
|
||
<object class="IBActionConnection" key="connection">
|
||
<string key="label">performClose:</string>
|
||
<reference key="source" ref="970147395"/>
|
||
<reference key="destination" ref="580397230"/>
|
||
</object>
|
||
<int key="connectionID">32</int>
|
||
</object>
|
||
<object class="IBConnectionRecord">
|
||
<object class="IBOutletConnection" key="connection">
|
||
<string key="label">removeButton</string>
|
||
<reference key="source" ref="566600593"/>
|
||
<reference key="destination" ref="630693842"/>
|
||
</object>
|
||
<int key="connectionID">43</int>
|
||
</object>
|
||
</object>
|
||
<object class="IBMutableOrderedSet" key="objectRecords">
|
||
<object class="NSArray" key="orderedObjects">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
<object class="IBObjectRecord">
|
||
<int key="objectID">0</int>
|
||
<reference key="object" ref="0"/>
|
||
<reference key="children" ref="238648523"/>
|
||
<nil key="parent"/>
|
||
</object>
|
||
<object class="IBObjectRecord">
|
||
<int key="objectID">-2</int>
|
||
<reference key="object" ref="566600593"/>
|
||
<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="244639324"/>
|
||
<reference key="parent" ref="0"/>
|
||
<string key="objectName">First Responder</string>
|
||
</object>
|
||
<object class="IBObjectRecord">
|
||
<int key="objectID">-3</int>
|
||
<reference key="object" ref="191318647"/>
|
||
<reference key="parent" ref="0"/>
|
||
<string key="objectName">Application</string>
|
||
</object>
|
||
<object class="IBObjectRecord">
|
||
<int key="objectID">5</int>
|
||
<reference key="object" ref="970147395"/>
|
||
<object class="NSMutableArray" key="children">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
<reference ref="53314480"/>
|
||
</object>
|
||
<reference key="parent" ref="0"/>
|
||
<string key="objectName">directories</string>
|
||
</object>
|
||
<object class="IBObjectRecord">
|
||
<int key="objectID">6</int>
|
||
<reference key="object" ref="53314480"/>
|
||
<object class="NSMutableArray" key="children">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
<reference ref="1031103869"/>
|
||
<reference ref="242279311"/>
|
||
<reference ref="630693842"/>
|
||
<reference ref="963602908"/>
|
||
<reference ref="580397230"/>
|
||
</object>
|
||
<reference key="parent" ref="970147395"/>
|
||
</object>
|
||
<object class="IBObjectRecord">
|
||
<int key="objectID">7</int>
|
||
<reference key="object" ref="1031103869"/>
|
||
<object class="NSMutableArray" key="children">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
<reference ref="429063917"/>
|
||
</object>
|
||
<reference key="parent" ref="53314480"/>
|
||
</object>
|
||
<object class="IBObjectRecord">
|
||
<int key="objectID">10</int>
|
||
<reference key="object" ref="242279311"/>
|
||
<object class="NSMutableArray" key="children">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
<reference ref="10140319"/>
|
||
<reference ref="969449190"/>
|
||
<reference ref="450646412"/>
|
||
<reference ref="885660940"/>
|
||
</object>
|
||
<reference key="parent" ref="53314480"/>
|
||
</object>
|
||
<object class="IBObjectRecord">
|
||
<int key="objectID">11</int>
|
||
<reference key="object" ref="10140319"/>
|
||
<object class="NSMutableArray" key="children">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
<reference ref="50798966"/>
|
||
<reference ref="547470852"/>
|
||
</object>
|
||
<reference key="parent" ref="242279311"/>
|
||
</object>
|
||
<object class="IBObjectRecord">
|
||
<int key="objectID">13</int>
|
||
<reference key="object" ref="50798966"/>
|
||
<object class="NSMutableArray" key="children">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
<reference ref="867721721"/>
|
||
</object>
|
||
<reference key="parent" ref="10140319"/>
|
||
</object>
|
||
<object class="IBObjectRecord">
|
||
<int key="objectID">14</int>
|
||
<reference key="object" ref="867721721"/>
|
||
<object class="NSMutableArray" key="children">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
<reference ref="104112446"/>
|
||
</object>
|
||
<reference key="parent" ref="50798966"/>
|
||
</object>
|
||
<object class="IBObjectRecord">
|
||
<int key="objectID">15</int>
|
||
<reference key="object" ref="547470852"/>
|
||
<object class="NSMutableArray" key="children">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
<reference ref="789749163"/>
|
||
</object>
|
||
<reference key="parent" ref="10140319"/>
|
||
</object>
|
||
<object class="IBObjectRecord">
|
||
<int key="objectID">17</int>
|
||
<reference key="object" ref="630693842"/>
|
||
<object class="NSMutableArray" key="children">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
<reference ref="308259119"/>
|
||
</object>
|
||
<reference key="parent" ref="53314480"/>
|
||
</object>
|
||
<object class="IBObjectRecord">
|
||
<int key="objectID">18</int>
|
||
<reference key="object" ref="963602908"/>
|
||
<object class="NSMutableArray" key="children">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
<reference ref="499943638"/>
|
||
</object>
|
||
<reference key="parent" ref="53314480"/>
|
||
</object>
|
||
<object class="IBObjectRecord">
|
||
<int key="objectID">31</int>
|
||
<reference key="object" ref="580397230"/>
|
||
<object class="NSMutableArray" key="children">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
<reference ref="799888482"/>
|
||
</object>
|
||
<reference key="parent" ref="53314480"/>
|
||
</object>
|
||
<object class="IBObjectRecord">
|
||
<int key="objectID">45</int>
|
||
<reference key="object" ref="429063917"/>
|
||
<object class="NSMutableArray" key="children">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
<reference ref="910678368"/>
|
||
</object>
|
||
<reference key="parent" ref="1031103869"/>
|
||
</object>
|
||
<object class="IBObjectRecord">
|
||
<int key="objectID">46</int>
|
||
<reference key="object" ref="308259119"/>
|
||
<reference key="parent" ref="630693842"/>
|
||
</object>
|
||
<object class="IBObjectRecord">
|
||
<int key="objectID">47</int>
|
||
<reference key="object" ref="499943638"/>
|
||
<reference key="parent" ref="963602908"/>
|
||
</object>
|
||
<object class="IBObjectRecord">
|
||
<int key="objectID">48</int>
|
||
<reference key="object" ref="799888482"/>
|
||
<reference key="parent" ref="580397230"/>
|
||
</object>
|
||
<object class="IBObjectRecord">
|
||
<int key="objectID">49</int>
|
||
<reference key="object" ref="789749163"/>
|
||
<reference key="parent" ref="547470852"/>
|
||
</object>
|
||
<object class="IBObjectRecord">
|
||
<int key="objectID">8</int>
|
||
<reference key="object" ref="910678368"/>
|
||
<object class="NSMutableArray" key="children">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
<reference ref="688039571"/>
|
||
</object>
|
||
<reference key="parent" ref="429063917"/>
|
||
</object>
|
||
<object class="IBObjectRecord">
|
||
<int key="objectID">9</int>
|
||
<reference key="object" ref="688039571"/>
|
||
<reference key="parent" ref="910678368"/>
|
||
</object>
|
||
<object class="IBObjectRecord">
|
||
<int key="objectID">50</int>
|
||
<reference key="object" ref="104112446"/>
|
||
<reference key="parent" ref="867721721"/>
|
||
</object>
|
||
<object class="IBObjectRecord">
|
||
<int key="objectID">51</int>
|
||
<reference key="object" ref="969449190"/>
|
||
<reference key="parent" ref="242279311"/>
|
||
</object>
|
||
<object class="IBObjectRecord">
|
||
<int key="objectID">52</int>
|
||
<reference key="object" ref="450646412"/>
|
||
<reference key="parent" ref="242279311"/>
|
||
</object>
|
||
<object class="IBObjectRecord">
|
||
<int key="objectID">53</int>
|
||
<reference key="object" ref="885660940"/>
|
||
<reference key="parent" ref="242279311"/>
|
||
</object>
|
||
</object>
|
||
</object>
|
||
<object class="NSMutableDictionary" key="flattenedProperties">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
<object class="NSArray" key="dict.sortedKeys">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
<string>-3.IBPluginDependency</string>
|
||
<string>-3.ImportedFromIB2</string>
|
||
<string>10.IBPluginDependency</string>
|
||
<string>10.ImportedFromIB2</string>
|
||
<string>11.CustomClassName</string>
|
||
<string>11.IBPluginDependency</string>
|
||
<string>11.ImportedFromIB2</string>
|
||
<string>13.IBPluginDependency</string>
|
||
<string>13.ImportedFromIB2</string>
|
||
<string>14.IBPluginDependency</string>
|
||
<string>14.ImportedFromIB2</string>
|
||
<string>15.IBPluginDependency</string>
|
||
<string>15.ImportedFromIB2</string>
|
||
<string>17.IBPluginDependency</string>
|
||
<string>17.ImportedFromIB2</string>
|
||
<string>18.IBPluginDependency</string>
|
||
<string>18.ImportedFromIB2</string>
|
||
<string>31.IBPluginDependency</string>
|
||
<string>31.ImportedFromIB2</string>
|
||
<string>45.IBPluginDependency</string>
|
||
<string>46.IBPluginDependency</string>
|
||
<string>47.IBPluginDependency</string>
|
||
<string>48.IBPluginDependency</string>
|
||
<string>49.IBPluginDependency</string>
|
||
<string>49.IBShouldRemoveOnLegacySave</string>
|
||
<string>5.IBEditorWindowLastContentRect</string>
|
||
<string>5.IBPluginDependency</string>
|
||
<string>5.IBWindowTemplateEditedContentRect</string>
|
||
<string>5.ImportedFromIB2</string>
|
||
<string>5.windowTemplate.hasMinSize</string>
|
||
<string>5.windowTemplate.minSize</string>
|
||
<string>50.IBPluginDependency</string>
|
||
<string>51.IBPluginDependency</string>
|
||
<string>51.IBShouldRemoveOnLegacySave</string>
|
||
<string>52.IBPluginDependency</string>
|
||
<string>52.IBShouldRemoveOnLegacySave</string>
|
||
<string>53.IBPluginDependency</string>
|
||
<string>53.IBShouldRemoveOnLegacySave</string>
|
||
<string>6.IBPluginDependency</string>
|
||
<string>6.ImportedFromIB2</string>
|
||
<string>7.IBPluginDependency</string>
|
||
<string>7.ImportedFromIB2</string>
|
||
<string>8.IBPluginDependency</string>
|
||
<string>8.ImportedFromIB2</string>
|
||
<string>9.IBPluginDependency</string>
|
||
<string>9.ImportedFromIB2</string>
|
||
</object>
|
||
<object class="NSMutableArray" key="dict.values">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||
<boolean value="YES"/>
|
||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||
<boolean value="YES"/>
|
||
<string>DirectoryOutline</string>
|
||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||
<boolean value="YES"/>
|
||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||
<boolean value="YES"/>
|
||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||
<boolean value="YES"/>
|
||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||
<boolean value="YES"/>
|
||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||
<boolean value="YES"/>
|
||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||
<boolean value="YES"/>
|
||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||
<boolean value="YES"/>
|
||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||
<boolean value="YES"/>
|
||
<string>{{88, 571}, {369, 269}}</string>
|
||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||
<string>{{88, 571}, {369, 269}}</string>
|
||
<boolean value="YES"/>
|
||
<boolean value="YES"/>
|
||
<string>{369, 269}</string>
|
||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||
<boolean value="YES"/>
|
||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||
<boolean value="YES"/>
|
||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||
<boolean value="YES"/>
|
||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||
<boolean value="YES"/>
|
||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||
<boolean value="YES"/>
|
||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||
<boolean value="YES"/>
|
||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||
<boolean value="YES"/>
|
||
</object>
|
||
</object>
|
||
<object class="NSMutableDictionary" key="unlocalizedProperties">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
<reference key="dict.sortedKeys" ref="0"/>
|
||
<object class="NSMutableArray" key="dict.values">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
</object>
|
||
</object>
|
||
<nil key="activeLocalization"/>
|
||
<object class="NSMutableDictionary" key="localizations">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
<reference key="dict.sortedKeys" ref="0"/>
|
||
<object class="NSMutableArray" key="dict.values">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
</object>
|
||
</object>
|
||
<nil key="sourceID"/>
|
||
<int key="maxID">53</int>
|
||
</object>
|
||
<object class="IBClassDescriber" key="IBDocument.Classes">
|
||
<object class="NSMutableArray" key="referencedPartialClassDescriptions">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">DirectoryOutline</string>
|
||
<string key="superclassName">OutlineView</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier" id="462913745">
|
||
<string key="majorKey">IBProjectSource</string>
|
||
<string key="minorKey">dgbase/DirectoryPanel.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">DirectoryPanel</string>
|
||
<string key="superclassName">DirectoryPanelBase</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBProjectSource</string>
|
||
<string key="minorKey">DirectoryPanel.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">DirectoryPanel</string>
|
||
<string key="superclassName">DirectoryPanelBase</string>
|
||
<object class="NSMutableDictionary" key="actions">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
<object class="NSArray" key="dict.sortedKeys">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
<string>askForDirectory:</string>
|
||
<string>changeDirectoryState:</string>
|
||
<string>popupAddDirectoryMenu:</string>
|
||
<string>removeSelectedDirectory:</string>
|
||
<string>toggleVisible:</string>
|
||
</object>
|
||
<object class="NSMutableArray" key="dict.values">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
<string>id</string>
|
||
<string>id</string>
|
||
<string>id</string>
|
||
<string>id</string>
|
||
<string>id</string>
|
||
</object>
|
||
</object>
|
||
<object class="NSMutableDictionary" key="outlets">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
<object class="NSArray" key="dict.sortedKeys">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
<string>addButtonPopUp</string>
|
||
<string>directories</string>
|
||
<string>removeButton</string>
|
||
</object>
|
||
<object class="NSMutableArray" key="dict.values">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
<string>NSPopUpButton</string>
|
||
<string>NSOutlineView</string>
|
||
<string>NSButton</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBUserSource</string>
|
||
<string key="minorKey"/>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">DirectoryPanelBase</string>
|
||
<string key="superclassName">NSWindowController</string>
|
||
<object class="NSMutableDictionary" key="actions">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
<object class="NSArray" key="dict.sortedKeys">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
<string>askForDirectory:</string>
|
||
<string>changeDirectoryState:</string>
|
||
<string>popupAddDirectoryMenu:</string>
|
||
<string>removeSelectedDirectory:</string>
|
||
<string>toggleVisible:</string>
|
||
</object>
|
||
<object class="NSMutableArray" key="dict.values">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
<string>id</string>
|
||
<string>id</string>
|
||
<string>id</string>
|
||
<string>id</string>
|
||
<string>id</string>
|
||
</object>
|
||
</object>
|
||
<object class="NSMutableDictionary" key="outlets">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
<object class="NSArray" key="dict.sortedKeys">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
<string>addButtonPopUp</string>
|
||
<string>directories</string>
|
||
<string>removeButton</string>
|
||
</object>
|
||
<object class="NSMutableArray" key="dict.values">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
<string>NSPopUpButton</string>
|
||
<string>DirectoryOutline</string>
|
||
<string>NSButton</string>
|
||
</object>
|
||
</object>
|
||
<reference key="sourceIdentifier" ref="462913745"/>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">FirstResponder</string>
|
||
<string key="superclassName">NSObject</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBUserSource</string>
|
||
<string key="minorKey"/>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">OutlineView</string>
|
||
<string key="superclassName">NSOutlineView</string>
|
||
<object class="NSMutableDictionary" key="outlets">
|
||
<string key="NS.key.0">py</string>
|
||
<string key="NS.object.0">PyApp</string>
|
||
</object>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBProjectSource</string>
|
||
<string key="minorKey">cocoalib/Outline.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">OutlineView</string>
|
||
<string key="superclassName">NSOutlineView</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBUserSource</string>
|
||
<string key="minorKey"/>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">PyApp</string>
|
||
<string key="superclassName">PyRegistrable</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBProjectSource</string>
|
||
<string key="minorKey">cocoalib/PyApp.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">PyRegistrable</string>
|
||
<string key="superclassName">NSObject</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBProjectSource</string>
|
||
<string key="minorKey">cocoalib/PyRegistrable.h</string>
|
||
</object>
|
||
</object>
|
||
</object>
|
||
<object class="NSMutableArray" key="referencedPartialClassDescriptionsV3.2+">
|
||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSActionCell</string>
|
||
<string key="superclassName">NSCell</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">AppKit.framework/Headers/NSActionCell.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSApplication</string>
|
||
<string key="superclassName">NSResponder</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier" id="206398928">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">AppKit.framework/Headers/NSApplication.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSApplication</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier" id="446857479">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">AppKit.framework/Headers/NSApplicationScripting.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSApplication</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier" id="744224167">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">AppKit.framework/Headers/NSColorPanel.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSApplication</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">AppKit.framework/Headers/NSHelpManager.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSApplication</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">AppKit.framework/Headers/NSPageLayout.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSApplication</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">AppKit.framework/Headers/NSUserInterfaceItemSearching.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSButton</string>
|
||
<string key="superclassName">NSControl</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">AppKit.framework/Headers/NSButton.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSButtonCell</string>
|
||
<string key="superclassName">NSActionCell</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">AppKit.framework/Headers/NSButtonCell.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSCell</string>
|
||
<string key="superclassName">NSObject</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">AppKit.framework/Headers/NSCell.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSControl</string>
|
||
<string key="superclassName">NSView</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier" id="1040241457">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">AppKit.framework/Headers/NSControl.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSFormatter</string>
|
||
<string key="superclassName">NSObject</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">Foundation.framework/Headers/NSFormatter.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSMenu</string>
|
||
<string key="superclassName">NSObject</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier" id="221327228">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">AppKit.framework/Headers/NSMenu.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSMenuItem</string>
|
||
<string key="superclassName">NSObject</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier" id="117034593">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">AppKit.framework/Headers/NSMenuItem.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSMenuItemCell</string>
|
||
<string key="superclassName">NSButtonCell</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">AppKit.framework/Headers/NSMenuItemCell.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSObject</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">AppKit.framework/Headers/NSAccessibility.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSObject</string>
|
||
<reference key="sourceIdentifier" ref="206398928"/>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSObject</string>
|
||
<reference key="sourceIdentifier" ref="446857479"/>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSObject</string>
|
||
<reference key="sourceIdentifier" ref="744224167"/>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSObject</string>
|
||
<reference key="sourceIdentifier" ref="1040241457"/>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSObject</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">AppKit.framework/Headers/NSDictionaryController.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSObject</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">AppKit.framework/Headers/NSDragging.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSObject</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">AppKit.framework/Headers/NSFontManager.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSObject</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">AppKit.framework/Headers/NSFontPanel.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSObject</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">AppKit.framework/Headers/NSKeyValueBinding.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSObject</string>
|
||
<reference key="sourceIdentifier" ref="221327228"/>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSObject</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">AppKit.framework/Headers/NSNibLoading.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSObject</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier" id="556143282">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">AppKit.framework/Headers/NSOutlineView.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSObject</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">AppKit.framework/Headers/NSPasteboard.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSObject</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">AppKit.framework/Headers/NSSavePanel.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSObject</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier" id="916822756">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">AppKit.framework/Headers/NSTableView.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSObject</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">AppKit.framework/Headers/NSToolbarItem.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSObject</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier" id="1006788694">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">AppKit.framework/Headers/NSView.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSObject</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">Foundation.framework/Headers/NSArchiver.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSObject</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">Foundation.framework/Headers/NSClassDescription.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSObject</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">Foundation.framework/Headers/NSError.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSObject</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">Foundation.framework/Headers/NSFileManager.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSObject</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">Foundation.framework/Headers/NSKeyValueCoding.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSObject</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">Foundation.framework/Headers/NSKeyValueObserving.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSObject</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">Foundation.framework/Headers/NSKeyedArchiver.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSObject</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">Foundation.framework/Headers/NSObject.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSObject</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">Foundation.framework/Headers/NSObjectScripting.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSObject</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">Foundation.framework/Headers/NSPortCoder.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSObject</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">Foundation.framework/Headers/NSRunLoop.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSObject</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">Foundation.framework/Headers/NSScriptClassDescription.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSObject</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">Foundation.framework/Headers/NSScriptKeyValueCoding.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSObject</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">Foundation.framework/Headers/NSScriptObjectSpecifiers.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSObject</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">Foundation.framework/Headers/NSScriptWhoseTests.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSObject</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">Foundation.framework/Headers/NSThread.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSObject</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">Foundation.framework/Headers/NSURL.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSObject</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">Foundation.framework/Headers/NSURLConnection.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSObject</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">Foundation.framework/Headers/NSURLDownload.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSObject</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">Sparkle.framework/Headers/SUAppcast.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSObject</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">Sparkle.framework/Headers/SUUpdater.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSOutlineView</string>
|
||
<string key="superclassName">NSTableView</string>
|
||
<reference key="sourceIdentifier" ref="556143282"/>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSPopUpButton</string>
|
||
<string key="superclassName">NSButton</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">AppKit.framework/Headers/NSPopUpButton.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSPopUpButtonCell</string>
|
||
<string key="superclassName">NSMenuItemCell</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">AppKit.framework/Headers/NSPopUpButtonCell.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSResponder</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">AppKit.framework/Headers/NSInterfaceStyle.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSResponder</string>
|
||
<string key="superclassName">NSObject</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">AppKit.framework/Headers/NSResponder.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSScrollView</string>
|
||
<string key="superclassName">NSView</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">AppKit.framework/Headers/NSScrollView.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSScroller</string>
|
||
<string key="superclassName">NSControl</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">AppKit.framework/Headers/NSScroller.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSTableColumn</string>
|
||
<string key="superclassName">NSObject</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">AppKit.framework/Headers/NSTableColumn.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSTableHeaderView</string>
|
||
<string key="superclassName">NSView</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">AppKit.framework/Headers/NSTableHeaderView.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSTableView</string>
|
||
<string key="superclassName">NSControl</string>
|
||
<reference key="sourceIdentifier" ref="916822756"/>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSTextFieldCell</string>
|
||
<string key="superclassName">NSActionCell</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">AppKit.framework/Headers/NSTextFieldCell.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSView</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">AppKit.framework/Headers/NSClipView.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSView</string>
|
||
<reference key="sourceIdentifier" ref="117034593"/>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSView</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">AppKit.framework/Headers/NSRulerView.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSView</string>
|
||
<string key="superclassName">NSResponder</string>
|
||
<reference key="sourceIdentifier" ref="1006788694"/>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSWindow</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">AppKit.framework/Headers/NSDrawer.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSWindow</string>
|
||
<string key="superclassName">NSResponder</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">AppKit.framework/Headers/NSWindow.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSWindow</string>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">AppKit.framework/Headers/NSWindowScripting.h</string>
|
||
</object>
|
||
</object>
|
||
<object class="IBPartialClassDescription">
|
||
<string key="className">NSWindowController</string>
|
||
<string key="superclassName">NSResponder</string>
|
||
<object class="NSMutableDictionary" key="actions">
|
||
<string key="NS.key.0">showWindow:</string>
|
||
<string key="NS.object.0">id</string>
|
||
</object>
|
||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||
<string key="majorKey">IBFrameworkSource</string>
|
||
<string key="minorKey">AppKit.framework/Headers/NSWindowController.h</string>
|
||
</object>
|
||
</object>
|
||
</object>
|
||
</object>
|
||
<int key="IBDocument.localizationMode">0</int>
|
||
<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencies">
|
||
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin.macosx</string>
|
||
<integer value="1050" key="NS.object.0"/>
|
||
</object>
|
||
<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencyDefaults">
|
||
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin.macosx</string>
|
||
<integer value="1050" key="NS.object.0"/>
|
||
</object>
|
||
<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies">
|
||
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3</string>
|
||
<integer value="3000" key="NS.object.0"/>
|
||
</object>
|
||
<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
|
||
<string key="IBDocument.LastKnownRelativeProjectPath">../../dupeguru.xcodeproj</string>
|
||
<int key="IBDocument.defaultPropertyAccessControl">3</int>
|
||
</data>
|
||
</archive>
|