[
  {
    "path": ".gitignore",
    "content": "build/\n.DS_Store\n**/*.pbxuser\n*.mode2v3\n*.mode1v3\n**/*.perspectivev*"
  },
  {
    "path": "Classes/ReceiveViewController.h",
    "content": "//\n//  ReceiveViewController.h\n//  XCallbackURL\n//\n//  Created by Greg Pierce on 11/24/10.\n//  Copyright 2010 Agile Tortoise. All rights reserved.\n//\n\n#import <UIKit/UIKit.h>\n\n\n@interface ReceiveViewController : UIViewController <UITextViewDelegate, UITextFieldDelegate> {\n\tIBOutlet UITextView\t*urlTextView;\n}\n\n- (void)setReceivedURL:(NSURL *)url;\n\n@end\n"
  },
  {
    "path": "Classes/ReceiveViewController.m",
    "content": "//\n//  ReceiveViewController.m\n//  XCallbackURL\n//\n//  Created by Greg Pierce on 11/24/10.\n//  Copyright 2010 Agile Tortoise. All rights reserved.\n//\n\n#import \"ReceiveViewController.h\"\n\n@implementation ReceiveViewController\n\n- (id)init \n{\n\tif (!(self = [super initWithNibName:nil bundle:nil])) return nil;\n\t\n\tUITabBarItem *tbi = [self tabBarItem];\n\t[tbi setTitle:@\"Receive URL\"];\n\n\tUIImage *image = [UIImage imageNamed:@\"receive.png\"];\n\t[tbi setImage:image];\n\t\n\treturn self;\n}\n\n- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil \n{\n\treturn [self init];\n}\n\n- (void)setReceivedURL:(NSURL *)url\n{\n\tif(![self isViewLoaded]) {\n\t\t[self loadView];\n\t}\n\t[urlTextView setText:[url absoluteString]];\n}\n\n@end\n"
  },
  {
    "path": "Classes/ReceiveViewController.xib",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<archive type=\"com.apple.InterfaceBuilder3.CocoaTouch.XIB\" version=\"7.10\">\n\t<data>\n\t\t<int key=\"IBDocument.SystemTarget\">1056</int>\n\t\t<string key=\"IBDocument.SystemVersion\">10H574</string>\n\t\t<string key=\"IBDocument.InterfaceBuilderVersion\">823</string>\n\t\t<string key=\"IBDocument.AppKitVersion\">1038.35</string>\n\t\t<string key=\"IBDocument.HIToolboxVersion\">461.00</string>\n\t\t<object class=\"NSMutableDictionary\" key=\"IBDocument.PluginVersions\">\n\t\t\t<string key=\"NS.key.0\">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>\n\t\t\t<string key=\"NS.object.0\">132</string>\n\t\t</object>\n\t\t<object class=\"NSMutableArray\" key=\"IBDocument.EditedObjectIDs\">\n\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t<integer value=\"1\"/>\n\t\t</object>\n\t\t<object class=\"NSArray\" key=\"IBDocument.PluginDependencies\">\n\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>\n\t\t</object>\n\t\t<object class=\"NSMutableDictionary\" key=\"IBDocument.Metadata\">\n\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t<object class=\"NSArray\" key=\"dict.sortedKeys\" id=\"0\">\n\t\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t</object>\n\t\t\t<object class=\"NSMutableArray\" key=\"dict.values\">\n\t\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t</object>\n\t\t</object>\n\t\t<object class=\"NSMutableArray\" key=\"IBDocument.RootObjects\" id=\"1000\">\n\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t<object class=\"IBProxyObject\" id=\"372490531\">\n\t\t\t\t<string key=\"IBProxiedObjectIdentifier\">IBFilesOwner</string>\n\t\t\t\t<string key=\"targetRuntimeIdentifier\">IBCocoaTouchFramework</string>\n\t\t\t</object>\n\t\t\t<object class=\"IBProxyObject\" id=\"975951072\">\n\t\t\t\t<string key=\"IBProxiedObjectIdentifier\">IBFirstResponder</string>\n\t\t\t\t<string key=\"targetRuntimeIdentifier\">IBCocoaTouchFramework</string>\n\t\t\t</object>\n\t\t\t<object class=\"IBUIView\" id=\"191373211\">\n\t\t\t\t<reference key=\"NSNextResponder\"/>\n\t\t\t\t<int key=\"NSvFlags\">274</int>\n\t\t\t\t<object class=\"NSMutableArray\" key=\"NSSubviews\">\n\t\t\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t\t\t<object class=\"IBUITextView\" id=\"920118301\">\n\t\t\t\t\t\t<reference key=\"NSNextResponder\" ref=\"191373211\"/>\n\t\t\t\t\t\t<int key=\"NSvFlags\">274</int>\n\t\t\t\t\t\t<string key=\"NSFrame\">{{6, 45}, {309, 351}}</string>\n\t\t\t\t\t\t<reference key=\"NSSuperview\" ref=\"191373211\"/>\n\t\t\t\t\t\t<object class=\"NSColor\" key=\"IBUIBackgroundColor\">\n\t\t\t\t\t\t\t<int key=\"NSColorSpace\">1</int>\n\t\t\t\t\t\t\t<bytes key=\"NSRGB\">MSAxIDEAA</bytes>\n\t\t\t\t\t\t</object>\n\t\t\t\t\t\t<bool key=\"IBUIClipsSubviews\">YES</bool>\n\t\t\t\t\t\t<bool key=\"IBUIMultipleTouchEnabled\">YES</bool>\n\t\t\t\t\t\t<string key=\"targetRuntimeIdentifier\">IBCocoaTouchFramework</string>\n\t\t\t\t\t\t<bool key=\"IBUIEditable\">NO</bool>\n\t\t\t\t\t\t<string key=\"IBUIText\">received URL</string>\n\t\t\t\t\t\t<object class=\"NSFont\" key=\"IBUIFont\">\n\t\t\t\t\t\t\t<string key=\"NSName\">Helvetica</string>\n\t\t\t\t\t\t\t<double key=\"NSSize\">14</double>\n\t\t\t\t\t\t\t<int key=\"NSfFlags\">16</int>\n\t\t\t\t\t\t</object>\n\t\t\t\t\t\t<object class=\"IBUITextInputTraits\" key=\"IBUITextInputTraits\">\n\t\t\t\t\t\t\t<int key=\"IBUIAutocorrectionType\">1</int>\n\t\t\t\t\t\t\t<string key=\"targetRuntimeIdentifier\">IBCocoaTouchFramework</string>\n\t\t\t\t\t\t</object>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBUILabel\" id=\"841883269\">\n\t\t\t\t\t\t<reference key=\"NSNextResponder\" ref=\"191373211\"/>\n\t\t\t\t\t\t<int key=\"NSvFlags\">292</int>\n\t\t\t\t\t\t<string key=\"NSFrame\">{{14, 15}, {280, 22}}</string>\n\t\t\t\t\t\t<reference key=\"NSSuperview\" ref=\"191373211\"/>\n\t\t\t\t\t\t<bool key=\"IBUIOpaque\">NO</bool>\n\t\t\t\t\t\t<bool key=\"IBUIClipsSubviews\">YES</bool>\n\t\t\t\t\t\t<int key=\"IBUIContentMode\">7</int>\n\t\t\t\t\t\t<bool key=\"IBUIUserInteractionEnabled\">NO</bool>\n\t\t\t\t\t\t<string key=\"targetRuntimeIdentifier\">IBCocoaTouchFramework</string>\n\t\t\t\t\t\t<string key=\"IBUIText\">URL received</string>\n\t\t\t\t\t\t<object class=\"NSFont\" key=\"IBUIFont\">\n\t\t\t\t\t\t\t<string key=\"NSName\">Helvetica-Bold</string>\n\t\t\t\t\t\t\t<double key=\"NSSize\">18</double>\n\t\t\t\t\t\t\t<int key=\"NSfFlags\">16</int>\n\t\t\t\t\t\t</object>\n\t\t\t\t\t\t<object class=\"NSColor\" key=\"IBUITextColor\">\n\t\t\t\t\t\t\t<int key=\"NSColorSpace\">1</int>\n\t\t\t\t\t\t\t<bytes key=\"NSRGB\">MCAwIDAAA</bytes>\n\t\t\t\t\t\t</object>\n\t\t\t\t\t\t<object class=\"NSColor\" key=\"IBUIHighlightedColor\">\n\t\t\t\t\t\t\t<int key=\"NSColorSpace\">3</int>\n\t\t\t\t\t\t\t<bytes key=\"NSWhite\">MQA</bytes>\n\t\t\t\t\t\t</object>\n\t\t\t\t\t\t<int key=\"IBUIBaselineAdjustment\">1</int>\n\t\t\t\t\t\t<float key=\"IBUIMinimumFontSize\">10</float>\n\t\t\t\t\t</object>\n\t\t\t\t</object>\n\t\t\t\t<string key=\"NSFrameSize\">{320, 460}</string>\n\t\t\t\t<reference key=\"NSSuperview\"/>\n\t\t\t\t<object class=\"NSColor\" key=\"IBUIBackgroundColor\">\n\t\t\t\t\t<int key=\"NSColorSpace\">3</int>\n\t\t\t\t\t<bytes key=\"NSWhite\">MQA</bytes>\n\t\t\t\t\t<object class=\"NSColorSpace\" key=\"NSCustomColorSpace\">\n\t\t\t\t\t\t<int key=\"NSID\">2</int>\n\t\t\t\t\t</object>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBUISimulatedStatusBarMetrics\" key=\"IBUISimulatedStatusBarMetrics\"/>\n\t\t\t\t<string key=\"targetRuntimeIdentifier\">IBCocoaTouchFramework</string>\n\t\t\t</object>\n\t\t</object>\n\t\t<object class=\"IBObjectContainer\" key=\"IBDocument.Objects\">\n\t\t\t<object class=\"NSMutableArray\" key=\"connectionRecords\">\n\t\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t\t<object class=\"IBConnectionRecord\">\n\t\t\t\t\t<object class=\"IBCocoaTouchOutletConnection\" key=\"connection\">\n\t\t\t\t\t\t<string key=\"label\">view</string>\n\t\t\t\t\t\t<reference key=\"source\" ref=\"372490531\"/>\n\t\t\t\t\t\t<reference key=\"destination\" ref=\"191373211\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<int key=\"connectionID\">3</int>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBConnectionRecord\">\n\t\t\t\t\t<object class=\"IBCocoaTouchOutletConnection\" key=\"connection\">\n\t\t\t\t\t\t<string key=\"label\">urlTextView</string>\n\t\t\t\t\t\t<reference key=\"source\" ref=\"372490531\"/>\n\t\t\t\t\t\t<reference key=\"destination\" ref=\"920118301\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<int key=\"connectionID\">5</int>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBConnectionRecord\">\n\t\t\t\t\t<object class=\"IBCocoaTouchOutletConnection\" key=\"connection\">\n\t\t\t\t\t\t<string key=\"label\">delegate</string>\n\t\t\t\t\t\t<reference key=\"source\" ref=\"920118301\"/>\n\t\t\t\t\t\t<reference key=\"destination\" ref=\"372490531\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<int key=\"connectionID\">6</int>\n\t\t\t\t</object>\n\t\t\t</object>\n\t\t\t<object class=\"IBMutableOrderedSet\" key=\"objectRecords\">\n\t\t\t\t<object class=\"NSArray\" key=\"orderedObjects\">\n\t\t\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t\t\t<object class=\"IBObjectRecord\">\n\t\t\t\t\t\t<int key=\"objectID\">0</int>\n\t\t\t\t\t\t<reference key=\"object\" ref=\"0\"/>\n\t\t\t\t\t\t<reference key=\"children\" ref=\"1000\"/>\n\t\t\t\t\t\t<nil key=\"parent\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBObjectRecord\">\n\t\t\t\t\t\t<int key=\"objectID\">1</int>\n\t\t\t\t\t\t<reference key=\"object\" ref=\"191373211\"/>\n\t\t\t\t\t\t<object class=\"NSMutableArray\" key=\"children\">\n\t\t\t\t\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t\t\t\t\t<reference ref=\"920118301\"/>\n\t\t\t\t\t\t\t<reference ref=\"841883269\"/>\n\t\t\t\t\t\t</object>\n\t\t\t\t\t\t<reference key=\"parent\" ref=\"0\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBObjectRecord\">\n\t\t\t\t\t\t<int key=\"objectID\">-1</int>\n\t\t\t\t\t\t<reference key=\"object\" ref=\"372490531\"/>\n\t\t\t\t\t\t<reference key=\"parent\" ref=\"0\"/>\n\t\t\t\t\t\t<string key=\"objectName\">File's Owner</string>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBObjectRecord\">\n\t\t\t\t\t\t<int key=\"objectID\">-2</int>\n\t\t\t\t\t\t<reference key=\"object\" ref=\"975951072\"/>\n\t\t\t\t\t\t<reference key=\"parent\" ref=\"0\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBObjectRecord\">\n\t\t\t\t\t\t<int key=\"objectID\">4</int>\n\t\t\t\t\t\t<reference key=\"object\" ref=\"920118301\"/>\n\t\t\t\t\t\t<reference key=\"parent\" ref=\"191373211\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBObjectRecord\">\n\t\t\t\t\t\t<int key=\"objectID\">7</int>\n\t\t\t\t\t\t<reference key=\"object\" ref=\"841883269\"/>\n\t\t\t\t\t\t<reference key=\"parent\" ref=\"191373211\"/>\n\t\t\t\t\t</object>\n\t\t\t\t</object>\n\t\t\t</object>\n\t\t\t<object class=\"NSMutableDictionary\" key=\"flattenedProperties\">\n\t\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t\t<object class=\"NSArray\" key=\"dict.sortedKeys\">\n\t\t\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t\t\t<string>-1.CustomClassName</string>\n\t\t\t\t\t<string>-2.CustomClassName</string>\n\t\t\t\t\t<string>1.CustomClassName</string>\n\t\t\t\t\t<string>1.IBEditorWindowLastContentRect</string>\n\t\t\t\t\t<string>1.IBPluginDependency</string>\n\t\t\t\t\t<string>4.IBPluginDependency</string>\n\t\t\t\t\t<string>4.IBViewBoundsToFrameTransform</string>\n\t\t\t\t\t<string>7.IBPluginDependency</string>\n\t\t\t\t\t<string>7.IBViewBoundsToFrameTransform</string>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"NSMutableArray\" key=\"dict.values\">\n\t\t\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t\t\t<string>ReceiveViewController</string>\n\t\t\t\t\t<string>UIResponder</string>\n\t\t\t\t\t<string>UIScrollView</string>\n\t\t\t\t\t<string>{{748, 650}, {320, 480}}</string>\n\t\t\t\t\t<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>\n\t\t\t\t\t<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>\n\t\t\t\t\t<object class=\"NSAffineTransform\">\n\t\t\t\t\t\t<bytes key=\"NSTransformStruct\">P4AAAL+AAABBoAAAwzoAAA</bytes>\n\t\t\t\t\t</object>\n\t\t\t\t\t<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>\n\t\t\t\t\t<object class=\"NSAffineTransform\">\n\t\t\t\t\t\t<bytes key=\"NSTransformStruct\">P4AAAL+AAABBoAAAweAAAA</bytes>\n\t\t\t\t\t</object>\n\t\t\t\t</object>\n\t\t\t</object>\n\t\t\t<object class=\"NSMutableDictionary\" key=\"unlocalizedProperties\">\n\t\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t\t<reference key=\"dict.sortedKeys\" ref=\"0\"/>\n\t\t\t\t<object class=\"NSMutableArray\" key=\"dict.values\">\n\t\t\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t\t</object>\n\t\t\t</object>\n\t\t\t<nil key=\"activeLocalization\"/>\n\t\t\t<object class=\"NSMutableDictionary\" key=\"localizations\">\n\t\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t\t<reference key=\"dict.sortedKeys\" ref=\"0\"/>\n\t\t\t\t<object class=\"NSMutableArray\" key=\"dict.values\">\n\t\t\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t\t</object>\n\t\t\t</object>\n\t\t\t<nil key=\"sourceID\"/>\n\t\t\t<int key=\"maxID\">7</int>\n\t\t</object>\n\t\t<object class=\"IBClassDescriber\" key=\"IBDocument.Classes\">\n\t\t\t<object class=\"NSMutableArray\" key=\"referencedPartialClassDescriptions\">\n\t\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t\t<object class=\"IBPartialClassDescription\">\n\t\t\t\t\t<string key=\"className\">ReceiveViewController</string>\n\t\t\t\t\t<string key=\"superclassName\">UIViewController</string>\n\t\t\t\t\t<object class=\"NSMutableDictionary\" key=\"outlets\">\n\t\t\t\t\t\t<string key=\"NS.key.0\">urlTextView</string>\n\t\t\t\t\t\t<string key=\"NS.object.0\">UITextView</string>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"NSMutableDictionary\" key=\"toOneOutletInfosByName\">\n\t\t\t\t\t\t<string key=\"NS.key.0\">urlTextView</string>\n\t\t\t\t\t\t<object class=\"IBToOneOutletInfo\" key=\"NS.object.0\">\n\t\t\t\t\t\t\t<string key=\"name\">urlTextView</string>\n\t\t\t\t\t\t\t<string key=\"candidateClassName\">UITextView</string>\n\t\t\t\t\t\t</object>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBClassDescriptionSource\" key=\"sourceIdentifier\">\n\t\t\t\t\t\t<string key=\"majorKey\">IBProjectSource</string>\n\t\t\t\t\t\t<string key=\"minorKey\">Classes/ReceiveViewController.h</string>\n\t\t\t\t\t</object>\n\t\t\t\t</object>\n\t\t\t</object>\n\t\t\t<object class=\"NSMutableArray\" key=\"referencedPartialClassDescriptionsV3.2+\">\n\t\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t\t<object class=\"IBPartialClassDescription\">\n\t\t\t\t\t<string key=\"className\">NSObject</string>\n\t\t\t\t\t<object class=\"IBClassDescriptionSource\" key=\"sourceIdentifier\">\n\t\t\t\t\t\t<string key=\"majorKey\">IBFrameworkSource</string>\n\t\t\t\t\t\t<string key=\"minorKey\">Foundation.framework/Headers/NSError.h</string>\n\t\t\t\t\t</object>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBPartialClassDescription\">\n\t\t\t\t\t<string key=\"className\">NSObject</string>\n\t\t\t\t\t<object class=\"IBClassDescriptionSource\" key=\"sourceIdentifier\">\n\t\t\t\t\t\t<string key=\"majorKey\">IBFrameworkSource</string>\n\t\t\t\t\t\t<string key=\"minorKey\">Foundation.framework/Headers/NSFileManager.h</string>\n\t\t\t\t\t</object>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBPartialClassDescription\">\n\t\t\t\t\t<string key=\"className\">NSObject</string>\n\t\t\t\t\t<object class=\"IBClassDescriptionSource\" key=\"sourceIdentifier\">\n\t\t\t\t\t\t<string key=\"majorKey\">IBFrameworkSource</string>\n\t\t\t\t\t\t<string key=\"minorKey\">Foundation.framework/Headers/NSKeyValueCoding.h</string>\n\t\t\t\t\t</object>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBPartialClassDescription\">\n\t\t\t\t\t<string key=\"className\">NSObject</string>\n\t\t\t\t\t<object class=\"IBClassDescriptionSource\" key=\"sourceIdentifier\">\n\t\t\t\t\t\t<string key=\"majorKey\">IBFrameworkSource</string>\n\t\t\t\t\t\t<string key=\"minorKey\">Foundation.framework/Headers/NSKeyValueObserving.h</string>\n\t\t\t\t\t</object>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBPartialClassDescription\">\n\t\t\t\t\t<string key=\"className\">NSObject</string>\n\t\t\t\t\t<object class=\"IBClassDescriptionSource\" key=\"sourceIdentifier\">\n\t\t\t\t\t\t<string key=\"majorKey\">IBFrameworkSource</string>\n\t\t\t\t\t\t<string key=\"minorKey\">Foundation.framework/Headers/NSKeyedArchiver.h</string>\n\t\t\t\t\t</object>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBPartialClassDescription\">\n\t\t\t\t\t<string key=\"className\">NSObject</string>\n\t\t\t\t\t<object class=\"IBClassDescriptionSource\" key=\"sourceIdentifier\">\n\t\t\t\t\t\t<string key=\"majorKey\">IBFrameworkSource</string>\n\t\t\t\t\t\t<string key=\"minorKey\">Foundation.framework/Headers/NSObject.h</string>\n\t\t\t\t\t</object>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBPartialClassDescription\">\n\t\t\t\t\t<string key=\"className\">NSObject</string>\n\t\t\t\t\t<object class=\"IBClassDescriptionSource\" key=\"sourceIdentifier\">\n\t\t\t\t\t\t<string key=\"majorKey\">IBFrameworkSource</string>\n\t\t\t\t\t\t<string key=\"minorKey\">Foundation.framework/Headers/NSRunLoop.h</string>\n\t\t\t\t\t</object>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBPartialClassDescription\">\n\t\t\t\t\t<string key=\"className\">NSObject</string>\n\t\t\t\t\t<object class=\"IBClassDescriptionSource\" key=\"sourceIdentifier\">\n\t\t\t\t\t\t<string key=\"majorKey\">IBFrameworkSource</string>\n\t\t\t\t\t\t<string key=\"minorKey\">Foundation.framework/Headers/NSThread.h</string>\n\t\t\t\t\t</object>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBPartialClassDescription\">\n\t\t\t\t\t<string key=\"className\">NSObject</string>\n\t\t\t\t\t<object class=\"IBClassDescriptionSource\" key=\"sourceIdentifier\">\n\t\t\t\t\t\t<string key=\"majorKey\">IBFrameworkSource</string>\n\t\t\t\t\t\t<string key=\"minorKey\">Foundation.framework/Headers/NSURL.h</string>\n\t\t\t\t\t</object>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBPartialClassDescription\">\n\t\t\t\t\t<string key=\"className\">NSObject</string>\n\t\t\t\t\t<object class=\"IBClassDescriptionSource\" key=\"sourceIdentifier\">\n\t\t\t\t\t\t<string key=\"majorKey\">IBFrameworkSource</string>\n\t\t\t\t\t\t<string key=\"minorKey\">Foundation.framework/Headers/NSURLConnection.h</string>\n\t\t\t\t\t</object>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBPartialClassDescription\">\n\t\t\t\t\t<string key=\"className\">NSObject</string>\n\t\t\t\t\t<object class=\"IBClassDescriptionSource\" key=\"sourceIdentifier\">\n\t\t\t\t\t\t<string key=\"majorKey\">IBFrameworkSource</string>\n\t\t\t\t\t\t<string key=\"minorKey\">UIKit.framework/Headers/UIAccessibility.h</string>\n\t\t\t\t\t</object>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBPartialClassDescription\">\n\t\t\t\t\t<string key=\"className\">NSObject</string>\n\t\t\t\t\t<object class=\"IBClassDescriptionSource\" key=\"sourceIdentifier\">\n\t\t\t\t\t\t<string key=\"majorKey\">IBFrameworkSource</string>\n\t\t\t\t\t\t<string key=\"minorKey\">UIKit.framework/Headers/UINibLoading.h</string>\n\t\t\t\t\t</object>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBPartialClassDescription\">\n\t\t\t\t\t<string key=\"className\">NSObject</string>\n\t\t\t\t\t<object class=\"IBClassDescriptionSource\" key=\"sourceIdentifier\" id=\"921000640\">\n\t\t\t\t\t\t<string key=\"majorKey\">IBFrameworkSource</string>\n\t\t\t\t\t\t<string key=\"minorKey\">UIKit.framework/Headers/UIResponder.h</string>\n\t\t\t\t\t</object>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBPartialClassDescription\">\n\t\t\t\t\t<string key=\"className\">UILabel</string>\n\t\t\t\t\t<string key=\"superclassName\">UIView</string>\n\t\t\t\t\t<object class=\"IBClassDescriptionSource\" key=\"sourceIdentifier\">\n\t\t\t\t\t\t<string key=\"majorKey\">IBFrameworkSource</string>\n\t\t\t\t\t\t<string key=\"minorKey\">UIKit.framework/Headers/UILabel.h</string>\n\t\t\t\t\t</object>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBPartialClassDescription\">\n\t\t\t\t\t<string key=\"className\">UIResponder</string>\n\t\t\t\t\t<string key=\"superclassName\">NSObject</string>\n\t\t\t\t\t<reference key=\"sourceIdentifier\" ref=\"921000640\"/>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBPartialClassDescription\">\n\t\t\t\t\t<string key=\"className\">UIScrollView</string>\n\t\t\t\t\t<string key=\"superclassName\">UIView</string>\n\t\t\t\t\t<object class=\"IBClassDescriptionSource\" key=\"sourceIdentifier\">\n\t\t\t\t\t\t<string key=\"majorKey\">IBFrameworkSource</string>\n\t\t\t\t\t\t<string key=\"minorKey\">UIKit.framework/Headers/UIScrollView.h</string>\n\t\t\t\t\t</object>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBPartialClassDescription\">\n\t\t\t\t\t<string key=\"className\">UISearchBar</string>\n\t\t\t\t\t<string key=\"superclassName\">UIView</string>\n\t\t\t\t\t<object class=\"IBClassDescriptionSource\" key=\"sourceIdentifier\">\n\t\t\t\t\t\t<string key=\"majorKey\">IBFrameworkSource</string>\n\t\t\t\t\t\t<string key=\"minorKey\">UIKit.framework/Headers/UISearchBar.h</string>\n\t\t\t\t\t</object>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBPartialClassDescription\">\n\t\t\t\t\t<string key=\"className\">UISearchDisplayController</string>\n\t\t\t\t\t<string key=\"superclassName\">NSObject</string>\n\t\t\t\t\t<object class=\"IBClassDescriptionSource\" key=\"sourceIdentifier\">\n\t\t\t\t\t\t<string key=\"majorKey\">IBFrameworkSource</string>\n\t\t\t\t\t\t<string key=\"minorKey\">UIKit.framework/Headers/UISearchDisplayController.h</string>\n\t\t\t\t\t</object>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBPartialClassDescription\">\n\t\t\t\t\t<string key=\"className\">UITextView</string>\n\t\t\t\t\t<string key=\"superclassName\">UIScrollView</string>\n\t\t\t\t\t<object class=\"IBClassDescriptionSource\" key=\"sourceIdentifier\">\n\t\t\t\t\t\t<string key=\"majorKey\">IBFrameworkSource</string>\n\t\t\t\t\t\t<string key=\"minorKey\">UIKit.framework/Headers/UITextView.h</string>\n\t\t\t\t\t</object>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBPartialClassDescription\">\n\t\t\t\t\t<string key=\"className\">UIView</string>\n\t\t\t\t\t<object class=\"IBClassDescriptionSource\" key=\"sourceIdentifier\">\n\t\t\t\t\t\t<string key=\"majorKey\">IBFrameworkSource</string>\n\t\t\t\t\t\t<string key=\"minorKey\">UIKit.framework/Headers/UIPrintFormatter.h</string>\n\t\t\t\t\t</object>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBPartialClassDescription\">\n\t\t\t\t\t<string key=\"className\">UIView</string>\n\t\t\t\t\t<object class=\"IBClassDescriptionSource\" key=\"sourceIdentifier\">\n\t\t\t\t\t\t<string key=\"majorKey\">IBFrameworkSource</string>\n\t\t\t\t\t\t<string key=\"minorKey\">UIKit.framework/Headers/UITextField.h</string>\n\t\t\t\t\t</object>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBPartialClassDescription\">\n\t\t\t\t\t<string key=\"className\">UIView</string>\n\t\t\t\t\t<string key=\"superclassName\">UIResponder</string>\n\t\t\t\t\t<object class=\"IBClassDescriptionSource\" key=\"sourceIdentifier\">\n\t\t\t\t\t\t<string key=\"majorKey\">IBFrameworkSource</string>\n\t\t\t\t\t\t<string key=\"minorKey\">UIKit.framework/Headers/UIView.h</string>\n\t\t\t\t\t</object>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBPartialClassDescription\">\n\t\t\t\t\t<string key=\"className\">UIViewController</string>\n\t\t\t\t\t<object class=\"IBClassDescriptionSource\" key=\"sourceIdentifier\">\n\t\t\t\t\t\t<string key=\"majorKey\">IBFrameworkSource</string>\n\t\t\t\t\t\t<string key=\"minorKey\">UIKit.framework/Headers/UINavigationController.h</string>\n\t\t\t\t\t</object>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBPartialClassDescription\">\n\t\t\t\t\t<string key=\"className\">UIViewController</string>\n\t\t\t\t\t<object class=\"IBClassDescriptionSource\" key=\"sourceIdentifier\">\n\t\t\t\t\t\t<string key=\"majorKey\">IBFrameworkSource</string>\n\t\t\t\t\t\t<string key=\"minorKey\">UIKit.framework/Headers/UIPopoverController.h</string>\n\t\t\t\t\t</object>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBPartialClassDescription\">\n\t\t\t\t\t<string key=\"className\">UIViewController</string>\n\t\t\t\t\t<object class=\"IBClassDescriptionSource\" key=\"sourceIdentifier\">\n\t\t\t\t\t\t<string key=\"majorKey\">IBFrameworkSource</string>\n\t\t\t\t\t\t<string key=\"minorKey\">UIKit.framework/Headers/UISplitViewController.h</string>\n\t\t\t\t\t</object>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBPartialClassDescription\">\n\t\t\t\t\t<string key=\"className\">UIViewController</string>\n\t\t\t\t\t<object class=\"IBClassDescriptionSource\" key=\"sourceIdentifier\">\n\t\t\t\t\t\t<string key=\"majorKey\">IBFrameworkSource</string>\n\t\t\t\t\t\t<string key=\"minorKey\">UIKit.framework/Headers/UITabBarController.h</string>\n\t\t\t\t\t</object>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBPartialClassDescription\">\n\t\t\t\t\t<string key=\"className\">UIViewController</string>\n\t\t\t\t\t<string key=\"superclassName\">UIResponder</string>\n\t\t\t\t\t<object class=\"IBClassDescriptionSource\" key=\"sourceIdentifier\">\n\t\t\t\t\t\t<string key=\"majorKey\">IBFrameworkSource</string>\n\t\t\t\t\t\t<string key=\"minorKey\">UIKit.framework/Headers/UIViewController.h</string>\n\t\t\t\t\t</object>\n\t\t\t\t</object>\n\t\t\t</object>\n\t\t</object>\n\t\t<int key=\"IBDocument.localizationMode\">0</int>\n\t\t<string key=\"IBDocument.TargetRuntimeIdentifier\">IBCocoaTouchFramework</string>\n\t\t<object class=\"NSMutableDictionary\" key=\"IBDocument.PluginDeclaredDependencyDefaults\">\n\t\t\t<string key=\"NS.key.0\">com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS</string>\n\t\t\t<integer value=\"1056\" key=\"NS.object.0\"/>\n\t\t</object>\n\t\t<object class=\"NSMutableDictionary\" key=\"IBDocument.PluginDeclaredDevelopmentDependencies\">\n\t\t\t<string key=\"NS.key.0\">com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3</string>\n\t\t\t<integer value=\"3000\" key=\"NS.object.0\"/>\n\t\t</object>\n\t\t<bool key=\"IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion\">YES</bool>\n\t\t<string key=\"IBDocument.LastKnownRelativeProjectPath\">../XCallbackURL.xcodeproj</string>\n\t\t<int key=\"IBDocument.defaultPropertyAccessControl\">3</int>\n\t\t<string key=\"IBCocoaTouchPluginVersion\">132</string>\n\t</data>\n</archive>\n"
  },
  {
    "path": "Classes/SendViewController.h",
    "content": "//\n//  SendViewController.h\n//  XCallbackURL\n//\n//  Created by Greg Pierce on 11/24/10.\n//  Copyright 2010 Agile Tortoise. All rights reserved.\n//\n\n#import <UIKit/UIKit.h>\n\n\n@interface SendViewController : UIViewController <UITextFieldDelegate> {\n\tIBOutlet UITextField *schemeField;\n\tIBOutlet UITextField *hostField;\n\tIBOutlet UITextField *actionField;\n\tIBOutlet UITextField *parametersField;\n\tIBOutlet UITextField *callbackField;\n\tIBOutlet UITextField *errorCallbackField;\t\n\tIBOutlet UITextField *cancelCallbackField;\n\tIBOutlet UITextField *sourceField;\n}\n\n- (IBAction)openURL;\n\n@end\n"
  },
  {
    "path": "Classes/SendViewController.m",
    "content": "//\n//  SendViewController.m\n//  XCallbackURL\n//\n//  Created by Greg Pierce on 11/24/10.\n//  Copyright 2010 Agile Tortoise. All rights reserved.\n//\n\n#import \"SendViewController.h\"\n\n\n@implementation SendViewController\n\n- (id)init {\n\tif (!(self = [super initWithNibName:nil bundle:nil])) return nil;\n\t\n\tUITabBarItem *tbi = [self tabBarItem];\n\t[tbi setTitle:@\"Send URL\"];\n\t\n\tUIImage *image = [UIImage imageNamed:@\"send.png\"];\n\t[tbi setImage:image];\n\t\n\treturn self;\n}\n\n- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil {\n\treturn [self init];\n}\n\n- (NSString *)encodeString:(NSString *)str\n{\n\treturn (NSString *)CFBridgingRelease(CFURLCreateStringByAddingPercentEscapes(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t   NULL,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t   (CFStringRef)str,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t   NULL,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t   (CFStringRef)@\"!*'();:@&=+$,/?%#[]\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t   kCFStringEncodingUTF8 ));\n}\n\n- (BOOL)canOpenURL\n{\n\tif( [[schemeField text] length] == 0 ||\n\t    [[hostField text] length] == 0 ||\n\t    [[actionField text] length] == 0 )\n\t{\n\t\treturn NO;\n\t}\n\treturn YES;\n}\n\n-(void)openURL\n{\n\tif (![self canOpenURL]) {\n\t\tUIAlertView *alertView = [[UIAlertView alloc] \n\t\t\t\t\t\t\t\t  initWithTitle:@\"Error\"\n\t\t\t\t\t\t\t\t  message:@\"Required fields missing.\"\n\t\t\t\t\t\t\t\t  delegate:nil\n\t\t\t\t\t\t\t\t  cancelButtonTitle:@\"OK\"\n\t\t\t\t\t\t\t\t  otherButtonTitles:nil];\n\t\t[alertView show];\n\t\treturn;\n\t}\n\t\n\t\n\tNSString *urlString = [schemeField text];\n\turlString = [urlString stringByAppendingString:@\"://\"];\n\turlString = [urlString stringByAppendingString:[hostField text]];\n\turlString = [urlString stringByAppendingString:@\"/\"];\n\t// 2011.03.21 by GP - no longer requiring version\n    //urlString = [urlString stringByAppendingString:[versionField text]];\n\t//urlString = [urlString stringByAppendingString:@\"/\"];\n\t// END\n    urlString = [urlString stringByAppendingString:[actionField text]];\n\turlString = [urlString stringByAppendingString:@\"?\"];\n\t\n\tif ([[callbackField text] length] > 0) {\n\t\turlString = [urlString stringByAppendingString:@\"x-success=\"];\n\t\turlString = [urlString stringByAppendingString:[self encodeString:[callbackField text]]];\n\t\turlString = [urlString stringByAppendingString:@\"&\"];\n\t}\n\tif ([[errorCallbackField text] length] > 0) {\n\t\turlString = [urlString stringByAppendingString:@\"x-error=\"];\n\t\turlString = [urlString stringByAppendingString:[self encodeString:[errorCallbackField text]]];\n\t\turlString = [urlString stringByAppendingString:@\"&\"];\n\t}\n    if ([[cancelCallbackField text] length] > 0) {\n\t\turlString = [urlString stringByAppendingString:@\"x-cancel=\"];\n\t\turlString = [urlString stringByAppendingString:[self encodeString:[cancelCallbackField text]]];\n\t\turlString = [urlString stringByAppendingString:@\"&\"];\n\t}\n\tif ([[sourceField text] length] > 0) {\n\t\turlString = [urlString stringByAppendingString:@\"x-source=\"];\n\t\turlString = [urlString stringByAppendingString:[self encodeString:[sourceField text]]];\n\t\turlString = [urlString stringByAppendingString:@\"&\"];\n\t}\n    \n    urlString = [urlString stringByAppendingString:[parametersField text]];\n\t\n\t\n\tNSLog(@\"%@\",urlString);\n\tNSURL *url = [NSURL URLWithString:urlString];\n\tif([[UIApplication sharedApplication] canOpenURL:url] == YES) {\n\t\t[[UIApplication sharedApplication] openURL:url];\n\t}\n\telse {\n\t\tNSLog(@\"Unable to open url\");\n\t}\n\t\n}\n\n- (BOOL)textFieldShouldReturn:(UITextField *)textField\n{\n\t[textField resignFirstResponder];\n\treturn YES;\n}\n\n- (void)textFieldDidEndEditing:(UITextField *)textField\n{\n\t[textField resignFirstResponder];\n}\n\n@end\n"
  },
  {
    "path": "Classes/SendViewController.xib",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<archive type=\"com.apple.InterfaceBuilder3.CocoaTouch.XIB\" version=\"7.10\">\n\t<data>\n\t\t<int key=\"IBDocument.SystemTarget\">1552</int>\n\t\t<string key=\"IBDocument.SystemVersion\">12D78</string>\n\t\t<string key=\"IBDocument.InterfaceBuilderVersion\">3084</string>\n\t\t<string key=\"IBDocument.AppKitVersion\">1187.37</string>\n\t\t<string key=\"IBDocument.HIToolboxVersion\">626.00</string>\n\t\t<object class=\"NSMutableDictionary\" key=\"IBDocument.PluginVersions\">\n\t\t\t<string key=\"NS.key.0\">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>\n\t\t\t<string key=\"NS.object.0\">2083</string>\n\t\t</object>\n\t\t<object class=\"NSArray\" key=\"IBDocument.IntegratedClassDependencies\">\n\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t<string>IBProxyObject</string>\n\t\t\t<string>IBUIButton</string>\n\t\t\t<string>IBUILabel</string>\n\t\t\t<string>IBUITextField</string>\n\t\t\t<string>IBUIView</string>\n\t\t</object>\n\t\t<object class=\"NSArray\" key=\"IBDocument.PluginDependencies\">\n\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>\n\t\t</object>\n\t\t<object class=\"NSMutableDictionary\" key=\"IBDocument.Metadata\">\n\t\t\t<string key=\"NS.key.0\">PluginDependencyRecalculationVersion</string>\n\t\t\t<integer value=\"1\" key=\"NS.object.0\"/>\n\t\t</object>\n\t\t<object class=\"NSMutableArray\" key=\"IBDocument.RootObjects\" id=\"1000\">\n\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t<object class=\"IBProxyObject\" id=\"372490531\">\n\t\t\t\t<string key=\"IBProxiedObjectIdentifier\">IBFilesOwner</string>\n\t\t\t\t<string key=\"targetRuntimeIdentifier\">IBCocoaTouchFramework</string>\n\t\t\t</object>\n\t\t\t<object class=\"IBProxyObject\" id=\"975951072\">\n\t\t\t\t<string key=\"IBProxiedObjectIdentifier\">IBFirstResponder</string>\n\t\t\t\t<string key=\"targetRuntimeIdentifier\">IBCocoaTouchFramework</string>\n\t\t\t</object>\n\t\t\t<object class=\"IBUIView\" id=\"191373211\">\n\t\t\t\t<reference key=\"NSNextResponder\"/>\n\t\t\t\t<int key=\"NSvFlags\">274</int>\n\t\t\t\t<object class=\"NSMutableArray\" key=\"NSSubviews\">\n\t\t\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t\t\t<object class=\"IBUILabel\" id=\"433572799\">\n\t\t\t\t\t\t<reference key=\"NSNextResponder\" ref=\"191373211\"/>\n\t\t\t\t\t\t<int key=\"NSvFlags\">292</int>\n\t\t\t\t\t\t<string key=\"NSFrame\">{{20, 2}, {45, 21}}</string>\n\t\t\t\t\t\t<reference key=\"NSSuperview\" ref=\"191373211\"/>\n\t\t\t\t\t\t<reference key=\"NSWindow\"/>\n\t\t\t\t\t\t<reference key=\"NSNextKeyView\" ref=\"657759105\"/>\n\t\t\t\t\t\t<bool key=\"IBUIOpaque\">NO</bool>\n\t\t\t\t\t\t<bool key=\"IBUIClipsSubviews\">YES</bool>\n\t\t\t\t\t\t<int key=\"IBUIContentMode\">7</int>\n\t\t\t\t\t\t<bool key=\"IBUIUserInteractionEnabled\">NO</bool>\n\t\t\t\t\t\t<string key=\"targetRuntimeIdentifier\">IBCocoaTouchFramework</string>\n\t\t\t\t\t\t<string key=\"IBUIText\">Scheme</string>\n\t\t\t\t\t\t<object class=\"NSColor\" key=\"IBUITextColor\" id=\"838071174\">\n\t\t\t\t\t\t\t<int key=\"NSColorSpace\">3</int>\n\t\t\t\t\t\t\t<bytes key=\"NSWhite\">MC4zMzMzMzMzMzMzAA</bytes>\n\t\t\t\t\t\t</object>\n\t\t\t\t\t\t<object class=\"NSColor\" key=\"IBUIHighlightedColor\" id=\"71019702\">\n\t\t\t\t\t\t\t<int key=\"NSColorSpace\">3</int>\n\t\t\t\t\t\t\t<bytes key=\"NSWhite\">MQA</bytes>\n\t\t\t\t\t\t</object>\n\t\t\t\t\t\t<int key=\"IBUIBaselineAdjustment\">1</int>\n\t\t\t\t\t\t<float key=\"IBUIMinimumFontSize\">10</float>\n\t\t\t\t\t\t<object class=\"IBUIFontDescription\" key=\"IBUIFontDescription\" id=\"425607200\">\n\t\t\t\t\t\t\t<string key=\"name\">Helvetica</string>\n\t\t\t\t\t\t\t<string key=\"family\">Helvetica</string>\n\t\t\t\t\t\t\t<int key=\"traits\">0</int>\n\t\t\t\t\t\t\t<double key=\"pointSize\">12</double>\n\t\t\t\t\t\t</object>\n\t\t\t\t\t\t<object class=\"NSFont\" key=\"IBUIFont\" id=\"571554801\">\n\t\t\t\t\t\t\t<string key=\"NSName\">Helvetica</string>\n\t\t\t\t\t\t\t<double key=\"NSSize\">12</double>\n\t\t\t\t\t\t\t<int key=\"NSfFlags\">16</int>\n\t\t\t\t\t\t</object>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBUILabel\" id=\"616451911\">\n\t\t\t\t\t\t<reference key=\"NSNextResponder\" ref=\"191373211\"/>\n\t\t\t\t\t\t<int key=\"NSvFlags\">292</int>\n\t\t\t\t\t\t<string key=\"NSFrame\">{{20, 51}, {45, 21}}</string>\n\t\t\t\t\t\t<reference key=\"NSSuperview\" ref=\"191373211\"/>\n\t\t\t\t\t\t<reference key=\"NSWindow\"/>\n\t\t\t\t\t\t<reference key=\"NSNextKeyView\" ref=\"317347210\"/>\n\t\t\t\t\t\t<bool key=\"IBUIOpaque\">NO</bool>\n\t\t\t\t\t\t<bool key=\"IBUIClipsSubviews\">YES</bool>\n\t\t\t\t\t\t<int key=\"IBUIContentMode\">7</int>\n\t\t\t\t\t\t<bool key=\"IBUIUserInteractionEnabled\">NO</bool>\n\t\t\t\t\t\t<string key=\"targetRuntimeIdentifier\">IBCocoaTouchFramework</string>\n\t\t\t\t\t\t<string key=\"IBUIText\">Action</string>\n\t\t\t\t\t\t<reference key=\"IBUITextColor\" ref=\"838071174\"/>\n\t\t\t\t\t\t<reference key=\"IBUIHighlightedColor\" ref=\"71019702\"/>\n\t\t\t\t\t\t<int key=\"IBUIBaselineAdjustment\">1</int>\n\t\t\t\t\t\t<float key=\"IBUIMinimumFontSize\">10</float>\n\t\t\t\t\t\t<reference key=\"IBUIFontDescription\" ref=\"425607200\"/>\n\t\t\t\t\t\t<reference key=\"IBUIFont\" ref=\"571554801\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBUILabel\" id=\"212909456\">\n\t\t\t\t\t\t<reference key=\"NSNextResponder\" ref=\"191373211\"/>\n\t\t\t\t\t\t<int key=\"NSvFlags\">292</int>\n\t\t\t\t\t\t<string key=\"NSFrame\">{{99, 2}, {45, 21}}</string>\n\t\t\t\t\t\t<reference key=\"NSSuperview\" ref=\"191373211\"/>\n\t\t\t\t\t\t<reference key=\"NSWindow\"/>\n\t\t\t\t\t\t<reference key=\"NSNextKeyView\" ref=\"616451911\"/>\n\t\t\t\t\t\t<bool key=\"IBUIOpaque\">NO</bool>\n\t\t\t\t\t\t<bool key=\"IBUIClipsSubviews\">YES</bool>\n\t\t\t\t\t\t<int key=\"IBUIContentMode\">7</int>\n\t\t\t\t\t\t<bool key=\"IBUIUserInteractionEnabled\">NO</bool>\n\t\t\t\t\t\t<string key=\"targetRuntimeIdentifier\">IBCocoaTouchFramework</string>\n\t\t\t\t\t\t<string key=\"IBUIText\">Host</string>\n\t\t\t\t\t\t<reference key=\"IBUITextColor\" ref=\"838071174\"/>\n\t\t\t\t\t\t<reference key=\"IBUIHighlightedColor\" ref=\"71019702\"/>\n\t\t\t\t\t\t<int key=\"IBUIBaselineAdjustment\">1</int>\n\t\t\t\t\t\t<float key=\"IBUIMinimumFontSize\">10</float>\n\t\t\t\t\t\t<reference key=\"IBUIFontDescription\" ref=\"425607200\"/>\n\t\t\t\t\t\t<reference key=\"IBUIFont\" ref=\"571554801\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBUITextField\" id=\"657759105\">\n\t\t\t\t\t\t<reference key=\"NSNextResponder\" ref=\"191373211\"/>\n\t\t\t\t\t\t<int key=\"NSvFlags\">292</int>\n\t\t\t\t\t\t<string key=\"NSFrame\">{{20, 22}, {71, 31}}</string>\n\t\t\t\t\t\t<reference key=\"NSSuperview\" ref=\"191373211\"/>\n\t\t\t\t\t\t<reference key=\"NSWindow\"/>\n\t\t\t\t\t\t<reference key=\"NSNextKeyView\" ref=\"212909456\"/>\n\t\t\t\t\t\t<bool key=\"IBUIOpaque\">NO</bool>\n\t\t\t\t\t\t<bool key=\"IBUIClipsSubviews\">YES</bool>\n\t\t\t\t\t\t<string key=\"targetRuntimeIdentifier\">IBCocoaTouchFramework</string>\n\t\t\t\t\t\t<int key=\"IBUIContentVerticalAlignment\">0</int>\n\t\t\t\t\t\t<string key=\"IBUIText\"/>\n\t\t\t\t\t\t<int key=\"IBUIBorderStyle\">3</int>\n\t\t\t\t\t\t<string key=\"IBUIPlaceholder\">scheme</string>\n\t\t\t\t\t\t<object class=\"NSColor\" key=\"IBUITextColor\">\n\t\t\t\t\t\t\t<int key=\"NSColorSpace\">3</int>\n\t\t\t\t\t\t\t<bytes key=\"NSWhite\">MAA</bytes>\n\t\t\t\t\t\t\t<object class=\"NSColorSpace\" key=\"NSCustomColorSpace\" id=\"216730700\">\n\t\t\t\t\t\t\t\t<int key=\"NSID\">2</int>\n\t\t\t\t\t\t\t</object>\n\t\t\t\t\t\t</object>\n\t\t\t\t\t\t<bool key=\"IBUIAdjustsFontSizeToFit\">YES</bool>\n\t\t\t\t\t\t<float key=\"IBUIMinimumFontSize\">17</float>\n\t\t\t\t\t\t<object class=\"IBUITextInputTraits\" key=\"IBUITextInputTraits\">\n\t\t\t\t\t\t\t<string key=\"targetRuntimeIdentifier\">IBCocoaTouchFramework</string>\n\t\t\t\t\t\t</object>\n\t\t\t\t\t\t<int key=\"IBUIClearButtonMode\">1</int>\n\t\t\t\t\t\t<object class=\"IBUIFontDescription\" key=\"IBUIFontDescription\" id=\"523116105\">\n\t\t\t\t\t\t\t<int key=\"type\">1</int>\n\t\t\t\t\t\t\t<double key=\"pointSize\">12</double>\n\t\t\t\t\t\t</object>\n\t\t\t\t\t\t<reference key=\"IBUIFont\" ref=\"571554801\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBUITextField\" id=\"317347210\">\n\t\t\t\t\t\t<reference key=\"NSNextResponder\" ref=\"191373211\"/>\n\t\t\t\t\t\t<int key=\"NSvFlags\">292</int>\n\t\t\t\t\t\t<string key=\"NSFrame\">{{99, 22}, {201, 31}}</string>\n\t\t\t\t\t\t<reference key=\"NSSuperview\" ref=\"191373211\"/>\n\t\t\t\t\t\t<reference key=\"NSWindow\"/>\n\t\t\t\t\t\t<reference key=\"NSNextKeyView\" ref=\"691225013\"/>\n\t\t\t\t\t\t<bool key=\"IBUIOpaque\">NO</bool>\n\t\t\t\t\t\t<bool key=\"IBUIClipsSubviews\">YES</bool>\n\t\t\t\t\t\t<string key=\"targetRuntimeIdentifier\">IBCocoaTouchFramework</string>\n\t\t\t\t\t\t<int key=\"IBUIContentVerticalAlignment\">0</int>\n\t\t\t\t\t\t<string key=\"IBUIText\">x-callback-url</string>\n\t\t\t\t\t\t<int key=\"IBUIBorderStyle\">3</int>\n\t\t\t\t\t\t<string key=\"IBUIPlaceholder\">host</string>\n\t\t\t\t\t\t<object class=\"NSColor\" key=\"IBUITextColor\">\n\t\t\t\t\t\t\t<int key=\"NSColorSpace\">3</int>\n\t\t\t\t\t\t\t<bytes key=\"NSWhite\">MAA</bytes>\n\t\t\t\t\t\t\t<reference key=\"NSCustomColorSpace\" ref=\"216730700\"/>\n\t\t\t\t\t\t</object>\n\t\t\t\t\t\t<bool key=\"IBUIAdjustsFontSizeToFit\">YES</bool>\n\t\t\t\t\t\t<float key=\"IBUIMinimumFontSize\">17</float>\n\t\t\t\t\t\t<object class=\"IBUITextInputTraits\" key=\"IBUITextInputTraits\">\n\t\t\t\t\t\t\t<string key=\"targetRuntimeIdentifier\">IBCocoaTouchFramework</string>\n\t\t\t\t\t\t</object>\n\t\t\t\t\t\t<int key=\"IBUIClearButtonMode\">1</int>\n\t\t\t\t\t\t<reference key=\"IBUIFontDescription\" ref=\"523116105\"/>\n\t\t\t\t\t\t<reference key=\"IBUIFont\" ref=\"571554801\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBUITextField\" id=\"691225013\">\n\t\t\t\t\t\t<reference key=\"NSNextResponder\" ref=\"191373211\"/>\n\t\t\t\t\t\t<int key=\"NSvFlags\">292</int>\n\t\t\t\t\t\t<string key=\"NSFrame\">{{20, 71}, {280, 31}}</string>\n\t\t\t\t\t\t<reference key=\"NSSuperview\" ref=\"191373211\"/>\n\t\t\t\t\t\t<reference key=\"NSWindow\"/>\n\t\t\t\t\t\t<reference key=\"NSNextKeyView\" ref=\"241087883\"/>\n\t\t\t\t\t\t<bool key=\"IBUIOpaque\">NO</bool>\n\t\t\t\t\t\t<bool key=\"IBUIClipsSubviews\">YES</bool>\n\t\t\t\t\t\t<string key=\"targetRuntimeIdentifier\">IBCocoaTouchFramework</string>\n\t\t\t\t\t\t<int key=\"IBUIContentVerticalAlignment\">0</int>\n\t\t\t\t\t\t<string key=\"IBUIText\"/>\n\t\t\t\t\t\t<int key=\"IBUIBorderStyle\">3</int>\n\t\t\t\t\t\t<string key=\"IBUIPlaceholder\">action</string>\n\t\t\t\t\t\t<object class=\"NSColor\" key=\"IBUITextColor\">\n\t\t\t\t\t\t\t<int key=\"NSColorSpace\">3</int>\n\t\t\t\t\t\t\t<bytes key=\"NSWhite\">MAA</bytes>\n\t\t\t\t\t\t\t<reference key=\"NSCustomColorSpace\" ref=\"216730700\"/>\n\t\t\t\t\t\t</object>\n\t\t\t\t\t\t<bool key=\"IBUIAdjustsFontSizeToFit\">YES</bool>\n\t\t\t\t\t\t<float key=\"IBUIMinimumFontSize\">17</float>\n\t\t\t\t\t\t<object class=\"IBUITextInputTraits\" key=\"IBUITextInputTraits\">\n\t\t\t\t\t\t\t<string key=\"targetRuntimeIdentifier\">IBCocoaTouchFramework</string>\n\t\t\t\t\t\t</object>\n\t\t\t\t\t\t<int key=\"IBUIClearButtonMode\">1</int>\n\t\t\t\t\t\t<reference key=\"IBUIFontDescription\" ref=\"523116105\"/>\n\t\t\t\t\t\t<reference key=\"IBUIFont\" ref=\"571554801\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBUILabel\" id=\"241087883\">\n\t\t\t\t\t\t<reference key=\"NSNextResponder\" ref=\"191373211\"/>\n\t\t\t\t\t\t<int key=\"NSvFlags\">292</int>\n\t\t\t\t\t\t<string key=\"NSFrame\">{{20, 102}, {111, 21}}</string>\n\t\t\t\t\t\t<reference key=\"NSSuperview\" ref=\"191373211\"/>\n\t\t\t\t\t\t<reference key=\"NSWindow\"/>\n\t\t\t\t\t\t<reference key=\"NSNextKeyView\" ref=\"468038222\"/>\n\t\t\t\t\t\t<bool key=\"IBUIOpaque\">NO</bool>\n\t\t\t\t\t\t<bool key=\"IBUIClipsSubviews\">YES</bool>\n\t\t\t\t\t\t<int key=\"IBUIContentMode\">7</int>\n\t\t\t\t\t\t<bool key=\"IBUIUserInteractionEnabled\">NO</bool>\n\t\t\t\t\t\t<string key=\"targetRuntimeIdentifier\">IBCocoaTouchFramework</string>\n\t\t\t\t\t\t<string key=\"IBUIText\">Action Parameters</string>\n\t\t\t\t\t\t<reference key=\"IBUITextColor\" ref=\"838071174\"/>\n\t\t\t\t\t\t<reference key=\"IBUIHighlightedColor\" ref=\"71019702\"/>\n\t\t\t\t\t\t<int key=\"IBUIBaselineAdjustment\">1</int>\n\t\t\t\t\t\t<float key=\"IBUIMinimumFontSize\">10</float>\n\t\t\t\t\t\t<reference key=\"IBUIFontDescription\" ref=\"425607200\"/>\n\t\t\t\t\t\t<reference key=\"IBUIFont\" ref=\"571554801\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBUITextField\" id=\"468038222\">\n\t\t\t\t\t\t<reference key=\"NSNextResponder\" ref=\"191373211\"/>\n\t\t\t\t\t\t<int key=\"NSvFlags\">292</int>\n\t\t\t\t\t\t<string key=\"NSFrame\">{{20, 122}, {280, 31}}</string>\n\t\t\t\t\t\t<reference key=\"NSSuperview\" ref=\"191373211\"/>\n\t\t\t\t\t\t<reference key=\"NSWindow\"/>\n\t\t\t\t\t\t<reference key=\"NSNextKeyView\" ref=\"78851874\"/>\n\t\t\t\t\t\t<bool key=\"IBUIOpaque\">NO</bool>\n\t\t\t\t\t\t<bool key=\"IBUIClipsSubviews\">YES</bool>\n\t\t\t\t\t\t<string key=\"targetRuntimeIdentifier\">IBCocoaTouchFramework</string>\n\t\t\t\t\t\t<int key=\"IBUIContentVerticalAlignment\">0</int>\n\t\t\t\t\t\t<string key=\"IBUIText\"/>\n\t\t\t\t\t\t<int key=\"IBUIBorderStyle\">3</int>\n\t\t\t\t\t\t<string key=\"IBUIPlaceholder\">action</string>\n\t\t\t\t\t\t<object class=\"NSColor\" key=\"IBUITextColor\">\n\t\t\t\t\t\t\t<int key=\"NSColorSpace\">3</int>\n\t\t\t\t\t\t\t<bytes key=\"NSWhite\">MAA</bytes>\n\t\t\t\t\t\t\t<reference key=\"NSCustomColorSpace\" ref=\"216730700\"/>\n\t\t\t\t\t\t</object>\n\t\t\t\t\t\t<bool key=\"IBUIAdjustsFontSizeToFit\">YES</bool>\n\t\t\t\t\t\t<float key=\"IBUIMinimumFontSize\">17</float>\n\t\t\t\t\t\t<object class=\"IBUITextInputTraits\" key=\"IBUITextInputTraits\">\n\t\t\t\t\t\t\t<string key=\"targetRuntimeIdentifier\">IBCocoaTouchFramework</string>\n\t\t\t\t\t\t</object>\n\t\t\t\t\t\t<int key=\"IBUIClearButtonMode\">1</int>\n\t\t\t\t\t\t<reference key=\"IBUIFontDescription\" ref=\"523116105\"/>\n\t\t\t\t\t\t<reference key=\"IBUIFont\" ref=\"571554801\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBUILabel\" id=\"78851874\">\n\t\t\t\t\t\t<reference key=\"NSNextResponder\" ref=\"191373211\"/>\n\t\t\t\t\t\t<int key=\"NSvFlags\">292</int>\n\t\t\t\t\t\t<string key=\"NSFrame\">{{20, 152}, {54, 21}}</string>\n\t\t\t\t\t\t<reference key=\"NSSuperview\" ref=\"191373211\"/>\n\t\t\t\t\t\t<reference key=\"NSWindow\"/>\n\t\t\t\t\t\t<reference key=\"NSNextKeyView\" ref=\"1073112716\"/>\n\t\t\t\t\t\t<bool key=\"IBUIOpaque\">NO</bool>\n\t\t\t\t\t\t<bool key=\"IBUIClipsSubviews\">YES</bool>\n\t\t\t\t\t\t<int key=\"IBUIContentMode\">7</int>\n\t\t\t\t\t\t<bool key=\"IBUIUserInteractionEnabled\">NO</bool>\n\t\t\t\t\t\t<string key=\"targetRuntimeIdentifier\">IBCocoaTouchFramework</string>\n\t\t\t\t\t\t<string key=\"IBUIText\">x-success</string>\n\t\t\t\t\t\t<reference key=\"IBUITextColor\" ref=\"838071174\"/>\n\t\t\t\t\t\t<reference key=\"IBUIHighlightedColor\" ref=\"71019702\"/>\n\t\t\t\t\t\t<int key=\"IBUIBaselineAdjustment\">1</int>\n\t\t\t\t\t\t<float key=\"IBUIMinimumFontSize\">10</float>\n\t\t\t\t\t\t<reference key=\"IBUIFontDescription\" ref=\"425607200\"/>\n\t\t\t\t\t\t<reference key=\"IBUIFont\" ref=\"571554801\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBUITextField\" id=\"1073112716\">\n\t\t\t\t\t\t<reference key=\"NSNextResponder\" ref=\"191373211\"/>\n\t\t\t\t\t\t<int key=\"NSvFlags\">292</int>\n\t\t\t\t\t\t<string key=\"NSFrame\">{{20, 172}, {280, 31}}</string>\n\t\t\t\t\t\t<reference key=\"NSSuperview\" ref=\"191373211\"/>\n\t\t\t\t\t\t<reference key=\"NSWindow\"/>\n\t\t\t\t\t\t<reference key=\"NSNextKeyView\" ref=\"295496791\"/>\n\t\t\t\t\t\t<bool key=\"IBUIOpaque\">NO</bool>\n\t\t\t\t\t\t<bool key=\"IBUIClipsSubviews\">YES</bool>\n\t\t\t\t\t\t<string key=\"targetRuntimeIdentifier\">IBCocoaTouchFramework</string>\n\t\t\t\t\t\t<int key=\"IBUIContentVerticalAlignment\">0</int>\n\t\t\t\t\t\t<string key=\"IBUIText\"/>\n\t\t\t\t\t\t<int key=\"IBUIBorderStyle\">3</int>\n\t\t\t\t\t\t<string key=\"IBUIPlaceholder\">callback URL</string>\n\t\t\t\t\t\t<object class=\"NSColor\" key=\"IBUITextColor\">\n\t\t\t\t\t\t\t<int key=\"NSColorSpace\">3</int>\n\t\t\t\t\t\t\t<bytes key=\"NSWhite\">MAA</bytes>\n\t\t\t\t\t\t\t<reference key=\"NSCustomColorSpace\" ref=\"216730700\"/>\n\t\t\t\t\t\t</object>\n\t\t\t\t\t\t<bool key=\"IBUIAdjustsFontSizeToFit\">YES</bool>\n\t\t\t\t\t\t<float key=\"IBUIMinimumFontSize\">17</float>\n\t\t\t\t\t\t<object class=\"IBUITextInputTraits\" key=\"IBUITextInputTraits\">\n\t\t\t\t\t\t\t<string key=\"targetRuntimeIdentifier\">IBCocoaTouchFramework</string>\n\t\t\t\t\t\t</object>\n\t\t\t\t\t\t<int key=\"IBUIClearButtonMode\">1</int>\n\t\t\t\t\t\t<reference key=\"IBUIFontDescription\" ref=\"523116105\"/>\n\t\t\t\t\t\t<reference key=\"IBUIFont\" ref=\"571554801\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBUILabel\" id=\"295496791\">\n\t\t\t\t\t\t<reference key=\"NSNextResponder\" ref=\"191373211\"/>\n\t\t\t\t\t\t<int key=\"NSvFlags\">292</int>\n\t\t\t\t\t\t<string key=\"NSFrame\">{{20, 201}, {54, 21}}</string>\n\t\t\t\t\t\t<reference key=\"NSSuperview\" ref=\"191373211\"/>\n\t\t\t\t\t\t<reference key=\"NSWindow\"/>\n\t\t\t\t\t\t<reference key=\"NSNextKeyView\" ref=\"12621562\"/>\n\t\t\t\t\t\t<bool key=\"IBUIOpaque\">NO</bool>\n\t\t\t\t\t\t<bool key=\"IBUIClipsSubviews\">YES</bool>\n\t\t\t\t\t\t<int key=\"IBUIContentMode\">7</int>\n\t\t\t\t\t\t<bool key=\"IBUIUserInteractionEnabled\">NO</bool>\n\t\t\t\t\t\t<string key=\"targetRuntimeIdentifier\">IBCocoaTouchFramework</string>\n\t\t\t\t\t\t<string key=\"IBUIText\">x-error</string>\n\t\t\t\t\t\t<reference key=\"IBUITextColor\" ref=\"838071174\"/>\n\t\t\t\t\t\t<reference key=\"IBUIHighlightedColor\" ref=\"71019702\"/>\n\t\t\t\t\t\t<int key=\"IBUIBaselineAdjustment\">1</int>\n\t\t\t\t\t\t<float key=\"IBUIMinimumFontSize\">10</float>\n\t\t\t\t\t\t<reference key=\"IBUIFontDescription\" ref=\"425607200\"/>\n\t\t\t\t\t\t<reference key=\"IBUIFont\" ref=\"571554801\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBUITextField\" id=\"12621562\">\n\t\t\t\t\t\t<reference key=\"NSNextResponder\" ref=\"191373211\"/>\n\t\t\t\t\t\t<int key=\"NSvFlags\">292</int>\n\t\t\t\t\t\t<string key=\"NSFrame\">{{20, 221}, {280, 31}}</string>\n\t\t\t\t\t\t<reference key=\"NSSuperview\" ref=\"191373211\"/>\n\t\t\t\t\t\t<reference key=\"NSWindow\"/>\n\t\t\t\t\t\t<reference key=\"NSNextKeyView\" ref=\"362073303\"/>\n\t\t\t\t\t\t<bool key=\"IBUIOpaque\">NO</bool>\n\t\t\t\t\t\t<bool key=\"IBUIClipsSubviews\">YES</bool>\n\t\t\t\t\t\t<string key=\"targetRuntimeIdentifier\">IBCocoaTouchFramework</string>\n\t\t\t\t\t\t<int key=\"IBUIContentVerticalAlignment\">0</int>\n\t\t\t\t\t\t<string key=\"IBUIText\"/>\n\t\t\t\t\t\t<int key=\"IBUIBorderStyle\">3</int>\n\t\t\t\t\t\t<string key=\"IBUIPlaceholder\">error callback URL</string>\n\t\t\t\t\t\t<object class=\"NSColor\" key=\"IBUITextColor\">\n\t\t\t\t\t\t\t<int key=\"NSColorSpace\">3</int>\n\t\t\t\t\t\t\t<bytes key=\"NSWhite\">MAA</bytes>\n\t\t\t\t\t\t\t<reference key=\"NSCustomColorSpace\" ref=\"216730700\"/>\n\t\t\t\t\t\t</object>\n\t\t\t\t\t\t<bool key=\"IBUIAdjustsFontSizeToFit\">YES</bool>\n\t\t\t\t\t\t<float key=\"IBUIMinimumFontSize\">17</float>\n\t\t\t\t\t\t<object class=\"IBUITextInputTraits\" key=\"IBUITextInputTraits\">\n\t\t\t\t\t\t\t<string key=\"targetRuntimeIdentifier\">IBCocoaTouchFramework</string>\n\t\t\t\t\t\t</object>\n\t\t\t\t\t\t<int key=\"IBUIClearButtonMode\">1</int>\n\t\t\t\t\t\t<reference key=\"IBUIFontDescription\" ref=\"523116105\"/>\n\t\t\t\t\t\t<reference key=\"IBUIFont\" ref=\"571554801\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBUILabel\" id=\"169419236\">\n\t\t\t\t\t\t<reference key=\"NSNextResponder\" ref=\"191373211\"/>\n\t\t\t\t\t\t<int key=\"NSvFlags\">292</int>\n\t\t\t\t\t\t<string key=\"NSFrame\">{{20, 303}, {54, 21}}</string>\n\t\t\t\t\t\t<reference key=\"NSSuperview\" ref=\"191373211\"/>\n\t\t\t\t\t\t<reference key=\"NSWindow\"/>\n\t\t\t\t\t\t<reference key=\"NSNextKeyView\" ref=\"381961819\"/>\n\t\t\t\t\t\t<bool key=\"IBUIOpaque\">NO</bool>\n\t\t\t\t\t\t<bool key=\"IBUIClipsSubviews\">YES</bool>\n\t\t\t\t\t\t<int key=\"IBUIContentMode\">7</int>\n\t\t\t\t\t\t<bool key=\"IBUIUserInteractionEnabled\">NO</bool>\n\t\t\t\t\t\t<string key=\"targetRuntimeIdentifier\">IBCocoaTouchFramework</string>\n\t\t\t\t\t\t<string key=\"IBUIText\">x-source</string>\n\t\t\t\t\t\t<reference key=\"IBUITextColor\" ref=\"838071174\"/>\n\t\t\t\t\t\t<reference key=\"IBUIHighlightedColor\" ref=\"71019702\"/>\n\t\t\t\t\t\t<int key=\"IBUIBaselineAdjustment\">1</int>\n\t\t\t\t\t\t<float key=\"IBUIMinimumFontSize\">10</float>\n\t\t\t\t\t\t<reference key=\"IBUIFontDescription\" ref=\"425607200\"/>\n\t\t\t\t\t\t<reference key=\"IBUIFont\" ref=\"571554801\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBUITextField\" id=\"381961819\">\n\t\t\t\t\t\t<reference key=\"NSNextResponder\" ref=\"191373211\"/>\n\t\t\t\t\t\t<int key=\"NSvFlags\">292</int>\n\t\t\t\t\t\t<string key=\"NSFrame\">{{20, 322}, {280, 31}}</string>\n\t\t\t\t\t\t<reference key=\"NSSuperview\" ref=\"191373211\"/>\n\t\t\t\t\t\t<reference key=\"NSWindow\"/>\n\t\t\t\t\t\t<reference key=\"NSNextKeyView\" ref=\"823784529\"/>\n\t\t\t\t\t\t<bool key=\"IBUIOpaque\">NO</bool>\n\t\t\t\t\t\t<bool key=\"IBUIClipsSubviews\">YES</bool>\n\t\t\t\t\t\t<string key=\"targetRuntimeIdentifier\">IBCocoaTouchFramework</string>\n\t\t\t\t\t\t<int key=\"IBUIContentVerticalAlignment\">0</int>\n\t\t\t\t\t\t<string key=\"IBUIText\">XCallback</string>\n\t\t\t\t\t\t<int key=\"IBUIBorderStyle\">3</int>\n\t\t\t\t\t\t<string key=\"IBUIPlaceholder\">x-source</string>\n\t\t\t\t\t\t<object class=\"NSColor\" key=\"IBUITextColor\">\n\t\t\t\t\t\t\t<int key=\"NSColorSpace\">3</int>\n\t\t\t\t\t\t\t<bytes key=\"NSWhite\">MAA</bytes>\n\t\t\t\t\t\t\t<reference key=\"NSCustomColorSpace\" ref=\"216730700\"/>\n\t\t\t\t\t\t</object>\n\t\t\t\t\t\t<bool key=\"IBUIAdjustsFontSizeToFit\">YES</bool>\n\t\t\t\t\t\t<float key=\"IBUIMinimumFontSize\">17</float>\n\t\t\t\t\t\t<object class=\"IBUITextInputTraits\" key=\"IBUITextInputTraits\">\n\t\t\t\t\t\t\t<string key=\"targetRuntimeIdentifier\">IBCocoaTouchFramework</string>\n\t\t\t\t\t\t</object>\n\t\t\t\t\t\t<int key=\"IBUIClearButtonMode\">1</int>\n\t\t\t\t\t\t<reference key=\"IBUIFontDescription\" ref=\"523116105\"/>\n\t\t\t\t\t\t<reference key=\"IBUIFont\" ref=\"571554801\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBUILabel\" id=\"362073303\">\n\t\t\t\t\t\t<reference key=\"NSNextResponder\" ref=\"191373211\"/>\n\t\t\t\t\t\t<int key=\"NSvFlags\">292</int>\n\t\t\t\t\t\t<string key=\"NSFrame\">{{20, 252}, {54, 21}}</string>\n\t\t\t\t\t\t<reference key=\"NSSuperview\" ref=\"191373211\"/>\n\t\t\t\t\t\t<reference key=\"NSWindow\"/>\n\t\t\t\t\t\t<reference key=\"NSNextKeyView\" ref=\"276203145\"/>\n\t\t\t\t\t\t<bool key=\"IBUIOpaque\">NO</bool>\n\t\t\t\t\t\t<bool key=\"IBUIClipsSubviews\">YES</bool>\n\t\t\t\t\t\t<int key=\"IBUIContentMode\">7</int>\n\t\t\t\t\t\t<bool key=\"IBUIUserInteractionEnabled\">NO</bool>\n\t\t\t\t\t\t<string key=\"targetRuntimeIdentifier\">IBCocoaTouchFramework</string>\n\t\t\t\t\t\t<string key=\"IBUIText\">x-cancel</string>\n\t\t\t\t\t\t<reference key=\"IBUITextColor\" ref=\"838071174\"/>\n\t\t\t\t\t\t<reference key=\"IBUIHighlightedColor\" ref=\"71019702\"/>\n\t\t\t\t\t\t<int key=\"IBUIBaselineAdjustment\">1</int>\n\t\t\t\t\t\t<float key=\"IBUIMinimumFontSize\">10</float>\n\t\t\t\t\t\t<reference key=\"IBUIFontDescription\" ref=\"425607200\"/>\n\t\t\t\t\t\t<reference key=\"IBUIFont\" ref=\"571554801\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBUITextField\" id=\"276203145\">\n\t\t\t\t\t\t<reference key=\"NSNextResponder\" ref=\"191373211\"/>\n\t\t\t\t\t\t<int key=\"NSvFlags\">292</int>\n\t\t\t\t\t\t<string key=\"NSFrame\">{{20, 271}, {280, 31}}</string>\n\t\t\t\t\t\t<reference key=\"NSSuperview\" ref=\"191373211\"/>\n\t\t\t\t\t\t<reference key=\"NSWindow\"/>\n\t\t\t\t\t\t<reference key=\"NSNextKeyView\" ref=\"169419236\"/>\n\t\t\t\t\t\t<bool key=\"IBUIOpaque\">NO</bool>\n\t\t\t\t\t\t<bool key=\"IBUIClipsSubviews\">YES</bool>\n\t\t\t\t\t\t<string key=\"targetRuntimeIdentifier\">IBCocoaTouchFramework</string>\n\t\t\t\t\t\t<int key=\"IBUIContentVerticalAlignment\">0</int>\n\t\t\t\t\t\t<string key=\"IBUIText\"/>\n\t\t\t\t\t\t<int key=\"IBUIBorderStyle\">3</int>\n\t\t\t\t\t\t<string key=\"IBUIPlaceholder\">cancel callback URL</string>\n\t\t\t\t\t\t<object class=\"NSColor\" key=\"IBUITextColor\">\n\t\t\t\t\t\t\t<int key=\"NSColorSpace\">3</int>\n\t\t\t\t\t\t\t<bytes key=\"NSWhite\">MAA</bytes>\n\t\t\t\t\t\t\t<reference key=\"NSCustomColorSpace\" ref=\"216730700\"/>\n\t\t\t\t\t\t</object>\n\t\t\t\t\t\t<bool key=\"IBUIAdjustsFontSizeToFit\">YES</bool>\n\t\t\t\t\t\t<float key=\"IBUIMinimumFontSize\">17</float>\n\t\t\t\t\t\t<object class=\"IBUITextInputTraits\" key=\"IBUITextInputTraits\">\n\t\t\t\t\t\t\t<string key=\"targetRuntimeIdentifier\">IBCocoaTouchFramework</string>\n\t\t\t\t\t\t</object>\n\t\t\t\t\t\t<int key=\"IBUIClearButtonMode\">1</int>\n\t\t\t\t\t\t<reference key=\"IBUIFontDescription\" ref=\"523116105\"/>\n\t\t\t\t\t\t<reference key=\"IBUIFont\" ref=\"571554801\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBUIButton\" id=\"823784529\">\n\t\t\t\t\t\t<reference key=\"NSNextResponder\" ref=\"191373211\"/>\n\t\t\t\t\t\t<int key=\"NSvFlags\">292</int>\n\t\t\t\t\t\t<string key=\"NSFrame\">{{20, 364}, {280, 35}}</string>\n\t\t\t\t\t\t<reference key=\"NSSuperview\" ref=\"191373211\"/>\n\t\t\t\t\t\t<reference key=\"NSWindow\"/>\n\t\t\t\t\t\t<reference key=\"NSNextKeyView\"/>\n\t\t\t\t\t\t<reference key=\"IBUIBackgroundColor\" ref=\"71019702\"/>\n\t\t\t\t\t\t<bool key=\"IBUIOpaque\">NO</bool>\n\t\t\t\t\t\t<string key=\"targetRuntimeIdentifier\">IBCocoaTouchFramework</string>\n\t\t\t\t\t\t<int key=\"IBUIContentHorizontalAlignment\">0</int>\n\t\t\t\t\t\t<int key=\"IBUIContentVerticalAlignment\">0</int>\n\t\t\t\t\t\t<int key=\"IBUIButtonType\">1</int>\n\t\t\t\t\t\t<string key=\"IBUINormalTitle\">Open URL</string>\n\t\t\t\t\t\t<reference key=\"IBUIHighlightedTitleColor\" ref=\"71019702\"/>\n\t\t\t\t\t\t<object class=\"NSColor\" key=\"IBUINormalTitleColor\">\n\t\t\t\t\t\t\t<int key=\"NSColorSpace\">1</int>\n\t\t\t\t\t\t\t<bytes key=\"NSRGB\">MC4xOTYwNzg0MzE0IDAuMzA5ODAzOTIxNiAwLjUyMTU2ODYyNzUAA</bytes>\n\t\t\t\t\t\t</object>\n\t\t\t\t\t\t<object class=\"NSColor\" key=\"IBUINormalTitleShadowColor\">\n\t\t\t\t\t\t\t<int key=\"NSColorSpace\">3</int>\n\t\t\t\t\t\t\t<bytes key=\"NSWhite\">MC41AA</bytes>\n\t\t\t\t\t\t</object>\n\t\t\t\t\t\t<object class=\"IBUIFontDescription\" key=\"IBUIFontDescription\">\n\t\t\t\t\t\t\t<string key=\"name\">Helvetica-Bold</string>\n\t\t\t\t\t\t\t<string key=\"family\">Helvetica</string>\n\t\t\t\t\t\t\t<int key=\"traits\">2</int>\n\t\t\t\t\t\t\t<double key=\"pointSize\">15</double>\n\t\t\t\t\t\t</object>\n\t\t\t\t\t\t<object class=\"NSFont\" key=\"IBUIFont\">\n\t\t\t\t\t\t\t<string key=\"NSName\">Helvetica-Bold</string>\n\t\t\t\t\t\t\t<double key=\"NSSize\">15</double>\n\t\t\t\t\t\t\t<int key=\"NSfFlags\">16</int>\n\t\t\t\t\t\t</object>\n\t\t\t\t\t</object>\n\t\t\t\t</object>\n\t\t\t\t<string key=\"NSFrame\">{{0, 20}, {320, 411}}</string>\n\t\t\t\t<reference key=\"NSSuperview\"/>\n\t\t\t\t<reference key=\"NSWindow\"/>\n\t\t\t\t<reference key=\"NSNextKeyView\"/>\n\t\t\t\t<object class=\"NSColor\" key=\"IBUIBackgroundColor\">\n\t\t\t\t\t<int key=\"NSColorSpace\">3</int>\n\t\t\t\t\t<bytes key=\"NSWhite\">MQA</bytes>\n\t\t\t\t\t<reference key=\"NSCustomColorSpace\" ref=\"216730700\"/>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBUISimulatedStatusBarMetrics\" key=\"IBUISimulatedStatusBarMetrics\"/>\n\t\t\t\t<object class=\"IBUISimulatedTabBarMetrics\" key=\"IBUISimulatedBottomBarMetrics\"/>\n\t\t\t\t<string key=\"targetRuntimeIdentifier\">IBCocoaTouchFramework</string>\n\t\t\t</object>\n\t\t</object>\n\t\t<object class=\"IBObjectContainer\" key=\"IBDocument.Objects\">\n\t\t\t<object class=\"NSMutableArray\" key=\"connectionRecords\">\n\t\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t\t<object class=\"IBConnectionRecord\">\n\t\t\t\t\t<object class=\"IBCocoaTouchOutletConnection\" key=\"connection\">\n\t\t\t\t\t\t<string key=\"label\">view</string>\n\t\t\t\t\t\t<reference key=\"source\" ref=\"372490531\"/>\n\t\t\t\t\t\t<reference key=\"destination\" ref=\"191373211\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<int key=\"connectionID\">3</int>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBConnectionRecord\">\n\t\t\t\t\t<object class=\"IBCocoaTouchOutletConnection\" key=\"connection\">\n\t\t\t\t\t\t<string key=\"label\">schemeField</string>\n\t\t\t\t\t\t<reference key=\"source\" ref=\"372490531\"/>\n\t\t\t\t\t\t<reference key=\"destination\" ref=\"657759105\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<int key=\"connectionID\">37</int>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBConnectionRecord\">\n\t\t\t\t\t<object class=\"IBCocoaTouchOutletConnection\" key=\"connection\">\n\t\t\t\t\t\t<string key=\"label\">hostField</string>\n\t\t\t\t\t\t<reference key=\"source\" ref=\"372490531\"/>\n\t\t\t\t\t\t<reference key=\"destination\" ref=\"317347210\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<int key=\"connectionID\">38</int>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBConnectionRecord\">\n\t\t\t\t\t<object class=\"IBCocoaTouchOutletConnection\" key=\"connection\">\n\t\t\t\t\t\t<string key=\"label\">actionField</string>\n\t\t\t\t\t\t<reference key=\"source\" ref=\"372490531\"/>\n\t\t\t\t\t\t<reference key=\"destination\" ref=\"691225013\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<int key=\"connectionID\">40</int>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBConnectionRecord\">\n\t\t\t\t\t<object class=\"IBCocoaTouchOutletConnection\" key=\"connection\">\n\t\t\t\t\t\t<string key=\"label\">parametersField</string>\n\t\t\t\t\t\t<reference key=\"source\" ref=\"372490531\"/>\n\t\t\t\t\t\t<reference key=\"destination\" ref=\"468038222\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<int key=\"connectionID\">41</int>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBConnectionRecord\">\n\t\t\t\t\t<object class=\"IBCocoaTouchOutletConnection\" key=\"connection\">\n\t\t\t\t\t\t<string key=\"label\">callbackField</string>\n\t\t\t\t\t\t<reference key=\"source\" ref=\"372490531\"/>\n\t\t\t\t\t\t<reference key=\"destination\" ref=\"1073112716\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<int key=\"connectionID\">42</int>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBConnectionRecord\">\n\t\t\t\t\t<object class=\"IBCocoaTouchOutletConnection\" key=\"connection\">\n\t\t\t\t\t\t<string key=\"label\">errorCallbackField</string>\n\t\t\t\t\t\t<reference key=\"source\" ref=\"372490531\"/>\n\t\t\t\t\t\t<reference key=\"destination\" ref=\"12621562\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<int key=\"connectionID\">43</int>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBConnectionRecord\">\n\t\t\t\t\t<object class=\"IBCocoaTouchOutletConnection\" key=\"connection\">\n\t\t\t\t\t\t<string key=\"label\">sourceField</string>\n\t\t\t\t\t\t<reference key=\"source\" ref=\"372490531\"/>\n\t\t\t\t\t\t<reference key=\"destination\" ref=\"381961819\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<int key=\"connectionID\">44</int>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBConnectionRecord\">\n\t\t\t\t\t<object class=\"IBCocoaTouchOutletConnection\" key=\"connection\">\n\t\t\t\t\t\t<string key=\"label\">cancelCallbackField</string>\n\t\t\t\t\t\t<reference key=\"source\" ref=\"372490531\"/>\n\t\t\t\t\t\t<reference key=\"destination\" ref=\"276203145\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<int key=\"connectionID\">59</int>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBConnectionRecord\">\n\t\t\t\t\t<object class=\"IBCocoaTouchOutletConnection\" key=\"connection\">\n\t\t\t\t\t\t<string key=\"label\">delegate</string>\n\t\t\t\t\t\t<reference key=\"source\" ref=\"657759105\"/>\n\t\t\t\t\t\t<reference key=\"destination\" ref=\"372490531\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<int key=\"connectionID\">45</int>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBConnectionRecord\">\n\t\t\t\t\t<object class=\"IBCocoaTouchOutletConnection\" key=\"connection\">\n\t\t\t\t\t\t<string key=\"label\">delegate</string>\n\t\t\t\t\t\t<reference key=\"source\" ref=\"317347210\"/>\n\t\t\t\t\t\t<reference key=\"destination\" ref=\"372490531\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<int key=\"connectionID\">46</int>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBConnectionRecord\">\n\t\t\t\t\t<object class=\"IBCocoaTouchOutletConnection\" key=\"connection\">\n\t\t\t\t\t\t<string key=\"label\">delegate</string>\n\t\t\t\t\t\t<reference key=\"source\" ref=\"691225013\"/>\n\t\t\t\t\t\t<reference key=\"destination\" ref=\"372490531\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<int key=\"connectionID\">48</int>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBConnectionRecord\">\n\t\t\t\t\t<object class=\"IBCocoaTouchOutletConnection\" key=\"connection\">\n\t\t\t\t\t\t<string key=\"label\">delegate</string>\n\t\t\t\t\t\t<reference key=\"source\" ref=\"468038222\"/>\n\t\t\t\t\t\t<reference key=\"destination\" ref=\"372490531\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<int key=\"connectionID\">49</int>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBConnectionRecord\">\n\t\t\t\t\t<object class=\"IBCocoaTouchOutletConnection\" key=\"connection\">\n\t\t\t\t\t\t<string key=\"label\">delegate</string>\n\t\t\t\t\t\t<reference key=\"source\" ref=\"1073112716\"/>\n\t\t\t\t\t\t<reference key=\"destination\" ref=\"372490531\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<int key=\"connectionID\">50</int>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBConnectionRecord\">\n\t\t\t\t\t<object class=\"IBCocoaTouchOutletConnection\" key=\"connection\">\n\t\t\t\t\t\t<string key=\"label\">delegate</string>\n\t\t\t\t\t\t<reference key=\"source\" ref=\"12621562\"/>\n\t\t\t\t\t\t<reference key=\"destination\" ref=\"372490531\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<int key=\"connectionID\">51</int>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBConnectionRecord\">\n\t\t\t\t\t<object class=\"IBCocoaTouchOutletConnection\" key=\"connection\">\n\t\t\t\t\t\t<string key=\"label\">delegate</string>\n\t\t\t\t\t\t<reference key=\"source\" ref=\"381961819\"/>\n\t\t\t\t\t\t<reference key=\"destination\" ref=\"372490531\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<int key=\"connectionID\">52</int>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBConnectionRecord\">\n\t\t\t\t\t<object class=\"IBCocoaTouchEventConnection\" key=\"connection\">\n\t\t\t\t\t\t<string key=\"label\">openURL</string>\n\t\t\t\t\t\t<reference key=\"source\" ref=\"823784529\"/>\n\t\t\t\t\t\t<reference key=\"destination\" ref=\"372490531\"/>\n\t\t\t\t\t\t<int key=\"IBEventType\">7</int>\n\t\t\t\t\t</object>\n\t\t\t\t\t<int key=\"connectionID\">54</int>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBConnectionRecord\">\n\t\t\t\t\t<object class=\"IBCocoaTouchOutletConnection\" key=\"connection\">\n\t\t\t\t\t\t<string key=\"label\">delegate</string>\n\t\t\t\t\t\t<reference key=\"source\" ref=\"276203145\"/>\n\t\t\t\t\t\t<reference key=\"destination\" ref=\"372490531\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<int key=\"connectionID\">58</int>\n\t\t\t\t</object>\n\t\t\t</object>\n\t\t\t<object class=\"IBMutableOrderedSet\" key=\"objectRecords\">\n\t\t\t\t<object class=\"NSArray\" key=\"orderedObjects\">\n\t\t\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t\t\t<object class=\"IBObjectRecord\">\n\t\t\t\t\t\t<int key=\"objectID\">0</int>\n\t\t\t\t\t\t<object class=\"NSArray\" key=\"object\" id=\"0\">\n\t\t\t\t\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t\t\t\t</object>\n\t\t\t\t\t\t<reference key=\"children\" ref=\"1000\"/>\n\t\t\t\t\t\t<nil key=\"parent\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBObjectRecord\">\n\t\t\t\t\t\t<int key=\"objectID\">1</int>\n\t\t\t\t\t\t<reference key=\"object\" ref=\"191373211\"/>\n\t\t\t\t\t\t<object class=\"NSMutableArray\" key=\"children\">\n\t\t\t\t\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t\t\t\t\t<reference ref=\"433572799\"/>\n\t\t\t\t\t\t\t<reference ref=\"616451911\"/>\n\t\t\t\t\t\t\t<reference ref=\"212909456\"/>\n\t\t\t\t\t\t\t<reference ref=\"657759105\"/>\n\t\t\t\t\t\t\t<reference ref=\"317347210\"/>\n\t\t\t\t\t\t\t<reference ref=\"691225013\"/>\n\t\t\t\t\t\t\t<reference ref=\"241087883\"/>\n\t\t\t\t\t\t\t<reference ref=\"468038222\"/>\n\t\t\t\t\t\t\t<reference ref=\"78851874\"/>\n\t\t\t\t\t\t\t<reference ref=\"1073112716\"/>\n\t\t\t\t\t\t\t<reference ref=\"295496791\"/>\n\t\t\t\t\t\t\t<reference ref=\"12621562\"/>\n\t\t\t\t\t\t\t<reference ref=\"169419236\"/>\n\t\t\t\t\t\t\t<reference ref=\"381961819\"/>\n\t\t\t\t\t\t\t<reference ref=\"362073303\"/>\n\t\t\t\t\t\t\t<reference ref=\"276203145\"/>\n\t\t\t\t\t\t\t<reference ref=\"823784529\"/>\n\t\t\t\t\t\t</object>\n\t\t\t\t\t\t<reference key=\"parent\" ref=\"0\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBObjectRecord\">\n\t\t\t\t\t\t<int key=\"objectID\">-1</int>\n\t\t\t\t\t\t<reference key=\"object\" ref=\"372490531\"/>\n\t\t\t\t\t\t<reference key=\"parent\" ref=\"0\"/>\n\t\t\t\t\t\t<string key=\"objectName\">File's Owner</string>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBObjectRecord\">\n\t\t\t\t\t\t<int key=\"objectID\">-2</int>\n\t\t\t\t\t\t<reference key=\"object\" ref=\"975951072\"/>\n\t\t\t\t\t\t<reference key=\"parent\" ref=\"0\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBObjectRecord\">\n\t\t\t\t\t\t<int key=\"objectID\">4</int>\n\t\t\t\t\t\t<reference key=\"object\" ref=\"433572799\"/>\n\t\t\t\t\t\t<reference key=\"parent\" ref=\"191373211\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBObjectRecord\">\n\t\t\t\t\t\t<int key=\"objectID\">5</int>\n\t\t\t\t\t\t<reference key=\"object\" ref=\"657759105\"/>\n\t\t\t\t\t\t<reference key=\"parent\" ref=\"191373211\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBObjectRecord\">\n\t\t\t\t\t\t<int key=\"objectID\">6</int>\n\t\t\t\t\t\t<reference key=\"object\" ref=\"317347210\"/>\n\t\t\t\t\t\t<reference key=\"parent\" ref=\"191373211\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBObjectRecord\">\n\t\t\t\t\t\t<int key=\"objectID\">8</int>\n\t\t\t\t\t\t<reference key=\"object\" ref=\"212909456\"/>\n\t\t\t\t\t\t<reference key=\"parent\" ref=\"191373211\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBObjectRecord\">\n\t\t\t\t\t\t<int key=\"objectID\">10</int>\n\t\t\t\t\t\t<reference key=\"object\" ref=\"691225013\"/>\n\t\t\t\t\t\t<reference key=\"parent\" ref=\"191373211\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBObjectRecord\">\n\t\t\t\t\t\t<int key=\"objectID\">11</int>\n\t\t\t\t\t\t<reference key=\"object\" ref=\"616451911\"/>\n\t\t\t\t\t\t<reference key=\"parent\" ref=\"191373211\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBObjectRecord\">\n\t\t\t\t\t\t<int key=\"objectID\">12</int>\n\t\t\t\t\t\t<reference key=\"object\" ref=\"241087883\"/>\n\t\t\t\t\t\t<reference key=\"parent\" ref=\"191373211\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBObjectRecord\">\n\t\t\t\t\t\t<int key=\"objectID\">13</int>\n\t\t\t\t\t\t<reference key=\"object\" ref=\"468038222\"/>\n\t\t\t\t\t\t<reference key=\"parent\" ref=\"191373211\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBObjectRecord\">\n\t\t\t\t\t\t<int key=\"objectID\">14</int>\n\t\t\t\t\t\t<reference key=\"object\" ref=\"78851874\"/>\n\t\t\t\t\t\t<reference key=\"parent\" ref=\"191373211\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBObjectRecord\">\n\t\t\t\t\t\t<int key=\"objectID\">15</int>\n\t\t\t\t\t\t<reference key=\"object\" ref=\"1073112716\"/>\n\t\t\t\t\t\t<reference key=\"parent\" ref=\"191373211\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBObjectRecord\">\n\t\t\t\t\t\t<int key=\"objectID\">16</int>\n\t\t\t\t\t\t<reference key=\"object\" ref=\"295496791\"/>\n\t\t\t\t\t\t<reference key=\"parent\" ref=\"191373211\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBObjectRecord\">\n\t\t\t\t\t\t<int key=\"objectID\">17</int>\n\t\t\t\t\t\t<reference key=\"object\" ref=\"12621562\"/>\n\t\t\t\t\t\t<reference key=\"parent\" ref=\"191373211\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBObjectRecord\">\n\t\t\t\t\t\t<int key=\"objectID\">18</int>\n\t\t\t\t\t\t<reference key=\"object\" ref=\"169419236\"/>\n\t\t\t\t\t\t<reference key=\"parent\" ref=\"191373211\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBObjectRecord\">\n\t\t\t\t\t\t<int key=\"objectID\">19</int>\n\t\t\t\t\t\t<reference key=\"object\" ref=\"381961819\"/>\n\t\t\t\t\t\t<reference key=\"parent\" ref=\"191373211\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBObjectRecord\">\n\t\t\t\t\t\t<int key=\"objectID\">53</int>\n\t\t\t\t\t\t<reference key=\"object\" ref=\"823784529\"/>\n\t\t\t\t\t\t<reference key=\"parent\" ref=\"191373211\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBObjectRecord\">\n\t\t\t\t\t\t<int key=\"objectID\">56</int>\n\t\t\t\t\t\t<reference key=\"object\" ref=\"362073303\"/>\n\t\t\t\t\t\t<reference key=\"parent\" ref=\"191373211\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBObjectRecord\">\n\t\t\t\t\t\t<int key=\"objectID\">57</int>\n\t\t\t\t\t\t<reference key=\"object\" ref=\"276203145\"/>\n\t\t\t\t\t\t<reference key=\"parent\" ref=\"191373211\"/>\n\t\t\t\t\t</object>\n\t\t\t\t</object>\n\t\t\t</object>\n\t\t\t<object class=\"NSMutableDictionary\" key=\"flattenedProperties\">\n\t\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t\t<object class=\"NSArray\" key=\"dict.sortedKeys\">\n\t\t\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t\t\t<string>-1.CustomClassName</string>\n\t\t\t\t\t<string>-1.IBPluginDependency</string>\n\t\t\t\t\t<string>-2.CustomClassName</string>\n\t\t\t\t\t<string>-2.IBPluginDependency</string>\n\t\t\t\t\t<string>1.CustomClassName</string>\n\t\t\t\t\t<string>1.IBPluginDependency</string>\n\t\t\t\t\t<string>10.IBPluginDependency</string>\n\t\t\t\t\t<string>11.IBPluginDependency</string>\n\t\t\t\t\t<string>12.IBPluginDependency</string>\n\t\t\t\t\t<string>13.IBPluginDependency</string>\n\t\t\t\t\t<string>14.IBPluginDependency</string>\n\t\t\t\t\t<string>15.IBPluginDependency</string>\n\t\t\t\t\t<string>16.IBPluginDependency</string>\n\t\t\t\t\t<string>17.IBPluginDependency</string>\n\t\t\t\t\t<string>18.IBPluginDependency</string>\n\t\t\t\t\t<string>19.IBPluginDependency</string>\n\t\t\t\t\t<string>4.IBPluginDependency</string>\n\t\t\t\t\t<string>5.IBPluginDependency</string>\n\t\t\t\t\t<string>53.IBPluginDependency</string>\n\t\t\t\t\t<string>56.IBPluginDependency</string>\n\t\t\t\t\t<string>57.IBPluginDependency</string>\n\t\t\t\t\t<string>6.IBPluginDependency</string>\n\t\t\t\t\t<string>8.IBPluginDependency</string>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"NSArray\" key=\"dict.values\">\n\t\t\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t\t\t<string>SendViewController</string>\n\t\t\t\t\t<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>\n\t\t\t\t\t<string>UIResponder</string>\n\t\t\t\t\t<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>\n\t\t\t\t\t<string>UIScrollView</string>\n\t\t\t\t\t<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>\n\t\t\t\t\t<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>\n\t\t\t\t\t<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>\n\t\t\t\t\t<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>\n\t\t\t\t\t<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>\n\t\t\t\t\t<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>\n\t\t\t\t\t<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>\n\t\t\t\t\t<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>\n\t\t\t\t\t<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>\n\t\t\t\t\t<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>\n\t\t\t\t\t<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>\n\t\t\t\t\t<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>\n\t\t\t\t\t<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>\n\t\t\t\t\t<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>\n\t\t\t\t\t<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>\n\t\t\t\t\t<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>\n\t\t\t\t\t<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>\n\t\t\t\t\t<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>\n\t\t\t\t</object>\n\t\t\t</object>\n\t\t\t<object class=\"NSMutableDictionary\" key=\"unlocalizedProperties\">\n\t\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t\t<reference key=\"dict.sortedKeys\" ref=\"0\"/>\n\t\t\t\t<reference key=\"dict.values\" ref=\"0\"/>\n\t\t\t</object>\n\t\t\t<nil key=\"activeLocalization\"/>\n\t\t\t<object class=\"NSMutableDictionary\" key=\"localizations\">\n\t\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t\t<reference key=\"dict.sortedKeys\" ref=\"0\"/>\n\t\t\t\t<reference key=\"dict.values\" ref=\"0\"/>\n\t\t\t</object>\n\t\t\t<nil key=\"sourceID\"/>\n\t\t\t<int key=\"maxID\">59</int>\n\t\t</object>\n\t\t<object class=\"IBClassDescriber\" key=\"IBDocument.Classes\">\n\t\t\t<object class=\"NSMutableArray\" key=\"referencedPartialClassDescriptions\">\n\t\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t\t<object class=\"IBPartialClassDescription\">\n\t\t\t\t\t<string key=\"className\">SendViewController</string>\n\t\t\t\t\t<string key=\"superclassName\">UIViewController</string>\n\t\t\t\t\t<object class=\"NSMutableDictionary\" key=\"actions\">\n\t\t\t\t\t\t<string key=\"NS.key.0\">openURL</string>\n\t\t\t\t\t\t<string key=\"NS.object.0\">id</string>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"NSMutableDictionary\" key=\"actionInfosByName\">\n\t\t\t\t\t\t<string key=\"NS.key.0\">openURL</string>\n\t\t\t\t\t\t<object class=\"IBActionInfo\" key=\"NS.object.0\">\n\t\t\t\t\t\t\t<string key=\"name\">openURL</string>\n\t\t\t\t\t\t\t<string key=\"candidateClassName\">id</string>\n\t\t\t\t\t\t</object>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"NSMutableDictionary\" key=\"outlets\">\n\t\t\t\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t\t\t\t<object class=\"NSArray\" key=\"dict.sortedKeys\">\n\t\t\t\t\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t\t\t\t\t<string>actionField</string>\n\t\t\t\t\t\t\t<string>callbackField</string>\n\t\t\t\t\t\t\t<string>cancelCallbackField</string>\n\t\t\t\t\t\t\t<string>errorCallbackField</string>\n\t\t\t\t\t\t\t<string>hostField</string>\n\t\t\t\t\t\t\t<string>parametersField</string>\n\t\t\t\t\t\t\t<string>schemeField</string>\n\t\t\t\t\t\t\t<string>sourceField</string>\n\t\t\t\t\t\t</object>\n\t\t\t\t\t\t<object class=\"NSArray\" key=\"dict.values\">\n\t\t\t\t\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t\t\t\t\t<string>UITextField</string>\n\t\t\t\t\t\t\t<string>UITextField</string>\n\t\t\t\t\t\t\t<string>UITextField</string>\n\t\t\t\t\t\t\t<string>UITextField</string>\n\t\t\t\t\t\t\t<string>UITextField</string>\n\t\t\t\t\t\t\t<string>UITextField</string>\n\t\t\t\t\t\t\t<string>UITextField</string>\n\t\t\t\t\t\t\t<string>UITextField</string>\n\t\t\t\t\t\t</object>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"NSMutableDictionary\" key=\"toOneOutletInfosByName\">\n\t\t\t\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t\t\t\t<object class=\"NSArray\" key=\"dict.sortedKeys\">\n\t\t\t\t\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t\t\t\t\t<string>actionField</string>\n\t\t\t\t\t\t\t<string>callbackField</string>\n\t\t\t\t\t\t\t<string>cancelCallbackField</string>\n\t\t\t\t\t\t\t<string>errorCallbackField</string>\n\t\t\t\t\t\t\t<string>hostField</string>\n\t\t\t\t\t\t\t<string>parametersField</string>\n\t\t\t\t\t\t\t<string>schemeField</string>\n\t\t\t\t\t\t\t<string>sourceField</string>\n\t\t\t\t\t\t</object>\n\t\t\t\t\t\t<object class=\"NSArray\" key=\"dict.values\">\n\t\t\t\t\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t\t\t\t\t<object class=\"IBToOneOutletInfo\">\n\t\t\t\t\t\t\t\t<string key=\"name\">actionField</string>\n\t\t\t\t\t\t\t\t<string key=\"candidateClassName\">UITextField</string>\n\t\t\t\t\t\t\t</object>\n\t\t\t\t\t\t\t<object class=\"IBToOneOutletInfo\">\n\t\t\t\t\t\t\t\t<string key=\"name\">callbackField</string>\n\t\t\t\t\t\t\t\t<string key=\"candidateClassName\">UITextField</string>\n\t\t\t\t\t\t\t</object>\n\t\t\t\t\t\t\t<object class=\"IBToOneOutletInfo\">\n\t\t\t\t\t\t\t\t<string key=\"name\">cancelCallbackField</string>\n\t\t\t\t\t\t\t\t<string key=\"candidateClassName\">UITextField</string>\n\t\t\t\t\t\t\t</object>\n\t\t\t\t\t\t\t<object class=\"IBToOneOutletInfo\">\n\t\t\t\t\t\t\t\t<string key=\"name\">errorCallbackField</string>\n\t\t\t\t\t\t\t\t<string key=\"candidateClassName\">UITextField</string>\n\t\t\t\t\t\t\t</object>\n\t\t\t\t\t\t\t<object class=\"IBToOneOutletInfo\">\n\t\t\t\t\t\t\t\t<string key=\"name\">hostField</string>\n\t\t\t\t\t\t\t\t<string key=\"candidateClassName\">UITextField</string>\n\t\t\t\t\t\t\t</object>\n\t\t\t\t\t\t\t<object class=\"IBToOneOutletInfo\">\n\t\t\t\t\t\t\t\t<string key=\"name\">parametersField</string>\n\t\t\t\t\t\t\t\t<string key=\"candidateClassName\">UITextField</string>\n\t\t\t\t\t\t\t</object>\n\t\t\t\t\t\t\t<object class=\"IBToOneOutletInfo\">\n\t\t\t\t\t\t\t\t<string key=\"name\">schemeField</string>\n\t\t\t\t\t\t\t\t<string key=\"candidateClassName\">UITextField</string>\n\t\t\t\t\t\t\t</object>\n\t\t\t\t\t\t\t<object class=\"IBToOneOutletInfo\">\n\t\t\t\t\t\t\t\t<string key=\"name\">sourceField</string>\n\t\t\t\t\t\t\t\t<string key=\"candidateClassName\">UITextField</string>\n\t\t\t\t\t\t\t</object>\n\t\t\t\t\t\t</object>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBClassDescriptionSource\" key=\"sourceIdentifier\">\n\t\t\t\t\t\t<string key=\"majorKey\">IBProjectSource</string>\n\t\t\t\t\t\t<string key=\"minorKey\">./Classes/SendViewController.h</string>\n\t\t\t\t\t</object>\n\t\t\t\t</object>\n\t\t\t</object>\n\t\t</object>\n\t\t<int key=\"IBDocument.localizationMode\">0</int>\n\t\t<string key=\"IBDocument.TargetRuntimeIdentifier\">IBCocoaTouchFramework</string>\n\t\t<object class=\"NSMutableDictionary\" key=\"IBDocument.PluginDeclaredDependencyDefaults\">\n\t\t\t<string key=\"NS.key.0\">com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS</string>\n\t\t\t<real value=\"1552\" key=\"NS.object.0\"/>\n\t\t</object>\n\t\t<object class=\"NSMutableDictionary\" key=\"IBDocument.PluginDeclaredDevelopmentDependencies\">\n\t\t\t<string key=\"NS.key.0\">com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3</string>\n\t\t\t<integer value=\"3000\" key=\"NS.object.0\"/>\n\t\t</object>\n\t\t<bool key=\"IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion\">YES</bool>\n\t\t<int key=\"IBDocument.defaultPropertyAccessControl\">3</int>\n\t\t<string key=\"IBCocoaTouchPluginVersion\">2083</string>\n\t</data>\n</archive>\n"
  },
  {
    "path": "Classes/XCallbackURLAppDelegate.h",
    "content": "//\n//  XCallbackURLAppDelegate.h\n//  XCallbackURL\n//\n//  Created by Greg Pierce on 11/24/10.\n//  Copyright 2010 Agile Tortoise. All rights reserved.\n//\n\n#import <UIKit/UIKit.h>\n@class SendViewController;\n@class ReceiveViewController;\n\n@interface XCallbackURLAppDelegate : NSObject <UIApplicationDelegate> {\n    UIWindow *window;\n\tUITabBarController *tabBarController;\n\tSendViewController *sendView;\n\tReceiveViewController *receiveView;\n}\n\n@property (nonatomic, strong) IBOutlet UIWindow *window;\n\n@end\n\n"
  },
  {
    "path": "Classes/XCallbackURLAppDelegate.m",
    "content": "//\n//  XCallbackURLAppDelegate.m\n//  XCallbackURL\n//\n//  Created by Greg Pierce on 11/24/10.\n//  Copyright 2010 Agile Tortoise. All rights reserved.\n//\n\n#import \"XCallbackURLAppDelegate.h\"\n#import \"SendViewController.h\"\n#import\t\"ReceiveViewController.h\"\n\n@implementation XCallbackURLAppDelegate\n\n@synthesize window;\n\n\n#pragma mark -\n#pragma mark Application lifecycle\n\n- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {    \n    \n    tabBarController = [[UITabBarController alloc] init];\t\n\t[self.window addSubview:[tabBarController view]];\t\n\t\n\tsendView = [[SendViewController alloc] init];\n\treceiveView = [[ReceiveViewController alloc] init];\n\t\n\tNSArray\t*viewControllers = [NSArray arrayWithObjects:sendView,receiveView,nil];\n\t\n\t[tabBarController setViewControllers:viewControllers];\n\t\n    [self.window makeKeyAndVisible];\n    return YES;\n}\n\n/* This method is used to handle incoming URLs\n */\n- (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation\n{\n\tNSLog(@\"%@\", [url absoluteString]);\n\t[receiveView setReceivedURL:url];\n\treturn YES;\n}\n\n/* Deprecated forwarding method implemented for backward compatibility with iOS < 4.0\n */\n- (BOOL)application:(UIApplication *)application handleOpenURL:(NSURL *)url\n{\n\treturn [self application:application openURL:url sourceApplication:@\"com.unknown.unknown\" annotation:nil];\n}\n\n@end\n"
  },
  {
    "path": "MainWindow.xib",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<archive type=\"com.apple.InterfaceBuilder3.CocoaTouch.XIB\" version=\"7.10\">\n\t<data>\n\t\t<int key=\"IBDocument.SystemTarget\">800</int>\n\t\t<string key=\"IBDocument.SystemVersion\">10D540</string>\n\t\t<string key=\"IBDocument.InterfaceBuilderVersion\">760</string>\n\t\t<string key=\"IBDocument.AppKitVersion\">1038.29</string>\n\t\t<string key=\"IBDocument.HIToolboxVersion\">460.00</string>\n\t\t<object class=\"NSMutableDictionary\" key=\"IBDocument.PluginVersions\">\n\t\t\t<string key=\"NS.key.0\">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>\n\t\t\t<string key=\"NS.object.0\">81</string>\n\t\t</object>\n\t\t<object class=\"NSMutableArray\" key=\"IBDocument.EditedObjectIDs\">\n\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t<integer value=\"2\"/>\n\t\t</object>\n\t\t<object class=\"NSArray\" key=\"IBDocument.PluginDependencies\">\n\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>\n\t\t</object>\n\t\t<object class=\"NSMutableDictionary\" key=\"IBDocument.Metadata\">\n\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t<object class=\"NSArray\" key=\"dict.sortedKeys\" id=\"0\">\n\t\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t</object>\n\t\t\t<object class=\"NSMutableArray\" key=\"dict.values\">\n\t\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t</object>\n\t\t</object>\n\t\t<object class=\"NSMutableArray\" key=\"IBDocument.RootObjects\" id=\"1000\">\n\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t<object class=\"IBProxyObject\" id=\"841351856\">\n\t\t\t\t<string key=\"IBProxiedObjectIdentifier\">IBFilesOwner</string>\n\t\t\t\t<string key=\"targetRuntimeIdentifier\">IBCocoaTouchFramework</string>\n\t\t\t</object>\n\t\t\t<object class=\"IBProxyObject\" id=\"427554174\">\n\t\t\t\t<string key=\"IBProxiedObjectIdentifier\">IBFirstResponder</string>\n\t\t\t\t<string key=\"targetRuntimeIdentifier\">IBCocoaTouchFramework</string>\n\t\t\t</object>\n\t\t\t<object class=\"IBUICustomObject\" id=\"664661524\">\n\t\t\t\t<string key=\"targetRuntimeIdentifier\">IBCocoaTouchFramework</string>\n\t\t\t</object>\n\t\t\t<object class=\"IBUIWindow\" id=\"380026005\">\n\t\t\t\t<reference key=\"NSNextResponder\"/>\n\t\t\t\t<int key=\"NSvFlags\">1316</int>\n\t\t\t\t<object class=\"NSPSMatrix\" key=\"NSFrameMatrix\"/>\n\t\t\t\t<string key=\"NSFrameSize\">{320, 480}</string>\n\t\t\t\t<reference key=\"NSSuperview\"/>\n\t\t\t\t<object class=\"NSColor\" key=\"IBUIBackgroundColor\">\n\t\t\t\t\t<int key=\"NSColorSpace\">1</int>\n\t\t\t\t\t<bytes key=\"NSRGB\">MSAxIDEAA</bytes>\n\t\t\t\t</object>\n\t\t\t\t<bool key=\"IBUIOpaque\">NO</bool>\n\t\t\t\t<bool key=\"IBUIClearsContextBeforeDrawing\">NO</bool>\n\t\t\t\t<object class=\"IBUISimulatedStatusBarMetrics\" key=\"IBUISimulatedStatusBarMetrics\"/>\n\t\t\t\t<string key=\"targetRuntimeIdentifier\">IBCocoaTouchFramework</string>\n\t\t\t\t<bool key=\"IBUIResizesToFullScreen\">YES</bool>\n\t\t\t</object>\n\t\t</object>\n\t\t<object class=\"IBObjectContainer\" key=\"IBDocument.Objects\">\n\t\t\t<object class=\"NSMutableArray\" key=\"connectionRecords\">\n\t\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t\t<object class=\"IBConnectionRecord\">\n\t\t\t\t\t<object class=\"IBCocoaTouchOutletConnection\" key=\"connection\">\n\t\t\t\t\t\t<string key=\"label\">delegate</string>\n\t\t\t\t\t\t<reference key=\"source\" ref=\"841351856\"/>\n\t\t\t\t\t\t<reference key=\"destination\" ref=\"664661524\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<int key=\"connectionID\">4</int>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBConnectionRecord\">\n\t\t\t\t\t<object class=\"IBCocoaTouchOutletConnection\" key=\"connection\">\n\t\t\t\t\t\t<string key=\"label\">window</string>\n\t\t\t\t\t\t<reference key=\"source\" ref=\"664661524\"/>\n\t\t\t\t\t\t<reference key=\"destination\" ref=\"380026005\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<int key=\"connectionID\">5</int>\n\t\t\t\t</object>\n\t\t\t</object>\n\t\t\t<object class=\"IBMutableOrderedSet\" key=\"objectRecords\">\n\t\t\t\t<object class=\"NSArray\" key=\"orderedObjects\">\n\t\t\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t\t\t<object class=\"IBObjectRecord\">\n\t\t\t\t\t\t<int key=\"objectID\">0</int>\n\t\t\t\t\t\t<reference key=\"object\" ref=\"0\"/>\n\t\t\t\t\t\t<reference key=\"children\" ref=\"1000\"/>\n\t\t\t\t\t\t<nil key=\"parent\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBObjectRecord\">\n\t\t\t\t\t\t<int key=\"objectID\">2</int>\n\t\t\t\t\t\t<reference key=\"object\" ref=\"380026005\"/>\n\t\t\t\t\t\t<object class=\"NSMutableArray\" key=\"children\">\n\t\t\t\t\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t\t\t\t</object>\n\t\t\t\t\t\t<reference key=\"parent\" ref=\"0\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBObjectRecord\">\n\t\t\t\t\t\t<int key=\"objectID\">-1</int>\n\t\t\t\t\t\t<reference key=\"object\" ref=\"841351856\"/>\n\t\t\t\t\t\t<reference key=\"parent\" ref=\"0\"/>\n\t\t\t\t\t\t<string key=\"objectName\">File's Owner</string>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBObjectRecord\">\n\t\t\t\t\t\t<int key=\"objectID\">3</int>\n\t\t\t\t\t\t<reference key=\"object\" ref=\"664661524\"/>\n\t\t\t\t\t\t<reference key=\"parent\" ref=\"0\"/>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBObjectRecord\">\n\t\t\t\t\t\t<int key=\"objectID\">-2</int>\n\t\t\t\t\t\t<reference key=\"object\" ref=\"427554174\"/>\n\t\t\t\t\t\t<reference key=\"parent\" ref=\"0\"/>\n\t\t\t\t\t</object>\n\t\t\t\t</object>\n\t\t\t</object>\n\t\t\t<object class=\"NSMutableDictionary\" key=\"flattenedProperties\">\n\t\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t\t<object class=\"NSArray\" key=\"dict.sortedKeys\">\n\t\t\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t\t\t<string>-1.CustomClassName</string>\n\t\t\t\t\t<string>-2.CustomClassName</string>\n\t\t\t\t\t<string>2.IBAttributePlaceholdersKey</string>\n\t\t\t\t\t<string>2.IBEditorWindowLastContentRect</string>\n\t\t\t\t\t<string>2.IBPluginDependency</string>\n\t\t\t\t\t<string>3.CustomClassName</string>\n\t\t\t\t\t<string>3.IBPluginDependency</string>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"NSMutableArray\" key=\"dict.values\">\n\t\t\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t\t\t<string>UIApplication</string>\n\t\t\t\t\t<string>UIResponder</string>\n\t\t\t\t\t<object class=\"NSMutableDictionary\">\n\t\t\t\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t\t\t\t<reference key=\"dict.sortedKeys\" ref=\"0\"/>\n\t\t\t\t\t\t<object class=\"NSMutableArray\" key=\"dict.values\">\n\t\t\t\t\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t\t\t\t</object>\n\t\t\t\t\t</object>\n\t\t\t\t\t<string>{{198, 376}, {320, 480}}</string>\n\t\t\t\t\t<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>\n\t\t\t\t\t<string>XCallbackURLAppDelegate</string>\n\t\t\t\t\t<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>\n\t\t\t\t</object>\n\t\t\t</object>\n\t\t\t<object class=\"NSMutableDictionary\" key=\"unlocalizedProperties\">\n\t\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t\t<reference key=\"dict.sortedKeys\" ref=\"0\"/>\n\t\t\t\t<object class=\"NSMutableArray\" key=\"dict.values\">\n\t\t\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t\t</object>\n\t\t\t</object>\n\t\t\t<nil key=\"activeLocalization\"/>\n\t\t\t<object class=\"NSMutableDictionary\" key=\"localizations\">\n\t\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t\t<reference key=\"dict.sortedKeys\" ref=\"0\"/>\n\t\t\t\t<object class=\"NSMutableArray\" key=\"dict.values\">\n\t\t\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t\t</object>\n\t\t\t</object>\n\t\t\t<nil key=\"sourceID\"/>\n\t\t\t<int key=\"maxID\">9</int>\n\t\t</object>\n\t\t<object class=\"IBClassDescriber\" key=\"IBDocument.Classes\">\n\t\t\t<object class=\"NSMutableArray\" key=\"referencedPartialClassDescriptions\">\n\t\t\t\t<bool key=\"EncodedWithXMLCoder\">YES</bool>\n\t\t\t\t<object class=\"IBPartialClassDescription\">\n\t\t\t\t\t<string key=\"className\">XCallbackURLAppDelegate</string>\n\t\t\t\t\t<string key=\"superclassName\">NSObject</string>\n\t\t\t\t\t<object class=\"NSMutableDictionary\" key=\"outlets\">\n\t\t\t\t\t\t<string key=\"NS.key.0\">window</string>\n\t\t\t\t\t\t<string key=\"NS.object.0\">UIWindow</string>\n\t\t\t\t\t</object>\n\t\t\t\t\t<object class=\"IBClassDescriptionSource\" key=\"sourceIdentifier\">\n\t\t\t\t\t\t<string key=\"majorKey\">IBProjectSource</string>\n\t\t\t\t\t\t<string key=\"minorKey\">Classes/XCallbackURLAppDelegate.h</string>\n\t\t\t\t\t</object>\n\t\t\t\t</object>\n\t\t\t\t<object class=\"IBPartialClassDescription\">\n\t\t\t\t\t<string key=\"className\">XCallbackURLAppDelegate</string>\n\t\t\t\t\t<string key=\"superclassName\">NSObject</string>\n\t\t\t\t\t<object class=\"IBClassDescriptionSource\" key=\"sourceIdentifier\">\n\t\t\t\t\t\t<string key=\"majorKey\">IBUserSource</string>\n\t\t\t\t\t\t<string key=\"minorKey\"/>\n\t\t\t\t\t</object>\n\t\t\t\t</object>\n\t\t\t</object>\n\t\t</object>\n\t\t<int key=\"IBDocument.localizationMode\">0</int>\n\t\t<string key=\"IBDocument.TargetRuntimeIdentifier\">IBCocoaTouchFramework</string>\n\t\t<object class=\"NSMutableDictionary\" key=\"IBDocument.PluginDeclaredDevelopmentDependencies\">\n\t\t\t<string key=\"NS.key.0\">com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3</string>\n\t\t\t<integer value=\"3100\" key=\"NS.object.0\"/>\n\t\t</object>\n\t\t<bool key=\"IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion\">YES</bool>\n\t\t<string key=\"IBDocument.LastKnownRelativeProjectPath\">XCallbackURL.xcodeproj</string>\n\t\t<int key=\"IBDocument.defaultPropertyAccessControl\">3</int>\n\t\t<string key=\"IBCocoaTouchPluginVersion\">81</string>\n\t</data>\n</archive>\n"
  },
  {
    "path": "README.markdown",
    "content": "# XCallbackURL\n\nA sample application for testing implementations of the x-callback-url protocol.\n\nFor additional information:\n\n[x-callback-url website](http://x-callback-url.com)"
  },
  {
    "path": "XCallbackURL-Info.plist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<dict>\n\t<key>CFBundleDevelopmentRegion</key>\n\t<string>English</string>\n\t<key>CFBundleDisplayName</key>\n\t<string>${PRODUCT_NAME}</string>\n\t<key>CFBundleExecutable</key>\n\t<string>${EXECUTABLE_NAME}</string>\n\t<key>CFBundleIconFile</key>\n\t<string>xcallbackurl.png</string>\n\t<key>CFBundleIconFiles</key>\n\t<array>\n\t\t<string>xcallbackurl.png</string>\n\t</array>\n\t<key>CFBundleIdentifier</key>\n\t<string>com.agiletortoise.${PRODUCT_NAME:rfc1034identifier}</string>\n\t<key>CFBundleInfoDictionaryVersion</key>\n\t<string>6.0</string>\n\t<key>CFBundleName</key>\n\t<string>${PRODUCT_NAME}</string>\n\t<key>CFBundlePackageType</key>\n\t<string>APPL</string>\n\t<key>CFBundleSignature</key>\n\t<string>????</string>\n\t<key>CFBundleURLTypes</key>\n\t<array>\n\t\t<dict>\n\t\t\t<key>CFBundleURLName</key>\n\t\t\t<string>com.agiletortoise.xcallback</string>\n\t\t\t<key>CFBundleURLSchemes</key>\n\t\t\t<array>\n\t\t\t\t<string>xcallback</string>\n\t\t\t</array>\n\t\t</dict>\n\t</array>\n\t<key>CFBundleVersion</key>\n\t<string>1.0</string>\n\t<key>LSRequiresIPhoneOS</key>\n\t<true/>\n\t<key>NSMainNibFile</key>\n\t<string>MainWindow</string>\n\t<key>UISupportedInterfaceOrientations</key>\n\t<array>\n\t\t<string>UIInterfaceOrientationPortrait</string>\n\t\t<string>UIInterfaceOrientationPortraitUpsideDown</string>\n\t</array>\n</dict>\n</plist>\n"
  },
  {
    "path": "XCallbackURL.xcodeproj/project.pbxproj",
    "content": "// !$*UTF8*$!\n{\n\tarchiveVersion = 1;\n\tclasses = {\n\t};\n\tobjectVersion = 46;\n\tobjects = {\n\n/* Begin PBXBuildFile section */\n\t\t1D3623260D0F684500981E51 /* XCallbackURLAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D3623250D0F684500981E51 /* XCallbackURLAppDelegate.m */; };\n\t\t1D60589B0D05DD56006BFB54 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; };\n\t\t1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };\n\t\t1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };\n\t\t288765FD0DF74451002DB57D /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 288765FC0DF74451002DB57D /* CoreGraphics.framework */; };\n\t\t28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28AD733E0D9D9553002E5188 /* MainWindow.xib */; };\n\t\t3706682C129DB914007414FD /* send.png in Resources */ = {isa = PBXBuildFile; fileRef = 3706682B129DB914007414FD /* send.png */; };\n\t\t37066830129DB93A007414FD /* receive.png in Resources */ = {isa = PBXBuildFile; fileRef = 3706682F129DB93A007414FD /* receive.png */; };\n\t\t376F8191129D9A350097CB72 /* SendViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 376F818F129D9A350097CB72 /* SendViewController.m */; };\n\t\t376F8192129D9A350097CB72 /* SendViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 376F8190129D9A350097CB72 /* SendViewController.xib */; };\n\t\t376F81AF129D9C510097CB72 /* ReceiveViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 376F81AD129D9C510097CB72 /* ReceiveViewController.m */; };\n\t\t376F81B0129D9C510097CB72 /* ReceiveViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 376F81AE129D9C510097CB72 /* ReceiveViewController.xib */; };\n\t\t3786E36912B2B586006352ED /* xcallbackurl.png in Resources */ = {isa = PBXBuildFile; fileRef = 3786E36812B2B586006352ED /* xcallbackurl.png */; };\n/* End PBXBuildFile section */\n\n/* Begin PBXFileReference section */\n\t\t1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };\n\t\t1D3623240D0F684500981E51 /* XCallbackURLAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCallbackURLAppDelegate.h; sourceTree = \"<group>\"; };\n\t\t1D3623250D0F684500981E51 /* XCallbackURLAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XCallbackURLAppDelegate.m; sourceTree = \"<group>\"; };\n\t\t1D6058910D05DD3D006BFB54 /* XCallbackURL.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = XCallbackURL.app; sourceTree = BUILT_PRODUCTS_DIR; };\n\t\t1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };\n\t\t288765FC0DF74451002DB57D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };\n\t\t28AD733E0D9D9553002E5188 /* MainWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainWindow.xib; sourceTree = \"<group>\"; };\n\t\t29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = \"<group>\"; };\n\t\t32CA4F630368D1EE00C91783 /* XCallbackURL_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCallbackURL_Prefix.pch; sourceTree = \"<group>\"; };\n\t\t3706682B129DB914007414FD /* send.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = send.png; sourceTree = \"<group>\"; };\n\t\t3706682F129DB93A007414FD /* receive.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = receive.png; sourceTree = \"<group>\"; };\n\t\t376F818E129D9A350097CB72 /* SendViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SendViewController.h; sourceTree = \"<group>\"; };\n\t\t376F818F129D9A350097CB72 /* SendViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SendViewController.m; sourceTree = \"<group>\"; };\n\t\t376F8190129D9A350097CB72 /* SendViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = SendViewController.xib; path = Classes/SendViewController.xib; sourceTree = \"<group>\"; };\n\t\t376F81AC129D9C510097CB72 /* ReceiveViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ReceiveViewController.h; sourceTree = \"<group>\"; };\n\t\t376F81AD129D9C510097CB72 /* ReceiveViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ReceiveViewController.m; sourceTree = \"<group>\"; };\n\t\t376F81AE129D9C510097CB72 /* ReceiveViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = ReceiveViewController.xib; path = Classes/ReceiveViewController.xib; sourceTree = \"<group>\"; };\n\t\t3786E36812B2B586006352ED /* xcallbackurl.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = xcallbackurl.png; sourceTree = \"<group>\"; };\n\t\t8D1107310486CEB800E47090 /* XCallbackURL-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = \"XCallbackURL-Info.plist\"; plistStructureDefinitionIdentifier = \"com.apple.xcode.plist.structure-definition.iphone.info-plist\"; sourceTree = \"<group>\"; };\n/* End PBXFileReference section */\n\n/* Begin PBXFrameworksBuildPhase section */\n\t\t1D60588F0D05DD3D006BFB54 /* Frameworks */ = {\n\t\t\tisa = PBXFrameworksBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */,\n\t\t\t\t1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */,\n\t\t\t\t288765FD0DF74451002DB57D /* CoreGraphics.framework in Frameworks */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n/* End PBXFrameworksBuildPhase section */\n\n/* Begin PBXGroup section */\n\t\t080E96DDFE201D6D7F000001 /* Classes */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t1D3623240D0F684500981E51 /* XCallbackURLAppDelegate.h */,\n\t\t\t\t1D3623250D0F684500981E51 /* XCallbackURLAppDelegate.m */,\n\t\t\t\t376F818E129D9A350097CB72 /* SendViewController.h */,\n\t\t\t\t376F818F129D9A350097CB72 /* SendViewController.m */,\n\t\t\t\t376F81AC129D9C510097CB72 /* ReceiveViewController.h */,\n\t\t\t\t376F81AD129D9C510097CB72 /* ReceiveViewController.m */,\n\t\t\t);\n\t\t\tpath = Classes;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t19C28FACFE9D520D11CA2CBB /* Products */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t1D6058910D05DD3D006BFB54 /* XCallbackURL.app */,\n\t\t\t);\n\t\t\tname = Products;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t080E96DDFE201D6D7F000001 /* Classes */,\n\t\t\t\t29B97315FDCFA39411CA2CEA /* Other Sources */,\n\t\t\t\t29B97317FDCFA39411CA2CEA /* Resources */,\n\t\t\t\t29B97323FDCFA39411CA2CEA /* Frameworks */,\n\t\t\t\t19C28FACFE9D520D11CA2CBB /* Products */,\n\t\t\t);\n\t\t\tname = CustomTemplate;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t29B97315FDCFA39411CA2CEA /* Other Sources */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t32CA4F630368D1EE00C91783 /* XCallbackURL_Prefix.pch */,\n\t\t\t\t29B97316FDCFA39411CA2CEA /* main.m */,\n\t\t\t);\n\t\t\tname = \"Other Sources\";\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t29B97317FDCFA39411CA2CEA /* Resources */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t3706682F129DB93A007414FD /* receive.png */,\n\t\t\t\t3706682B129DB914007414FD /* send.png */,\n\t\t\t\t376F8190129D9A350097CB72 /* SendViewController.xib */,\n\t\t\t\t376F81AE129D9C510097CB72 /* ReceiveViewController.xib */,\n\t\t\t\t28AD733E0D9D9553002E5188 /* MainWindow.xib */,\n\t\t\t\t8D1107310486CEB800E47090 /* XCallbackURL-Info.plist */,\n\t\t\t\t3786E36812B2B586006352ED /* xcallbackurl.png */,\n\t\t\t);\n\t\t\tname = Resources;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t29B97323FDCFA39411CA2CEA /* Frameworks */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t1DF5F4DF0D08C38300B7A737 /* UIKit.framework */,\n\t\t\t\t1D30AB110D05D00D00671497 /* Foundation.framework */,\n\t\t\t\t288765FC0DF74451002DB57D /* CoreGraphics.framework */,\n\t\t\t);\n\t\t\tname = Frameworks;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n/* End PBXGroup section */\n\n/* Begin PBXNativeTarget section */\n\t\t1D6058900D05DD3D006BFB54 /* XCallbackURL */ = {\n\t\t\tisa = PBXNativeTarget;\n\t\t\tbuildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget \"XCallbackURL\" */;\n\t\t\tbuildPhases = (\n\t\t\t\t1D60588D0D05DD3D006BFB54 /* Resources */,\n\t\t\t\t1D60588E0D05DD3D006BFB54 /* Sources */,\n\t\t\t\t1D60588F0D05DD3D006BFB54 /* Frameworks */,\n\t\t\t);\n\t\t\tbuildRules = (\n\t\t\t);\n\t\t\tdependencies = (\n\t\t\t);\n\t\t\tname = XCallbackURL;\n\t\t\tproductName = XCallbackURL;\n\t\t\tproductReference = 1D6058910D05DD3D006BFB54 /* XCallbackURL.app */;\n\t\t\tproductType = \"com.apple.product-type.application\";\n\t\t};\n/* End PBXNativeTarget section */\n\n/* Begin PBXProject section */\n\t\t29B97313FDCFA39411CA2CEA /* Project object */ = {\n\t\t\tisa = PBXProject;\n\t\t\tattributes = {\n\t\t\t\tLastUpgradeCheck = 0460;\n\t\t\t};\n\t\t\tbuildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject \"XCallbackURL\" */;\n\t\t\tcompatibilityVersion = \"Xcode 3.2\";\n\t\t\tdevelopmentRegion = English;\n\t\t\thasScannedForEncodings = 1;\n\t\t\tknownRegions = (\n\t\t\t\tEnglish,\n\t\t\t\tJapanese,\n\t\t\t\tFrench,\n\t\t\t\tGerman,\n\t\t\t);\n\t\t\tmainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;\n\t\t\tprojectDirPath = \"\";\n\t\t\tprojectRoot = \"\";\n\t\t\ttargets = (\n\t\t\t\t1D6058900D05DD3D006BFB54 /* XCallbackURL */,\n\t\t\t);\n\t\t};\n/* End PBXProject section */\n\n/* Begin PBXResourcesBuildPhase section */\n\t\t1D60588D0D05DD3D006BFB54 /* Resources */ = {\n\t\t\tisa = PBXResourcesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */,\n\t\t\t\t376F8192129D9A350097CB72 /* SendViewController.xib in Resources */,\n\t\t\t\t376F81B0129D9C510097CB72 /* ReceiveViewController.xib in Resources */,\n\t\t\t\t3706682C129DB914007414FD /* send.png in Resources */,\n\t\t\t\t37066830129DB93A007414FD /* receive.png in Resources */,\n\t\t\t\t3786E36912B2B586006352ED /* xcallbackurl.png in Resources */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n/* End PBXResourcesBuildPhase section */\n\n/* Begin PBXSourcesBuildPhase section */\n\t\t1D60588E0D05DD3D006BFB54 /* Sources */ = {\n\t\t\tisa = PBXSourcesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t1D60589B0D05DD56006BFB54 /* main.m in Sources */,\n\t\t\t\t1D3623260D0F684500981E51 /* XCallbackURLAppDelegate.m in Sources */,\n\t\t\t\t376F8191129D9A350097CB72 /* SendViewController.m in Sources */,\n\t\t\t\t376F81AF129D9C510097CB72 /* ReceiveViewController.m in Sources */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n/* End PBXSourcesBuildPhase section */\n\n/* Begin XCBuildConfiguration section */\n\t\t1D6058940D05DD3E006BFB54 /* Debug */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tALWAYS_SEARCH_USER_PATHS = NO;\n\t\t\t\tCLANG_ENABLE_OBJC_ARC = YES;\n\t\t\t\tCOPY_PHASE_STRIP = NO;\n\t\t\t\tGCC_DYNAMIC_NO_PIC = NO;\n\t\t\t\tGCC_OPTIMIZATION_LEVEL = 0;\n\t\t\t\tGCC_PRECOMPILE_PREFIX_HEADER = YES;\n\t\t\t\tGCC_PREFIX_HEADER = XCallbackURL_Prefix.pch;\n\t\t\t\tINFOPLIST_FILE = \"XCallbackURL-Info.plist\";\n\t\t\t\tPRODUCT_NAME = XCallbackURL;\n\t\t\t};\n\t\t\tname = Debug;\n\t\t};\n\t\t1D6058950D05DD3E006BFB54 /* Release */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tALWAYS_SEARCH_USER_PATHS = NO;\n\t\t\t\tCLANG_ENABLE_OBJC_ARC = YES;\n\t\t\t\tCOPY_PHASE_STRIP = YES;\n\t\t\t\tGCC_PRECOMPILE_PREFIX_HEADER = YES;\n\t\t\t\tGCC_PREFIX_HEADER = XCallbackURL_Prefix.pch;\n\t\t\t\tINFOPLIST_FILE = \"XCallbackURL-Info.plist\";\n\t\t\t\tPRODUCT_NAME = XCallbackURL;\n\t\t\t\tVALIDATE_PRODUCT = YES;\n\t\t\t};\n\t\t\tname = Release;\n\t\t};\n\t\tC01FCF4F08A954540054247B /* Debug */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tARCHS = \"$(ARCHS_STANDARD_32_BIT)\";\n\t\t\t\t\"CODE_SIGN_IDENTITY[sdk=iphoneos*]\" = \"iPhone Developer\";\n\t\t\t\tGCC_C_LANGUAGE_STANDARD = c99;\n\t\t\t\tGCC_WARN_ABOUT_RETURN_TYPE = YES;\n\t\t\t\tGCC_WARN_UNUSED_VARIABLE = YES;\n\t\t\t\tIPHONEOS_DEPLOYMENT_TARGET = 5.1;\n\t\t\t\tSDKROOT = iphoneos;\n\t\t\t};\n\t\t\tname = Debug;\n\t\t};\n\t\tC01FCF5008A954540054247B /* Release */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tARCHS = \"$(ARCHS_STANDARD_32_BIT)\";\n\t\t\t\t\"CODE_SIGN_IDENTITY[sdk=iphoneos*]\" = \"iPhone Developer\";\n\t\t\t\tGCC_C_LANGUAGE_STANDARD = c99;\n\t\t\t\tGCC_WARN_ABOUT_RETURN_TYPE = YES;\n\t\t\t\tGCC_WARN_UNUSED_VARIABLE = YES;\n\t\t\t\tIPHONEOS_DEPLOYMENT_TARGET = 5.1;\n\t\t\t\tOTHER_CFLAGS = \"-DNS_BLOCK_ASSERTIONS=1\";\n\t\t\t\tSDKROOT = iphoneos;\n\t\t\t};\n\t\t\tname = Release;\n\t\t};\n/* End XCBuildConfiguration section */\n\n/* Begin XCConfigurationList section */\n\t\t1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget \"XCallbackURL\" */ = {\n\t\t\tisa = XCConfigurationList;\n\t\t\tbuildConfigurations = (\n\t\t\t\t1D6058940D05DD3E006BFB54 /* Debug */,\n\t\t\t\t1D6058950D05DD3E006BFB54 /* Release */,\n\t\t\t);\n\t\t\tdefaultConfigurationIsVisible = 0;\n\t\t\tdefaultConfigurationName = Release;\n\t\t};\n\t\tC01FCF4E08A954540054247B /* Build configuration list for PBXProject \"XCallbackURL\" */ = {\n\t\t\tisa = XCConfigurationList;\n\t\t\tbuildConfigurations = (\n\t\t\t\tC01FCF4F08A954540054247B /* Debug */,\n\t\t\t\tC01FCF5008A954540054247B /* Release */,\n\t\t\t);\n\t\t\tdefaultConfigurationIsVisible = 0;\n\t\t\tdefaultConfigurationName = Release;\n\t\t};\n/* End XCConfigurationList section */\n\t};\n\trootObject = 29B97313FDCFA39411CA2CEA /* Project object */;\n}\n"
  },
  {
    "path": "XCallbackURL.xcodeproj/project.xcworkspace/contents.xcworkspacedata",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Workspace\n   version = \"1.0\">\n   <FileRef\n      location = \"self:XCallbackURL.xcodeproj\">\n   </FileRef>\n</Workspace>\n"
  },
  {
    "path": "XCallbackURL.xcodeproj/project.xcworkspace/xcuserdata/greg.xcuserdatad/UserInterfaceState.xcuserstate",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<dict>\n\t<key>$archiver</key>\n\t<string>NSKeyedArchiver</string>\n\t<key>$objects</key>\n\t<array>\n\t\t<string>$null</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>83</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>2</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>3</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>4</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>5</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>180</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>386</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>DAA239DA-F6CC-43D8-BE71-266E32D20ECD</string>\n\t\t<string>IDEWorkspaceDocument</string>\n\t\t<string>0EF0BA9A-DF88-4C94-A4F8-4336F4458926</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>6</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>7</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>8</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>9</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>10</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>11</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>12</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>178</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>22</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>6</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>179</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>2</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>IDEWorkspaceTabController_2EC75D79-E0CE-44A3-80FF-AB480220FF4C</string>\n\t\t<string>IDEOrderedWorkspaceTabControllers</string>\n\t\t<string>IDEWindowToolbarIsVisible</string>\n\t\t<string>IDEActiveWorkspaceTabController</string>\n\t\t<string>IDEWindowFrame</string>\n\t\t<string>IDEWorkspaceWindowControllerUniqueIdentifier</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>13</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>14</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>15</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>16</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>17</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>18</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>19</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>20</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>21</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>22</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>23</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>141</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>148</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>169</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>22</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>54</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>AssistantEditorsLayout</string>\n\t\t<string>IDEShowNavigator</string>\n\t\t<string>IDEEditorArea</string>\n\t\t<string>IDEWorkspaceTabControllerUtilityAreaSplitView</string>\n\t\t<string>IDENavigatorArea</string>\n\t\t<string>IDEWorkspaceTabControllerDesignAreaSplitView</string>\n\t\t<string>IDEShowUtilities</string>\n\t\t<string>IDETabLabel</string>\n\t\t<integer>0</integer>\n\t\t<false/>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>24</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>25</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>26</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>27</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>28</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>29</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>30</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>31</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>22</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>32</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>91</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>120</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>21</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>121</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>129</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>130</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>ShowDebuggerArea</string>\n\t\t<string>IDEEditorMode_Standard</string>\n\t\t<string>IDEEDitorArea_DebugArea</string>\n\t\t<string>IDEShowEditor</string>\n\t\t<string>EditorMode</string>\n\t\t<string>DebuggerSplitView</string>\n\t\t<string>DefaultPersistentRepresentations</string>\n\t\t<string>layoutTree</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>33</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>34</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>EditorLayout_PersistentRepresentation</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>35</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>36</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>Main</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>83</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>37</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>38</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>39</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>40</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>21</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>89</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>EditorLayout_StateSavingStateDictionaries</string>\n\t\t<string>EditorLayout_Selected</string>\n\t\t<string>EditorLayout_Geometry</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>60</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>41</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>42</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>43</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>44</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>45</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>46</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>47</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>48</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>49</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>50</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>66</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>84</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>54</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>85</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>86</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>FileDataType</string>\n\t\t<string>ArchivableRepresentation</string>\n\t\t<string>EditorState</string>\n\t\t<string>NavigableItemName</string>\n\t\t<string>DocumentNavigableItemName</string>\n\t\t<string>DocumentExtensionIdentifier</string>\n\t\t<string>DocumentURL</string>\n\t\t<string>com.apple.InterfaceBuilder3.CocoaTouch.XIB</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>65</integer>\n\t\t\t</dict>\n\t\t\t<key>DocumentLocation</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>61</integer>\n\t\t\t</dict>\n\t\t\t<key>DomainIdentifier</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>51</integer>\n\t\t\t</dict>\n\t\t\t<key>IdentifierPath</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>52</integer>\n\t\t\t</dict>\n\t\t\t<key>IndexOfDocumentIdentifier</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>21</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<string>Xcode.IDENavigableItemDomain.WorkspaceStructure</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>60</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>53</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>56</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>58</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>55</integer>\n\t\t\t</dict>\n\t\t\t<key>Identifier</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>54</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<string>MainWindow.xib</string>\n\t\t<dict>\n\t\t\t<key>$classes</key>\n\t\t\t<array>\n\t\t\t\t<string>IDEArchivableStringIndexPair</string>\n\t\t\t\t<string>NSObject</string>\n\t\t\t</array>\n\t\t\t<key>$classname</key>\n\t\t\t<string>IDEArchivableStringIndexPair</string>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>55</integer>\n\t\t\t</dict>\n\t\t\t<key>Identifier</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>57</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<string>Resources</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>55</integer>\n\t\t\t</dict>\n\t\t\t<key>Identifier</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>59</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<string>XCallbackURL</string>\n\t\t<dict>\n\t\t\t<key>$classes</key>\n\t\t\t<array>\n\t\t\t\t<string>NSArray</string>\n\t\t\t\t<string>NSObject</string>\n\t\t\t</array>\n\t\t\t<key>$classname</key>\n\t\t\t<string>NSArray</string>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>64</integer>\n\t\t\t</dict>\n\t\t\t<key>documentURL</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>62</integer>\n\t\t\t</dict>\n\t\t\t<key>timestamp</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>0</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>63</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.string</key>\n\t\t\t<string>file://localhost/Users/greg/xcode/XCallbackURL/MainWindow.xib</string>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$classes</key>\n\t\t\t<array>\n\t\t\t\t<string>NSMutableString</string>\n\t\t\t\t<string>NSString</string>\n\t\t\t\t<string>NSObject</string>\n\t\t\t</array>\n\t\t\t<key>$classname</key>\n\t\t\t<string>NSMutableString</string>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$classes</key>\n\t\t\t<array>\n\t\t\t\t<string>DVTDocumentLocation</string>\n\t\t\t\t<string>NSObject</string>\n\t\t\t</array>\n\t\t\t<key>$classname</key>\n\t\t\t<string>DVTDocumentLocation</string>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$classes</key>\n\t\t\t<array>\n\t\t\t\t<string>IDENavigableItemArchivableRepresentation</string>\n\t\t\t\t<string>NSObject</string>\n\t\t\t</array>\n\t\t\t<key>$classname</key>\n\t\t\t<string>IDENavigableItemArchivableRepresentation</string>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>83</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>67</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>68</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>69</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>70</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>71</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>75</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>70</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>78</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>IBDockViewController</string>\n\t\t<string>SelectedObjectIDs</string>\n\t\t<string>SelectionProvider</string>\n\t\t<string>IBCanvasViewController</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>72</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>73</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>LastKnownOutlineViewWidth</string>\n\t\t<real>200</real>\n\t\t<dict>\n\t\t\t<key>$classes</key>\n\t\t\t<array>\n\t\t\t\t<string>NSMutableDictionary</string>\n\t\t\t\t<string>NSDictionary</string>\n\t\t\t\t<string>NSObject</string>\n\t\t\t</array>\n\t\t\t<key>$classname</key>\n\t\t\t<string>NSMutableDictionary</string>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>77</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>76</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<integer>2</integer>\n\t\t<dict>\n\t\t\t<key>$classes</key>\n\t\t\t<array>\n\t\t\t\t<string>NSMutableArray</string>\n\t\t\t\t<string>NSArray</string>\n\t\t\t\t<string>NSObject</string>\n\t\t\t</array>\n\t\t\t<key>$classname</key>\n\t\t\t<string>NSMutableArray</string>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>79</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>80</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>81</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>82</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>ObjectIDToLastKnownCanvasPositionMap</string>\n\t\t<string>EditedTopLevelObjectIDs</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array/>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array/>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>77</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>76</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$classes</key>\n\t\t\t<array>\n\t\t\t\t<string>NSDictionary</string>\n\t\t\t\t<string>NSObject</string>\n\t\t\t</array>\n\t\t\t<key>$classname</key>\n\t\t\t<string>NSDictionary</string>\n\t\t</dict>\n\t\t<string>Window</string>\n\t\t<string>Xcode.IDEKit.CocoaTouchIntegration.EditorDocument.CocoaTouch</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>88</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.base</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>0</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.relative</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>87</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<string>file://localhost/Users/greg/xcode/XCallbackURL/MainWindow.xib</string>\n\t\t<dict>\n\t\t\t<key>$classes</key>\n\t\t\t<array>\n\t\t\t\t<string>NSURL</string>\n\t\t\t\t<string>NSObject</string>\n\t\t\t</array>\n\t\t\t<key>$classname</key>\n\t\t\t<string>NSURL</string>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>60</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>90</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>{{0, 0}, {600, 600}}</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>92</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>93</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>94</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>95</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>96</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>97</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>98</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>99</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>101</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>98</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>112</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>118</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>LayoutFocusMode</string>\n\t\t<string>console</string>\n\t\t<string>IDEDebuggerAreaSplitView</string>\n\t\t<string>LayoutMode</string>\n\t\t<string>IDEDebugArea_SplitView</string>\n\t\t<string>variables</string>\n\t\t<integer>1</integer>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>100</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>21</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>ConsoleFilterMode</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>102</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>103</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>DVTSplitViewItems</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>77</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>104</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>109</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>83</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>105</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>106</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>107</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>108</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>DVTIdentifier</string>\n\t\t<string>DVTViewMagnitude</string>\n\t\t<string>VariablesView</string>\n\t\t<real>298</real>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>83</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>105</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>106</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>110</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>111</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>ConsoleArea</string>\n\t\t<real>301</real>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>102</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>113</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>77</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>114</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>116</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>83</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>105</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>106</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>107</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>115</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<real>298</real>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>83</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>105</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>106</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>110</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>117</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<real>301</real>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>119</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>76</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>DBGVariablesViewFilterMode</string>\n\t\t<true/>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>102</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>122</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>77</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>123</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>126</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>83</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>105</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>106</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>124</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>125</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>IDEEditor</string>\n\t\t<real>203</real>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>83</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>105</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>106</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>127</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>128</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>IDEDebuggerArea</string>\n\t\t<real>115</real>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array/>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array/>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>140</integer>\n\t\t\t</dict>\n\t\t\t<key>geniusEditorContextNode</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>0</integer>\n\t\t\t</dict>\n\t\t\t<key>primaryEditorContextNode</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>131</integer>\n\t\t\t</dict>\n\t\t\t<key>rootLayoutTreeNode</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>137</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>139</integer>\n\t\t\t</dict>\n\t\t\t<key>children</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>0</integer>\n\t\t\t</dict>\n\t\t\t<key>contentType</key>\n\t\t\t<integer>1</integer>\n\t\t\t<key>documentArchivableRepresentation</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>132</integer>\n\t\t\t</dict>\n\t\t\t<key>orientation</key>\n\t\t\t<integer>0</integer>\n\t\t\t<key>parent</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>137</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>65</integer>\n\t\t\t</dict>\n\t\t\t<key>DocumentLocation</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>61</integer>\n\t\t\t</dict>\n\t\t\t<key>DomainIdentifier</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>51</integer>\n\t\t\t</dict>\n\t\t\t<key>IdentifierPath</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>133</integer>\n\t\t\t</dict>\n\t\t\t<key>IndexOfDocumentIdentifier</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>21</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>60</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>134</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>135</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>136</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>55</integer>\n\t\t\t</dict>\n\t\t\t<key>Identifier</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>54</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>55</integer>\n\t\t\t</dict>\n\t\t\t<key>Identifier</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>57</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>55</integer>\n\t\t\t</dict>\n\t\t\t<key>Identifier</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>59</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>139</integer>\n\t\t\t</dict>\n\t\t\t<key>children</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>138</integer>\n\t\t\t</dict>\n\t\t\t<key>contentType</key>\n\t\t\t<integer>0</integer>\n\t\t\t<key>documentArchivableRepresentation</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>0</integer>\n\t\t\t</dict>\n\t\t\t<key>orientation</key>\n\t\t\t<integer>0</integer>\n\t\t\t<key>parent</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>0</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>60</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>131</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$classes</key>\n\t\t\t<array>\n\t\t\t\t<string>IDEWorkspaceTabControllerLayoutTreeNode</string>\n\t\t\t\t<string>NSObject</string>\n\t\t\t</array>\n\t\t\t<key>$classname</key>\n\t\t\t<string>IDEWorkspaceTabControllerLayoutTreeNode</string>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$classes</key>\n\t\t\t<array>\n\t\t\t\t<string>IDEWorkspaceTabControllerLayoutTree</string>\n\t\t\t\t<string>NSObject</string>\n\t\t\t</array>\n\t\t\t<key>$classname</key>\n\t\t\t<string>IDEWorkspaceTabControllerLayoutTree</string>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>102</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>142</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>77</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>143</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>146</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>83</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>105</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>106</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>144</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>145</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string></string>\n\t\t<real>376</real>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>83</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>105</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>106</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>144</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>147</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<real>224</real>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>149</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>150</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>150</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>151</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>SelectedNavigator</string>\n\t\t<string>Xcode.IDEKit.Navigator.Structure</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>152</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>153</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>154</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>155</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>156</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>157</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>158</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>159</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>22</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>160</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>22</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>22</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>162</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>164</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>IDEVisibleRect</string>\n\t\t<string>IDEUnsavedDocumentFilteringEnabled</string>\n\t\t<string>IDENavigatorExpandedItemsBeforeFilteringSet</string>\n\t\t<string>IDERecentDocumentFilteringEnabled</string>\n\t\t<string>IDESCMStatusFilteringEnabled</string>\n\t\t<string>IDESelectedObjects</string>\n\t\t<string>IDEExpandedItemsSet</string>\n\t\t<string>{{0, 0}, {0, 0}}</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>161</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array/>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$classes</key>\n\t\t\t<array>\n\t\t\t\t<string>NSSet</string>\n\t\t\t\t<string>NSObject</string>\n\t\t\t</array>\n\t\t\t<key>$classname</key>\n\t\t\t<string>NSSet</string>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>60</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>163</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>77</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>59</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>57</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>54</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>161</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>165</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>166</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>167</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>77</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>59</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>57</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>77</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>59</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>77</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>59</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>168</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>Classes</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>102</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>170</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>77</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>171</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>173</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>175</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>83</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>105</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>106</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>17</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>172</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<real>260</real>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>83</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>105</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>106</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>15</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>174</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<real>1140</real>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>83</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>105</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>106</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>176</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>177</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>IDEUtilitiesArea</string>\n\t\t<real>260</real>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>60</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>6</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>{{285, 401}, {600, 646}}</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>181</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>182</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>183</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>184</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>185</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>186</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>187</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>188</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>189</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>190</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>191</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>120</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>192</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>21</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>323</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>328</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>331</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>362</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>363</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>371</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>22</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>22</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>BreakpointsActivated</string>\n\t\t<string>DefaultEditorStatesForURLs</string>\n\t\t<string>DebuggingWindowBehavior</string>\n\t\t<string>ActiveRunDestination</string>\n\t\t<string>ActiveScheme</string>\n\t\t<string>LastCompletedPersistentSchemeBasedActivityReport</string>\n\t\t<string>DocumentWindows</string>\n\t\t<string>DefaultEditorFrameSizeForURLs</string>\n\t\t<string>RecentEditorDocumentURLs</string>\n\t\t<string>AppFocusInMiniDebugging</string>\n\t\t<string>MiniDebuggingConsole</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>85</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>193</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>194</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>195</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>228</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>260</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>Xcode.Xcode3ProjectSupport.EditorDocument.Xcode3Project</string>\n\t\t<string>Xcode.IDEKit.EditorDocument.SourceCode</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>196</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>198</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>200</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>202</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>207</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>221</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>88</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.base</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>0</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.relative</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>197</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>63</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.string</key>\n\t\t\t<string>file://localhost/Users/greg/xcode/XCallbackURL/MainWindow.xib</string>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>88</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.base</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>0</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.relative</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>199</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>63</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.string</key>\n\t\t\t<string>file://localhost/Users/greg/xcode/XCallbackURL/Classes/SendViewController.xib</string>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>88</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.base</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>0</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.relative</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>201</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>63</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.string</key>\n\t\t\t<string>file://localhost/Users/greg/xcode/XCallbackURL/Classes/ReceiveViewController.xib</string>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>67</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>68</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>69</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>70</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>203</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>204</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>70</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>205</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>72</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>73</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>77</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>76</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>79</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>80</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>81</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>206</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>77</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>76</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>208</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>209</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>210</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>211</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>212</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>215</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>211</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>216</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>IBDockViewController</string>\n\t\t<string>SelectedObjectIDs</string>\n\t\t<string>SelectionProvider</string>\n\t\t<string>IBCanvasViewController</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>213</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>214</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>LastKnownOutlineViewWidth</string>\n\t\t<real>200</real>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>60</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array/>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>217</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>218</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>219</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>220</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>ObjectIDToLastKnownCanvasPositionMap</string>\n\t\t<string>EditedTopLevelObjectIDs</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array/>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array/>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>77</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>98</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>67</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>68</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>69</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>70</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>222</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>224</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>70</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>225</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>72</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>223</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<real>200</real>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>77</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>98</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>79</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>80</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>226</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>227</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array/>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array/>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>77</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>98</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>229</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>231</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>88</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.base</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>0</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.relative</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>230</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>63</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.string</key>\n\t\t\t<string>file://localhost/Users/greg/xcode/XCallbackURL/XCallbackURL.xcodeproj/</string>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>232</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>233</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>234</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>235</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>236</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>237</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>238</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>248</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>249</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>259</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>Xcode3ProjectEditorPreviousProjectEditorClass</string>\n\t\t<string>Xcode3ProjectEditor.sourceList.splitview</string>\n\t\t<string>Xcode3ProjectEditorPreviousTargetEditorClass</string>\n\t\t<string>Xcode3ProjectEditorSelectedDocumentLocations</string>\n\t\t<string>Xcode3ProjectEditor_Xcode3TargetEditor</string>\n\t\t<string>Xcode3ProjectInfoEditor</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>239</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>240</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>DVTSplitViewItems</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>77</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>241</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>246</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>83</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>242</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>243</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>244</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>245</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>DVTIdentifier</string>\n\t\t<string>DVTViewMagnitude</string>\n\t\t<string></string>\n\t\t<real>170</real>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>83</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>242</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>243</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>244</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>247</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<real>970</real>\n\t\t<string>Xcode3TargetEditor</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>60</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>250</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>258</integer>\n\t\t\t</dict>\n\t\t\t<key>documentURL</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>251</integer>\n\t\t\t</dict>\n\t\t\t<key>selection</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>253</integer>\n\t\t\t</dict>\n\t\t\t<key>timestamp</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>252</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<string>file://localhost/Users/greg/xcode/XCallbackURL/XCallbackURL.xcodeproj/</string>\n\t\t<real>322426152.83402902</real>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>254</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>255</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>256</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>257</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>Editor</string>\n\t\t<string>Target</string>\n\t\t<string>Xcode3TargetEditor</string>\n\t\t<string>XCallbackURL</string>\n\t\t<dict>\n\t\t\t<key>$classes</key>\n\t\t\t<array>\n\t\t\t\t<string>Xcode3ProjectDocumentLocation</string>\n\t\t\t\t<string>DVTDocumentLocation</string>\n\t\t\t\t<string>NSObject</string>\n\t\t\t</array>\n\t\t\t<key>$classname</key>\n\t\t\t<string>Xcode3ProjectDocumentLocation</string>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array/>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array/>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>261</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>263</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>265</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>267</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>269</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>271</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>273</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>275</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>277</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>279</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>281</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>289</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>296</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>300</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>303</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>307</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>310</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>314</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>317</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>320</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>88</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.base</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>0</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.relative</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>262</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>63</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.string</key>\n\t\t\t<string>file://localhost/var/folders/fw/fwKeWUw6Fd8QCxsW+IaH-k+++TM/-Tmp-/-%5BUIApplication%20_applicationOpenURL:payload:%5D_disassembly_0x002b1125.nasm</string>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>88</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.base</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>0</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.relative</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>264</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>63</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.string</key>\n\t\t\t<string>file://localhost/Users/greg/xcode/XCallbackURL/Classes/ReceiveViewController.m</string>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>88</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.base</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>0</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.relative</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>266</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>63</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.string</key>\n\t\t\t<string>file://localhost/Users/greg/xcode/XCallbackURL/Classes/SendViewController.h</string>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>88</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.base</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>0</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.relative</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>268</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>63</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.string</key>\n\t\t\t<string>file://localhost/Users/greg/xcode/XCallbackURL/Classes/ReceiveViewController.h</string>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>88</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.base</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>0</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.relative</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>270</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>63</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.string</key>\n\t\t\t<string>file://localhost/Users/greg/xcode/XCallbackURL/Classes/SendViewController.m</string>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>88</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.base</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>0</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.relative</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>272</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>63</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.string</key>\n\t\t\t<string>file://localhost/var/folders/fw/fwKeWUw6Fd8QCxsW+IaH-k+++TM/-Tmp-/-%5BUIApplication%20_applicationOpenURL:payload:%5D_disassembly_0x002b10f0.nasm</string>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>88</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.base</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>0</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.relative</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>274</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>63</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.string</key>\n\t\t\t<string>file://localhost/Users/greg/xcode/XCallbackURL/Classes/XCallbackURLAppDelegate.m</string>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>88</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.base</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>0</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.relative</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>276</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>63</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.string</key>\n\t\t\t<string>file://localhost/Users/greg/xcode/XCallbackURL/main.m</string>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>88</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.base</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>0</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.relative</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>278</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>63</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.string</key>\n\t\t\t<string>file://localhost/Users/greg/xcode/XCallbackURL/Classes/XCallbackURLAppDelegate.h</string>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>88</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.base</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>0</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.relative</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>280</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>63</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.string</key>\n\t\t\t<string>file://localhost/var/folders/fw/fwKeWUw6Fd8QCxsW+IaH-k+++TM/-Tmp-/objc_msgSend_disassembly_0x00f2809b.nasm</string>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>282</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>283</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>284</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>285</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>286</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>287</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>22</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>288</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>PrimaryDocumentTimestamp</string>\n\t\t<string>PrimaryDocumentVisibleCharacterRange</string>\n\t\t<string>HideAllIssues</string>\n\t\t<string>PrimaryDocumentSelectedCharacterRange</string>\n\t\t<real>322426495.24426699</real>\n\t\t<string>{1633, 2037}</string>\n\t\t<string>{0, 0}</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>290</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>291</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>292</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>293</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>294</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>295</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>22</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>288</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>PrimaryDocumentTimestamp</string>\n\t\t<string>PrimaryDocumentVisibleCharacterRange</string>\n\t\t<string>HideAllIssues</string>\n\t\t<string>PrimaryDocumentSelectedCharacterRange</string>\n\t\t<real>322425942.32343</real>\n\t\t<string>{0, 946}</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>290</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>291</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>292</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>293</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>297</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>298</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>22</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>299</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<real>322426085.69678098</real>\n\t\t<string>{0, 541}</string>\n\t\t<string>{317, 0}</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>290</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>291</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>292</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>293</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>301</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>302</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>22</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>288</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<real>322425940.96451402</real>\n\t\t<string>{0, 354}</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>290</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>291</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>292</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>293</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>304</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>305</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>22</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>306</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<real>322426069.34523797</real>\n\t\t<string>{1140, 1756}</string>\n\t\t<string>{1763, 7}</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>282</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>283</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>284</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>285</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>308</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>309</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>22</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>288</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<real>322426495.29226202</real>\n\t\t<string>{2036, 2057}</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>282</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>283</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>284</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>285</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>311</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>312</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>22</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>313</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<real>322426500.25093102</real>\n\t\t<string>{882, 1593}</string>\n\t\t<string>{1127, 0}</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>282</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>283</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>284</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>285</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>315</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>316</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>22</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>288</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<real>322426405.776281</real>\n\t\t<string>{0, 363}</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>282</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>283</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>284</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>285</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>318</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>319</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>22</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>288</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<real>322426154.51699698</real>\n\t\t<string>{0, 503}</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>282</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>283</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>284</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>285</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>321</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>322</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>22</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>288</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<real>322426398.86697501</real>\n\t\t<string>{0, 1739}</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>324</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>325</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>326</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>327</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>IDEDeviceLocation</string>\n\t\t<string>IDEDeviceArchitecture</string>\n\t\t<string>dvtdevice-iphonesimulator:/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk-iPhone</string>\n\t\t<string>i386</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>329</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>330</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>IDENameString</string>\n\t\t<string>XCallbackURL</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>332</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>333</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>334</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>335</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>361</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>342</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>IDEActivityReportCompletionSummaryStringSegments</string>\n\t\t<string>IDEActivityReportOptions</string>\n\t\t<string>IDEActivityReportTitle</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>77</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>336</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>343</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>347</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>352</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>337</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>338</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>339</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>340</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>341</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>342</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>IDEActivityReportStringSegmentPriority</string>\n\t\t<string>IDEActivityReportStringSegmentBackSeparator</string>\n\t\t<string>IDEActivityReportStringSegmentStringValue</string>\n\t\t<real>2</real>\n\t\t<string> </string>\n\t\t<string>Build</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>337</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>338</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>339</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>344</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>345</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>346</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<real>4</real>\n\t\t<string>: </string>\n\t\t<string>XCallbackURL</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>337</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>338</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>339</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>348</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>349</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>350</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<real>1</real>\n\t\t<string> │ </string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>351</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.data</key>\n\t\t\t<data>\n\t\t\tYnBsaXN0MDDUAQIDBAUGOzxYJHZlcnNpb25YJG9iamVjdHNZJGFy\n\t\t\tY2hpdmVyVCR0b3ASAAGGoK0HCA8QGhscJCUrMTQ3VSRudWxs0wkK\n\t\t\tCwwNDlxOU0F0dHJpYnV0ZXNWJGNsYXNzWE5TU3RyaW5ngAOADIAC\n\t\t\tWVN1Y2NlZWRlZNMKERITFBdXTlMua2V5c1pOUy5vYmplY3RzgAui\n\t\t\tFRaABIAFohgZgAaACVZOU0ZvbnRXTlNDb2xvctQKHR4fICEiI1ZO\n\t\t\tU05hbWVWTlNTaXplWE5TZkZsYWdzgAiAByNAJgAAAAAAABENEF8Q\n\t\t\tEUx1Y2lkYUdyYW5kZS1Cb2xk0iYnKClaJGNsYXNzbmFtZVgkY2xh\n\t\t\tc3Nlc1ZOU0ZvbnSiKCpYTlNPYmplY3TTCiwtLi8wXE5TQ29sb3JT\n\t\t\tcGFjZVdOU1doaXRlgAoQA0IwANImJzIzV05TQ29sb3KiMirSJic1\n\t\t\tNlxOU0RpY3Rpb25hcnmiNSrSJic4OV8QEk5TQXR0cmlidXRlZFN0\n\t\t\tcmluZ6I6Kl8QEk5TQXR0cmlidXRlZFN0cmluZ18QD05TS2V5ZWRB\n\t\t\tcmNoaXZlctE9PlRyb290gAEACAARABoAIwAtADIANwBFAEsAUgBf\n\t\t\tAGYAbwBxAHMAdQB/AIYAjgCZAJsAngCgAKIApQCnAKkAsAC4AMEA\n\t\t\tyADPANgA2gDcAOUA6AD8AQEBDAEVARwBHwEoAS8BPAFEAUYBSAFL\n\t\t\tAVABWAFbAWABbQFwAXUBigGNAaIBtAG3AbwAAAAAAAACAQAAAAAA\n\t\t\tAAA/AAAAAAAAAAAAAAAAAAABvg==\n\t\t\t</data>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$classes</key>\n\t\t\t<array>\n\t\t\t\t<string>NSMutableData</string>\n\t\t\t\t<string>NSData</string>\n\t\t\t\t<string>NSObject</string>\n\t\t\t</array>\n\t\t\t<key>$classname</key>\n\t\t\t<string>NSMutableData</string>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>337</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>353</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>354</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>339</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>355</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>356</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>357</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>98</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>358</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>360</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>98</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>98</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>IDEActivityReportStringSegmentType</string>\n\t\t<string>IDEActivityReportStringSegmentDate</string>\n\t\t<string>IDEActivityReportStringSegmentDateStyle</string>\n\t\t<string>IDEActivityReportStringSegmentTimeStyle</string>\n\t\t<real>3</real>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>359</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.time</key>\n\t\t\t<real>322426415.093651</real>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$classes</key>\n\t\t\t<array>\n\t\t\t\t<string>NSDate</string>\n\t\t\t\t<string>NSObject</string>\n\t\t\t</array>\n\t\t\t<key>$classname</key>\n\t\t\t<string>NSDate</string>\n\t\t</dict>\n\t\t<string>Today at 1:53 PM</string>\n\t\t<integer>106</integer>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>77</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>4</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>364</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>366</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>88</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.base</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>0</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.relative</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>365</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<string>file://localhost/Users/greg/xcode/XCallbackURL/MainWindow.xib</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>83</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>367</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>368</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>369</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>370</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>width</string>\n\t\t<string>height</string>\n\t\t<real>600</real>\n\t\t<real>600</real>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>77</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>372</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>374</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>376</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>378</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>379</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>381</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>383</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>384</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>88</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.base</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>0</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.relative</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>373</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<string>file://localhost/Users/greg/xcode/XCallbackURL/Classes/XCallbackURLAppDelegate.m</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>88</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.base</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>0</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.relative</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>375</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<string>file://localhost/Users/greg/xcode/XCallbackURL/main.m</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>88</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.base</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>0</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.relative</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>377</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<string>file://localhost/Users/greg/xcode/XCallbackURL/Classes/XCallbackURLAppDelegate.h</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>88</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.base</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>0</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.relative</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>251</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>88</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.base</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>0</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.relative</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>380</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<string>file://localhost/Users/greg/xcode/XCallbackURL/Classes/SendViewController.xib</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>88</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.base</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>0</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.relative</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>382</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<string>file://localhost/Users/greg/xcode/XCallbackURL/Classes/ReceiveViewController.xib</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>88</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.base</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>0</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.relative</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>87</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>88</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.base</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>0</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.relative</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>385</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<string>file://localhost/Users/greg/xcode/XCallbackURL/Classes/SendViewController.h</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>387</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>388</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>389</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>390</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>391</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>11</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>392</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>537</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>120</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>387</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>538</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>4</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>IDEWorkspaceTabController_6FB8E11B-DE0D-4E0E-B45F-42AE78E8BDAD</string>\n\t\t<string>IDEOrderedWorkspaceTabControllers</string>\n\t\t<string>IDEWindowToolbarIsVisible</string>\n\t\t<string>IDEActiveWorkspaceTabController</string>\n\t\t<string>IDEWindowFrame</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>393</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>394</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>395</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>396</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>397</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>398</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>399</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>400</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>401</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>120</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>402</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>492</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>498</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>528</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>22</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>21</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>IDETabLabel</string>\n\t\t<string>IDEShowNavigator</string>\n\t\t<string>IDEEditorArea</string>\n\t\t<string>IDEWorkspaceTabControllerUtilityAreaSplitView</string>\n\t\t<string>IDENavigatorArea</string>\n\t\t<string>IDEWorkspaceTabControllerDesignAreaSplitView</string>\n\t\t<string>IDEShowUtilities</string>\n\t\t<string>AssistantEditorsLayout</string>\n\t\t<string>XCallbackURLAppDelegate.m</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>403</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>404</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>405</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>406</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>407</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>408</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>409</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>410</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>120</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>411</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>448</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>120</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>21</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>473</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>481</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>482</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>ShowDebuggerArea</string>\n\t\t<string>IDEEditorMode_Standard</string>\n\t\t<string>IDEEDitorArea_DebugArea</string>\n\t\t<string>IDEShowEditor</string>\n\t\t<string>EditorMode</string>\n\t\t<string>DebuggerSplitView</string>\n\t\t<string>DefaultPersistentRepresentations</string>\n\t\t<string>layoutTree</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>412</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>413</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>EditorLayout_PersistentRepresentation</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>414</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>415</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>Main</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>83</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>416</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>417</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>418</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>419</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>21</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>446</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>EditorLayout_StateSavingStateDictionaries</string>\n\t\t<string>EditorLayout_Selected</string>\n\t\t<string>EditorLayout_Geometry</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>60</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>420</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>421</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>422</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>423</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>424</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>425</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>426</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>427</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>428</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>429</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>438</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>442</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>432</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>443</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>444</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>FileDataType</string>\n\t\t<string>ArchivableRepresentation</string>\n\t\t<string>EditorState</string>\n\t\t<string>NavigableItemName</string>\n\t\t<string>DocumentNavigableItemName</string>\n\t\t<string>DocumentExtensionIdentifier</string>\n\t\t<string>DocumentURL</string>\n\t\t<string>public.objective-c-source</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>65</integer>\n\t\t\t</dict>\n\t\t\t<key>DocumentLocation</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>437</integer>\n\t\t\t</dict>\n\t\t\t<key>DomainIdentifier</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>51</integer>\n\t\t\t</dict>\n\t\t\t<key>IdentifierPath</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>430</integer>\n\t\t\t</dict>\n\t\t\t<key>IndexOfDocumentIdentifier</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>21</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>60</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>431</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>433</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>435</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>55</integer>\n\t\t\t</dict>\n\t\t\t<key>Identifier</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>432</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<string>XCallbackURLAppDelegate.m</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>55</integer>\n\t\t\t</dict>\n\t\t\t<key>Identifier</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>434</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<string>Classes</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>55</integer>\n\t\t\t</dict>\n\t\t\t<key>Identifier</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>436</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<string>XCallbackURL</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>64</integer>\n\t\t\t</dict>\n\t\t\t<key>documentURL</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>274</integer>\n\t\t\t</dict>\n\t\t\t<key>timestamp</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>0</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>83</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>282</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>283</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>284</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>285</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>439</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>440</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>22</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>441</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<real>322426500.25277102</real>\n\t\t<string>{882, 1593}</string>\n\t\t<string>{1127, 0}</string>\n\t\t<string>-application:openURL:sourceApplication:annotation:</string>\n\t\t<string>Xcode.IDEKit.EditorDocument.SourceCode</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>88</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.base</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>0</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.relative</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>445</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<string>file://localhost/Users/greg/xcode/XCallbackURL/Classes/XCallbackURLAppDelegate.m</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>60</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>447</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>{{0, 0}, {1140, 641}}</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>449</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>450</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>451</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>452</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>453</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>454</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>98</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>455</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>457</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>98</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>465</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>471</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>LayoutFocusMode</string>\n\t\t<string>console</string>\n\t\t<string>IDEDebuggerAreaSplitView</string>\n\t\t<string>LayoutMode</string>\n\t\t<string>IDEDebugArea_SplitView</string>\n\t\t<string>variables</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>456</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>21</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>ConsoleFilterMode</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>239</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>458</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>77</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>459</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>462</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>83</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>242</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>243</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>460</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>461</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>VariablesView</string>\n\t\t<real>298</real>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>83</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>242</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>243</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>463</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>464</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>ConsoleArea</string>\n\t\t<real>841</real>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>239</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>466</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>77</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>467</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>469</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>83</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>242</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>243</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>460</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>468</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<real>298</real>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>83</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>242</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>243</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>463</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>470</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<real>841</real>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>472</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>76</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>DBGVariablesViewFilterMode</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>239</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>474</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>77</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>475</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>478</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>83</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>242</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>243</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>476</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>477</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>IDEEditor</string>\n\t\t<real>663</real>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>83</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>242</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>243</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>479</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>480</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>IDEDebuggerArea</string>\n\t\t<real>213</real>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array/>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array/>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>140</integer>\n\t\t\t</dict>\n\t\t\t<key>geniusEditorContextNode</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>0</integer>\n\t\t\t</dict>\n\t\t\t<key>primaryEditorContextNode</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>483</integer>\n\t\t\t</dict>\n\t\t\t<key>rootLayoutTreeNode</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>490</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>139</integer>\n\t\t\t</dict>\n\t\t\t<key>children</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>0</integer>\n\t\t\t</dict>\n\t\t\t<key>contentType</key>\n\t\t\t<integer>1</integer>\n\t\t\t<key>documentArchivableRepresentation</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>484</integer>\n\t\t\t</dict>\n\t\t\t<key>orientation</key>\n\t\t\t<integer>0</integer>\n\t\t\t<key>parent</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>490</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>65</integer>\n\t\t\t</dict>\n\t\t\t<key>DocumentLocation</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>437</integer>\n\t\t\t</dict>\n\t\t\t<key>DomainIdentifier</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>51</integer>\n\t\t\t</dict>\n\t\t\t<key>IdentifierPath</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>485</integer>\n\t\t\t</dict>\n\t\t\t<key>IndexOfDocumentIdentifier</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>21</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>60</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>486</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>487</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>488</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>55</integer>\n\t\t\t</dict>\n\t\t\t<key>Identifier</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>432</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>55</integer>\n\t\t\t</dict>\n\t\t\t<key>Identifier</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>434</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>55</integer>\n\t\t\t</dict>\n\t\t\t<key>Identifier</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>489</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<string>XCallbackURL</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>139</integer>\n\t\t\t</dict>\n\t\t\t<key>children</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>491</integer>\n\t\t\t</dict>\n\t\t\t<key>contentType</key>\n\t\t\t<integer>0</integer>\n\t\t\t<key>documentArchivableRepresentation</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>0</integer>\n\t\t\t</dict>\n\t\t\t<key>orientation</key>\n\t\t\t<integer>0</integer>\n\t\t\t<key>parent</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>0</integer>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>60</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>483</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>239</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>493</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>77</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>494</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>496</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>83</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>242</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>243</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>244</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>495</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<real>652</real>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>83</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>242</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>243</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>244</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>497</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<real>224</real>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>499</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>500</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>501</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>502</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>503</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>519</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>500</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>523</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>Xcode.IDEKit.Navigator.Structure</string>\n\t\t<string>Xcode.DebuggerKit.ThreadsStacksNavigator</string>\n\t\t<string>SelectedNavigator</string>\n\t\t<string>Xcode.IDEKit.Navigator.Breakpoints</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>504</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>505</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>506</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>507</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>508</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>509</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>510</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>511</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>22</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>160</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>22</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>22</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>512</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>515</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>IDEVisibleRect</string>\n\t\t<string>IDEUnsavedDocumentFilteringEnabled</string>\n\t\t<string>IDENavigatorExpandedItemsBeforeFilteringSet</string>\n\t\t<string>IDERecentDocumentFilteringEnabled</string>\n\t\t<string>IDESCMStatusFilteringEnabled</string>\n\t\t<string>IDESelectedObjects</string>\n\t\t<string>IDEExpandedItemsSet</string>\n\t\t<string>{{0, 0}, {259, 832}}</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>60</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>513</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>77</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>514</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>434</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>432</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>XCallbackURL</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>161</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>516</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>517</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>518</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>77</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>514</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>57</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>77</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>514</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>77</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>514</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>434</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>520</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>521</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>522</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>76</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>21</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>22</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>IDEStackCompressionValue</string>\n\t\t<string>IDEThreadsOrQueuesMode</string>\n\t\t<string>IDEHideAncestorForNonInterestingFrames</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>524</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>525</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>509</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>504</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>160</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>22</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>526</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>527</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>IDECollapsedtemsSet</string>\n\t\t<string>IDEBreakpointNavigatorFilterOnEnabled</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>60</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array/>\n\t\t</dict>\n\t\t<string>{{0, 0}, {259, 832}}</string>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>74</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>239</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>529</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>77</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>530</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>532</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>534</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>83</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>242</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>243</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>397</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>531</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<real>260</real>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>83</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>242</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>243</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>395</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>533</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<real>1140</real>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>83</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.keys</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>242</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>243</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>535</integer>\n\t\t\t\t</dict>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>536</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>IDEUtilitiesArea</string>\n\t\t<real>260</real>\n\t\t<dict>\n\t\t\t<key>$class</key>\n\t\t\t<dict>\n\t\t\t\t<key>CF$UID</key>\n\t\t\t\t<integer>60</integer>\n\t\t\t</dict>\n\t\t\t<key>NS.objects</key>\n\t\t\t<array>\n\t\t\t\t<dict>\n\t\t\t\t\t<key>CF$UID</key>\n\t\t\t\t\t<integer>387</integer>\n\t\t\t\t</dict>\n\t\t\t</array>\n\t\t</dict>\n\t\t<string>{{88, 93}, {1400, 974}}</string>\n\t</array>\n\t<key>$top</key>\n\t<dict>\n\t\t<key>State</key>\n\t\t<dict>\n\t\t\t<key>CF$UID</key>\n\t\t\t<integer>1</integer>\n\t\t</dict>\n\t</dict>\n\t<key>$version</key>\n\t<integer>100000</integer>\n</dict>\n</plist>\n"
  },
  {
    "path": "XCallbackURL.xcodeproj/xcuserdata/greg.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Bucket\n   type = \"1\"\n   version = \"1.0\">\n   <FileBreakpoints>\n      <FileBreakpoint\n         shouldBeEnabled = \"Yes\"\n         ignoreCount = \"0\"\n         continueAfterRunningActions = \"No\"\n         isPathRelative = \"1\"\n         filePath = \"Classes/XCallbackURLAppDelegate.m\"\n         timestampString = \"322426412.018124\"\n         startingColumnNumber = \"9223372036854775807\"\n         endingColumnNumber = \"9223372036854775807\"\n         startingLineNumber = \"41\"\n         endingLineNumber = \"41\"\n         landmarkName = \"-application:openURL:sourceApplication:annotation:\"\n         landmarkType = \"5\">\n      </FileBreakpoint>\n   </FileBreakpoints>\n</Bucket>\n"
  },
  {
    "path": "XCallbackURL.xcodeproj/xcuserdata/greg.xcuserdatad/xcschemes/XCallbackURL.xcscheme",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Scheme\n   version = \"1.3\">\n   <BuildAction\n      parallelizeBuildables = \"YES\"\n      buildImplicitDependencies = \"YES\">\n      <BuildActionEntries>\n         <BuildActionEntry\n            buildForTesting = \"YES\"\n            buildForRunning = \"YES\"\n            buildForProfiling = \"YES\"\n            buildForArchiving = \"YES\"\n            buildForAnalyzing = \"YES\">\n            <BuildableReference\n               BuildableIdentifier = \"primary\"\n               BlueprintIdentifier = \"1D6058900D05DD3D006BFB54\"\n               BuildableName = \"XCallbackURL.app\"\n               BlueprintName = \"XCallbackURL\"\n               ReferencedContainer = \"container:XCallbackURL.xcodeproj\">\n            </BuildableReference>\n         </BuildActionEntry>\n      </BuildActionEntries>\n   </BuildAction>\n   <TestAction\n      selectedDebuggerIdentifier = \"Xcode.DebuggerFoundation.Debugger.GDB\"\n      selectedLauncherIdentifier = \"Xcode.DebuggerFoundation.Launcher.GDB\"\n      shouldUseLaunchSchemeArgsEnv = \"YES\"\n      buildConfiguration = \"Debug\">\n      <Testables>\n      </Testables>\n   </TestAction>\n   <LaunchAction\n      selectedDebuggerIdentifier = \"Xcode.DebuggerFoundation.Debugger.GDB\"\n      selectedLauncherIdentifier = \"Xcode.DebuggerFoundation.Launcher.GDB\"\n      displayScaleIsEnabled = \"NO\"\n      displayScale = \"1.00\"\n      launchStyle = \"0\"\n      useCustomWorkingDirectory = \"NO\"\n      buildConfiguration = \"Debug\">\n      <BuildableProductRunnable>\n         <BuildableReference\n            BuildableIdentifier = \"primary\"\n            BlueprintIdentifier = \"1D6058900D05DD3D006BFB54\"\n            BuildableName = \"XCallbackURL.app\"\n            BlueprintName = \"XCallbackURL\"\n            ReferencedContainer = \"container:XCallbackURL.xcodeproj\">\n         </BuildableReference>\n      </BuildableProductRunnable>\n      <AdditionalOptions>\n      </AdditionalOptions>\n   </LaunchAction>\n   <ProfileAction\n      displayScaleIsEnabled = \"NO\"\n      displayScale = \"1.00\"\n      shouldUseLaunchSchemeArgsEnv = \"YES\"\n      savedToolIdentifier = \"\"\n      useCustomWorkingDirectory = \"NO\"\n      buildConfiguration = \"Release\">\n      <BuildableProductRunnable>\n         <BuildableReference\n            BuildableIdentifier = \"primary\"\n            BlueprintIdentifier = \"1D6058900D05DD3D006BFB54\"\n            BuildableName = \"XCallbackURL.app\"\n            BlueprintName = \"XCallbackURL\"\n            ReferencedContainer = \"container:XCallbackURL.xcodeproj\">\n         </BuildableReference>\n      </BuildableProductRunnable>\n   </ProfileAction>\n   <AnalyzeAction\n      buildConfiguration = \"Debug\">\n   </AnalyzeAction>\n   <ArchiveAction\n      buildConfiguration = \"Release\"\n      revealArchiveInOrganizer = \"YES\">\n   </ArchiveAction>\n</Scheme>\n"
  },
  {
    "path": "XCallbackURL.xcodeproj/xcuserdata/greg.xcuserdatad/xcschemes/xcschememanagement.plist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<dict>\n\t<key>SchemeUserState</key>\n\t<dict>\n\t\t<key>XCallbackURL.xcscheme</key>\n\t\t<dict>\n\t\t\t<key>orderHint</key>\n\t\t\t<integer>0</integer>\n\t\t</dict>\n\t</dict>\n\t<key>SuppressBuildableAutocreation</key>\n\t<dict>\n\t\t<key>1D6058900D05DD3D006BFB54</key>\n\t\t<dict>\n\t\t\t<key>primary</key>\n\t\t\t<true/>\n\t\t</dict>\n\t</dict>\n</dict>\n</plist>\n"
  },
  {
    "path": "XCallbackURL_Prefix.pch",
    "content": "//\n// Prefix header for all source files of the 'XCallbackURL' target in the 'XCallbackURL' project\n//\n\n#ifdef __OBJC__\n    #import <Foundation/Foundation.h>\n    #import <UIKit/UIKit.h>\n#endif\n"
  },
  {
    "path": "main.m",
    "content": "//\n//  main.m\n//  XCallbackURL\n//\n//  Created by Greg Pierce on 11/24/10.\n//  Copyright 2010 Agile Tortoise. All rights reserved.\n//\n\n#import <UIKit/UIKit.h>\n\nint main(int argc, char *argv[]) {\n    \n    @autoreleasepool {\n        int retVal = UIApplicationMain(argc, argv, nil, @\"XCallbackURLAppDelegate\");\n        return retVal;\n    }\n}\n"
  }
]