Release/Growl/OpenDocWithoutAddingToRecents/OpenDocWithoutAddingToRecents.xcodeproj/project.pbxproj
changeset 4451 939a07eddf5e
child 4721 1ced1aac32db
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/Release/Growl/OpenDocWithoutAddingToRecents/OpenDocWithoutAddingToRecents.xcodeproj/project.pbxproj	Sun Sep 27 23:40:15 2009 -0700
     1.3 @@ -0,0 +1,209 @@
     1.4 +// !$*UTF8*$!
     1.5 +{
     1.6 +	archiveVersion = 1;
     1.7 +	classes = {
     1.8 +	};
     1.9 +	objectVersion = 42;
    1.10 +	objects = {
    1.11 +
    1.12 +/* Begin PBXBuildFile section */
    1.13 +		317899C10E03388C0005D2E9 /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 317899C00E03388C0005D2E9 /* ApplicationServices.framework */; };
    1.14 +		317899C60E0338930005D2E9 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 317899C50E0338930005D2E9 /* CoreServices.framework */; };
    1.15 +		317899CE0E033AC30005D2E9 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 317899CD0E033AC30005D2E9 /* Foundation.framework */; };
    1.16 +		8DD76F9A0486AA7600D96B5E /* OpenDocWithoutAddingToRecents.m in Sources */ = {isa = PBXBuildFile; fileRef = 08FB7796FE84155DC02AAC07 /* OpenDocWithoutAddingToRecents.m */; settings = {ATTRIBUTES = (); }; };
    1.17 +/* End PBXBuildFile section */
    1.18 +
    1.19 +/* Begin PBXFileReference section */
    1.20 +		08FB7796FE84155DC02AAC07 /* OpenDocWithoutAddingToRecents.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OpenDocWithoutAddingToRecents.m; sourceTree = "<group>"; };
    1.21 +		317899C00E03388C0005D2E9 /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = /System/Library/Frameworks/ApplicationServices.framework; sourceTree = "<absolute>"; };
    1.22 +		317899C50E0338930005D2E9 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = "<absolute>"; };
    1.23 +		317899CD0E033AC30005D2E9 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
    1.24 +		32A70AAB03705E1F00C91783 /* OpenDocWithoutAddingToRecents_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OpenDocWithoutAddingToRecents_Prefix.pch; sourceTree = "<group>"; };
    1.25 +		8DD76FA10486AA7600D96B5E /* OpenDocWithoutAddingToRecents */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = OpenDocWithoutAddingToRecents; sourceTree = BUILT_PRODUCTS_DIR; };
    1.26 +/* End PBXFileReference section */
    1.27 +
    1.28 +/* Begin PBXFrameworksBuildPhase section */
    1.29 +		8DD76F9B0486AA7600D96B5E /* Frameworks */ = {
    1.30 +			isa = PBXFrameworksBuildPhase;
    1.31 +			buildActionMask = 2147483647;
    1.32 +			files = (
    1.33 +				317899C10E03388C0005D2E9 /* ApplicationServices.framework in Frameworks */,
    1.34 +				317899C60E0338930005D2E9 /* CoreServices.framework in Frameworks */,
    1.35 +				317899CE0E033AC30005D2E9 /* Foundation.framework in Frameworks */,
    1.36 +			);
    1.37 +			runOnlyForDeploymentPostprocessing = 0;
    1.38 +		};
    1.39 +/* End PBXFrameworksBuildPhase section */
    1.40 +
    1.41 +/* Begin PBXGroup section */
    1.42 +		08FB7794FE84155DC02AAC07 /* OpenAppWithoutAddingToRecents */ = {
    1.43 +			isa = PBXGroup;
    1.44 +			children = (
    1.45 +				08FB7795FE84155DC02AAC07 /* Source */,
    1.46 +				08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */,
    1.47 +				1AB674ADFE9D54B511CA2CBB /* Products */,
    1.48 +			);
    1.49 +			name = OpenAppWithoutAddingToRecents;
    1.50 +			sourceTree = "<group>";
    1.51 +		};
    1.52 +		08FB7795FE84155DC02AAC07 /* Source */ = {
    1.53 +			isa = PBXGroup;
    1.54 +			children = (
    1.55 +				32A70AAB03705E1F00C91783 /* OpenDocWithoutAddingToRecents_Prefix.pch */,
    1.56 +				08FB7796FE84155DC02AAC07 /* OpenDocWithoutAddingToRecents.m */,
    1.57 +			);
    1.58 +			name = Source;
    1.59 +			sourceTree = "<group>";
    1.60 +		};
    1.61 +		08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */ = {
    1.62 +			isa = PBXGroup;
    1.63 +			children = (
    1.64 +				317899C50E0338930005D2E9 /* CoreServices.framework */,
    1.65 +				317899C00E03388C0005D2E9 /* ApplicationServices.framework */,
    1.66 +				317899CD0E033AC30005D2E9 /* Foundation.framework */,
    1.67 +			);
    1.68 +			name = "External Frameworks and Libraries";
    1.69 +			sourceTree = "<group>";
    1.70 +		};
    1.71 +		1AB674ADFE9D54B511CA2CBB /* Products */ = {
    1.72 +			isa = PBXGroup;
    1.73 +			children = (
    1.74 +				8DD76FA10486AA7600D96B5E /* OpenDocWithoutAddingToRecents */,
    1.75 +			);
    1.76 +			name = Products;
    1.77 +			sourceTree = "<group>";
    1.78 +		};
    1.79 +/* End PBXGroup section */
    1.80 +
    1.81 +/* Begin PBXNativeTarget section */
    1.82 +		8DD76F960486AA7600D96B5E /* OpenDocWithoutAddingToRecents */ = {
    1.83 +			isa = PBXNativeTarget;
    1.84 +			buildConfigurationList = 1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "OpenDocWithoutAddingToRecents" */;
    1.85 +			buildPhases = (
    1.86 +				8DD76F990486AA7600D96B5E /* Sources */,
    1.87 +				8DD76F9B0486AA7600D96B5E /* Frameworks */,
    1.88 +			);
    1.89 +			buildRules = (
    1.90 +			);
    1.91 +			dependencies = (
    1.92 +			);
    1.93 +			name = OpenDocWithoutAddingToRecents;
    1.94 +			productInstallPath = "$(HOME)/bin";
    1.95 +			productName = OpenAppWithoutAddingToRecents;
    1.96 +			productReference = 8DD76FA10486AA7600D96B5E /* OpenDocWithoutAddingToRecents */;
    1.97 +			productType = "com.apple.product-type.tool";
    1.98 +		};
    1.99 +/* End PBXNativeTarget section */
   1.100 +
   1.101 +/* Begin PBXProject section */
   1.102 +		08FB7793FE84155DC02AAC07 /* Project object */ = {
   1.103 +			isa = PBXProject;
   1.104 +			buildConfigurationList = 1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "OpenDocWithoutAddingToRecents" */;
   1.105 +			compatibilityVersion = "Xcode 2.4";
   1.106 +			hasScannedForEncodings = 1;
   1.107 +			mainGroup = 08FB7794FE84155DC02AAC07 /* OpenAppWithoutAddingToRecents */;
   1.108 +			projectDirPath = "";
   1.109 +			projectRoot = "";
   1.110 +			targets = (
   1.111 +				8DD76F960486AA7600D96B5E /* OpenDocWithoutAddingToRecents */,
   1.112 +			);
   1.113 +		};
   1.114 +/* End PBXProject section */
   1.115 +
   1.116 +/* Begin PBXSourcesBuildPhase section */
   1.117 +		8DD76F990486AA7600D96B5E /* Sources */ = {
   1.118 +			isa = PBXSourcesBuildPhase;
   1.119 +			buildActionMask = 2147483647;
   1.120 +			files = (
   1.121 +				8DD76F9A0486AA7600D96B5E /* OpenDocWithoutAddingToRecents.m in Sources */,
   1.122 +			);
   1.123 +			runOnlyForDeploymentPostprocessing = 0;
   1.124 +		};
   1.125 +/* End PBXSourcesBuildPhase section */
   1.126 +
   1.127 +/* Begin XCBuildConfiguration section */
   1.128 +		1DEB927508733DD40010E9CD /* Debug */ = {
   1.129 +			isa = XCBuildConfiguration;
   1.130 +			buildSettings = {
   1.131 +				GCC_DYNAMIC_NO_PIC = NO;
   1.132 +				GCC_ENABLE_FIX_AND_CONTINUE = YES;
   1.133 +				GCC_MODEL_TUNING = G5;
   1.134 +				GCC_OPTIMIZATION_LEVEL = 0;
   1.135 +				GCC_PRECOMPILE_PREFIX_HEADER = YES;
   1.136 +				GCC_PREFIX_HEADER = OpenDocWithoutAddingToRecents_Prefix.pch;
   1.137 +				INSTALL_PATH = /usr/local/bin;
   1.138 +				PRODUCT_NAME = OpenDocWithoutAddingToRecents;
   1.139 +				ZERO_LINK = YES;
   1.140 +			};
   1.141 +			name = Debug;
   1.142 +		};
   1.143 +		1DEB927608733DD40010E9CD /* Release */ = {
   1.144 +			isa = XCBuildConfiguration;
   1.145 +			buildSettings = {
   1.146 +				GCC_MODEL_TUNING = G5;
   1.147 +				GCC_PRECOMPILE_PREFIX_HEADER = YES;
   1.148 +				GCC_PREFIX_HEADER = OpenDocWithoutAddingToRecents_Prefix.pch;
   1.149 +				INSTALL_PATH = /usr/local/bin;
   1.150 +				PRODUCT_NAME = OpenDocWithoutAddingToRecents;
   1.151 +			};
   1.152 +			name = Release;
   1.153 +		};
   1.154 +		1DEB927908733DD40010E9CD /* Debug */ = {
   1.155 +			isa = XCBuildConfiguration;
   1.156 +			buildSettings = {
   1.157 +				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
   1.158 +				GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
   1.159 +				GCC_WARN_ABOUT_RETURN_TYPE = YES;
   1.160 +				GCC_WARN_UNUSED_VARIABLE = YES;
   1.161 +				MACOSX_DEPLOYMENT_TARGET = 10.4;
   1.162 +				PREBINDING = NO;
   1.163 +				SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
   1.164 +			};
   1.165 +			name = Debug;
   1.166 +		};
   1.167 +		1DEB927A08733DD40010E9CD /* Release */ = {
   1.168 +			isa = XCBuildConfiguration;
   1.169 +			buildSettings = {
   1.170 +				ARCHS = (
   1.171 +					ppc,
   1.172 +					i386,
   1.173 +				);
   1.174 +				COPY_PHASE_STRIP = NO;
   1.175 +				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
   1.176 +				DEPLOYMENT_POSTPROCESSING = YES;
   1.177 +				GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
   1.178 +				GCC_WARN_ABOUT_RETURN_TYPE = YES;
   1.179 +				GCC_WARN_UNUSED_VARIABLE = YES;
   1.180 +				MACOSX_DEPLOYMENT_TARGET = 10.4;
   1.181 +				PREBINDING = NO;
   1.182 +				SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
   1.183 +				SEPARATE_STRIP = YES;
   1.184 +				STRIP_INSTALLED_PRODUCT = YES;
   1.185 +			};
   1.186 +			name = Release;
   1.187 +		};
   1.188 +/* End XCBuildConfiguration section */
   1.189 +
   1.190 +/* Begin XCConfigurationList section */
   1.191 +		1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "OpenDocWithoutAddingToRecents" */ = {
   1.192 +			isa = XCConfigurationList;
   1.193 +			buildConfigurations = (
   1.194 +				1DEB927508733DD40010E9CD /* Debug */,
   1.195 +				1DEB927608733DD40010E9CD /* Release */,
   1.196 +			);
   1.197 +			defaultConfigurationIsVisible = 0;
   1.198 +			defaultConfigurationName = Release;
   1.199 +		};
   1.200 +		1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "OpenDocWithoutAddingToRecents" */ = {
   1.201 +			isa = XCConfigurationList;
   1.202 +			buildConfigurations = (
   1.203 +				1DEB927908733DD40010E9CD /* Debug */,
   1.204 +				1DEB927A08733DD40010E9CD /* Release */,
   1.205 +			);
   1.206 +			defaultConfigurationIsVisible = 0;
   1.207 +			defaultConfigurationName = Release;
   1.208 +		};
   1.209 +/* End XCConfigurationList section */
   1.210 +	};
   1.211 +	rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
   1.212 +}