diff options
| author | Teddy Wing | 2012-09-29 13:47:06 -0400 | 
|---|---|---|
| committer | Teddy Wing | 2012-09-29 13:47:06 -0400 | 
| commit | 6d8b8b66affdd9aba8ed4c5008612a01cb93481d (patch) | |
| tree | 274f351ecd1325418f9cb503c6cb7fe0becdc8f6 | |
| download | babblr-iOS-6d8b8b66affdd9aba8ed4c5008612a01cb93481d.tar.bz2 | |
Initial commit. Created RootViewController class with UIWebView.
| -rw-r--r-- | .gitattributes | 1 | ||||
| -rw-r--r-- | .gitignore | 5 | ||||
| -rw-r--r-- | Classes/RootViewController.h | 18 | ||||
| -rw-r--r-- | Classes/RootViewController.m | 61 | ||||
| -rw-r--r-- | Classes/RootViewController.xib | 419 | ||||
| -rw-r--r-- | NearMe-Info.plist | 43 | ||||
| -rwxr-xr-x | NearMe.xcodeproj/project.pbxproj | 289 | ||||
| -rw-r--r-- | NearMe_Prefix.pch | 8 | ||||
| -rw-r--r-- | Shared/main.m | 17 | ||||
| -rw-r--r-- | iPad/AppDelegate_iPad.h | 18 | ||||
| -rw-r--r-- | iPad/AppDelegate_iPad.m | 67 | ||||
| -rw-r--r-- | iPad/MainWindow_iPad.xib | 315 | ||||
| -rw-r--r-- | iPhone/AppDelegate_iPhone.h | 18 | ||||
| -rw-r--r-- | iPhone/AppDelegate_iPhone.m | 86 | ||||
| -rw-r--r-- | iPhone/MainWindow_iPhone.xib | 327 | 
15 files changed, 1692 insertions, 0 deletions
| diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..68cbdaf --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.pbxproj -merge -crlf -diff diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7cb34ed --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +build +*.pbxuser +*.perspectivev3 +*.mode1v3 + diff --git a/Classes/RootViewController.h b/Classes/RootViewController.h new file mode 100644 index 0000000..96d27bb --- /dev/null +++ b/Classes/RootViewController.h @@ -0,0 +1,18 @@ +// +//  RootViewController.h +//  NearMe +// +//  Created by TW on 9/29/12. +//  Copyright 2012 __MyCompanyName__. All rights reserved. +// + +#import <UIKit/UIKit.h> + + +@interface RootViewController : UIViewController { +	IBOutlet UIWebView *webView; +} + +@property (nonatomic, retain) IBOutlet UIWebView *webView; + +@end diff --git a/Classes/RootViewController.m b/Classes/RootViewController.m new file mode 100644 index 0000000..47124a2 --- /dev/null +++ b/Classes/RootViewController.m @@ -0,0 +1,61 @@ +// +//  RootViewController.m +//  NearMe +// +//  Created by TW on 9/29/12. +//  Copyright 2012 __MyCompanyName__. All rights reserved. +// + +#import "RootViewController.h" + + +@implementation RootViewController + +@synthesize webView = _webView; + + + // The designated initializer.  Override if you create the controller programmatically and want to perform customization that is not appropriate for viewDidLoad. +- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil { +    if ((self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil])) { +        [webView loadHTMLString:@"https://google-developers.appspot.com/maps/documentation/javascript/examples/map-simple" baseURL:[NSURL URLWithString:@""]]; +    } +    return self; +} + + +/* +// Implement viewDidLoad to do additional setup after loading the view, typically from a nib. +- (void)viewDidLoad { +    [super viewDidLoad]; +} +*/ + +/* +// Override to allow orientations other than the default portrait orientation. +- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation { +    // Return YES for supported orientations +    return (interfaceOrientation == UIInterfaceOrientationPortrait); +} +*/ + +- (void)didReceiveMemoryWarning { +    // Releases the view if it doesn't have a superview. +    [super didReceiveMemoryWarning]; +     +    // Release any cached data, images, etc that aren't in use. +} + +- (void)viewDidUnload { +    [super viewDidUnload]; +    // Release any retained subviews of the main view. +    // e.g. self.myOutlet = nil; +} + + +- (void)dealloc { +	[webView release]; +    [super dealloc]; +} + + +@end diff --git a/Classes/RootViewController.xib b/Classes/RootViewController.xib new file mode 100644 index 0000000..bc3b3bb --- /dev/null +++ b/Classes/RootViewController.xib @@ -0,0 +1,419 @@ +<?xml version="1.0" encoding="UTF-8"?> +<archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="7.10"> +	<data> +		<int key="IBDocument.SystemTarget">1024</int> +		<string key="IBDocument.SystemVersion">10F569</string> +		<string key="IBDocument.InterfaceBuilderVersion">788</string> +		<string key="IBDocument.AppKitVersion">1038.29</string> +		<string key="IBDocument.HIToolboxVersion">461.00</string> +		<object class="NSMutableDictionary" key="IBDocument.PluginVersions"> +			<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> +			<string key="NS.object.0">117</string> +		</object> +		<object class="NSMutableArray" key="IBDocument.EditedObjectIDs"> +			<bool key="EncodedWithXMLCoder">YES</bool> +			<integer value="1"/> +		</object> +		<object class="NSArray" key="IBDocument.PluginDependencies"> +			<bool key="EncodedWithXMLCoder">YES</bool> +			<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> +		</object> +		<object class="NSMutableDictionary" key="IBDocument.Metadata"> +			<bool key="EncodedWithXMLCoder">YES</bool> +			<object class="NSArray" key="dict.sortedKeys" id="0"> +				<bool key="EncodedWithXMLCoder">YES</bool> +			</object> +			<object class="NSMutableArray" key="dict.values"> +				<bool key="EncodedWithXMLCoder">YES</bool> +			</object> +		</object> +		<object class="NSMutableArray" key="IBDocument.RootObjects" id="1000"> +			<bool key="EncodedWithXMLCoder">YES</bool> +			<object class="IBProxyObject" id="372490531"> +				<string key="IBProxiedObjectIdentifier">IBFilesOwner</string> +				<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string> +			</object> +			<object class="IBProxyObject" id="975951072"> +				<string key="IBProxiedObjectIdentifier">IBFirstResponder</string> +				<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string> +			</object> +			<object class="IBUIView" id="191373211"> +				<reference key="NSNextResponder"/> +				<int key="NSvFlags">274</int> +				<object class="NSMutableArray" key="NSSubviews"> +					<bool key="EncodedWithXMLCoder">YES</bool> +					<object class="IBUIWebView" id="973668476"> +						<reference key="NSNextResponder" ref="191373211"/> +						<int key="NSvFlags">274</int> +						<string key="NSFrameSize">{320, 460}</string> +						<reference key="NSSuperview" ref="191373211"/> +						<object class="NSColor" key="IBUIBackgroundColor"> +							<int key="NSColorSpace">1</int> +							<bytes key="NSRGB">MSAxIDEAA</bytes> +						</object> +						<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string> +						<int key="IBUIDataDetectorTypes">1</int> +						<bool key="IBUIDetectsPhoneNumbers">YES</bool> +					</object> +					<object class="IBUILabel" id="500487623"> +						<reference key="NSNextResponder" ref="191373211"/> +						<int key="NSvFlags">292</int> +						<string key="NSFrame">{{96, 89}, {42, 21}}</string> +						<reference key="NSSuperview" ref="191373211"/> +						<bool key="IBUIOpaque">NO</bool> +						<bool key="IBUIClipsSubviews">YES</bool> +						<int key="IBUIContentMode">7</int> +						<bool key="IBUIUserInteractionEnabled">NO</bool> +						<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string> +						<string key="IBUIText">Label</string> +						<object class="NSColor" key="IBUITextColor" id="825516671"> +							<int key="NSColorSpace">1</int> +							<bytes key="NSRGB">MCAwIDAAA</bytes> +						</object> +						<nil key="IBUIHighlightedColor"/> +						<int key="IBUIBaselineAdjustment">1</int> +						<float key="IBUIMinimumFontSize">10</float> +					</object> +				</object> +				<string key="NSFrameSize">{320, 460}</string> +				<reference key="NSSuperview"/> +				<object class="NSColor" key="IBUIBackgroundColor"> +					<int key="NSColorSpace">3</int> +					<bytes key="NSWhite">MQA</bytes> +					<object class="NSColorSpace" key="NSCustomColorSpace"> +						<int key="NSID">2</int> +					</object> +				</object> +				<object class="IBUISimulatedStatusBarMetrics" key="IBUISimulatedStatusBarMetrics"/> +				<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string> +			</object> +		</object> +		<object class="IBObjectContainer" key="IBDocument.Objects"> +			<object class="NSMutableArray" key="connectionRecords"> +				<bool key="EncodedWithXMLCoder">YES</bool> +				<object class="IBConnectionRecord"> +					<object class="IBCocoaTouchOutletConnection" key="connection"> +						<string key="label">view</string> +						<reference key="source" ref="372490531"/> +						<reference key="destination" ref="191373211"/> +					</object> +					<int key="connectionID">3</int> +				</object> +			</object> +			<object class="IBMutableOrderedSet" key="objectRecords"> +				<object class="NSArray" key="orderedObjects"> +					<bool key="EncodedWithXMLCoder">YES</bool> +					<object class="IBObjectRecord"> +						<int key="objectID">0</int> +						<reference key="object" ref="0"/> +						<reference key="children" ref="1000"/> +						<nil key="parent"/> +					</object> +					<object class="IBObjectRecord"> +						<int key="objectID">1</int> +						<reference key="object" ref="191373211"/> +						<object class="NSMutableArray" key="children"> +							<bool key="EncodedWithXMLCoder">YES</bool> +							<reference ref="973668476"/> +							<reference ref="500487623"/> +						</object> +						<reference key="parent" ref="0"/> +					</object> +					<object class="IBObjectRecord"> +						<int key="objectID">-1</int> +						<reference key="object" ref="372490531"/> +						<reference key="parent" ref="0"/> +						<string key="objectName">File's Owner</string> +					</object> +					<object class="IBObjectRecord"> +						<int key="objectID">-2</int> +						<reference key="object" ref="975951072"/> +						<reference key="parent" ref="0"/> +					</object> +					<object class="IBObjectRecord"> +						<int key="objectID">4</int> +						<reference key="object" ref="973668476"/> +						<object class="NSMutableArray" key="children"> +							<bool key="EncodedWithXMLCoder">YES</bool> +							<object class="IBUILabel" id="809358024"> +								<nil key="NSNextResponder"/> +								<int key="NSvFlags">292</int> +								<string key="NSFrame">{{4.94066e-324, 6.63125e-316}, {2.28523e-314, 6.95324e-310}}</string> +								<bool key="IBUIOpaque">NO</bool> +								<bool key="IBUIClipsSubviews">YES</bool> +								<int key="IBUIContentMode">7</int> +								<bool key="IBUIUserInteractionEnabled">NO</bool> +								<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string> +								<string key="IBUIText">Label</string> +								<reference key="IBUITextColor" ref="825516671"/> +								<nil key="IBUIHighlightedColor"/> +								<int key="IBUIBaselineAdjustment">1</int> +								<float key="IBUIMinimumFontSize">10</float> +							</object> +						</object> +						<reference key="parent" ref="191373211"/> +					</object> +					<object class="IBObjectRecord"> +						<int key="objectID">5</int> +						<reference key="object" ref="809358024"/> +						<reference key="parent" ref="973668476"/> +					</object> +					<object class="IBObjectRecord"> +						<int key="objectID">6</int> +						<reference key="object" ref="500487623"/> +						<reference key="parent" ref="191373211"/> +					</object> +				</object> +			</object> +			<object class="NSMutableDictionary" key="flattenedProperties"> +				<bool key="EncodedWithXMLCoder">YES</bool> +				<object class="NSArray" key="dict.sortedKeys"> +					<bool key="EncodedWithXMLCoder">YES</bool> +					<string>-1.CustomClassName</string> +					<string>-2.CustomClassName</string> +					<string>1.IBEditorWindowLastContentRect</string> +					<string>1.IBPluginDependency</string> +					<string>4.IBPluginDependency</string> +					<string>5.IBPluginDependency</string> +					<string>6.IBPluginDependency</string> +				</object> +				<object class="NSMutableArray" key="dict.values"> +					<bool key="EncodedWithXMLCoder">YES</bool> +					<string>RootViewController</string> +					<string>UIResponder</string> +					<string>{{545, 586}, {320, 480}}</string> +					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> +					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> +					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> +					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> +				</object> +			</object> +			<object class="NSMutableDictionary" key="unlocalizedProperties"> +				<bool key="EncodedWithXMLCoder">YES</bool> +				<reference key="dict.sortedKeys" ref="0"/> +				<object class="NSMutableArray" key="dict.values"> +					<bool key="EncodedWithXMLCoder">YES</bool> +				</object> +			</object> +			<nil key="activeLocalization"/> +			<object class="NSMutableDictionary" key="localizations"> +				<bool key="EncodedWithXMLCoder">YES</bool> +				<reference key="dict.sortedKeys" ref="0"/> +				<object class="NSMutableArray" key="dict.values"> +					<bool key="EncodedWithXMLCoder">YES</bool> +				</object> +			</object> +			<nil key="sourceID"/> +			<int key="maxID">6</int> +		</object> +		<object class="IBClassDescriber" key="IBDocument.Classes"> +			<object class="NSMutableArray" key="referencedPartialClassDescriptions"> +				<bool key="EncodedWithXMLCoder">YES</bool> +				<object class="IBPartialClassDescription"> +					<string key="className">RootViewController</string> +					<string key="superclassName">UIViewController</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBProjectSource</string> +						<string key="minorKey">Classes/RootViewController.h</string> +					</object> +				</object> +			</object> +			<object class="NSMutableArray" key="referencedPartialClassDescriptionsV3.2+"> +				<bool key="EncodedWithXMLCoder">YES</bool> +				<object class="IBPartialClassDescription"> +					<string key="className">NSObject</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">Foundation.framework/Headers/NSError.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">NSObject</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">Foundation.framework/Headers/NSFileManager.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">NSObject</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">Foundation.framework/Headers/NSKeyValueCoding.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">NSObject</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">Foundation.framework/Headers/NSKeyValueObserving.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">NSObject</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">Foundation.framework/Headers/NSKeyedArchiver.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">NSObject</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">Foundation.framework/Headers/NSObject.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">NSObject</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">Foundation.framework/Headers/NSRunLoop.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">NSObject</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">Foundation.framework/Headers/NSThread.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">NSObject</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">Foundation.framework/Headers/NSURL.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">NSObject</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">Foundation.framework/Headers/NSURLConnection.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">NSObject</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">UIKit.framework/Headers/UIAccessibility.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">NSObject</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">UIKit.framework/Headers/UINibLoading.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">NSObject</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier" id="896258163"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">UIKit.framework/Headers/UIResponder.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">UILabel</string> +					<string key="superclassName">UIView</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">UIKit.framework/Headers/UILabel.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">UIResponder</string> +					<string key="superclassName">NSObject</string> +					<reference key="sourceIdentifier" ref="896258163"/> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">UISearchBar</string> +					<string key="superclassName">UIView</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">UIKit.framework/Headers/UISearchBar.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">UISearchDisplayController</string> +					<string key="superclassName">NSObject</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">UIKit.framework/Headers/UISearchDisplayController.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">UIView</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">UIKit.framework/Headers/UITextField.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">UIView</string> +					<string key="superclassName">UIResponder</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">UIKit.framework/Headers/UIView.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">UIViewController</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">UIKit.framework/Headers/UINavigationController.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">UIViewController</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">UIKit.framework/Headers/UIPopoverController.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">UIViewController</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">UIKit.framework/Headers/UISplitViewController.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">UIViewController</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">UIKit.framework/Headers/UITabBarController.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">UIViewController</string> +					<string key="superclassName">UIResponder</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">UIKit.framework/Headers/UIViewController.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">UIWebView</string> +					<string key="superclassName">UIView</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">UIKit.framework/Headers/UIWebView.h</string> +					</object> +				</object> +			</object> +		</object> +		<int key="IBDocument.localizationMode">0</int> +		<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaTouchFramework</string> +		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencyDefaults"> +			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS</string> +			<integer value="1024" key="NS.object.0"/> +		</object> +		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies"> +			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3</string> +			<integer value="3000" key="NS.object.0"/> +		</object> +		<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool> +		<string key="IBDocument.LastKnownRelativeProjectPath">../NearMe.xcodeproj</string> +		<int key="IBDocument.defaultPropertyAccessControl">3</int> +		<string key="IBCocoaTouchPluginVersion">117</string> +	</data> +</archive> diff --git a/NearMe-Info.plist b/NearMe-Info.plist new file mode 100644 index 0000000..da6b2f1 --- /dev/null +++ b/NearMe-Info.plist @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> +	<key>CFBundleDevelopmentRegion</key> +	<string>English</string> +	<key>CFBundleDisplayName</key> +	<string>${PRODUCT_NAME}</string> +	<key>CFBundleExecutable</key> +	<string>${EXECUTABLE_NAME}</string> +	<key>CFBundleIconFile</key> +	<string></string> +	<key>CFBundleIdentifier</key> +	<string>com.yourcompany.${PRODUCT_NAME:rfc1034identifier}</string> +	<key>CFBundleInfoDictionaryVersion</key> +	<string>6.0</string> +	<key>CFBundleName</key> +	<string>${PRODUCT_NAME}</string> +	<key>CFBundlePackageType</key> +	<string>APPL</string> +	<key>CFBundleSignature</key> +	<string>????</string> +	<key>CFBundleVersion</key> +	<string>1.0</string> +	<key>LSRequiresIPhoneOS</key> +	<true/> +	<key>NSMainNibFile</key> +	<string>MainWindow_iPhone</string> +	<key>NSMainNibFile~ipad</key> +	<string>MainWindow_iPad</string> +	<key>UISupportedInterfaceOrientations</key> +	<array> +		<string>UIInterfaceOrientationPortrait</string> +	</array> +	<key>UISupportedInterfaceOrientations~ipad</key> +	<array> +		<string>UIInterfaceOrientationPortrait</string> +		<string>UIInterfaceOrientationPortraitUpsideDown</string> +		<string>UIInterfaceOrientationLandscapeLeft</string> +		<string>UIInterfaceOrientationLandscapeRight</string> +	</array> +</dict> +</plist> diff --git a/NearMe.xcodeproj/project.pbxproj b/NearMe.xcodeproj/project.pbxproj new file mode 100755 index 0000000..ea7c93c --- /dev/null +++ b/NearMe.xcodeproj/project.pbxproj @@ -0,0 +1,289 @@ +// !$*UTF8*$! +{ +	archiveVersion = 1; +	classes = { +	}; +	objectVersion = 45; +	objects = { + +/* Begin PBXBuildFile section */ +		1D60589B0D05DD56006BFB54 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; }; +		1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; }; +		1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; }; +		2860E328111B887F00E27156 /* AppDelegate_iPhone.m in Sources */ = {isa = PBXBuildFile; fileRef = 2860E326111B887F00E27156 /* AppDelegate_iPhone.m */; }; +		2860E329111B887F00E27156 /* MainWindow_iPhone.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2860E327111B887F00E27156 /* MainWindow_iPhone.xib */; }; +		2860E32E111B888700E27156 /* AppDelegate_iPad.m in Sources */ = {isa = PBXBuildFile; fileRef = 2860E32C111B888700E27156 /* AppDelegate_iPad.m */; }; +		2860E32F111B888700E27156 /* MainWindow_iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2860E32D111B888700E27156 /* MainWindow_iPad.xib */; }; +		288765FD0DF74451002DB57D /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 288765FC0DF74451002DB57D /* CoreGraphics.framework */; }; +		D134D6E51617685C0098794B /* RootViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D134D6E31617685C0098794B /* RootViewController.m */; }; +		D134D6E61617685C0098794B /* RootViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = D134D6E41617685C0098794B /* RootViewController.xib */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ +		1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; +		1D6058910D05DD3D006BFB54 /* NearMe.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = NearMe.app; sourceTree = BUILT_PRODUCTS_DIR; }; +		1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; +		2860E325111B887F00E27156 /* AppDelegate_iPhone.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate_iPhone.h; sourceTree = "<group>"; }; +		2860E326111B887F00E27156 /* AppDelegate_iPhone.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate_iPhone.m; sourceTree = "<group>"; }; +		2860E327111B887F00E27156 /* MainWindow_iPhone.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainWindow_iPhone.xib; sourceTree = "<group>"; }; +		2860E32B111B888700E27156 /* AppDelegate_iPad.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate_iPad.h; sourceTree = "<group>"; }; +		2860E32C111B888700E27156 /* AppDelegate_iPad.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate_iPad.m; sourceTree = "<group>"; }; +		2860E32D111B888700E27156 /* MainWindow_iPad.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainWindow_iPad.xib; sourceTree = "<group>"; }; +		288765FC0DF74451002DB57D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; +		29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Shared/main.m; sourceTree = "<group>"; }; +		32CA4F630368D1EE00C91783 /* NearMe_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NearMe_Prefix.pch; sourceTree = "<group>"; }; +		8D1107310486CEB800E47090 /* NearMe-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "NearMe-Info.plist"; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree = "<group>"; }; +		D134D6E21617685C0098794B /* RootViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RootViewController.h; path = Classes/RootViewController.h; sourceTree = "<group>"; }; +		D134D6E31617685C0098794B /* RootViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RootViewController.m; path = Classes/RootViewController.m; sourceTree = "<group>"; }; +		D134D6E41617685C0098794B /* RootViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = RootViewController.xib; path = Classes/RootViewController.xib; sourceTree = "<group>"; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ +		1D60588F0D05DD3D006BFB54 /* Frameworks */ = { +			isa = PBXFrameworksBuildPhase; +			buildActionMask = 2147483647; +			files = ( +				1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */, +				1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */, +				288765FD0DF74451002DB57D /* CoreGraphics.framework in Frameworks */, +			); +			runOnlyForDeploymentPostprocessing = 0; +		}; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ +		19C28FACFE9D520D11CA2CBB /* Products */ = { +			isa = PBXGroup; +			children = ( +				1D6058910D05DD3D006BFB54 /* NearMe.app */, +			); +			name = Products; +			sourceTree = "<group>"; +		}; +		2860E324111B887F00E27156 /* iPhone */ = { +			isa = PBXGroup; +			children = ( +				2860E325111B887F00E27156 /* AppDelegate_iPhone.h */, +				2860E326111B887F00E27156 /* AppDelegate_iPhone.m */, +				2860E327111B887F00E27156 /* MainWindow_iPhone.xib */, +			); +			path = iPhone; +			sourceTree = "<group>"; +		}; +		2860E32A111B888700E27156 /* iPad */ = { +			isa = PBXGroup; +			children = ( +				2860E32B111B888700E27156 /* AppDelegate_iPad.h */, +				2860E32C111B888700E27156 /* AppDelegate_iPad.m */, +				2860E32D111B888700E27156 /* MainWindow_iPad.xib */, +			); +			path = iPad; +			sourceTree = "<group>"; +		}; +		28EEBF621118D79A00187D67 /* Shared */ = { +			isa = PBXGroup; +			children = ( +				8D1107310486CEB800E47090 /* NearMe-Info.plist */, +			); +			name = Shared; +			sourceTree = "<group>"; +		}; +		29B97314FDCFA39411CA2CEA /* CustomTemplate */ = { +			isa = PBXGroup; +			children = ( +				D134D6E8161768700098794B /* Classes */, +				2860E32A111B888700E27156 /* iPad */, +				2860E324111B887F00E27156 /* iPhone */, +				28EEBF621118D79A00187D67 /* Shared */, +				29B97315FDCFA39411CA2CEA /* Other Sources */, +				29B97323FDCFA39411CA2CEA /* Frameworks */, +				19C28FACFE9D520D11CA2CBB /* Products */, +				D134D6E91617687A0098794B /* xib */, +			); +			name = CustomTemplate; +			sourceTree = "<group>"; +		}; +		29B97315FDCFA39411CA2CEA /* Other Sources */ = { +			isa = PBXGroup; +			children = ( +				32CA4F630368D1EE00C91783 /* NearMe_Prefix.pch */, +				29B97316FDCFA39411CA2CEA /* main.m */, +			); +			name = "Other Sources"; +			sourceTree = "<group>"; +		}; +		29B97323FDCFA39411CA2CEA /* Frameworks */ = { +			isa = PBXGroup; +			children = ( +				1DF5F4DF0D08C38300B7A737 /* UIKit.framework */, +				1D30AB110D05D00D00671497 /* Foundation.framework */, +				288765FC0DF74451002DB57D /* CoreGraphics.framework */, +			); +			name = Frameworks; +			sourceTree = "<group>"; +		}; +		D134D6E8161768700098794B /* Classes */ = { +			isa = PBXGroup; +			children = ( +				D134D6E21617685C0098794B /* RootViewController.h */, +				D134D6E31617685C0098794B /* RootViewController.m */, +			); +			name = Classes; +			sourceTree = "<group>"; +		}; +		D134D6E91617687A0098794B /* xib */ = { +			isa = PBXGroup; +			children = ( +				D134D6E41617685C0098794B /* RootViewController.xib */, +			); +			name = xib; +			sourceTree = "<group>"; +		}; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ +		1D6058900D05DD3D006BFB54 /* NearMe */ = { +			isa = PBXNativeTarget; +			buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "NearMe" */; +			buildPhases = ( +				1D60588D0D05DD3D006BFB54 /* Resources */, +				1D60588E0D05DD3D006BFB54 /* Sources */, +				1D60588F0D05DD3D006BFB54 /* Frameworks */, +			); +			buildRules = ( +			); +			dependencies = ( +			); +			name = NearMe; +			productName = NearMe; +			productReference = 1D6058910D05DD3D006BFB54 /* NearMe.app */; +			productType = "com.apple.product-type.application"; +		}; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ +		29B97313FDCFA39411CA2CEA /* Project object */ = { +			isa = PBXProject; +			buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "NearMe" */; +			compatibilityVersion = "Xcode 3.1"; +			hasScannedForEncodings = 1; +			mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */; +			projectDirPath = ""; +			projectRoot = ""; +			targets = ( +				1D6058900D05DD3D006BFB54 /* NearMe */, +			); +		}; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ +		1D60588D0D05DD3D006BFB54 /* Resources */ = { +			isa = PBXResourcesBuildPhase; +			buildActionMask = 2147483647; +			files = ( +				2860E329111B887F00E27156 /* MainWindow_iPhone.xib in Resources */, +				2860E32F111B888700E27156 /* MainWindow_iPad.xib in Resources */, +				D134D6E61617685C0098794B /* RootViewController.xib in Resources */, +			); +			runOnlyForDeploymentPostprocessing = 0; +		}; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ +		1D60588E0D05DD3D006BFB54 /* Sources */ = { +			isa = PBXSourcesBuildPhase; +			buildActionMask = 2147483647; +			files = ( +				1D60589B0D05DD56006BFB54 /* main.m in Sources */, +				2860E328111B887F00E27156 /* AppDelegate_iPhone.m in Sources */, +				2860E32E111B888700E27156 /* AppDelegate_iPad.m in Sources */, +				D134D6E51617685C0098794B /* RootViewController.m in Sources */, +			); +			runOnlyForDeploymentPostprocessing = 0; +		}; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ +		1D6058940D05DD3E006BFB54 /* Debug */ = { +			isa = XCBuildConfiguration; +			buildSettings = { +				ALWAYS_SEARCH_USER_PATHS = NO; +				COPY_PHASE_STRIP = NO; +				GCC_DYNAMIC_NO_PIC = NO; +				GCC_OPTIMIZATION_LEVEL = 0; +				GCC_PRECOMPILE_PREFIX_HEADER = YES; +				GCC_PREFIX_HEADER = NearMe_Prefix.pch; +				INFOPLIST_FILE = "NearMe-Info.plist"; +				PRODUCT_NAME = NearMe; +			}; +			name = Debug; +		}; +		1D6058950D05DD3E006BFB54 /* Release */ = { +			isa = XCBuildConfiguration; +			buildSettings = { +				ALWAYS_SEARCH_USER_PATHS = NO; +				COPY_PHASE_STRIP = YES; +				GCC_PRECOMPILE_PREFIX_HEADER = YES; +				GCC_PREFIX_HEADER = NearMe_Prefix.pch; +				INFOPLIST_FILE = "NearMe-Info.plist"; +				PRODUCT_NAME = NearMe; +				VALIDATE_PRODUCT = YES; +			}; +			name = Release; +		}; +		C01FCF4F08A954540054247B /* Debug */ = { +			isa = XCBuildConfiguration; +			buildSettings = { +				ARCHS = "$(ARCHS_STANDARD_32_BIT)"; +				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; +				GCC_C_LANGUAGE_STANDARD = c99; +				GCC_WARN_ABOUT_RETURN_TYPE = YES; +				GCC_WARN_UNUSED_VARIABLE = YES; +				IPHONEOS_DEPLOYMENT_TARGET = 3.2; +				PREBINDING = NO; +				SDKROOT = iphoneos4.0; +				TARGETED_DEVICE_FAMILY = "1,2"; +			}; +			name = Debug; +		}; +		C01FCF5008A954540054247B /* Release */ = { +			isa = XCBuildConfiguration; +			buildSettings = { +				ARCHS = "$(ARCHS_STANDARD_32_BIT)"; +				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; +				GCC_C_LANGUAGE_STANDARD = c99; +				GCC_WARN_ABOUT_RETURN_TYPE = YES; +				GCC_WARN_UNUSED_VARIABLE = YES; +				IPHONEOS_DEPLOYMENT_TARGET = 3.2; +				OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1"; +				PREBINDING = NO; +				SDKROOT = iphoneos4.0; +				TARGETED_DEVICE_FAMILY = "1,2"; +			}; +			name = Release; +		}; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ +		1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "NearMe" */ = { +			isa = XCConfigurationList; +			buildConfigurations = ( +				1D6058940D05DD3E006BFB54 /* Debug */, +				1D6058950D05DD3E006BFB54 /* Release */, +			); +			defaultConfigurationIsVisible = 0; +			defaultConfigurationName = Release; +		}; +		C01FCF4E08A954540054247B /* Build configuration list for PBXProject "NearMe" */ = { +			isa = XCConfigurationList; +			buildConfigurations = ( +				C01FCF4F08A954540054247B /* Debug */, +				C01FCF5008A954540054247B /* Release */, +			); +			defaultConfigurationIsVisible = 0; +			defaultConfigurationName = Release; +		}; +/* End XCConfigurationList section */ +	}; +	rootObject = 29B97313FDCFA39411CA2CEA /* Project object */; +} diff --git a/NearMe_Prefix.pch b/NearMe_Prefix.pch new file mode 100644 index 0000000..b9531d8 --- /dev/null +++ b/NearMe_Prefix.pch @@ -0,0 +1,8 @@ +// +// Prefix header for all source files of the 'NearMe' target in the 'NearMe' project +// + +#ifdef __OBJC__ +    #import <Foundation/Foundation.h> +    #import <UIKit/UIKit.h> +#endif diff --git a/Shared/main.m b/Shared/main.m new file mode 100644 index 0000000..98b9cff --- /dev/null +++ b/Shared/main.m @@ -0,0 +1,17 @@ +// +//  main.m +//  NearMe +// +//  Created by TW on 9/29/12. +//  Copyright __MyCompanyName__ 2012. All rights reserved. +// + +#import <UIKit/UIKit.h> + +int main(int argc, char *argv[]) { +     +    NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; +    int retVal = UIApplicationMain(argc, argv, nil, nil); +    [pool release]; +    return retVal; +} diff --git a/iPad/AppDelegate_iPad.h b/iPad/AppDelegate_iPad.h new file mode 100644 index 0000000..1e31ab2 --- /dev/null +++ b/iPad/AppDelegate_iPad.h @@ -0,0 +1,18 @@ +// +//  AppDelegate_iPad.h +//  NearMe +// +//  Created by TW on 9/29/12. +//  Copyright __MyCompanyName__ 2012. All rights reserved. +// + +#import <UIKit/UIKit.h> + +@interface AppDelegate_iPad : NSObject <UIApplicationDelegate> { +    UIWindow *window; +} + +@property (nonatomic, retain) IBOutlet UIWindow *window; + +@end + diff --git a/iPad/AppDelegate_iPad.m b/iPad/AppDelegate_iPad.m new file mode 100644 index 0000000..39da310 --- /dev/null +++ b/iPad/AppDelegate_iPad.m @@ -0,0 +1,67 @@ +// +//  AppDelegate_iPad.m +//  NearMe +// +//  Created by TW on 9/29/12. +//  Copyright __MyCompanyName__ 2012. All rights reserved. +// + +#import "AppDelegate_iPad.h" + +@implementation AppDelegate_iPad + +@synthesize window; + + +#pragma mark - +#pragma mark Application lifecycle + +- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {     +	 +    // Override point for customization after application launch. +	 +    [window makeKeyAndVisible]; +	 +	return YES; +} + + +- (void)applicationWillResignActive:(UIApplication *)application { +    /* +     Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. +     Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game. +     */ +} + + +- (void)applicationDidBecomeActive:(UIApplication *)application { +    /* +     Restart any tasks that were paused (or not yet started) while the application was inactive. +     */ +} + + +- (void)applicationWillTerminate:(UIApplication *)application { +    /* +     Called when the application is about to terminate. +     */ +} + + +#pragma mark - +#pragma mark Memory management + +- (void)applicationDidReceiveMemoryWarning:(UIApplication *)application { +    /* +     Free up as much memory as possible by purging cached data objects that can be recreated (or reloaded from disk) later. +     */ +} + + +- (void)dealloc { +    [window release]; +    [super dealloc]; +} + + +@end diff --git a/iPad/MainWindow_iPad.xib b/iPad/MainWindow_iPad.xib new file mode 100644 index 0000000..7ccb384 --- /dev/null +++ b/iPad/MainWindow_iPad.xib @@ -0,0 +1,315 @@ +<?xml version="1.0" encoding="UTF-8"?> +<archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="7.10"> +	<data> +		<int key="IBDocument.SystemTarget">1024</int> +		<string key="IBDocument.SystemVersion">10D573</string> +		<string key="IBDocument.InterfaceBuilderVersion">782</string> +		<string key="IBDocument.AppKitVersion">1038.29</string> +		<string key="IBDocument.HIToolboxVersion">460.00</string> +		<object class="NSMutableDictionary" key="IBDocument.PluginVersions"> +			<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> +			<string key="NS.object.0">105</string> +		</object> +		<object class="NSMutableArray" key="IBDocument.EditedObjectIDs"> +			<bool key="EncodedWithXMLCoder">YES</bool> +		</object> +		<object class="NSArray" key="IBDocument.PluginDependencies"> +			<bool key="EncodedWithXMLCoder">YES</bool> +			<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> +		</object> +		<object class="NSMutableDictionary" key="IBDocument.Metadata"> +			<bool key="EncodedWithXMLCoder">YES</bool> +			<object class="NSArray" key="dict.sortedKeys" id="0"> +				<bool key="EncodedWithXMLCoder">YES</bool> +			</object> +			<object class="NSMutableArray" key="dict.values"> +				<bool key="EncodedWithXMLCoder">YES</bool> +			</object> +		</object> +		<object class="NSMutableArray" key="IBDocument.RootObjects" id="1000"> +			<bool key="EncodedWithXMLCoder">YES</bool> +			<object class="IBProxyObject" id="841351856"> +				<string key="IBProxiedObjectIdentifier">IBFilesOwner</string> +				<string key="targetRuntimeIdentifier">IBIPadFramework</string> +			</object> +			<object class="IBProxyObject" id="606714003"> +				<string key="IBProxiedObjectIdentifier">IBFirstResponder</string> +				<string key="targetRuntimeIdentifier">IBIPadFramework</string> +			</object> +			<object class="IBUIWindow" id="62075450"> +				<nil key="NSNextResponder"/> +				<int key="NSvFlags">292</int> +				<string key="NSFrameSize">{768, 1024}</string> +				<object class="NSColor" key="IBUIBackgroundColor"> +					<int key="NSColorSpace">1</int> +					<bytes key="NSRGB">MSAxIDEAA</bytes> +				</object> +				<bool key="IBUIOpaque">NO</bool> +				<bool key="IBUIClearsContextBeforeDrawing">NO</bool> +				<object class="IBUISimulatedStatusBarMetrics" key="IBUISimulatedStatusBarMetrics"> +					<int key="IBUIStatusBarStyle">2</int> +				</object> +				<string key="targetRuntimeIdentifier">IBIPadFramework</string> +				<bool key="IBUIResizesToFullScreen">YES</bool> +			</object> +			<object class="IBUICustomObject" id="250404236"> +				<string key="targetRuntimeIdentifier">IBIPadFramework</string> +			</object> +		</object> +		<object class="IBObjectContainer" key="IBDocument.Objects"> +			<object class="NSMutableArray" key="connectionRecords"> +				<bool key="EncodedWithXMLCoder">YES</bool> +				<object class="IBConnectionRecord"> +					<object class="IBCocoaTouchOutletConnection" key="connection"> +						<string key="label">window</string> +						<reference key="source" ref="250404236"/> +						<reference key="destination" ref="62075450"/> +					</object> +					<int key="connectionID">7</int> +				</object> +				<object class="IBConnectionRecord"> +					<object class="IBCocoaTouchOutletConnection" key="connection"> +						<string key="label">delegate</string> +						<reference key="source" ref="841351856"/> +						<reference key="destination" ref="250404236"/> +					</object> +					<int key="connectionID">8</int> +				</object> +			</object> +			<object class="IBMutableOrderedSet" key="objectRecords"> +				<object class="NSArray" key="orderedObjects"> +					<bool key="EncodedWithXMLCoder">YES</bool> +					<object class="IBObjectRecord"> +						<int key="objectID">0</int> +						<reference key="object" ref="0"/> +						<reference key="children" ref="1000"/> +						<nil key="parent"/> +					</object> +					<object class="IBObjectRecord"> +						<int key="objectID">-1</int> +						<reference key="object" ref="841351856"/> +						<reference key="parent" ref="0"/> +						<string key="objectName">File's Owner</string> +					</object> +					<object class="IBObjectRecord"> +						<int key="objectID">-2</int> +						<reference key="object" ref="606714003"/> +						<reference key="parent" ref="0"/> +					</object> +					<object class="IBObjectRecord"> +						<int key="objectID">2</int> +						<reference key="object" ref="62075450"/> +						<object class="NSMutableArray" key="children"> +							<bool key="EncodedWithXMLCoder">YES</bool> +						</object> +						<reference key="parent" ref="0"/> +					</object> +					<object class="IBObjectRecord"> +						<int key="objectID">6</int> +						<reference key="object" ref="250404236"/> +						<reference key="parent" ref="0"/> +					</object> +				</object> +			</object> +			<object class="NSMutableDictionary" key="flattenedProperties"> +				<bool key="EncodedWithXMLCoder">YES</bool> +				<object class="NSArray" key="dict.sortedKeys"> +					<bool key="EncodedWithXMLCoder">YES</bool> +					<string>-1.CustomClassName</string> +					<string>-2.CustomClassName</string> +					<string>2.IBEditorWindowLastContentRect</string> +					<string>2.IBPluginDependency</string> +					<string>6.CustomClassName</string> +					<string>6.IBPluginDependency</string> +				</object> +				<object class="NSMutableArray" key="dict.values"> +					<bool key="EncodedWithXMLCoder">YES</bool> +					<string>UIApplication</string> +					<string>UIResponder</string> +					<string>{{903, 55}, {768, 1024}}</string> +					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> +					<string>AppDelegate_iPad</string> +					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> +				</object> +			</object> +			<object class="NSMutableDictionary" key="unlocalizedProperties"> +				<bool key="EncodedWithXMLCoder">YES</bool> +				<reference key="dict.sortedKeys" ref="0"/> +				<object class="NSMutableArray" key="dict.values"> +					<bool key="EncodedWithXMLCoder">YES</bool> +				</object> +			</object> +			<nil key="activeLocalization"/> +			<object class="NSMutableDictionary" key="localizations"> +				<bool key="EncodedWithXMLCoder">YES</bool> +				<reference key="dict.sortedKeys" ref="0"/> +				<object class="NSMutableArray" key="dict.values"> +					<bool key="EncodedWithXMLCoder">YES</bool> +				</object> +			</object> +			<nil key="sourceID"/> +			<int key="maxID">9</int> +		</object> +		<object class="IBClassDescriber" key="IBDocument.Classes"> +			<object class="NSMutableArray" key="referencedPartialClassDescriptions"> +				<bool key="EncodedWithXMLCoder">YES</bool> +				<object class="IBPartialClassDescription"> +					<string key="className">AppDelegate_iPad</string> +					<string key="superclassName">NSObject</string> +					<object class="NSMutableDictionary" key="outlets"> +						<string key="NS.key.0">window</string> +						<string key="NS.object.0">UIWindow</string> +					</object> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBProjectSource</string> +						<string key="minorKey">iPad/AppDelegate_iPad.h</string> +					</object> +				</object> +			</object> +			<object class="NSMutableArray" key="referencedPartialClassDescriptionsV3.2+"> +				<bool key="EncodedWithXMLCoder">YES</bool> +				<object class="IBPartialClassDescription"> +					<string key="className">NSObject</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">Foundation.framework/Headers/NSError.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">NSObject</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">Foundation.framework/Headers/NSFileManager.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">NSObject</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">Foundation.framework/Headers/NSKeyValueCoding.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">NSObject</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">Foundation.framework/Headers/NSKeyValueObserving.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">NSObject</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">Foundation.framework/Headers/NSKeyedArchiver.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">NSObject</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">Foundation.framework/Headers/NSObject.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">NSObject</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">Foundation.framework/Headers/NSRunLoop.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">NSObject</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">Foundation.framework/Headers/NSThread.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">NSObject</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">Foundation.framework/Headers/NSURL.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">NSObject</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">Foundation.framework/Headers/NSURLConnection.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">NSObject</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">UIKit.framework/Headers/UIAccessibility.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">NSObject</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">UIKit.framework/Headers/UINibLoading.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">NSObject</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier" id="786211723"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">UIKit.framework/Headers/UIResponder.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">UIApplication</string> +					<string key="superclassName">UIResponder</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">UIKit.framework/Headers/UIApplication.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">UIResponder</string> +					<string key="superclassName">NSObject</string> +					<reference key="sourceIdentifier" ref="786211723"/> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">UIView</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">UIKit.framework/Headers/UITextField.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">UIView</string> +					<string key="superclassName">UIResponder</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">UIKit.framework/Headers/UIView.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">UIWindow</string> +					<string key="superclassName">UIView</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">UIKit.framework/Headers/UIWindow.h</string> +					</object> +				</object> +			</object> +		</object> +		<int key="IBDocument.localizationMode">0</int> +		<string key="IBDocument.TargetRuntimeIdentifier">IBIPadFramework</string> +		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencyDefaults"> +			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS</string> +			<integer value="1024" key="NS.object.0"/> +		</object> +		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies"> +			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3</string> +			<integer value="3100" key="NS.object.0"/> +		</object> +		<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool> +		<string key="IBDocument.LastKnownRelativeProjectPath">../NearMe.xcodeproj</string> +		<int key="IBDocument.defaultPropertyAccessControl">3</int> +		<string key="IBCocoaTouchPluginVersion">105</string> +	</data> +</archive> diff --git a/iPhone/AppDelegate_iPhone.h b/iPhone/AppDelegate_iPhone.h new file mode 100644 index 0000000..31845ab --- /dev/null +++ b/iPhone/AppDelegate_iPhone.h @@ -0,0 +1,18 @@ +// +//  AppDelegate_iPhone.h +//  NearMe +// +//  Created by TW on 9/29/12. +//  Copyright __MyCompanyName__ 2012. All rights reserved. +// + +#import <UIKit/UIKit.h> + +@interface AppDelegate_iPhone : NSObject <UIApplicationDelegate> { +    UIWindow *window; +} + +@property (nonatomic, retain) IBOutlet UIWindow *window; + +@end + diff --git a/iPhone/AppDelegate_iPhone.m b/iPhone/AppDelegate_iPhone.m new file mode 100644 index 0000000..6d9816e --- /dev/null +++ b/iPhone/AppDelegate_iPhone.m @@ -0,0 +1,86 @@ +// +//  AppDelegate_iPhone.m +//  NearMe +// +//  Created by TW on 9/29/12. +//  Copyright __MyCompanyName__ 2012. All rights reserved. +// + +#import "AppDelegate_iPhone.h" +#import "RootViewController.h" + +@implementation AppDelegate_iPhone + +@synthesize window; + + +#pragma mark - +#pragma mark Application lifecycle + +- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {     +	 +    // Override point for customization after application launch. +	RootViewController *rootVC = [[RootViewController alloc] init]; +	[window setRootViewController:rootVC]; +	 +    [window makeKeyAndVisible]; +	 +	return YES; +} + + +- (void)applicationWillResignActive:(UIApplication *)application { +    /* +     Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. +     Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game. +     */ +} + + +- (void)applicationDidEnterBackground:(UIApplication *)application { +    /* +     Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.  +     If your application supports background execution, called instead of applicationWillTerminate: when the user quits. +     */ +} + + +- (void)applicationWillEnterForeground:(UIApplication *)application { +    /* +     Called as part of  transition from the background to the inactive state: here you can undo many of the changes made on entering the background. +     */ +} + + +- (void)applicationDidBecomeActive:(UIApplication *)application { +    /* +     Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. +     */ +} + + +- (void)applicationWillTerminate:(UIApplication *)application { +    /* +     Called when the application is about to terminate. +     See also applicationDidEnterBackground:. +     */ +} + + +#pragma mark - +#pragma mark Memory management + +- (void)applicationDidReceiveMemoryWarning:(UIApplication *)application { +    /* +     Free up as much memory as possible by purging cached data objects that can be recreated (or reloaded from disk) later. +     */ +} + + +- (void)dealloc { +    [window release]; +    [super dealloc]; +} + + +@end diff --git a/iPhone/MainWindow_iPhone.xib b/iPhone/MainWindow_iPhone.xib new file mode 100644 index 0000000..3a3a541 --- /dev/null +++ b/iPhone/MainWindow_iPhone.xib @@ -0,0 +1,327 @@ +<?xml version="1.0" encoding="UTF-8"?> +<archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="7.10"> +	<data> +		<int key="IBDocument.SystemTarget">1024</int> +		<string key="IBDocument.SystemVersion">10D573</string> +		<string key="IBDocument.InterfaceBuilderVersion">782</string> +		<string key="IBDocument.AppKitVersion">1038.29</string> +		<string key="IBDocument.HIToolboxVersion">460.00</string> +		<object class="NSMutableDictionary" key="IBDocument.PluginVersions"> +			<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> +			<string key="NS.object.0">105</string> +		</object> +		<object class="NSMutableArray" key="IBDocument.EditedObjectIDs"> +			<bool key="EncodedWithXMLCoder">YES</bool> +			<integer value="2"/> +		</object> +		<object class="NSArray" key="IBDocument.PluginDependencies"> +			<bool key="EncodedWithXMLCoder">YES</bool> +			<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> +		</object> +		<object class="NSMutableDictionary" key="IBDocument.Metadata"> +			<bool key="EncodedWithXMLCoder">YES</bool> +			<object class="NSArray" key="dict.sortedKeys" id="0"> +				<bool key="EncodedWithXMLCoder">YES</bool> +			</object> +			<object class="NSMutableArray" key="dict.values"> +				<bool key="EncodedWithXMLCoder">YES</bool> +			</object> +		</object> +		<object class="NSMutableArray" key="IBDocument.RootObjects" id="1000"> +			<bool key="EncodedWithXMLCoder">YES</bool> +			<object class="IBProxyObject" id="841351856"> +				<string key="IBProxiedObjectIdentifier">IBFilesOwner</string> +				<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string> +			</object> +			<object class="IBProxyObject" id="450319686"> +				<string key="IBProxiedObjectIdentifier">IBFirstResponder</string> +				<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string> +			</object> +			<object class="IBUICustomObject" id="987256611"> +				<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string> +			</object> +			<object class="IBUIWindow" id="380026005"> +				<reference key="NSNextResponder"/> +				<int key="NSvFlags">1316</int> +				<object class="NSPSMatrix" key="NSFrameMatrix"/> +				<string key="NSFrameSize">{320, 480}</string> +				<reference key="NSSuperview"/> +				<object class="NSColor" key="IBUIBackgroundColor"> +					<int key="NSColorSpace">1</int> +					<bytes key="NSRGB">MSAxIDEAA</bytes> +				</object> +				<bool key="IBUIOpaque">NO</bool> +				<bool key="IBUIClearsContextBeforeDrawing">NO</bool> +				<object class="IBUISimulatedStatusBarMetrics" key="IBUISimulatedStatusBarMetrics"/> +				<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string> +				<bool key="IBUIResizesToFullScreen">YES</bool> +			</object> +		</object> +		<object class="IBObjectContainer" key="IBDocument.Objects"> +			<object class="NSMutableArray" key="connectionRecords"> +				<bool key="EncodedWithXMLCoder">YES</bool> +				<object class="IBConnectionRecord"> +					<object class="IBCocoaTouchOutletConnection" key="connection"> +						<string key="label">delegate</string> +						<reference key="source" ref="841351856"/> +						<reference key="destination" ref="987256611"/> +					</object> +					<int key="connectionID">5</int> +				</object> +				<object class="IBConnectionRecord"> +					<object class="IBCocoaTouchOutletConnection" key="connection"> +						<string key="label">window</string> +						<reference key="source" ref="987256611"/> +						<reference key="destination" ref="380026005"/> +					</object> +					<int key="connectionID">6</int> +				</object> +			</object> +			<object class="IBMutableOrderedSet" key="objectRecords"> +				<object class="NSArray" key="orderedObjects"> +					<bool key="EncodedWithXMLCoder">YES</bool> +					<object class="IBObjectRecord"> +						<int key="objectID">0</int> +						<reference key="object" ref="0"/> +						<reference key="children" ref="1000"/> +						<nil key="parent"/> +					</object> +					<object class="IBObjectRecord"> +						<int key="objectID">2</int> +						<reference key="object" ref="380026005"/> +						<object class="NSMutableArray" key="children"> +							<bool key="EncodedWithXMLCoder">YES</bool> +						</object> +						<reference key="parent" ref="0"/> +					</object> +					<object class="IBObjectRecord"> +						<int key="objectID">-1</int> +						<reference key="object" ref="841351856"/> +						<reference key="parent" ref="0"/> +						<string key="objectName">File's Owner</string> +					</object> +					<object class="IBObjectRecord"> +						<int key="objectID">4</int> +						<reference key="object" ref="987256611"/> +						<reference key="parent" ref="0"/> +						<string key="objectName">App Delegate</string> +					</object> +					<object class="IBObjectRecord"> +						<int key="objectID">-2</int> +						<reference key="object" ref="450319686"/> +						<reference key="parent" ref="0"/> +					</object> +				</object> +			</object> +			<object class="NSMutableDictionary" key="flattenedProperties"> +				<bool key="EncodedWithXMLCoder">YES</bool> +				<object class="NSArray" key="dict.sortedKeys"> +					<bool key="EncodedWithXMLCoder">YES</bool> +					<string>-1.CustomClassName</string> +					<string>-2.CustomClassName</string> +					<string>2.IBAttributePlaceholdersKey</string> +					<string>2.IBEditorWindowLastContentRect</string> +					<string>2.IBPluginDependency</string> +					<string>2.UIWindow.visibleAtLaunch</string> +					<string>4.CustomClassName</string> +					<string>4.IBPluginDependency</string> +				</object> +				<object class="NSMutableArray" key="dict.values"> +					<bool key="EncodedWithXMLCoder">YES</bool> +					<string>UIApplication</string> +					<string>UIResponder</string> +					<object class="NSMutableDictionary"> +						<bool key="EncodedWithXMLCoder">YES</bool> +						<reference key="dict.sortedKeys" ref="0"/> +						<object class="NSMutableArray" key="dict.values"> +							<bool key="EncodedWithXMLCoder">YES</bool> +						</object> +					</object> +					<string>{{520, 376}, {320, 480}}</string> +					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> +					<integer value="1"/> +					<string>AppDelegate_iPhone</string> +					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> +				</object> +			</object> +			<object class="NSMutableDictionary" key="unlocalizedProperties"> +				<bool key="EncodedWithXMLCoder">YES</bool> +				<reference key="dict.sortedKeys" ref="0"/> +				<object class="NSMutableArray" key="dict.values"> +					<bool key="EncodedWithXMLCoder">YES</bool> +				</object> +			</object> +			<nil key="activeLocalization"/> +			<object class="NSMutableDictionary" key="localizations"> +				<bool key="EncodedWithXMLCoder">YES</bool> +				<reference key="dict.sortedKeys" ref="0"/> +				<object class="NSMutableArray" key="dict.values"> +					<bool key="EncodedWithXMLCoder">YES</bool> +				</object> +			</object> +			<nil key="sourceID"/> +			<int key="maxID">8</int> +		</object> +		<object class="IBClassDescriber" key="IBDocument.Classes"> +			<object class="NSMutableArray" key="referencedPartialClassDescriptions"> +				<bool key="EncodedWithXMLCoder">YES</bool> +				<object class="IBPartialClassDescription"> +					<string key="className">AppDelegate_iPhone</string> +					<string key="superclassName">NSObject</string> +					<object class="NSMutableDictionary" key="outlets"> +						<string key="NS.key.0">window</string> +						<string key="NS.object.0">UIWindow</string> +					</object> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBProjectSource</string> +						<string key="minorKey">iPhone/AppDelegate_iPhone.h</string> +					</object> +				</object> +			</object> +			<object class="NSMutableArray" key="referencedPartialClassDescriptionsV3.2+"> +				<bool key="EncodedWithXMLCoder">YES</bool> +				<object class="IBPartialClassDescription"> +					<string key="className">NSObject</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">Foundation.framework/Headers/NSError.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">NSObject</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">Foundation.framework/Headers/NSFileManager.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">NSObject</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">Foundation.framework/Headers/NSKeyValueCoding.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">NSObject</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">Foundation.framework/Headers/NSKeyValueObserving.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">NSObject</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">Foundation.framework/Headers/NSKeyedArchiver.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">NSObject</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">Foundation.framework/Headers/NSObject.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">NSObject</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">Foundation.framework/Headers/NSRunLoop.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">NSObject</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">Foundation.framework/Headers/NSThread.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">NSObject</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">Foundation.framework/Headers/NSURL.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">NSObject</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">Foundation.framework/Headers/NSURLConnection.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">NSObject</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">UIKit.framework/Headers/UIAccessibility.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">NSObject</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">UIKit.framework/Headers/UINibLoading.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">NSObject</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier" id="565734826"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">UIKit.framework/Headers/UIResponder.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">UIApplication</string> +					<string key="superclassName">UIResponder</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">UIKit.framework/Headers/UIApplication.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">UIResponder</string> +					<string key="superclassName">NSObject</string> +					<reference key="sourceIdentifier" ref="565734826"/> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">UIView</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">UIKit.framework/Headers/UITextField.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">UIView</string> +					<string key="superclassName">UIResponder</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">UIKit.framework/Headers/UIView.h</string> +					</object> +				</object> +				<object class="IBPartialClassDescription"> +					<string key="className">UIWindow</string> +					<string key="superclassName">UIView</string> +					<object class="IBClassDescriptionSource" key="sourceIdentifier"> +						<string key="majorKey">IBFrameworkSource</string> +						<string key="minorKey">UIKit.framework/Headers/UIWindow.h</string> +					</object> +				</object> +			</object> +		</object> +		<int key="IBDocument.localizationMode">0</int> +		<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaTouchFramework</string> +		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencyDefaults"> +			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS</string> +			<integer value="1024" key="NS.object.0"/> +		</object> +		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies"> +			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3</string> +			<integer value="3100" key="NS.object.0"/> +		</object> +		<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool> +		<string key="IBDocument.LastKnownRelativeProjectPath">../NearMe.xcodeproj</string> +		<int key="IBDocument.defaultPropertyAccessControl">3</int> +		<string key="IBCocoaTouchPluginVersion">105</string> +	</data> +</archive> | 
