Release/Growl/OpenGrowlPrefPane/OpenGrowlPrefPane.xcodeproj/project.pbxproj
author Peter Hosey
Wed Apr 15 18:54:23 2009 -0700 (2009-04-15)
changeset 4195 07c18306756c
parent 3753 2334564fcbc4
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 		345BD5600C89AAC4005C3DA2 /* OpenGrowlPrefPane.m in Sources */ = {isa = PBXBuildFile; fileRef = 08FB7796FE84155DC02AAC07 /* OpenGrowlPrefPane.m */; settings = {ATTRIBUTES = (); }; };
    11 		345BD5610C89AAC4005C3DA2 /* AEVTBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = 34CD9A570C885E230040C77F /* AEVTBuilder.m */; };
    12 		345BD5630C89AAC4005C3DA2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 08FB779EFE84155DC02AAC07 /* Foundation.framework */; };
    13 		345BD5640C89AAC4005C3DA2 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34CD9AAA0C8863C50040C77F /* Cocoa.framework */; };
    14 		345BD56C0C89AAE2005C3DA2 /* OpenPrefPane.m in Sources */ = {isa = PBXBuildFile; fileRef = 345BD56B0C89AAE2005C3DA2 /* OpenPrefPane.m */; };
    15 		345BD56F0C89AB1B005C3DA2 /* PrefPaneOpener.m in Sources */ = {isa = PBXBuildFile; fileRef = 345BD56E0C89AB1B005C3DA2 /* PrefPaneOpener.m */; };
    16 		345BD5710C89ABB0005C3DA2 /* PrefPaneOpener.m in Sources */ = {isa = PBXBuildFile; fileRef = 345BD56E0C89AB1B005C3DA2 /* PrefPaneOpener.m */; };
    17 		34CD9A580C885E230040C77F /* AEVTBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = 34CD9A570C885E230040C77F /* AEVTBuilder.m */; };
    18 		34CD9AAB0C8863C50040C77F /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34CD9AAA0C8863C50040C77F /* Cocoa.framework */; };
    19 		8DD76F9C0486AA7600D96B5E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 08FB779EFE84155DC02AAC07 /* Foundation.framework */; };
    20 /* End PBXBuildFile section */
    21 
    22 /* Begin PBXCopyFilesBuildPhase section */
    23 		345BD5650C89AAC4005C3DA2 /* CopyFiles */ = {
    24 			isa = PBXCopyFilesBuildPhase;
    25 			buildActionMask = 8;
    26 			dstPath = /usr/share/man/man1/;
    27 			dstSubfolderSpec = 0;
    28 			files = (
    29 			);
    30 			runOnlyForDeploymentPostprocessing = 1;
    31 		};
    32 		8DD76F9E0486AA7600D96B5E /* CopyFiles */ = {
    33 			isa = PBXCopyFilesBuildPhase;
    34 			buildActionMask = 8;
    35 			dstPath = /usr/share/man/man1/;
    36 			dstSubfolderSpec = 0;
    37 			files = (
    38 			);
    39 			runOnlyForDeploymentPostprocessing = 1;
    40 		};
    41 /* End PBXCopyFilesBuildPhase section */
    42 
    43 /* Begin PBXFileReference section */
    44 		08FB7796FE84155DC02AAC07 /* OpenGrowlPrefPane.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OpenGrowlPrefPane.m; sourceTree = "<group>"; };
    45 		08FB779EFE84155DC02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
    46 		32A70AAB03705E1F00C91783 /* OpenGrowlPrefPane_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OpenGrowlPrefPane_Prefix.pch; sourceTree = "<group>"; };
    47 		345BD5690C89AAC4005C3DA2 /* OpenGrowlPrefPane */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = OpenGrowlPrefPane; sourceTree = BUILT_PRODUCTS_DIR; };
    48 		345BD56B0C89AAE2005C3DA2 /* OpenPrefPane.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OpenPrefPane.m; sourceTree = "<group>"; };
    49 		345BD56D0C89AB1B005C3DA2 /* PrefPaneOpener.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PrefPaneOpener.h; sourceTree = "<group>"; };
    50 		345BD56E0C89AB1B005C3DA2 /* PrefPaneOpener.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PrefPaneOpener.m; sourceTree = "<group>"; };
    51 		34CD9A560C885E230040C77F /* AEVTBuilder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AEVTBuilder.h; path = ../../../Release/Growl/OpenGrowlPrefPane/AEVTBuilder.h; sourceTree = SOURCE_ROOT; };
    52 		34CD9A570C885E230040C77F /* AEVTBuilder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AEVTBuilder.m; path = ../../../Release/Growl/OpenGrowlPrefPane/AEVTBuilder.m; sourceTree = SOURCE_ROOT; };
    53 		34CD9AAA0C8863C50040C77F /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
    54 		8DD76FA10486AA7600D96B5E /* OpenPrefPane */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = OpenPrefPane; sourceTree = BUILT_PRODUCTS_DIR; };
    55 /* End PBXFileReference section */
    56 
    57 /* Begin PBXFrameworksBuildPhase section */
    58 		345BD5620C89AAC4005C3DA2 /* Frameworks */ = {
    59 			isa = PBXFrameworksBuildPhase;
    60 			buildActionMask = 2147483647;
    61 			files = (
    62 				345BD5630C89AAC4005C3DA2 /* Foundation.framework in Frameworks */,
    63 				345BD5640C89AAC4005C3DA2 /* Cocoa.framework in Frameworks */,
    64 			);
    65 			runOnlyForDeploymentPostprocessing = 0;
    66 		};
    67 		8DD76F9B0486AA7600D96B5E /* Frameworks */ = {
    68 			isa = PBXFrameworksBuildPhase;
    69 			buildActionMask = 2147483647;
    70 			files = (
    71 				8DD76F9C0486AA7600D96B5E /* Foundation.framework in Frameworks */,
    72 				34CD9AAB0C8863C50040C77F /* Cocoa.framework in Frameworks */,
    73 			);
    74 			runOnlyForDeploymentPostprocessing = 0;
    75 		};
    76 /* End PBXFrameworksBuildPhase section */
    77 
    78 /* Begin PBXGroup section */
    79 		08FB7794FE84155DC02AAC07 /* OpenGrowlPrefPane */ = {
    80 			isa = PBXGroup;
    81 			children = (
    82 				08FB7795FE84155DC02AAC07 /* Source */,
    83 				C6859EA2029092E104C91782 /* Documentation */,
    84 				08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */,
    85 				1AB674ADFE9D54B511CA2CBB /* Products */,
    86 			);
    87 			name = OpenGrowlPrefPane;
    88 			sourceTree = "<group>";
    89 		};
    90 		08FB7795FE84155DC02AAC07 /* Source */ = {
    91 			isa = PBXGroup;
    92 			children = (
    93 				32A70AAB03705E1F00C91783 /* OpenGrowlPrefPane_Prefix.pch */,
    94 				08FB7796FE84155DC02AAC07 /* OpenGrowlPrefPane.m */,
    95 				34CD9A560C885E230040C77F /* AEVTBuilder.h */,
    96 				34CD9A570C885E230040C77F /* AEVTBuilder.m */,
    97 				345BD56B0C89AAE2005C3DA2 /* OpenPrefPane.m */,
    98 				345BD56D0C89AB1B005C3DA2 /* PrefPaneOpener.h */,
    99 				345BD56E0C89AB1B005C3DA2 /* PrefPaneOpener.m */,
   100 			);
   101 			name = Source;
   102 			sourceTree = "<group>";
   103 		};
   104 		08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */ = {
   105 			isa = PBXGroup;
   106 			children = (
   107 				34CD9AAA0C8863C50040C77F /* Cocoa.framework */,
   108 				08FB779EFE84155DC02AAC07 /* Foundation.framework */,
   109 			);
   110 			name = "External Frameworks and Libraries";
   111 			sourceTree = "<group>";
   112 		};
   113 		1AB674ADFE9D54B511CA2CBB /* Products */ = {
   114 			isa = PBXGroup;
   115 			children = (
   116 				8DD76FA10486AA7600D96B5E /* OpenPrefPane */,
   117 				345BD5690C89AAC4005C3DA2 /* OpenGrowlPrefPane */,
   118 			);
   119 			name = Products;
   120 			sourceTree = "<group>";
   121 		};
   122 		C6859EA2029092E104C91782 /* Documentation */ = {
   123 			isa = PBXGroup;
   124 			children = (
   125 			);
   126 			name = Documentation;
   127 			sourceTree = "<group>";
   128 		};
   129 /* End PBXGroup section */
   130 
   131 /* Begin PBXNativeTarget section */
   132 		345BD55E0C89AAC4005C3DA2 /* OpenGrowlPrefPane */ = {
   133 			isa = PBXNativeTarget;
   134 			buildConfigurationList = 345BD5660C89AAC4005C3DA2 /* Build configuration list for PBXNativeTarget "OpenGrowlPrefPane" */;
   135 			buildPhases = (
   136 				345BD55F0C89AAC4005C3DA2 /* Sources */,
   137 				345BD5620C89AAC4005C3DA2 /* Frameworks */,
   138 				345BD5650C89AAC4005C3DA2 /* CopyFiles */,
   139 			);
   140 			buildRules = (
   141 			);
   142 			dependencies = (
   143 			);
   144 			name = OpenGrowlPrefPane;
   145 			productInstallPath = "$(HOME)/bin";
   146 			productName = OpenGrowlPrefPane;
   147 			productReference = 345BD5690C89AAC4005C3DA2 /* OpenGrowlPrefPane */;
   148 			productType = "com.apple.product-type.tool";
   149 		};
   150 		8DD76F960486AA7600D96B5E /* OpenPrefPane */ = {
   151 			isa = PBXNativeTarget;
   152 			buildConfigurationList = 1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "OpenPrefPane" */;
   153 			buildPhases = (
   154 				8DD76F990486AA7600D96B5E /* Sources */,
   155 				8DD76F9B0486AA7600D96B5E /* Frameworks */,
   156 				8DD76F9E0486AA7600D96B5E /* CopyFiles */,
   157 			);
   158 			buildRules = (
   159 			);
   160 			dependencies = (
   161 			);
   162 			name = OpenPrefPane;
   163 			productInstallPath = "$(HOME)/bin";
   164 			productName = OpenGrowlPrefPane;
   165 			productReference = 8DD76FA10486AA7600D96B5E /* OpenPrefPane */;
   166 			productType = "com.apple.product-type.tool";
   167 		};
   168 /* End PBXNativeTarget section */
   169 
   170 /* Begin PBXProject section */
   171 		08FB7793FE84155DC02AAC07 /* Project object */ = {
   172 			isa = PBXProject;
   173 			buildConfigurationList = 1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "OpenGrowlPrefPane" */;
   174 			compatibilityVersion = "Xcode 3.0";
   175 			hasScannedForEncodings = 1;
   176 			mainGroup = 08FB7794FE84155DC02AAC07 /* OpenGrowlPrefPane */;
   177 			projectDirPath = "";
   178 			projectRoot = "";
   179 			targets = (
   180 				8DD76F960486AA7600D96B5E /* OpenPrefPane */,
   181 				345BD55E0C89AAC4005C3DA2 /* OpenGrowlPrefPane */,
   182 			);
   183 		};
   184 /* End PBXProject section */
   185 
   186 /* Begin PBXSourcesBuildPhase section */
   187 		345BD55F0C89AAC4005C3DA2 /* Sources */ = {
   188 			isa = PBXSourcesBuildPhase;
   189 			buildActionMask = 2147483647;
   190 			files = (
   191 				345BD5600C89AAC4005C3DA2 /* OpenGrowlPrefPane.m in Sources */,
   192 				345BD5610C89AAC4005C3DA2 /* AEVTBuilder.m in Sources */,
   193 				345BD5710C89ABB0005C3DA2 /* PrefPaneOpener.m in Sources */,
   194 			);
   195 			runOnlyForDeploymentPostprocessing = 0;
   196 		};
   197 		8DD76F990486AA7600D96B5E /* Sources */ = {
   198 			isa = PBXSourcesBuildPhase;
   199 			buildActionMask = 2147483647;
   200 			files = (
   201 				34CD9A580C885E230040C77F /* AEVTBuilder.m in Sources */,
   202 				345BD56C0C89AAE2005C3DA2 /* OpenPrefPane.m in Sources */,
   203 				345BD56F0C89AB1B005C3DA2 /* PrefPaneOpener.m in Sources */,
   204 			);
   205 			runOnlyForDeploymentPostprocessing = 0;
   206 		};
   207 /* End PBXSourcesBuildPhase section */
   208 
   209 /* Begin XCBuildConfiguration section */
   210 		1DEB927508733DD40010E9CD /* Debug */ = {
   211 			isa = XCBuildConfiguration;
   212 			buildSettings = {
   213 				GCC_DYNAMIC_NO_PIC = NO;
   214 				GCC_ENABLE_FIX_AND_CONTINUE = YES;
   215 				GCC_MODEL_TUNING = G5;
   216 				GCC_OPTIMIZATION_LEVEL = 0;
   217 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
   218 				GCC_PREFIX_HEADER = OpenGrowlPrefPane_Prefix.pch;
   219 				INSTALL_PATH = /usr/local/bin;
   220 				PRODUCT_NAME = OpenPrefPane;
   221 				ZERO_LINK = YES;
   222 			};
   223 			name = Debug;
   224 		};
   225 		1DEB927608733DD40010E9CD /* Release */ = {
   226 			isa = XCBuildConfiguration;
   227 			buildSettings = {
   228 				GCC_MODEL_TUNING = G5;
   229 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
   230 				GCC_PREFIX_HEADER = OpenGrowlPrefPane_Prefix.pch;
   231 				PRODUCT_NAME = OpenPrefPane;
   232 			};
   233 			name = Release;
   234 		};
   235 		1DEB927908733DD40010E9CD /* Debug */ = {
   236 			isa = XCBuildConfiguration;
   237 			buildSettings = {
   238 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
   239 				GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
   240 				GCC_WARN_ABOUT_RETURN_TYPE = YES;
   241 				GCC_WARN_UNUSED_VARIABLE = YES;
   242 				PREBINDING = NO;
   243 				SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
   244 			};
   245 			name = Debug;
   246 		};
   247 		1DEB927A08733DD40010E9CD /* Release */ = {
   248 			isa = XCBuildConfiguration;
   249 			buildSettings = {
   250 				ARCHS = (
   251 					ppc,
   252 					i386,
   253 				);
   254 				COPY_PHASE_STRIP = NO;
   255 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
   256 				DEPLOYMENT_POSTPROCESSING = YES;
   257 				GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
   258 				GCC_WARN_ABOUT_RETURN_TYPE = YES;
   259 				GCC_WARN_UNUSED_VARIABLE = YES;
   260 				MACOSX_DEPLOYMENT_TARGET = 10.3;
   261 				PREBINDING = NO;
   262 				SEPARATE_STRIP = YES;
   263 				STRIP_INSTALLED_PRODUCT = YES;
   264 			};
   265 			name = Release;
   266 		};
   267 		345BD5670C89AAC4005C3DA2 /* Debug */ = {
   268 			isa = XCBuildConfiguration;
   269 			buildSettings = {
   270 				GCC_DYNAMIC_NO_PIC = NO;
   271 				GCC_ENABLE_FIX_AND_CONTINUE = YES;
   272 				GCC_MODEL_TUNING = G5;
   273 				GCC_OPTIMIZATION_LEVEL = 0;
   274 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
   275 				GCC_PREFIX_HEADER = OpenGrowlPrefPane_Prefix.pch;
   276 				INSTALL_PATH = /usr/local/bin;
   277 				PRODUCT_NAME = OpenGrowlPrefPane;
   278 				ZERO_LINK = YES;
   279 			};
   280 			name = Debug;
   281 		};
   282 		345BD5680C89AAC4005C3DA2 /* Release */ = {
   283 			isa = XCBuildConfiguration;
   284 			buildSettings = {
   285 				GCC_MODEL_TUNING = G5;
   286 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
   287 				GCC_PREFIX_HEADER = OpenGrowlPrefPane_Prefix.pch;
   288 				PRODUCT_NAME = OpenGrowlPrefPane;
   289 			};
   290 			name = Release;
   291 		};
   292 /* End XCBuildConfiguration section */
   293 
   294 /* Begin XCConfigurationList section */
   295 		1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "OpenPrefPane" */ = {
   296 			isa = XCConfigurationList;
   297 			buildConfigurations = (
   298 				1DEB927508733DD40010E9CD /* Debug */,
   299 				1DEB927608733DD40010E9CD /* Release */,
   300 			);
   301 			defaultConfigurationIsVisible = 0;
   302 			defaultConfigurationName = Release;
   303 		};
   304 		1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "OpenGrowlPrefPane" */ = {
   305 			isa = XCConfigurationList;
   306 			buildConfigurations = (
   307 				1DEB927908733DD40010E9CD /* Debug */,
   308 				1DEB927A08733DD40010E9CD /* Release */,
   309 			);
   310 			defaultConfigurationIsVisible = 0;
   311 			defaultConfigurationName = Release;
   312 		};
   313 		345BD5660C89AAC4005C3DA2 /* Build configuration list for PBXNativeTarget "OpenGrowlPrefPane" */ = {
   314 			isa = XCConfigurationList;
   315 			buildConfigurations = (
   316 				345BD5670C89AAC4005C3DA2 /* Debug */,
   317 				345BD5680C89AAC4005C3DA2 /* Release */,
   318 			);
   319 			defaultConfigurationIsVisible = 0;
   320 			defaultConfigurationName = Release;
   321 		};
   322 /* End XCConfigurationList section */
   323 	};
   324 	rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
   325 }