Newer
Older
GpsTracker / phoneClients / ios / GpsTracker.xcodeproj / project.pbxproj
// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 46;
	objects = {

/* Begin PBXBuildFile section */
		88051648195AB5EB0069FAC6 /* CustomButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 88051647195AB5EB0069FAC6 /* CustomButton.m */; };
		8805164B195ABC2C0069FAC6 /* UIColor+HexColor.m in Sources */ = {isa = PBXBuildFile; fileRef = 8805164A195ABC2C0069FAC6 /* UIColor+HexColor.m */; };
		8884704B1874EB9400867228 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8884704A1874EB9400867228 /* Foundation.framework */; };
		8884704D1874EB9400867228 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8884704C1874EB9400867228 /* CoreGraphics.framework */; };
		8884704F1874EB9400867228 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8884704E1874EB9400867228 /* UIKit.framework */; };
		888470551874EB9400867228 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 888470531874EB9400867228 /* InfoPlist.strings */; };
		888470571874EB9400867228 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 888470561874EB9400867228 /* main.m */; };
		8884705B1874EB9400867228 /* WSAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 8884705A1874EB9400867228 /* WSAppDelegate.m */; };
		8884705E1874EB9400867228 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8884705C1874EB9400867228 /* Main.storyboard */; };
		888470611874EB9400867228 /* WSViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 888470601874EB9400867228 /* WSViewController.m */; };
		888470631874EB9400867228 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 888470621874EB9400867228 /* Images.xcassets */; };
		888470801875826600867228 /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8884707F1875826600867228 /* CoreLocation.framework */; };
		C2EA24936B40417481CBD07D /* libPods.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6C8880B2EE17432CA6FDD050 /* libPods.a */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
		6C8880B2EE17432CA6FDD050 /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; };
		88051646195AB5EB0069FAC6 /* CustomButton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CustomButton.h; sourceTree = "<group>"; };
		88051647195AB5EB0069FAC6 /* CustomButton.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CustomButton.m; sourceTree = "<group>"; };
		88051649195ABC2C0069FAC6 /* UIColor+HexColor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIColor+HexColor.h"; sourceTree = "<group>"; };
		8805164A195ABC2C0069FAC6 /* UIColor+HexColor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIColor+HexColor.m"; sourceTree = "<group>"; };
		888470471874EB9400867228 /* GpsTracker.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GpsTracker.app; sourceTree = BUILT_PRODUCTS_DIR; };
		8884704A1874EB9400867228 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
		8884704C1874EB9400867228 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
		8884704E1874EB9400867228 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
		888470521874EB9400867228 /* GpsTracker-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "GpsTracker-Info.plist"; sourceTree = "<group>"; };
		888470541874EB9400867228 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
		888470561874EB9400867228 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
		888470581874EB9400867228 /* GpsTracker-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "GpsTracker-Prefix.pch"; sourceTree = "<group>"; };
		888470591874EB9400867228 /* WSAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WSAppDelegate.h; sourceTree = "<group>"; };
		8884705A1874EB9400867228 /* WSAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = WSAppDelegate.m; sourceTree = "<group>"; };
		8884705D1874EB9400867228 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
		8884705F1874EB9400867228 /* WSViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WSViewController.h; sourceTree = "<group>"; };
		888470601874EB9400867228 /* WSViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = WSViewController.m; sourceTree = "<group>"; };
		888470621874EB9400867228 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
		888470691874EB9400867228 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
		8884707F1875826600867228 /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = System/Library/Frameworks/CoreLocation.framework; sourceTree = SDKROOT; };
		BE3B3497D30F48C2ADC3BCE7 /* Pods.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.xcconfig; path = Pods/Pods.xcconfig; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		888470441874EB9400867228 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				888470801875826600867228 /* CoreLocation.framework in Frameworks */,
				8884704D1874EB9400867228 /* CoreGraphics.framework in Frameworks */,
				8884704F1874EB9400867228 /* UIKit.framework in Frameworks */,
				8884704B1874EB9400867228 /* Foundation.framework in Frameworks */,
				C2EA24936B40417481CBD07D /* libPods.a in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		8884703E1874EB9400867228 = {
			isa = PBXGroup;
			children = (
				888470501874EB9400867228 /* GpsTracker */,
				888470491874EB9400867228 /* Frameworks */,
				888470481874EB9400867228 /* Products */,
				BE3B3497D30F48C2ADC3BCE7 /* Pods.xcconfig */,
			);
			sourceTree = "<group>";
		};
		888470481874EB9400867228 /* Products */ = {
			isa = PBXGroup;
			children = (
				888470471874EB9400867228 /* GpsTracker.app */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		888470491874EB9400867228 /* Frameworks */ = {
			isa = PBXGroup;
			children = (
				8884707F1875826600867228 /* CoreLocation.framework */,
				8884704A1874EB9400867228 /* Foundation.framework */,
				8884704C1874EB9400867228 /* CoreGraphics.framework */,
				8884704E1874EB9400867228 /* UIKit.framework */,
				888470691874EB9400867228 /* XCTest.framework */,
				6C8880B2EE17432CA6FDD050 /* libPods.a */,
			);
			name = Frameworks;
			sourceTree = "<group>";
		};
		888470501874EB9400867228 /* GpsTracker */ = {
			isa = PBXGroup;
			children = (
				888470591874EB9400867228 /* WSAppDelegate.h */,
				8884705A1874EB9400867228 /* WSAppDelegate.m */,
				8884705C1874EB9400867228 /* Main.storyboard */,
				8884705F1874EB9400867228 /* WSViewController.h */,
				888470601874EB9400867228 /* WSViewController.m */,
				88051646195AB5EB0069FAC6 /* CustomButton.h */,
				88051647195AB5EB0069FAC6 /* CustomButton.m */,
				88051649195ABC2C0069FAC6 /* UIColor+HexColor.h */,
				8805164A195ABC2C0069FAC6 /* UIColor+HexColor.m */,
				888470621874EB9400867228 /* Images.xcassets */,
				888470511874EB9400867228 /* Supporting Files */,
			);
			path = GpsTracker;
			sourceTree = "<group>";
		};
		888470511874EB9400867228 /* Supporting Files */ = {
			isa = PBXGroup;
			children = (
				888470521874EB9400867228 /* GpsTracker-Info.plist */,
				888470531874EB9400867228 /* InfoPlist.strings */,
				888470561874EB9400867228 /* main.m */,
				888470581874EB9400867228 /* GpsTracker-Prefix.pch */,
			);
			name = "Supporting Files";
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
		888470461874EB9400867228 /* GpsTracker */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 888470791874EB9400867228 /* Build configuration list for PBXNativeTarget "GpsTracker" */;
			buildPhases = (
				7112F83FD248433F80295246 /* Check Pods Manifest.lock */,
				888470431874EB9400867228 /* Sources */,
				888470441874EB9400867228 /* Frameworks */,
				888470451874EB9400867228 /* Resources */,
				2991F302B84B4A3AA863CB6A /* Copy Pods Resources */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = GpsTracker;
			productName = GpsTracker;
			productReference = 888470471874EB9400867228 /* GpsTracker.app */;
			productType = "com.apple.product-type.application";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		8884703F1874EB9400867228 /* Project object */ = {
			isa = PBXProject;
			attributes = {
				CLASSPREFIX = WS;
				LastUpgradeCheck = 0510;
				ORGANIZATIONNAME = "Nick Fox";
				TargetAttributes = {
					888470461874EB9400867228 = {
						SystemCapabilities = {
							com.apple.BackgroundModes = {
								enabled = 1;
							};
						};
					};
				};
			};
			buildConfigurationList = 888470421874EB9400867228 /* Build configuration list for PBXProject "GpsTracker" */;
			compatibilityVersion = "Xcode 3.2";
			developmentRegion = English;
			hasScannedForEncodings = 0;
			knownRegions = (
				en,
				Base,
			);
			mainGroup = 8884703E1874EB9400867228;
			productRefGroup = 888470481874EB9400867228 /* Products */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				888470461874EB9400867228 /* GpsTracker */,
			);
		};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
		888470451874EB9400867228 /* Resources */ = {
			isa = PBXResourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				888470631874EB9400867228 /* Images.xcassets in Resources */,
				888470551874EB9400867228 /* InfoPlist.strings in Resources */,
				8884705E1874EB9400867228 /* Main.storyboard in Resources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
		2991F302B84B4A3AA863CB6A /* Copy Pods Resources */ = {
			isa = PBXShellScriptBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			inputPaths = (
			);
			name = "Copy Pods Resources";
			outputPaths = (
			);
			runOnlyForDeploymentPostprocessing = 0;
			shellPath = /bin/sh;
			shellScript = "\"${SRCROOT}/Pods/Pods-resources.sh\"\n";
			showEnvVarsInLog = 0;
		};
		7112F83FD248433F80295246 /* Check Pods Manifest.lock */ = {
			isa = PBXShellScriptBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			inputPaths = (
			);
			name = "Check Pods Manifest.lock";
			outputPaths = (
			);
			runOnlyForDeploymentPostprocessing = 0;
			shellPath = /bin/sh;
			shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n    cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n    exit 1\nfi\n";
			showEnvVarsInLog = 0;
		};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
		888470431874EB9400867228 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				88051648195AB5EB0069FAC6 /* CustomButton.m in Sources */,
				8805164B195ABC2C0069FAC6 /* UIColor+HexColor.m in Sources */,
				8884705B1874EB9400867228 /* WSAppDelegate.m in Sources */,
				888470571874EB9400867228 /* main.m in Sources */,
				888470611874EB9400867228 /* WSViewController.m in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
		888470531874EB9400867228 /* InfoPlist.strings */ = {
			isa = PBXVariantGroup;
			children = (
				888470541874EB9400867228 /* en */,
			);
			name = InfoPlist.strings;
			sourceTree = "<group>";
		};
		8884705C1874EB9400867228 /* Main.storyboard */ = {
			isa = PBXVariantGroup;
			children = (
				8884705D1874EB9400867228 /* Base */,
			);
			name = Main.storyboard;
			sourceTree = "<group>";
		};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
		888470771874EB9400867228 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				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 = "iPhone Developer";
				"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.0;
				ONLY_ACTIVE_ARCH = YES;
				SDKROOT = iphoneos;
			};
			name = Debug;
		};
		888470781874EB9400867228 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				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 = "iPhone Developer";
				"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.0;
				SDKROOT = iphoneos;
				VALIDATE_PRODUCT = YES;
			};
			name = Release;
		};
		8884707A1874EB9400867228 /* Debug */ = {
			isa = XCBuildConfiguration;
			baseConfigurationReference = BE3B3497D30F48C2ADC3BCE7 /* Pods.xcconfig */;
			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 = 7.1;
				PRODUCT_NAME = "$(TARGET_NAME)";
				WRAPPER_EXTENSION = app;
			};
			name = Debug;
		};
		8884707B1874EB9400867228 /* Release */ = {
			isa = XCBuildConfiguration;
			baseConfigurationReference = BE3B3497D30F48C2ADC3BCE7 /* Pods.xcconfig */;
			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 = 7.1;
				PRODUCT_NAME = "$(TARGET_NAME)";
				WRAPPER_EXTENSION = app;
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		888470421874EB9400867228 /* Build configuration list for PBXProject "GpsTracker" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				888470771874EB9400867228 /* Debug */,
				888470781874EB9400867228 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		888470791874EB9400867228 /* Build configuration list for PBXNativeTarget "GpsTracker" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				8884707A1874EB9400867228 /* Debug */,
				8884707B1874EB9400867228 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = 8884703F1874EB9400867228 /* Project object */;
}