diff --git a/phoneClients/android/.idea/workspace.xml b/phoneClients/android/.idea/workspace.xml
index b8310e8..0b9e974 100644
--- a/phoneClients/android/.idea/workspace.xml
+++ b/phoneClients/android/.idea/workspace.xml
@@ -39,9 +39,7 @@
-
-
-
+
@@ -878,7 +876,7 @@
-
+
diff --git a/phoneClients/ios/GpsTracker.xcodeproj/project.pbxproj b/phoneClients/ios/GpsTracker.xcodeproj/project.pbxproj
new file mode 100644
index 0000000..5edd68e
--- /dev/null
+++ b/phoneClients/ios/GpsTracker.xcodeproj/project.pbxproj
@@ -0,0 +1,324 @@
+// !$*UTF8*$!
+{
+ archiveVersion = 1;
+ classes = {
+ };
+ objectVersion = 46;
+ objects = {
+
+/* Begin PBXBuildFile section */
+ 88B1AAD518697121005276D4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 88B1AAD418697121005276D4 /* Foundation.framework */; };
+ 88B1AAD718697121005276D4 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 88B1AAD618697121005276D4 /* CoreGraphics.framework */; };
+ 88B1AAD918697121005276D4 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 88B1AAD818697121005276D4 /* UIKit.framework */; };
+ 88B1AADF18697121005276D4 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 88B1AADD18697121005276D4 /* InfoPlist.strings */; };
+ 88B1AAE118697121005276D4 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 88B1AAE018697121005276D4 /* main.m */; };
+ 88B1AAE518697121005276D4 /* WSMAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 88B1AAE418697121005276D4 /* WSMAppDelegate.m */; };
+ 88B1AAE818697121005276D4 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 88B1AAE618697121005276D4 /* Main.storyboard */; };
+ 88B1AAEB18697121005276D4 /* WSMViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 88B1AAEA18697121005276D4 /* WSMViewController.m */; };
+ 88B1AAED18697121005276D4 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 88B1AAEC18697121005276D4 /* Images.xcassets */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXFileReference section */
+ 88B1AAD118697121005276D4 /* GpsTracker.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GpsTracker.app; sourceTree = BUILT_PRODUCTS_DIR; };
+ 88B1AAD418697121005276D4 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
+ 88B1AAD618697121005276D4 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
+ 88B1AAD818697121005276D4 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
+ 88B1AADC18697121005276D4 /* GpsTracker-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "GpsTracker-Info.plist"; sourceTree = ""; };
+ 88B1AADE18697121005276D4 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; };
+ 88B1AAE018697121005276D4 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; };
+ 88B1AAE218697121005276D4 /* GpsTracker-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "GpsTracker-Prefix.pch"; sourceTree = ""; };
+ 88B1AAE318697121005276D4 /* WSMAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WSMAppDelegate.h; sourceTree = ""; };
+ 88B1AAE418697121005276D4 /* WSMAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = WSMAppDelegate.m; sourceTree = ""; };
+ 88B1AAE718697121005276D4 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; };
+ 88B1AAE918697121005276D4 /* WSMViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WSMViewController.h; sourceTree = ""; };
+ 88B1AAEA18697121005276D4 /* WSMViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = WSMViewController.m; sourceTree = ""; };
+ 88B1AAEC18697121005276D4 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; };
+ 88B1AAF318697121005276D4 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+ 88B1AACE18697121005276D4 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 88B1AAD718697121005276D4 /* CoreGraphics.framework in Frameworks */,
+ 88B1AAD918697121005276D4 /* UIKit.framework in Frameworks */,
+ 88B1AAD518697121005276D4 /* Foundation.framework in Frameworks */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+ 88B1AAC818697121005276D4 = {
+ isa = PBXGroup;
+ children = (
+ 88B1AADA18697121005276D4 /* GpsTracker */,
+ 88B1AAD318697121005276D4 /* Frameworks */,
+ 88B1AAD218697121005276D4 /* Products */,
+ );
+ sourceTree = "";
+ };
+ 88B1AAD218697121005276D4 /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ 88B1AAD118697121005276D4 /* GpsTracker.app */,
+ );
+ name = Products;
+ sourceTree = "";
+ };
+ 88B1AAD318697121005276D4 /* Frameworks */ = {
+ isa = PBXGroup;
+ children = (
+ 88B1AAD418697121005276D4 /* Foundation.framework */,
+ 88B1AAD618697121005276D4 /* CoreGraphics.framework */,
+ 88B1AAD818697121005276D4 /* UIKit.framework */,
+ 88B1AAF318697121005276D4 /* XCTest.framework */,
+ );
+ name = Frameworks;
+ sourceTree = "";
+ };
+ 88B1AADA18697121005276D4 /* GpsTracker */ = {
+ isa = PBXGroup;
+ children = (
+ 88B1AAE318697121005276D4 /* WSMAppDelegate.h */,
+ 88B1AAE418697121005276D4 /* WSMAppDelegate.m */,
+ 88B1AAE618697121005276D4 /* Main.storyboard */,
+ 88B1AAE918697121005276D4 /* WSMViewController.h */,
+ 88B1AAEA18697121005276D4 /* WSMViewController.m */,
+ 88B1AAEC18697121005276D4 /* Images.xcassets */,
+ 88B1AADB18697121005276D4 /* Supporting Files */,
+ );
+ path = GpsTracker;
+ sourceTree = "";
+ };
+ 88B1AADB18697121005276D4 /* Supporting Files */ = {
+ isa = PBXGroup;
+ children = (
+ 88B1AADC18697121005276D4 /* GpsTracker-Info.plist */,
+ 88B1AADD18697121005276D4 /* InfoPlist.strings */,
+ 88B1AAE018697121005276D4 /* main.m */,
+ 88B1AAE218697121005276D4 /* GpsTracker-Prefix.pch */,
+ );
+ name = "Supporting Files";
+ sourceTree = "";
+ };
+/* End PBXGroup section */
+
+/* Begin PBXNativeTarget section */
+ 88B1AAD018697121005276D4 /* GpsTracker */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 88B1AB0318697122005276D4 /* Build configuration list for PBXNativeTarget "GpsTracker" */;
+ buildPhases = (
+ 88B1AACD18697121005276D4 /* Sources */,
+ 88B1AACE18697121005276D4 /* Frameworks */,
+ 88B1AACF18697121005276D4 /* Resources */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ name = GpsTracker;
+ productName = GpsTracker;
+ productReference = 88B1AAD118697121005276D4 /* GpsTracker.app */;
+ productType = "com.apple.product-type.application";
+ };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+ 88B1AAC918697121005276D4 /* Project object */ = {
+ isa = PBXProject;
+ attributes = {
+ CLASSPREFIX = WSM;
+ LastUpgradeCheck = 0500;
+ ORGANIZATIONNAME = "Nick Fox";
+ };
+ buildConfigurationList = 88B1AACC18697121005276D4 /* Build configuration list for PBXProject "GpsTracker" */;
+ compatibilityVersion = "Xcode 3.2";
+ developmentRegion = English;
+ hasScannedForEncodings = 0;
+ knownRegions = (
+ en,
+ Base,
+ );
+ mainGroup = 88B1AAC818697121005276D4;
+ productRefGroup = 88B1AAD218697121005276D4 /* Products */;
+ projectDirPath = "";
+ projectRoot = "";
+ targets = (
+ 88B1AAD018697121005276D4 /* GpsTracker */,
+ );
+ };
+/* End PBXProject section */
+
+/* Begin PBXResourcesBuildPhase section */
+ 88B1AACF18697121005276D4 /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 88B1AAED18697121005276D4 /* Images.xcassets in Resources */,
+ 88B1AADF18697121005276D4 /* InfoPlist.strings in Resources */,
+ 88B1AAE818697121005276D4 /* Main.storyboard in Resources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXResourcesBuildPhase section */
+
+/* Begin PBXSourcesBuildPhase section */
+ 88B1AACD18697121005276D4 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 88B1AAE518697121005276D4 /* WSMAppDelegate.m in Sources */,
+ 88B1AAE118697121005276D4 /* main.m in Sources */,
+ 88B1AAEB18697121005276D4 /* WSMViewController.m in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin PBXVariantGroup section */
+ 88B1AADD18697121005276D4 /* InfoPlist.strings */ = {
+ isa = PBXVariantGroup;
+ children = (
+ 88B1AADE18697121005276D4 /* en */,
+ );
+ name = InfoPlist.strings;
+ sourceTree = "";
+ };
+ 88B1AAE618697121005276D4 /* Main.storyboard */ = {
+ isa = PBXVariantGroup;
+ children = (
+ 88B1AAE718697121005276D4 /* Base */,
+ );
+ name = Main.storyboard;
+ sourceTree = "";
+ };
+/* End PBXVariantGroup section */
+
+/* Begin XCBuildConfiguration section */
+ 88B1AB0118697122005276D4 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_MODULES = YES;
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_WARN_BOOL_CONVERSION = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INT_CONVERSION = YES;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+ COPY_PHASE_STRIP = NO;
+ GCC_C_LANGUAGE_STANDARD = gnu99;
+ GCC_DYNAMIC_NO_PIC = NO;
+ GCC_OPTIMIZATION_LEVEL = 0;
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "DEBUG=1",
+ "$(inherited)",
+ );
+ GCC_SYMBOLS_PRIVATE_EXTERN = NO;
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
+ GCC_WARN_UNINITIALIZED_AUTOS = YES;
+ GCC_WARN_UNUSED_FUNCTION = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ IPHONEOS_DEPLOYMENT_TARGET = 6.1;
+ ONLY_ACTIVE_ARCH = YES;
+ SDKROOT = iphoneos;
+ };
+ name = Debug;
+ };
+ 88B1AB0218697122005276D4 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_MODULES = YES;
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_WARN_BOOL_CONVERSION = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INT_CONVERSION = YES;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+ COPY_PHASE_STRIP = YES;
+ ENABLE_NS_ASSERTIONS = NO;
+ GCC_C_LANGUAGE_STANDARD = gnu99;
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
+ GCC_WARN_UNINITIALIZED_AUTOS = YES;
+ GCC_WARN_UNUSED_FUNCTION = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ IPHONEOS_DEPLOYMENT_TARGET = 6.1;
+ SDKROOT = iphoneos;
+ VALIDATE_PRODUCT = YES;
+ };
+ name = Release;
+ };
+ 88B1AB0418697122005276D4 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = "GpsTracker/GpsTracker-Prefix.pch";
+ INFOPLIST_FILE = "GpsTracker/GpsTracker-Info.plist";
+ IPHONEOS_DEPLOYMENT_TARGET = 6.1;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ WRAPPER_EXTENSION = app;
+ };
+ name = Debug;
+ };
+ 88B1AB0518697122005276D4 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = "GpsTracker/GpsTracker-Prefix.pch";
+ INFOPLIST_FILE = "GpsTracker/GpsTracker-Info.plist";
+ IPHONEOS_DEPLOYMENT_TARGET = 6.1;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ WRAPPER_EXTENSION = app;
+ };
+ name = Release;
+ };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+ 88B1AACC18697121005276D4 /* Build configuration list for PBXProject "GpsTracker" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 88B1AB0118697122005276D4 /* Debug */,
+ 88B1AB0218697122005276D4 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 88B1AB0318697122005276D4 /* Build configuration list for PBXNativeTarget "GpsTracker" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 88B1AB0418697122005276D4 /* Debug */,
+ 88B1AB0518697122005276D4 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+/* End XCConfigurationList section */
+ };
+ rootObject = 88B1AAC918697121005276D4 /* Project object */;
+}
diff --git a/phoneClients/ios/GpsTracker.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/phoneClients/ios/GpsTracker.xcodeproj/project.xcworkspace/contents.xcworkspacedata
new file mode 100644
index 0000000..1245ad4
--- /dev/null
+++ b/phoneClients/ios/GpsTracker.xcodeproj/project.xcworkspace/contents.xcworkspacedata
@@ -0,0 +1,7 @@
+
+
+
+
+
diff --git a/phoneClients/ios/GpsTracker/Base.lproj/Main.storyboard b/phoneClients/ios/GpsTracker/Base.lproj/Main.storyboard
new file mode 100644
index 0000000..2e13b04
--- /dev/null
+++ b/phoneClients/ios/GpsTracker/Base.lproj/Main.storyboard
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/phoneClients/ios/GpsTracker/GpsTracker-Info.plist b/phoneClients/ios/GpsTracker/GpsTracker-Info.plist
new file mode 100644
index 0000000..2b90d81
--- /dev/null
+++ b/phoneClients/ios/GpsTracker/GpsTracker-Info.plist
@@ -0,0 +1,40 @@
+
+
+
+
+ CFBundleDevelopmentRegion
+ en
+ CFBundleDisplayName
+ ${PRODUCT_NAME}
+ CFBundleExecutable
+ ${EXECUTABLE_NAME}
+ CFBundleIdentifier
+ com.websmithing.gpstracker.${PRODUCT_NAME:rfc1034identifier}
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ ${PRODUCT_NAME}
+ CFBundlePackageType
+ APPL
+ CFBundleShortVersionString
+ 3.0.0
+ CFBundleSignature
+ ????
+ CFBundleVersion
+ 1
+ LSRequiresIPhoneOS
+
+ UIMainStoryboardFile
+ Main
+ UIRequiredDeviceCapabilities
+
+ armv7
+
+ UISupportedInterfaceOrientations
+
+ UIInterfaceOrientationPortrait
+ UIInterfaceOrientationLandscapeLeft
+ UIInterfaceOrientationLandscapeRight
+
+
+
diff --git a/phoneClients/ios/GpsTracker/GpsTracker-Prefix.pch b/phoneClients/ios/GpsTracker/GpsTracker-Prefix.pch
new file mode 100644
index 0000000..82a2bb4
--- /dev/null
+++ b/phoneClients/ios/GpsTracker/GpsTracker-Prefix.pch
@@ -0,0 +1,16 @@
+//
+// Prefix header
+//
+// The contents of this file are implicitly included at the beginning of every source file.
+//
+
+#import
+
+#ifndef __IPHONE_5_0
+#warning "This project uses features only available in iOS SDK 5.0 and later."
+#endif
+
+#ifdef __OBJC__
+ #import
+ #import
+#endif
diff --git a/phoneClients/ios/GpsTracker/Images.xcassets/AppIcon.appiconset/Contents.json b/phoneClients/ios/GpsTracker/Images.xcassets/AppIcon.appiconset/Contents.json
new file mode 100644
index 0000000..a396706
--- /dev/null
+++ b/phoneClients/ios/GpsTracker/Images.xcassets/AppIcon.appiconset/Contents.json
@@ -0,0 +1,23 @@
+{
+ "images" : [
+ {
+ "idiom" : "iphone",
+ "size" : "29x29",
+ "scale" : "2x"
+ },
+ {
+ "idiom" : "iphone",
+ "size" : "40x40",
+ "scale" : "2x"
+ },
+ {
+ "idiom" : "iphone",
+ "size" : "60x60",
+ "scale" : "2x"
+ }
+ ],
+ "info" : {
+ "version" : 1,
+ "author" : "xcode"
+ }
+}
\ No newline at end of file
diff --git a/phoneClients/ios/GpsTracker/Images.xcassets/LaunchImage.launchimage/Contents.json b/phoneClients/ios/GpsTracker/Images.xcassets/LaunchImage.launchimage/Contents.json
new file mode 100644
index 0000000..c79ebd3
--- /dev/null
+++ b/phoneClients/ios/GpsTracker/Images.xcassets/LaunchImage.launchimage/Contents.json
@@ -0,0 +1,23 @@
+{
+ "images" : [
+ {
+ "orientation" : "portrait",
+ "idiom" : "iphone",
+ "extent" : "full-screen",
+ "minimum-system-version" : "7.0",
+ "scale" : "2x"
+ },
+ {
+ "orientation" : "portrait",
+ "idiom" : "iphone",
+ "subtype" : "retina4",
+ "extent" : "full-screen",
+ "minimum-system-version" : "7.0",
+ "scale" : "2x"
+ }
+ ],
+ "info" : {
+ "version" : 1,
+ "author" : "xcode"
+ }
+}
\ No newline at end of file
diff --git a/phoneClients/ios/GpsTracker/WSMAppDelegate.h b/phoneClients/ios/GpsTracker/WSMAppDelegate.h
new file mode 100644
index 0000000..b36d363
--- /dev/null
+++ b/phoneClients/ios/GpsTracker/WSMAppDelegate.h
@@ -0,0 +1,15 @@
+//
+// WSMAppDelegate.h
+// GpsTracker
+//
+// Created by Nick Fox on 12/23/13.
+// Copyright (c) 2013 Nick Fox. All rights reserved.
+//
+
+#import
+
+@interface WSMAppDelegate : UIResponder
+
+@property (strong, nonatomic) UIWindow *window;
+
+@end
diff --git a/phoneClients/ios/GpsTracker/WSMAppDelegate.m b/phoneClients/ios/GpsTracker/WSMAppDelegate.m
new file mode 100644
index 0000000..5a7f0b5
--- /dev/null
+++ b/phoneClients/ios/GpsTracker/WSMAppDelegate.m
@@ -0,0 +1,46 @@
+//
+// WSMAppDelegate.m
+// GpsTracker
+//
+// Created by Nick Fox on 12/23/13.
+// Copyright (c) 2013 Nick Fox. All rights reserved.
+//
+
+#import "WSMAppDelegate.h"
+
+@implementation WSMAppDelegate
+
+- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
+{
+ // Override point for customization after application launch.
+ 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, this method is called instead of applicationWillTerminate: when the user quits.
+}
+
+- (void)applicationWillEnterForeground:(UIApplication *)application
+{
+ // Called as part of the 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. Save data if appropriate. See also applicationDidEnterBackground:.
+}
+
+@end
diff --git a/phoneClients/ios/GpsTracker/WSMViewController.h b/phoneClients/ios/GpsTracker/WSMViewController.h
new file mode 100644
index 0000000..f49c577
--- /dev/null
+++ b/phoneClients/ios/GpsTracker/WSMViewController.h
@@ -0,0 +1,13 @@
+//
+// WSMViewController.h
+// GpsTracker
+//
+// Created by Nick Fox on 12/23/13.
+// Copyright (c) 2013 Nick Fox. All rights reserved.
+//
+
+#import
+
+@interface WSMViewController : UIViewController
+
+@end
diff --git a/phoneClients/ios/GpsTracker/WSMViewController.m b/phoneClients/ios/GpsTracker/WSMViewController.m
new file mode 100644
index 0000000..836ee12
--- /dev/null
+++ b/phoneClients/ios/GpsTracker/WSMViewController.m
@@ -0,0 +1,29 @@
+//
+// WSMViewController.m
+// GpsTracker
+//
+// Created by Nick Fox on 12/23/13.
+// Copyright (c) 2013 Nick Fox. All rights reserved.
+//
+
+#import "WSMViewController.h"
+
+@interface WSMViewController ()
+
+@end
+
+@implementation WSMViewController
+
+- (void)viewDidLoad
+{
+ [super viewDidLoad];
+ // Do any additional setup after loading the view, typically from a nib.
+}
+
+- (void)didReceiveMemoryWarning
+{
+ [super didReceiveMemoryWarning];
+ // Dispose of any resources that can be recreated.
+}
+
+@end
diff --git a/phoneClients/ios/GpsTracker/en.lproj/InfoPlist.strings b/phoneClients/ios/GpsTracker/en.lproj/InfoPlist.strings
new file mode 100644
index 0000000..477b28f
--- /dev/null
+++ b/phoneClients/ios/GpsTracker/en.lproj/InfoPlist.strings
@@ -0,0 +1,2 @@
+/* Localized versions of Info.plist keys */
+
diff --git a/phoneClients/ios/GpsTracker/main.m b/phoneClients/ios/GpsTracker/main.m
new file mode 100644
index 0000000..9d8bd4e
--- /dev/null
+++ b/phoneClients/ios/GpsTracker/main.m
@@ -0,0 +1,18 @@
+//
+// main.m
+// GpsTracker
+//
+// Created by Nick Fox on 12/23/13.
+// Copyright (c) 2013 Nick Fox. All rights reserved.
+//
+
+#import
+
+#import "WSMAppDelegate.h"
+
+int main(int argc, char * argv[])
+{
+ @autoreleasepool {
+ return UIApplicationMain(argc, argv, nil, NSStringFromClass([WSMAppDelegate class]));
+ }
+}