Release/Growl/OpenAppWithoutAddingToRecents/OpenAppWithoutAddingToRecents.xcodeproj/project.pbxproj
author Peter Hosey
Wed Apr 15 18:54:23 2009 -0700 (2009-04-15)
changeset 4195 07c18306756c
parent 4103 dbed22a370cb
child 4721 1ced1aac32db
permissions -rw-r--r--
Switched the build configurations to use the DWARF-with-dSYM debug symbol format. We'll keep the dSYM files for each release so that we can symbolicate crash logs from the stripped executables.
     1 // !$*UTF8*$!
     2 {
     3 	archiveVersion = 1;
     4 	classes = {
     5 	};
     6 	objectVersion = 42;
     7 	objects = {
     8 
     9 /* Begin PBXBuildFile section */
    10 		317899C10E03388C0005D2E9 /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 317899C00E03388C0005D2E9 /* ApplicationServices.framework */; };
    11 		317899C60E0338930005D2E9 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 317899C50E0338930005D2E9 /* CoreServices.framework */; };
    12 		317899CE0E033AC30005D2E9 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 317899CD0E033AC30005D2E9 /* Foundation.framework */; };
    13 		8DD76F9A0486AA7600D96B5E /* OpenAppWithoutAddingToRecents.m in Sources */ = {isa = PBXBuildFile; fileRef = 08FB7796FE84155DC02AAC07 /* OpenAppWithoutAddingToRecents.m */; settings = {ATTRIBUTES = (); }; };
    14 		8DD76F9F0486AA7600D96B5E /* OpenAppWithoutAddingToRecents.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = C6859EA3029092ED04C91782 /* OpenAppWithoutAddingToRecents.1 */; };
    15 /* End PBXBuildFile section */
    16 
    17 /* Begin PBXCopyFilesBuildPhase section */
    18 		8DD76F9E0486AA7600D96B5E /* CopyFiles */ = {
    19 			isa = PBXCopyFilesBuildPhase;
    20 			buildActionMask = 8;
    21 			dstPath = /usr/share/man/man1/;
    22 			dstSubfolderSpec = 0;
    23 			files = (
    24 				8DD76F9F0486AA7600D96B5E /* OpenAppWithoutAddingToRecents.1 in CopyFiles */,
    25 			);
    26 			runOnlyForDeploymentPostprocessing = 1;
    27 		};
    28 /* End PBXCopyFilesBuildPhase section */
    29 
    30 /* Begin PBXFileReference section */
    31 		08FB7796FE84155DC02AAC07 /* OpenAppWithoutAddingToRecents.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OpenAppWithoutAddingToRecents.m; sourceTree = "<group>"; };
    32 		317899C00E03388C0005D2E9 /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = /System/Library/Frameworks/ApplicationServices.framework; sourceTree = "<absolute>"; };
    33 		317899C50E0338930005D2E9 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = "<absolute>"; };
    34 		317899CD0E033AC30005D2E9 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
    35 		32A70AAB03705E1F00C91783 /* OpenAppWithoutAddingToRecents_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OpenAppWithoutAddingToRecents_Prefix.pch; sourceTree = "<group>"; };
    36 		8DD76FA10486AA7600D96B5E /* OpenAppWithoutAddingToRecents */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = OpenAppWithoutAddingToRecents; sourceTree = BUILT_PRODUCTS_DIR; };
    37 		C6859EA3029092ED04C91782 /* OpenAppWithoutAddingToRecents.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = OpenAppWithoutAddingToRecents.1; sourceTree = "<group>"; };
    38 /* End PBXFileReference section */
    39 
    40 /* Begin PBXFrameworksBuildPhase section */
    41 		8DD76F9B0486AA7600D96B5E /* Frameworks */ = {
    42 			isa = PBXFrameworksBuildPhase;
    43 			buildActionMask = 2147483647;
    44 			files = (
    45 				317899C10E03388C0005D2E9 /* ApplicationServices.framework in Frameworks */,
    46 				317899C60E0338930005D2E9 /* CoreServices.framework in Frameworks */,
    47 				317899CE0E033AC30005D2E9 /* Foundation.framework in Frameworks */,
    48 			);
    49 			runOnlyForDeploymentPostprocessing = 0;
    50 		};
    51 /* End PBXFrameworksBuildPhase section */
    52 
    53 /* Begin PBXGroup section */
    54 		08FB7794FE84155DC02AAC07 /* OpenAppWithoutAddingToRecents */ = {
    55 			isa = PBXGroup;
    56 			children = (
    57 				08FB7795FE84155DC02AAC07 /* Source */,
    58 				C6859EA2029092E104C91782 /* Documentation */,
    59 				08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */,
    60 				1AB674ADFE9D54B511CA2CBB /* Products */,
    61 			);
    62 			name = OpenAppWithoutAddingToRecents;
    63 			sourceTree = "<group>";
    64 		};
    65 		08FB7795FE84155DC02AAC07 /* Source */ = {
    66 			isa = PBXGroup;
    67 			children = (
    68 				32A70AAB03705E1F00C91783 /* OpenAppWithoutAddingToRecents_Prefix.pch */,
    69 				08FB7796FE84155DC02AAC07 /* OpenAppWithoutAddingToRecents.m */,
    70 			);
    71 			name = Source;
    72 			sourceTree = "<group>";
    73 		};
    74 		08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */ = {
    75 			isa = PBXGroup;
    76 			children = (
    77 				317899C50E0338930005D2E9 /* CoreServices.framework */,
    78 				317899C00E03388C0005D2E9 /* ApplicationServices.framework */,
    79 				317899CD0E033AC30005D2E9 /* Foundation.framework */,
    80 			);
    81 			name = "External Frameworks and Libraries";
    82 			sourceTree = "<group>";
    83 		};
    84 		1AB674ADFE9D54B511CA2CBB /* Products */ = {
    85 			isa = PBXGroup;
    86 			children = (
    87 				8DD76FA10486AA7600D96B5E /* OpenAppWithoutAddingToRecents */,
    88 			);
    89 			name = Products;
    90 			sourceTree = "<group>";
    91 		};
    92 		C6859EA2029092E104C91782 /* Documentation */ = {
    93 			isa = PBXGroup;
    94 			children = (
    95 				C6859EA3029092ED04C91782 /* OpenAppWithoutAddingToRecents.1 */,
    96 			);
    97 			name = Documentation;
    98 			sourceTree = "<group>";
    99 		};
   100 /* End PBXGroup section */
   101 
   102 /* Begin PBXNativeTarget section */
   103 		8DD76F960486AA7600D96B5E /* OpenAppWithoutAddingToRecents */ = {
   104 			isa = PBXNativeTarget;
   105 			buildConfigurationList = 1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "OpenAppWithoutAddingToRecents" */;
   106 			buildPhases = (
   107 				8DD76F990486AA7600D96B5E /* Sources */,
   108 				8DD76F9B0486AA7600D96B5E /* Frameworks */,
   109 				8DD76F9E0486AA7600D96B5E /* CopyFiles */,
   110 			);
   111 			buildRules = (
   112 			);
   113 			dependencies = (
   114 			);
   115 			name = OpenAppWithoutAddingToRecents;
   116 			productInstallPath = "$(HOME)/bin";
   117 			productName = OpenAppWithoutAddingToRecents;
   118 			productReference = 8DD76FA10486AA7600D96B5E /* OpenAppWithoutAddingToRecents */;
   119 			productType = "com.apple.product-type.tool";
   120 		};
   121 /* End PBXNativeTarget section */
   122 
   123 /* Begin PBXProject section */
   124 		08FB7793FE84155DC02AAC07 /* Project object */ = {
   125 			isa = PBXProject;
   126 			buildConfigurationList = 1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "OpenAppWithoutAddingToRecents" */;
   127 			compatibilityVersion = "Xcode 2.4";
   128 			hasScannedForEncodings = 1;
   129 			mainGroup = 08FB7794FE84155DC02AAC07 /* OpenAppWithoutAddingToRecents */;
   130 			projectDirPath = "";
   131 			projectRoot = "";
   132 			targets = (
   133 				8DD76F960486AA7600D96B5E /* OpenAppWithoutAddingToRecents */,
   134 			);
   135 		};
   136 /* End PBXProject section */
   137 
   138 /* Begin PBXSourcesBuildPhase section */
   139 		8DD76F990486AA7600D96B5E /* Sources */ = {
   140 			isa = PBXSourcesBuildPhase;
   141 			buildActionMask = 2147483647;
   142 			files = (
   143 				8DD76F9A0486AA7600D96B5E /* OpenAppWithoutAddingToRecents.m in Sources */,
   144 			);
   145 			runOnlyForDeploymentPostprocessing = 0;
   146 		};
   147 /* End PBXSourcesBuildPhase section */
   148 
   149 /* Begin XCBuildConfiguration section */
   150 		1DEB927508733DD40010E9CD /* Debug */ = {
   151 			isa = XCBuildConfiguration;
   152 			buildSettings = {
   153 				GCC_DYNAMIC_NO_PIC = NO;
   154 				GCC_ENABLE_FIX_AND_CONTINUE = YES;
   155 				GCC_MODEL_TUNING = G5;
   156 				GCC_OPTIMIZATION_LEVEL = 0;
   157 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
   158 				GCC_PREFIX_HEADER = OpenAppWithoutAddingToRecents_Prefix.pch;
   159 				INSTALL_PATH = /usr/local/bin;
   160 				PRODUCT_NAME = OpenAppWithoutAddingToRecents;
   161 				ZERO_LINK = YES;
   162 			};
   163 			name = Debug;
   164 		};
   165 		1DEB927608733DD40010E9CD /* Release */ = {
   166 			isa = XCBuildConfiguration;
   167 			buildSettings = {
   168 				GCC_MODEL_TUNING = G5;
   169 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
   170 				GCC_PREFIX_HEADER = OpenAppWithoutAddingToRecents_Prefix.pch;
   171 				INSTALL_PATH = /usr/local/bin;
   172 				PRODUCT_NAME = OpenAppWithoutAddingToRecents;
   173 			};
   174 			name = Release;
   175 		};
   176 		1DEB927908733DD40010E9CD /* Debug */ = {
   177 			isa = XCBuildConfiguration;
   178 			buildSettings = {
   179 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
   180 				GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
   181 				GCC_WARN_ABOUT_RETURN_TYPE = YES;
   182 				GCC_WARN_UNUSED_VARIABLE = YES;
   183 				MACOSX_DEPLOYMENT_TARGET = 10.4;
   184 				PREBINDING = NO;
   185 				SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
   186 			};
   187 			name = Debug;
   188 		};
   189 		1DEB927A08733DD40010E9CD /* Release */ = {
   190 			isa = XCBuildConfiguration;
   191 			buildSettings = {
   192 				ARCHS = (
   193 					ppc,
   194 					i386,
   195 				);
   196 				COPY_PHASE_STRIP = NO;
   197 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
   198 				DEPLOYMENT_POSTPROCESSING = YES;
   199 				GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
   200 				GCC_WARN_ABOUT_RETURN_TYPE = YES;
   201 				GCC_WARN_UNUSED_VARIABLE = YES;
   202 				MACOSX_DEPLOYMENT_TARGET = 10.4;
   203 				PREBINDING = NO;
   204 				SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
   205 				SEPARATE_STRIP = YES;
   206 				STRIP_INSTALLED_PRODUCT = YES;
   207 			};
   208 			name = Release;
   209 		};
   210 /* End XCBuildConfiguration section */
   211 
   212 /* Begin XCConfigurationList section */
   213 		1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "OpenAppWithoutAddingToRecents" */ = {
   214 			isa = XCConfigurationList;
   215 			buildConfigurations = (
   216 				1DEB927508733DD40010E9CD /* Debug */,
   217 				1DEB927608733DD40010E9CD /* Release */,
   218 			);
   219 			defaultConfigurationIsVisible = 0;
   220 			defaultConfigurationName = Release;
   221 		};
   222 		1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "OpenAppWithoutAddingToRecents" */ = {
   223 			isa = XCConfigurationList;
   224 			buildConfigurations = (
   225 				1DEB927908733DD40010E9CD /* Debug */,
   226 				1DEB927A08733DD40010E9CD /* Release */,
   227 			);
   228 			defaultConfigurationIsVisible = 0;
   229 			defaultConfigurationName = Release;
   230 		};
   231 /* End XCConfigurationList section */
   232 	};
   233 	rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
   234 }