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