328 lines
		
	
	
		
			11 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			328 lines
		
	
	
		
			11 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
// !$*UTF8*$!
 | 
						|
{
 | 
						|
	archiveVersion = 1;
 | 
						|
	classes = {
 | 
						|
	};
 | 
						|
	objectVersion = 46;
 | 
						|
	objects = {
 | 
						|
 | 
						|
/* Begin PBXBuildFile section */
 | 
						|
		1A1E0A8D1A4486A300611947 /* whereami.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A1E0A8B1A4486A300611947 /* whereami.c */; };
 | 
						|
		1A1E0A8F1A4486A900611947 /* executable.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A1E0A8E1A4486A900611947 /* executable.c */; };
 | 
						|
		1A1E0AAC1A4486FB00611947 /* library.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A1E0AAB1A4486FB00611947 /* library.c */; };
 | 
						|
		1A1E0AAD1A44880600611947 /* whereami.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A1E0A8B1A4486A300611947 /* whereami.c */; };
 | 
						|
/* End PBXBuildFile section */
 | 
						|
 | 
						|
/* Begin PBXCopyFilesBuildPhase section */
 | 
						|
		1A1E0A921A4486E800611947 /* CopyFiles */ = {
 | 
						|
			isa = PBXCopyFilesBuildPhase;
 | 
						|
			buildActionMask = 2147483647;
 | 
						|
			dstPath = "include/$(PRODUCT_NAME)";
 | 
						|
			dstSubfolderSpec = 16;
 | 
						|
			files = (
 | 
						|
			);
 | 
						|
			runOnlyForDeploymentPostprocessing = 0;
 | 
						|
		};
 | 
						|
/* End PBXCopyFilesBuildPhase section */
 | 
						|
 | 
						|
/* Begin PBXFileReference section */
 | 
						|
		1A1E0A891A44868400611947 /* WhereAmI-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "WhereAmI-Info.plist"; sourceTree = "<group>"; };
 | 
						|
		1A1E0A8B1A4486A300611947 /* whereami.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = whereami.c; sourceTree = "<group>"; };
 | 
						|
		1A1E0A8C1A4486A300611947 /* whereami.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = whereami.h; sourceTree = "<group>"; };
 | 
						|
		1A1E0A8E1A4486A900611947 /* executable.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = executable.c; sourceTree = "<group>"; };
 | 
						|
		1A1E0A941A4486E800611947 /* library.dylib */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = library.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
 | 
						|
		1A1E0AAB1A4486FB00611947 /* library.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = library.c; sourceTree = "<group>"; };
 | 
						|
		1A98F9C917A4018400BF09FF /* executable.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = executable.app; sourceTree = BUILT_PRODUCTS_DIR; };
 | 
						|
/* End PBXFileReference section */
 | 
						|
 | 
						|
/* Begin PBXFrameworksBuildPhase section */
 | 
						|
		1A1E0A911A4486E800611947 /* Frameworks */ = {
 | 
						|
			isa = PBXFrameworksBuildPhase;
 | 
						|
			buildActionMask = 2147483647;
 | 
						|
			files = (
 | 
						|
			);
 | 
						|
			runOnlyForDeploymentPostprocessing = 0;
 | 
						|
		};
 | 
						|
		1A98F9C617A4018400BF09FF /* Frameworks */ = {
 | 
						|
			isa = PBXFrameworksBuildPhase;
 | 
						|
			buildActionMask = 2147483647;
 | 
						|
			files = (
 | 
						|
			);
 | 
						|
			runOnlyForDeploymentPostprocessing = 0;
 | 
						|
		};
 | 
						|
/* End PBXFrameworksBuildPhase section */
 | 
						|
 | 
						|
/* Begin PBXGroup section */
 | 
						|
		1A7335C3182EC2E000691A33 /* src */ = {
 | 
						|
			isa = PBXGroup;
 | 
						|
			children = (
 | 
						|
				1A1E0A8B1A4486A300611947 /* whereami.c */,
 | 
						|
				1A1E0A8C1A4486A300611947 /* whereami.h */,
 | 
						|
			);
 | 
						|
			name = src;
 | 
						|
			path = ../src;
 | 
						|
			sourceTree = "<group>";
 | 
						|
		};
 | 
						|
		1A7335C4182EC30100691A33 /* example */ = {
 | 
						|
			isa = PBXGroup;
 | 
						|
			children = (
 | 
						|
				1A1E0AAB1A4486FB00611947 /* library.c */,
 | 
						|
				1A1E0A8E1A4486A900611947 /* executable.c */,
 | 
						|
			);
 | 
						|
			name = example;
 | 
						|
			path = ../example;
 | 
						|
			sourceTree = "<group>";
 | 
						|
		};
 | 
						|
		1A98F9C017A4018400BF09FF = {
 | 
						|
			isa = PBXGroup;
 | 
						|
			children = (
 | 
						|
				1A1E0A891A44868400611947 /* WhereAmI-Info.plist */,
 | 
						|
				1A7335C3182EC2E000691A33 /* src */,
 | 
						|
				1A7335C4182EC30100691A33 /* example */,
 | 
						|
				1A98F9CA17A4018400BF09FF /* Products */,
 | 
						|
			);
 | 
						|
			sourceTree = "<group>";
 | 
						|
		};
 | 
						|
		1A98F9CA17A4018400BF09FF /* Products */ = {
 | 
						|
			isa = PBXGroup;
 | 
						|
			children = (
 | 
						|
				1A98F9C917A4018400BF09FF /* executable.app */,
 | 
						|
				1A1E0A941A4486E800611947 /* library.dylib */,
 | 
						|
			);
 | 
						|
			name = Products;
 | 
						|
			sourceTree = "<group>";
 | 
						|
		};
 | 
						|
/* End PBXGroup section */
 | 
						|
 | 
						|
/* Begin PBXNativeTarget section */
 | 
						|
		1A1E0A931A4486E800611947 /* library */ = {
 | 
						|
			isa = PBXNativeTarget;
 | 
						|
			buildConfigurationList = 1A1E0AA51A4486E900611947 /* Build configuration list for PBXNativeTarget "library" */;
 | 
						|
			buildPhases = (
 | 
						|
				1A1E0A901A4486E800611947 /* Sources */,
 | 
						|
				1A1E0A911A4486E800611947 /* Frameworks */,
 | 
						|
				1A1E0A921A4486E800611947 /* CopyFiles */,
 | 
						|
			);
 | 
						|
			buildRules = (
 | 
						|
			);
 | 
						|
			dependencies = (
 | 
						|
			);
 | 
						|
			name = library;
 | 
						|
			productName = library;
 | 
						|
			productReference = 1A1E0A941A4486E800611947 /* library.dylib */;
 | 
						|
			productType = "com.apple.product-type.library.static";
 | 
						|
		};
 | 
						|
		1A98F9C817A4018400BF09FF /* executable */ = {
 | 
						|
			isa = PBXNativeTarget;
 | 
						|
			buildConfigurationList = 1A98F9E617A4018400BF09FF /* Build configuration list for PBXNativeTarget "executable" */;
 | 
						|
			buildPhases = (
 | 
						|
				1A98F9C517A4018400BF09FF /* Sources */,
 | 
						|
				1A98F9C617A4018400BF09FF /* Frameworks */,
 | 
						|
				1A98F9C717A4018400BF09FF /* Resources */,
 | 
						|
			);
 | 
						|
			buildRules = (
 | 
						|
			);
 | 
						|
			dependencies = (
 | 
						|
			);
 | 
						|
			name = executable;
 | 
						|
			productName = WhereAmI;
 | 
						|
			productReference = 1A98F9C917A4018400BF09FF /* executable.app */;
 | 
						|
			productType = "com.apple.product-type.application";
 | 
						|
		};
 | 
						|
/* End PBXNativeTarget section */
 | 
						|
 | 
						|
/* Begin PBXProject section */
 | 
						|
		1A98F9C117A4018400BF09FF /* Project object */ = {
 | 
						|
			isa = PBXProject;
 | 
						|
			attributes = {
 | 
						|
				LastUpgradeCheck = 0460;
 | 
						|
				ORGANIZATIONNAME = "Gregory Pakosz";
 | 
						|
				TargetAttributes = {
 | 
						|
					1A1E0A931A4486E800611947 = {
 | 
						|
						CreatedOnToolsVersion = 6.1.1;
 | 
						|
					};
 | 
						|
				};
 | 
						|
			};
 | 
						|
			buildConfigurationList = 1A98F9C417A4018400BF09FF /* Build configuration list for PBXProject "WhereAmI" */;
 | 
						|
			compatibilityVersion = "Xcode 3.2";
 | 
						|
			developmentRegion = English;
 | 
						|
			hasScannedForEncodings = 0;
 | 
						|
			knownRegions = (
 | 
						|
				en,
 | 
						|
			);
 | 
						|
			mainGroup = 1A98F9C017A4018400BF09FF;
 | 
						|
			productRefGroup = 1A98F9CA17A4018400BF09FF /* Products */;
 | 
						|
			projectDirPath = "";
 | 
						|
			projectRoot = "";
 | 
						|
			targets = (
 | 
						|
				1A98F9C817A4018400BF09FF /* executable */,
 | 
						|
				1A1E0A931A4486E800611947 /* library */,
 | 
						|
			);
 | 
						|
		};
 | 
						|
/* End PBXProject section */
 | 
						|
 | 
						|
/* Begin PBXResourcesBuildPhase section */
 | 
						|
		1A98F9C717A4018400BF09FF /* Resources */ = {
 | 
						|
			isa = PBXResourcesBuildPhase;
 | 
						|
			buildActionMask = 2147483647;
 | 
						|
			files = (
 | 
						|
			);
 | 
						|
			runOnlyForDeploymentPostprocessing = 0;
 | 
						|
		};
 | 
						|
/* End PBXResourcesBuildPhase section */
 | 
						|
 | 
						|
/* Begin PBXSourcesBuildPhase section */
 | 
						|
		1A1E0A901A4486E800611947 /* Sources */ = {
 | 
						|
			isa = PBXSourcesBuildPhase;
 | 
						|
			buildActionMask = 2147483647;
 | 
						|
			files = (
 | 
						|
				1A1E0AAC1A4486FB00611947 /* library.c in Sources */,
 | 
						|
				1A1E0AAD1A44880600611947 /* whereami.c in Sources */,
 | 
						|
			);
 | 
						|
			runOnlyForDeploymentPostprocessing = 0;
 | 
						|
		};
 | 
						|
		1A98F9C517A4018400BF09FF /* Sources */ = {
 | 
						|
			isa = PBXSourcesBuildPhase;
 | 
						|
			buildActionMask = 2147483647;
 | 
						|
			files = (
 | 
						|
				1A1E0A8D1A4486A300611947 /* whereami.c in Sources */,
 | 
						|
				1A1E0A8F1A4486A900611947 /* executable.c in Sources */,
 | 
						|
			);
 | 
						|
			runOnlyForDeploymentPostprocessing = 0;
 | 
						|
		};
 | 
						|
/* End PBXSourcesBuildPhase section */
 | 
						|
 | 
						|
/* Begin XCBuildConfiguration section */
 | 
						|
		1A1E0AA61A4486E900611947 /* Debug */ = {
 | 
						|
			isa = XCBuildConfiguration;
 | 
						|
			buildSettings = {
 | 
						|
				EXECUTABLE_EXTENSION = dylib;
 | 
						|
				EXECUTABLE_PREFIX = "";
 | 
						|
				MACH_O_TYPE = mh_dylib;
 | 
						|
			};
 | 
						|
			name = Debug;
 | 
						|
		};
 | 
						|
		1A1E0AA71A4486E900611947 /* Release */ = {
 | 
						|
			isa = XCBuildConfiguration;
 | 
						|
			buildSettings = {
 | 
						|
				EXECUTABLE_EXTENSION = dylib;
 | 
						|
				EXECUTABLE_PREFIX = "";
 | 
						|
				MACH_O_TYPE = mh_dylib;
 | 
						|
			};
 | 
						|
			name = Release;
 | 
						|
		};
 | 
						|
		1A98F9E417A4018400BF09FF /* Debug */ = {
 | 
						|
			isa = XCBuildConfiguration;
 | 
						|
			buildSettings = {
 | 
						|
				ALWAYS_SEARCH_USER_PATHS = NO;
 | 
						|
				CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
 | 
						|
				CLANG_CXX_LIBRARY = "libc++";
 | 
						|
				CLANG_WARN_CONSTANT_CONVERSION = YES;
 | 
						|
				CLANG_WARN_EMPTY_BODY = YES;
 | 
						|
				CLANG_WARN_ENUM_CONVERSION = YES;
 | 
						|
				CLANG_WARN_INT_CONVERSION = YES;
 | 
						|
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
 | 
						|
				CODE_SIGN_IDENTITY = "iPhone Developer";
 | 
						|
				COPY_PHASE_STRIP = NO;
 | 
						|
				GCC_C_LANGUAGE_STANDARD = gnu99;
 | 
						|
				GCC_DYNAMIC_NO_PIC = NO;
 | 
						|
				GCC_OPTIMIZATION_LEVEL = 0;
 | 
						|
				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
 | 
						|
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
 | 
						|
				GCC_WARN_UNINITIALIZED_AUTOS = YES;
 | 
						|
				GCC_WARN_UNUSED_VARIABLE = YES;
 | 
						|
				HEADER_SEARCH_PATHS = (
 | 
						|
					"$(inherited)",
 | 
						|
					../src,
 | 
						|
					/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
 | 
						|
				);
 | 
						|
				INFOPLIST_FILE = "WhereAmI-Info.plist";
 | 
						|
				IPHONEOS_DEPLOYMENT_TARGET = 5.0;
 | 
						|
				ONLY_ACTIVE_ARCH = YES;
 | 
						|
				PRODUCT_NAME = "$(TARGET_NAME)";
 | 
						|
				SDKROOT = iphoneos;
 | 
						|
				TARGETED_DEVICE_FAMILY = "1,2";
 | 
						|
			};
 | 
						|
			name = Debug;
 | 
						|
		};
 | 
						|
		1A98F9E517A4018400BF09FF /* Release */ = {
 | 
						|
			isa = XCBuildConfiguration;
 | 
						|
			buildSettings = {
 | 
						|
				ALWAYS_SEARCH_USER_PATHS = NO;
 | 
						|
				CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
 | 
						|
				CLANG_CXX_LIBRARY = "libc++";
 | 
						|
				CLANG_WARN_CONSTANT_CONVERSION = YES;
 | 
						|
				CLANG_WARN_EMPTY_BODY = YES;
 | 
						|
				CLANG_WARN_ENUM_CONVERSION = YES;
 | 
						|
				CLANG_WARN_INT_CONVERSION = YES;
 | 
						|
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
 | 
						|
				CODE_SIGN_IDENTITY = "iPhone Developer";
 | 
						|
				COPY_PHASE_STRIP = YES;
 | 
						|
				GCC_C_LANGUAGE_STANDARD = gnu99;
 | 
						|
				GCC_OPTIMIZATION_LEVEL = 2;
 | 
						|
				GCC_PREPROCESSOR_DEFINITIONS = NDEBUG;
 | 
						|
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
 | 
						|
				GCC_WARN_UNINITIALIZED_AUTOS = YES;
 | 
						|
				GCC_WARN_UNUSED_VARIABLE = YES;
 | 
						|
				HEADER_SEARCH_PATHS = (
 | 
						|
					"$(inherited)",
 | 
						|
					../src,
 | 
						|
					/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
 | 
						|
				);
 | 
						|
				INFOPLIST_FILE = "WhereAmI-Info.plist";
 | 
						|
				IPHONEOS_DEPLOYMENT_TARGET = 5.0;
 | 
						|
				OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
 | 
						|
				PRODUCT_NAME = "$(TARGET_NAME)";
 | 
						|
				SDKROOT = iphoneos;
 | 
						|
				TARGETED_DEVICE_FAMILY = "1,2";
 | 
						|
				VALIDATE_PRODUCT = YES;
 | 
						|
			};
 | 
						|
			name = Release;
 | 
						|
		};
 | 
						|
		1A98F9E717A4018400BF09FF /* Debug */ = {
 | 
						|
			isa = XCBuildConfiguration;
 | 
						|
			buildSettings = {
 | 
						|
			};
 | 
						|
			name = Debug;
 | 
						|
		};
 | 
						|
		1A98F9E817A4018400BF09FF /* Release */ = {
 | 
						|
			isa = XCBuildConfiguration;
 | 
						|
			buildSettings = {
 | 
						|
			};
 | 
						|
			name = Release;
 | 
						|
		};
 | 
						|
/* End XCBuildConfiguration section */
 | 
						|
 | 
						|
/* Begin XCConfigurationList section */
 | 
						|
		1A1E0AA51A4486E900611947 /* Build configuration list for PBXNativeTarget "library" */ = {
 | 
						|
			isa = XCConfigurationList;
 | 
						|
			buildConfigurations = (
 | 
						|
				1A1E0AA61A4486E900611947 /* Debug */,
 | 
						|
				1A1E0AA71A4486E900611947 /* Release */,
 | 
						|
			);
 | 
						|
			defaultConfigurationIsVisible = 0;
 | 
						|
			defaultConfigurationName = Release;
 | 
						|
		};
 | 
						|
		1A98F9C417A4018400BF09FF /* Build configuration list for PBXProject "WhereAmI" */ = {
 | 
						|
			isa = XCConfigurationList;
 | 
						|
			buildConfigurations = (
 | 
						|
				1A98F9E417A4018400BF09FF /* Debug */,
 | 
						|
				1A98F9E517A4018400BF09FF /* Release */,
 | 
						|
			);
 | 
						|
			defaultConfigurationIsVisible = 0;
 | 
						|
			defaultConfigurationName = Release;
 | 
						|
		};
 | 
						|
		1A98F9E617A4018400BF09FF /* Build configuration list for PBXNativeTarget "executable" */ = {
 | 
						|
			isa = XCConfigurationList;
 | 
						|
			buildConfigurations = (
 | 
						|
				1A98F9E717A4018400BF09FF /* Debug */,
 | 
						|
				1A98F9E817A4018400BF09FF /* Release */,
 | 
						|
			);
 | 
						|
			defaultConfigurationIsVisible = 0;
 | 
						|
			defaultConfigurationName = Release;
 | 
						|
		};
 | 
						|
/* End XCConfigurationList section */
 | 
						|
	};
 | 
						|
	rootObject = 1A98F9C117A4018400BF09FF /* Project object */;
 | 
						|
}
 |