summary history branches tags files
simplepgp.xcodeproj/project.pbxproj
// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 46;
	objects = {

/* Begin PBXBuildFile section */
		69269F2514620D0F00F69705 /* packet_test.c in Sources */ = {isa = PBXBuildFile; fileRef = 69269F2114620D0F00F69705 /* packet_test.c */; };
		69269F2614620D0F00F69705 /* packet_test.h in Headers */ = {isa = PBXBuildFile; fileRef = 69269F2214620D0F00F69705 /* packet_test.h */; };
		69269F2714620D0F00F69705 /* packet.c in Sources */ = {isa = PBXBuildFile; fileRef = 69269F2314620D0F00F69705 /* packet.c */; };
		6926A662146B38F200F69705 /* keychain.c in Sources */ = {isa = PBXBuildFile; fileRef = 6926A660146B38F200F69705 /* keychain.c */; };
		6926A663146B38F200F69705 /* keychain.h in Headers */ = {isa = PBXBuildFile; fileRef = 6926A661146B38F200F69705 /* keychain.h */; };
		6926AD04146DC9BD00F69705 /* mpi.h in Headers */ = {isa = PBXBuildFile; fileRef = 6926ACFF146DC9BD00F69705 /* mpi.h */; };
		6926AD05146DC9BD00F69705 /* packet_private.h in Headers */ = {isa = PBXBuildFile; fileRef = 6926AD00146DC9BD00F69705 /* packet_private.h */; };
		6926AD06146DC9BD00F69705 /* util.h in Headers */ = {isa = PBXBuildFile; fileRef = 6926AD01146DC9BD00F69705 /* util.h */; };
		6926AD07146DC9BD00F69705 /* mpi.c in Sources */ = {isa = PBXBuildFile; fileRef = 6926AD02146DC9BD00F69705 /* mpi.c */; };
		6926AD08146DC9BD00F69705 /* util.c in Sources */ = {isa = PBXBuildFile; fileRef = 6926AD03146DC9BD00F69705 /* util.c */; };
		6926AD2C146DDA1900F69705 /* simplepgp.h in Headers */ = {isa = PBXBuildFile; fileRef = 6926AD2B146DDA1900F69705 /* simplepgp.h */; };
		AA747D9F0F9514B9006C5449 /* simplepgp_Prefix.pch in Headers */ = {isa = PBXBuildFile; fileRef = AA747D9E0F9514B9006C5449 /* simplepgp_Prefix.pch */; };
		AACBBE4A0F95108600F1A2B1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AACBBE490F95108600F1A2B1 /* Foundation.framework */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
		69269F2114620D0F00F69705 /* packet_test.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = packet_test.c; path = src/packet_test.c; sourceTree = ""; };
		69269F2214620D0F00F69705 /* packet_test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = packet_test.h; path = src/packet_test.h; sourceTree = ""; };
		69269F2314620D0F00F69705 /* packet.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = packet.c; path = src/packet.c; sourceTree = ""; };
		6926A660146B38F200F69705 /* keychain.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = keychain.c; path = src/keychain.c; sourceTree = ""; };
		6926A661146B38F200F69705 /* keychain.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = keychain.h; path = src/keychain.h; sourceTree = ""; };
		6926AC66146DBC7D00F69705 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = ""; };
		6926ACFF146DC9BD00F69705 /* mpi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mpi.h; path = src/mpi.h; sourceTree = ""; };
		6926AD00146DC9BD00F69705 /* packet_private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = packet_private.h; path = src/packet_private.h; sourceTree = ""; };
		6926AD01146DC9BD00F69705 /* util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = util.h; path = src/util.h; sourceTree = ""; };
		6926AD02146DC9BD00F69705 /* mpi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = mpi.c; path = src/mpi.c; sourceTree = ""; };
		6926AD03146DC9BD00F69705 /* util.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = util.c; path = src/util.c; sourceTree = ""; };
		6926AD2B146DDA1900F69705 /* simplepgp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = simplepgp.h; path = src/simplepgp.h; sourceTree = ""; };
		6926AD4B146F494300F69705 /* Binaries */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Binaries; sourceTree = ""; };
		AA747D9E0F9514B9006C5449 /* simplepgp_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = simplepgp_Prefix.pch; sourceTree = ""; };
		AACBBE490F95108600F1A2B1 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
		D2AAC07E0554694100DB518D /* libsimplepgp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libsimplepgp.a; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		D2AAC07C0554694100DB518D /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				AACBBE4A0F95108600F1A2B1 /* Foundation.framework in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		034768DFFF38A50411DB9C8B /* Products */ = {
			isa = PBXGroup;
			children = (
				D2AAC07E0554694100DB518D /* libsimplepgp.a */,
			);
			name = Products;
			sourceTree = "";
		};
		0867D691FE84028FC02AAC07 /* libsimplepgp */ = {
			isa = PBXGroup;
			children = (
				6926AD4B146F494300F69705 /* Binaries */,
				6926AC66146DBC7D00F69705 /* README */,
				08FB77AEFE84172EC02AAC07 /* Source */,
				6926AD1D146DCB1C00F69705 /* Headers */,
				32C88DFF0371C24200C91783 /* Other Sources */,
				0867D69AFE84028FC02AAC07 /* Frameworks */,
				034768DFFF38A50411DB9C8B /* Products */,
			);
			name = libsimplepgp;
			sourceTree = "";
		};
		0867D69AFE84028FC02AAC07 /* Frameworks */ = {
			isa = PBXGroup;
			children = (
				AACBBE490F95108600F1A2B1 /* Foundation.framework */,
			);
			name = Frameworks;
			sourceTree = "";
		};
		08FB77AEFE84172EC02AAC07 /* Source */ = {
			isa = PBXGroup;
			children = (
				6926A660146B38F200F69705 /* keychain.c */,
				69269F2114620D0F00F69705 /* packet_test.c */,
				69269F2314620D0F00F69705 /* packet.c */,
				6926AD02146DC9BD00F69705 /* mpi.c */,
				6926AD03146DC9BD00F69705 /* util.c */,
			);
			name = Source;
			sourceTree = "";
		};
		32C88DFF0371C24200C91783 /* Other Sources */ = {
			isa = PBXGroup;
			children = (
				AA747D9E0F9514B9006C5449 /* simplepgp_Prefix.pch */,
			);
			name = "Other Sources";
			sourceTree = "";
		};
		6926AD1D146DCB1C00F69705 /* Headers */ = {
			isa = PBXGroup;
			children = (
				6926AD2B146DDA1900F69705 /* simplepgp.h */,
				6926ACFF146DC9BD00F69705 /* mpi.h */,
				6926AD00146DC9BD00F69705 /* packet_private.h */,
				6926AD01146DC9BD00F69705 /* util.h */,
				6926A661146B38F200F69705 /* keychain.h */,
				69269F2214620D0F00F69705 /* packet_test.h */,
			);
			name = Headers;
			sourceTree = "";
		};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
		D2AAC07A0554694100DB518D /* Headers */ = {
			isa = PBXHeadersBuildPhase;
			buildActionMask = 2147483647;
			files = (
				AA747D9F0F9514B9006C5449 /* simplepgp_Prefix.pch in Headers */,
				69269F2614620D0F00F69705 /* packet_test.h in Headers */,
				6926A663146B38F200F69705 /* keychain.h in Headers */,
				6926AD04146DC9BD00F69705 /* mpi.h in Headers */,
				6926AD05146DC9BD00F69705 /* packet_private.h in Headers */,
				6926AD06146DC9BD00F69705 /* util.h in Headers */,
				6926AD2C146DDA1900F69705 /* simplepgp.h in Headers */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
		D2AAC07D0554694100DB518D /* simplepgp */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 1DEB921E08733DC00010E9CD /* Build configuration list for PBXNativeTarget "simplepgp" */;
			buildPhases = (
				6926B15A146F611300F69705 /* ShellScript */,
				D2AAC07A0554694100DB518D /* Headers */,
				D2AAC07B0554694100DB518D /* Sources */,
				D2AAC07C0554694100DB518D /* Frameworks */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = simplepgp;
			productName = libsimplepgp;
			productReference = D2AAC07E0554694100DB518D /* libsimplepgp.a */;
			productType = "com.apple.product-type.library.static";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		0867D690FE84028FC02AAC07 /* Project object */ = {
			isa = PBXProject;
			buildConfigurationList = 1DEB922208733DC00010E9CD /* Build configuration list for PBXProject "simplepgp" */;
			compatibilityVersion = "Xcode 3.2";
			developmentRegion = English;
			hasScannedForEncodings = 1;
			knownRegions = (
				English,
				Japanese,
				French,
				German,
			);
			mainGroup = 0867D691FE84028FC02AAC07 /* libsimplepgp */;
			productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				D2AAC07D0554694100DB518D /* simplepgp */,
			);
		};
/* End PBXProject section */

/* Begin PBXShellScriptBuildPhase section */
		6926B15A146F611300F69705 /* ShellScript */ = {
			isa = PBXShellScriptBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			inputPaths = (
			);
			outputPaths = (
			);
			runOnlyForDeploymentPostprocessing = 0;
			shellPath = /bin/sh;
			shellScript = "./get_libs.sh\n";
		};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
		D2AAC07B0554694100DB518D /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				69269F2514620D0F00F69705 /* packet_test.c in Sources */,
				69269F2714620D0F00F69705 /* packet.c in Sources */,
				6926A662146B38F200F69705 /* keychain.c in Sources */,
				6926AD07146DC9BD00F69705 /* mpi.c in Sources */,
				6926AD08146DC9BD00F69705 /* util.c in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
		1DEB921F08733DC00010E9CD /* Debug simulator */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
				COPY_PHASE_STRIP = NO;
				DSTROOT = /tmp/libsimplepgp.dst;
				GCC_DYNAMIC_NO_PIC = NO;
				GCC_ENABLE_FIX_AND_CONTINUE = YES;
				GCC_MODEL_TUNING = G5;
				GCC_OPTIMIZATION_LEVEL = 0;
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
				GCC_PREFIX_HEADER = simplepgp_Prefix.pch;
				GCC_PREPROCESSOR_DEFINITIONS = DEBUG_LOG_ENABLED;
				HEADER_SEARCH_PATHS = (
					"Binaries/iPhoneSimulator-4.3/include",
					"$(SRCROOT)",
				);
				INSTALL_PATH = /usr/local/lib;
				LIBRARY_SEARCH_PATHS = (
					"$(inherited)",
					"\"$(SRCROOT)\"",
				);
				Libs = "";
				OTHER_LDFLAGS = (
					"-lgpg-error",
					"-lgcrypt",
					"-lz",
				);
				PRODUCT_NAME = simplepgp;
			};
			name = "Debug simulator";
		};
		1DEB922008733DC00010E9CD /* Release armv7 */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
				DSTROOT = /tmp/libsimplepgp.dst;
				GCC_MODEL_TUNING = G5;
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
				GCC_PREFIX_HEADER = simplepgp_Prefix.pch;
				HEADER_SEARCH_PATHS = (
					"Binaries/iPhoneOS-V7-4.3/include",
					"$(SRCROOT)",
				);
				INSTALL_PATH = /usr/local/lib;
				LIBRARY_SEARCH_PATHS = (
					"$(inherited)",
					"\"$(SRCROOT)\"",
				);
				OTHER_LDFLAGS = (
					"-lgpg-error",
					"-lgcrypt",
					"-lz",
				);
				PRODUCT_NAME = simplepgp;
			};
			name = "Release armv7";
		};
		1DEB922308733DC00010E9CD /* Debug simulator */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
				GCC_C_LANGUAGE_STANDARD = c99;
				GCC_OPTIMIZATION_LEVEL = 0;
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				HEADER_SEARCH_PATHS = "Binaries/iPhoneSimulator-4.3/include";
				LIBRARY_SEARCH_PATHS = "Binaries/iPhoneSimulator-4.3/lib";
				OTHER_LDFLAGS = "-ObjC";
				PREBINDING = NO;
				SDKROOT = iphoneos;
			};
			name = "Debug simulator";
		};
		1DEB922408733DC00010E9CD /* Release armv7 */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
				GCC_C_LANGUAGE_STANDARD = c99;
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				HEADER_SEARCH_PATHS = "Binaries/iPhoneOS-V7-4.3/include";
				LIBRARY_SEARCH_PATHS = "Binaries/iPhoneOS-V7-4.3/lib";
				OTHER_LDFLAGS = "-ObjC";
				PREBINDING = NO;
				SDKROOT = iphoneos;
				VALID_ARCHS = armv7;
			};
			name = "Release armv7";
		};
		6926B09F146F58EE00F69705 /* Release armv6 */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
				GCC_C_LANGUAGE_STANDARD = c99;
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				HEADER_SEARCH_PATHS = "Binaries/iPhoneOS-V6-4.3/include";
				LIBRARY_SEARCH_PATHS = "Binaries/iPhoneOS-V6-4.3/lib";
				OTHER_LDFLAGS = "-ObjC";
				PREBINDING = NO;
				SDKROOT = iphoneos;
				VALID_ARCHS = armv6;
			};
			name = "Release armv6";
		};
		6926B0A0146F58EE00F69705 /* Release armv6 */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
				DSTROOT = /tmp/libsimplepgp.dst;
				GCC_MODEL_TUNING = G5;
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
				GCC_PREFIX_HEADER = simplepgp_Prefix.pch;
				HEADER_SEARCH_PATHS = (
					"Binaries/iPhoneOS-V6-4.3/include",
					"$(SRCROOT)",
				);
				INSTALL_PATH = /usr/local/lib;
				LIBRARY_SEARCH_PATHS = (
					"$(inherited)",
					"\"$(SRCROOT)\"",
				);
				OTHER_LDFLAGS = (
					"-lgpg-error",
					"-lgcrypt",
					"-lz",
				);
				PRODUCT_NAME = simplepgp;
			};
			name = "Release armv6";
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		1DEB921E08733DC00010E9CD /* Build configuration list for PBXNativeTarget "simplepgp" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				1DEB921F08733DC00010E9CD /* Debug simulator */,
				1DEB922008733DC00010E9CD /* Release armv7 */,
				6926B0A0146F58EE00F69705 /* Release armv6 */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = "Release armv7";
		};
		1DEB922208733DC00010E9CD /* Build configuration list for PBXProject "simplepgp" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				1DEB922308733DC00010E9CD /* Debug simulator */,
				1DEB922408733DC00010E9CD /* Release armv7 */,
				6926B09F146F58EE00F69705 /* Release armv6 */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = "Release armv7";
		};
/* End XCConfigurationList section */
	};
	rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
}