// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 46;
	objects = {

/* Begin PBXBuildFile section */
		83D658AA19A00323009A9C56 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 83D658A919A00323009A9C56 /* Foundation.framework */; };
		83D658AC19A00323009A9C56 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 83D658AB19A00323009A9C56 /* CoreGraphics.framework */; };
		83D658AE19A00323009A9C56 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 83D658AD19A00323009A9C56 /* UIKit.framework */; };
		83D658B419A00323009A9C56 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 83D658B219A00323009A9C56 /* InfoPlist.strings */; };
		83D658B619A00323009A9C56 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 83D658B519A00323009A9C56 /* main.m */; };
		83D658BA19A00323009A9C56 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 83D658B919A00323009A9C56 /* AppDelegate.m */; };
		83D658BD19A00323009A9C56 /* Main_iPhone.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 83D658BB19A00323009A9C56 /* Main_iPhone.storyboard */; };
		83D658C019A00323009A9C56 /* Main_iPad.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 83D658BE19A00323009A9C56 /* Main_iPad.storyboard */; };
		83D658C319A00323009A9C56 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 83D658C219A00323009A9C56 /* ViewController.m */; };
		83D658C519A00323009A9C56 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 83D658C419A00323009A9C56 /* Images.xcassets */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
		CE877F041AE038AE0048B8B6 /* Embed App Extensions */ = {
			isa = PBXCopyFilesBuildPhase;
			buildActionMask = 2147483647;
			dstPath = "";
			dstSubfolderSpec = 13;
			files = (
			);
			name = "Embed App Extensions";
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
		83D658A619A00323009A9C56 /* TestApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TestApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
		83D658A919A00323009A9C56 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
		83D658AB19A00323009A9C56 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
		83D658AD19A00323009A9C56 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
		83D658B119A00323009A9C56 /* TestApp-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "TestApp-Info.plist"; sourceTree = "<group>"; };
		83D658B319A00323009A9C56 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
		83D658B519A00323009A9C56 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
		83D658B719A00323009A9C56 /* TestApp-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "TestApp-Prefix.pch"; sourceTree = "<group>"; };
		83D658B819A00323009A9C56 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
		83D658B919A00323009A9C56 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
		83D658BC19A00323009A9C56 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main_iPhone.storyboard; sourceTree = "<group>"; };
		83D658BF19A00323009A9C56 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main_iPad.storyboard; sourceTree = "<group>"; };
		83D658C119A00323009A9C56 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
		83D658C219A00323009A9C56 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
		83D658C419A00323009A9C56 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		83D658A319A00323009A9C56 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				83D658AC19A00323009A9C56 /* CoreGraphics.framework in Frameworks */,
				83D658AE19A00323009A9C56 /* UIKit.framework in Frameworks */,
				83D658AA19A00323009A9C56 /* Foundation.framework in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		83D6589D19A00322009A9C56 = {
			isa = PBXGroup;
			children = (
				83D658AF19A00323009A9C56 /* TestApp */,
				83D658A819A00323009A9C56 /* Frameworks */,
				83D658A719A00323009A9C56 /* Products */,
			);
			sourceTree = "<group>";
		};
		83D658A719A00323009A9C56 /* Products */ = {
			isa = PBXGroup;
			children = (
				83D658A619A00323009A9C56 /* TestApp.app */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		83D658A819A00323009A9C56 /* Frameworks */ = {
			isa = PBXGroup;
			children = (
				83D658A919A00323009A9C56 /* Foundation.framework */,
				83D658AB19A00323009A9C56 /* CoreGraphics.framework */,
				83D658AD19A00323009A9C56 /* UIKit.framework */,
			);
			name = Frameworks;
			sourceTree = "<group>";
		};
		83D658AF19A00323009A9C56 /* TestApp */ = {
			isa = PBXGroup;
			children = (
				83D658B819A00323009A9C56 /* AppDelegate.h */,
				83D658B919A00323009A9C56 /* AppDelegate.m */,
				83D658BB19A00323009A9C56 /* Main_iPhone.storyboard */,
				83D658BE19A00323009A9C56 /* Main_iPad.storyboard */,
				83D658C119A00323009A9C56 /* ViewController.h */,
				83D658C219A00323009A9C56 /* ViewController.m */,
				83D658C419A00323009A9C56 /* Images.xcassets */,
				83D658B019A00323009A9C56 /* Supporting Files */,
			);
			path = TestApp;
			sourceTree = "<group>";
		};
		83D658B019A00323009A9C56 /* Supporting Files */ = {
			isa = PBXGroup;
			children = (
				83D658B119A00323009A9C56 /* TestApp-Info.plist */,
				83D658B219A00323009A9C56 /* InfoPlist.strings */,
				83D658B519A00323009A9C56 /* main.m */,
				83D658B719A00323009A9C56 /* TestApp-Prefix.pch */,
			);
			name = "Supporting Files";
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
		83D658A519A00323009A9C56 /* TestApp */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 83D658DB19A00323009A9C56 /* Build configuration list for PBXNativeTarget "TestApp" */;
			buildPhases = (
				83D658A219A00323009A9C56 /* Sources */,
				83D658A319A00323009A9C56 /* Frameworks */,
				83D658A419A00323009A9C56 /* Resources */,
				CE877F041AE038AE0048B8B6 /* Embed App Extensions */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = TestApp;
			productName = TestApp;
			productReference = 83D658A619A00323009A9C56 /* TestApp.app */;
			productType = "com.apple.product-type.application";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		83D6589E19A00323009A9C56 /* Project object */ = {
			isa = PBXProject;
			attributes = {
				LastUpgradeCheck = 0510;
				ORGANIZATIONNAME = Appcelerator;
				TargetAttributes = {
					83D658A519A00323009A9C56 = {
						DevelopmentTeam = WY35J6ST95;
						ProvisioningStyle = Manual;
					};
				};
			};
			buildConfigurationList = 83D658A119A00323009A9C56 /* Build configuration list for PBXProject "TestApp" */;
			compatibilityVersion = "Xcode 3.2";
			developmentRegion = English;
			hasScannedForEncodings = 0;
			knownRegions = (
				English,
				en,
				Base,
			);
			mainGroup = 83D6589D19A00322009A9C56;
			productRefGroup = 83D658A719A00323009A9C56 /* Products */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				83D658A519A00323009A9C56 /* TestApp */,
			);
		};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
		83D658A419A00323009A9C56 /* Resources */ = {
			isa = PBXResourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				83D658C019A00323009A9C56 /* Main_iPad.storyboard in Resources */,
				83D658C519A00323009A9C56 /* Images.xcassets in Resources */,
				83D658BD19A00323009A9C56 /* Main_iPhone.storyboard in Resources */,
				83D658B419A00323009A9C56 /* InfoPlist.strings in Resources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
		83D658A219A00323009A9C56 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				83D658C319A00323009A9C56 /* ViewController.m in Sources */,
				83D658BA19A00323009A9C56 /* AppDelegate.m in Sources */,
				83D658B619A00323009A9C56 /* main.m in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
		83D658B219A00323009A9C56 /* InfoPlist.strings */ = {
			isa = PBXVariantGroup;
			children = (
				83D658B319A00323009A9C56 /* en */,
			);
			name = InfoPlist.strings;
			sourceTree = "<group>";
		};
		83D658BB19A00323009A9C56 /* Main_iPhone.storyboard */ = {
			isa = PBXVariantGroup;
			children = (
				83D658BC19A00323009A9C56 /* Base */,
			);
			name = Main_iPhone.storyboard;
			sourceTree = "<group>";
		};
		83D658BE19A00323009A9C56 /* Main_iPad.storyboard */ = {
			isa = PBXVariantGroup;
			children = (
				83D658BF19A00323009A9C56 /* Base */,
			);
			name = Main_iPad.storyboard;
			sourceTree = "<group>";
		};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
		83D658D919A00323009A9C56 /* 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[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_AGGRESSIVE;
				GCC_WARN_UNUSED_FUNCTION = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				IPHONEOS_DEPLOYMENT_TARGET = 7.1;
				ONLY_ACTIVE_ARCH = YES;
				SDKROOT = iphoneos;
				TARGETED_DEVICE_FAMILY = "1,2";
			};
			name = Debug;
		};
		83D658DA19A00323009A9C56 /* 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[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_AGGRESSIVE;
				GCC_WARN_UNUSED_FUNCTION = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				IPHONEOS_DEPLOYMENT_TARGET = 7.1;
				SDKROOT = iphoneos;
				TARGETED_DEVICE_FAMILY = "1,2";
				VALIDATE_PRODUCT = YES;
			};
			name = Release;
		};
		83D658DC19A00323009A9C56 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
				ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
				GCC_PREFIX_HEADER = "TestApp/TestApp-Prefix.pch";
				INFOPLIST_FILE = "TestApp/TestApp-Info.plist";
				PRODUCT_BUNDLE_IDENTIFIER = com.appcelerator.testapp3;
				PRODUCT_NAME = "$(TARGET_NAME)";
				WRAPPER_EXTENSION = app;
			};
			name = Debug;
		};
		83D658DD19A00323009A9C56 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
				ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
				GCC_PREFIX_HEADER = "TestApp/TestApp-Prefix.pch";
				INFOPLIST_FILE = "TestApp/TestApp-Info.plist";
				PRODUCT_BUNDLE_IDENTIFIER = com.appcelerator.testapp3;
				PRODUCT_NAME = "$(TARGET_NAME)";
				WRAPPER_EXTENSION = app;
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		83D658A119A00323009A9C56 /* Build configuration list for PBXProject "TestApp" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				83D658D919A00323009A9C56 /* Debug */,
				83D658DA19A00323009A9C56 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		83D658DB19A00323009A9C56 /* Build configuration list for PBXNativeTarget "TestApp" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				83D658DC19A00323009A9C56 /* Debug */,
				83D658DD19A00323009A9C56 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = 83D6589E19A00323009A9C56 /* Project object */;
}
