Extras/GrowlTunes/Plugins/Examples/Synergy/GrowlTunes-Synergy.xcodeproj/project.pbxproj
author Peter Hosey
Wed Apr 15 18:54:23 2009 -0700 (2009-04-15)
changeset 4195 07c18306756c
parent 4194 4a55497142b3
child 4344 d931aba5056b
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 		0753B9A306E51B2100B85509 /* SynergyIconSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 0753B9A106E51B2100B85509 /* SynergyIconSource.m */; };
    11 		8D5B49B0048680CD000E48DA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; };
    12 		8D5B49B4048680CD000E48DA /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */; };
    13 /* End PBXBuildFile section */
    14 
    15 /* Begin PBXFileReference section */
    16 		0753B9A006E51B2100B85509 /* SynergyIconSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SynergyIconSource.h; sourceTree = "<group>"; };
    17 		0753B9A106E51B2100B85509 /* SynergyIconSource.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SynergyIconSource.m; sourceTree = "<group>"; };
    18 		089C1672FE841209C02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
    19 		089C167EFE841241C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
    20 		089C167FFE841241C02AAC07 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
    21 		1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
    22 		32DBCF630370AF2F00C91783 /* GrowlTunes-Synergy_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "GrowlTunes-Synergy_Prefix.pch"; sourceTree = "<group>"; };
    23 		8D5B49B6048680CD000E48DA /* GrowlTunes-Synergy.plugin */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "GrowlTunes-Synergy.plugin"; sourceTree = BUILT_PRODUCTS_DIR; };
    24 		8D5B49B7048680CD000E48DA /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
    25 /* End PBXFileReference section */
    26 
    27 /* Begin PBXFrameworksBuildPhase section */
    28 		8D5B49B3048680CD000E48DA /* Frameworks */ = {
    29 			isa = PBXFrameworksBuildPhase;
    30 			buildActionMask = 2147483647;
    31 			files = (
    32 				8D5B49B4048680CD000E48DA /* Cocoa.framework in Frameworks */,
    33 			);
    34 			runOnlyForDeploymentPostprocessing = 0;
    35 		};
    36 /* End PBXFrameworksBuildPhase section */
    37 
    38 /* Begin PBXGroup section */
    39 		089C166AFE841209C02AAC07 /* GrowlTunes-Synergy */ = {
    40 			isa = PBXGroup;
    41 			children = (
    42 				08FB77AFFE84173DC02AAC07 /* Classes */,
    43 				32C88E010371C26100C91783 /* Other Sources */,
    44 				089C167CFE841241C02AAC07 /* Resources */,
    45 				089C1671FE841209C02AAC07 /* Frameworks and Libraries */,
    46 				19C28FB8FE9D52D311CA2CBB /* Products */,
    47 			);
    48 			name = "GrowlTunes-Synergy";
    49 			sourceTree = "<group>";
    50 		};
    51 		089C1671FE841209C02AAC07 /* Frameworks and Libraries */ = {
    52 			isa = PBXGroup;
    53 			children = (
    54 				1058C7ACFEA557BF11CA2CBB /* Linked Frameworks */,
    55 				1058C7AEFEA557BF11CA2CBB /* Other Frameworks */,
    56 			);
    57 			name = "Frameworks and Libraries";
    58 			sourceTree = "<group>";
    59 		};
    60 		089C167CFE841241C02AAC07 /* Resources */ = {
    61 			isa = PBXGroup;
    62 			children = (
    63 				8D5B49B7048680CD000E48DA /* Info.plist */,
    64 				089C167DFE841241C02AAC07 /* InfoPlist.strings */,
    65 			);
    66 			name = Resources;
    67 			sourceTree = "<group>";
    68 		};
    69 		08FB77AFFE84173DC02AAC07 /* Classes */ = {
    70 			isa = PBXGroup;
    71 			children = (
    72 				0753B9A006E51B2100B85509 /* SynergyIconSource.h */,
    73 				0753B9A106E51B2100B85509 /* SynergyIconSource.m */,
    74 			);
    75 			name = Classes;
    76 			sourceTree = "<group>";
    77 		};
    78 		1058C7ACFEA557BF11CA2CBB /* Linked Frameworks */ = {
    79 			isa = PBXGroup;
    80 			children = (
    81 				1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */,
    82 			);
    83 			name = "Linked Frameworks";
    84 			sourceTree = "<group>";
    85 		};
    86 		1058C7AEFEA557BF11CA2CBB /* Other Frameworks */ = {
    87 			isa = PBXGroup;
    88 			children = (
    89 				089C1672FE841209C02AAC07 /* Foundation.framework */,
    90 				089C167FFE841241C02AAC07 /* AppKit.framework */,
    91 			);
    92 			name = "Other Frameworks";
    93 			sourceTree = "<group>";
    94 		};
    95 		19C28FB8FE9D52D311CA2CBB /* Products */ = {
    96 			isa = PBXGroup;
    97 			children = (
    98 				8D5B49B6048680CD000E48DA /* GrowlTunes-Synergy.plugin */,
    99 			);
   100 			name = Products;
   101 			sourceTree = "<group>";
   102 		};
   103 		32C88E010371C26100C91783 /* Other Sources */ = {
   104 			isa = PBXGroup;
   105 			children = (
   106 				32DBCF630370AF2F00C91783 /* GrowlTunes-Synergy_Prefix.pch */,
   107 			);
   108 			name = "Other Sources";
   109 			sourceTree = "<group>";
   110 		};
   111 /* End PBXGroup section */
   112 
   113 /* Begin PBXNativeTarget section */
   114 		8D5B49AC048680CD000E48DA /* GrowlTunes-Synergy */ = {
   115 			isa = PBXNativeTarget;
   116 			buildConfigurationList = 95E4A3280855C152006B3F45 /* Build configuration list for PBXNativeTarget "GrowlTunes-Synergy" */;
   117 			buildPhases = (
   118 				8D5B49AF048680CD000E48DA /* Resources */,
   119 				8D5B49B1048680CD000E48DA /* Sources */,
   120 				8D5B49B3048680CD000E48DA /* Frameworks */,
   121 			);
   122 			buildRules = (
   123 			);
   124 			dependencies = (
   125 			);
   126 			name = "GrowlTunes-Synergy";
   127 			productInstallPath = "$(HOME)/Library/Bundles";
   128 			productName = "GrowlTunes-Synergy";
   129 			productReference = 8D5B49B6048680CD000E48DA /* GrowlTunes-Synergy.plugin */;
   130 			productType = "com.apple.product-type.bundle";
   131 		};
   132 /* End PBXNativeTarget section */
   133 
   134 /* Begin PBXProject section */
   135 		089C1669FE841209C02AAC07 /* Project object */ = {
   136 			isa = PBXProject;
   137 			buildConfigurationList = 95E4A32C0855C152006B3F45 /* Build configuration list for PBXProject "GrowlTunes-Synergy" */;
   138 			compatibilityVersion = "Xcode 2.4";
   139 			hasScannedForEncodings = 1;
   140 			mainGroup = 089C166AFE841209C02AAC07 /* GrowlTunes-Synergy */;
   141 			projectDirPath = "";
   142 			projectRoot = "";
   143 			targets = (
   144 				8D5B49AC048680CD000E48DA /* GrowlTunes-Synergy */,
   145 			);
   146 		};
   147 /* End PBXProject section */
   148 
   149 /* Begin PBXResourcesBuildPhase section */
   150 		8D5B49AF048680CD000E48DA /* Resources */ = {
   151 			isa = PBXResourcesBuildPhase;
   152 			buildActionMask = 2147483647;
   153 			files = (
   154 				8D5B49B0048680CD000E48DA /* InfoPlist.strings in Resources */,
   155 			);
   156 			runOnlyForDeploymentPostprocessing = 0;
   157 		};
   158 /* End PBXResourcesBuildPhase section */
   159 
   160 /* Begin PBXSourcesBuildPhase section */
   161 		8D5B49B1048680CD000E48DA /* Sources */ = {
   162 			isa = PBXSourcesBuildPhase;
   163 			buildActionMask = 2147483647;
   164 			files = (
   165 				0753B9A306E51B2100B85509 /* SynergyIconSource.m in Sources */,
   166 			);
   167 			runOnlyForDeploymentPostprocessing = 0;
   168 		};
   169 /* End PBXSourcesBuildPhase section */
   170 
   171 /* Begin PBXVariantGroup section */
   172 		089C167DFE841241C02AAC07 /* InfoPlist.strings */ = {
   173 			isa = PBXVariantGroup;
   174 			children = (
   175 				089C167EFE841241C02AAC07 /* English */,
   176 			);
   177 			name = InfoPlist.strings;
   178 			sourceTree = "<group>";
   179 		};
   180 /* End PBXVariantGroup section */
   181 
   182 /* Begin XCBuildConfiguration section */
   183 		95E4A3290855C152006B3F45 /* Development */ = {
   184 			isa = XCBuildConfiguration;
   185 			buildSettings = {
   186 				GCC_DYNAMIC_NO_PIC = NO;
   187 				GCC_ENABLE_FIX_AND_CONTINUE = YES;
   188 				GCC_OPTIMIZATION_LEVEL = 0;
   189 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
   190 				GCC_PREFIX_HEADER = "GrowlTunes-Synergy_Prefix.pch";
   191 				GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
   192 				GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
   193 				GCC_WARN_ABOUT_RETURN_TYPE = YES;
   194 				GCC_WARN_CHECK_SWITCH_STATEMENTS = YES;
   195 				GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
   196 				GCC_WARN_MISSING_PARENTHESES = YES;
   197 				GCC_WARN_SHADOW = YES;
   198 				GCC_WARN_SIGN_COMPARE = YES;
   199 				GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES;
   200 				GCC_WARN_UNINITIALIZED_AUTOS = NO;
   201 				GCC_WARN_UNKNOWN_PRAGMAS = YES;
   202 				GCC_WARN_UNUSED_FUNCTION = YES;
   203 				GCC_WARN_UNUSED_LABEL = YES;
   204 				GCC_WARN_UNUSED_PARAMETER = YES;
   205 				GCC_WARN_UNUSED_VALUE = YES;
   206 				GCC_WARN_UNUSED_VARIABLE = YES;
   207 				HEADER_SEARCH_PATHS = ../../..;
   208 				INFOPLIST_FILE = Info.plist;
   209 				INSTALL_PATH = "$(HOME)/Library/Bundles";
   210 				PRODUCT_NAME = "GrowlTunes-Synergy";
   211 				WARNING_CFLAGS = (
   212 					"-W",
   213 					"-Wall",
   214 				);
   215 				WRAPPER_EXTENSION = plugin;
   216 				ZERO_LINK = YES;
   217 			};
   218 			name = Development;
   219 		};
   220 		95E4A32A0855C152006B3F45 /* Deployment */ = {
   221 			isa = XCBuildConfiguration;
   222 			buildSettings = {
   223 				GCC_ENABLE_FIX_AND_CONTINUE = NO;
   224 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
   225 				GCC_PREFIX_HEADER = "GrowlTunes-Synergy_Prefix.pch";
   226 				GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
   227 				GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
   228 				GCC_WARN_ABOUT_RETURN_TYPE = YES;
   229 				GCC_WARN_CHECK_SWITCH_STATEMENTS = YES;
   230 				GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
   231 				GCC_WARN_MISSING_PARENTHESES = YES;
   232 				GCC_WARN_SHADOW = YES;
   233 				GCC_WARN_SIGN_COMPARE = YES;
   234 				GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES;
   235 				GCC_WARN_UNINITIALIZED_AUTOS = YES;
   236 				GCC_WARN_UNKNOWN_PRAGMAS = YES;
   237 				GCC_WARN_UNUSED_FUNCTION = YES;
   238 				GCC_WARN_UNUSED_LABEL = YES;
   239 				GCC_WARN_UNUSED_PARAMETER = YES;
   240 				GCC_WARN_UNUSED_VALUE = YES;
   241 				GCC_WARN_UNUSED_VARIABLE = YES;
   242 				HEADER_SEARCH_PATHS = ../../..;
   243 				INFOPLIST_FILE = Info.plist;
   244 				INSTALL_PATH = "$(HOME)/Library/Bundles";
   245 				PRODUCT_NAME = "GrowlTunes-Synergy";
   246 				WARNING_CFLAGS = (
   247 					"-W",
   248 					"-Wall",
   249 				);
   250 				WRAPPER_EXTENSION = plugin;
   251 				ZERO_LINK = NO;
   252 			};
   253 			name = Deployment;
   254 		};
   255 		95E4A32B0855C152006B3F45 /* Default */ = {
   256 			isa = XCBuildConfiguration;
   257 			buildSettings = {
   258 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
   259 				GCC_PREFIX_HEADER = "GrowlTunes-Synergy_Prefix.pch";
   260 				GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
   261 				GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
   262 				GCC_WARN_ABOUT_RETURN_TYPE = YES;
   263 				GCC_WARN_CHECK_SWITCH_STATEMENTS = YES;
   264 				GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
   265 				GCC_WARN_MISSING_PARENTHESES = YES;
   266 				GCC_WARN_SHADOW = YES;
   267 				GCC_WARN_SIGN_COMPARE = YES;
   268 				GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES;
   269 				GCC_WARN_UNINITIALIZED_AUTOS = YES;
   270 				GCC_WARN_UNKNOWN_PRAGMAS = YES;
   271 				GCC_WARN_UNUSED_FUNCTION = YES;
   272 				GCC_WARN_UNUSED_LABEL = YES;
   273 				GCC_WARN_UNUSED_PARAMETER = YES;
   274 				GCC_WARN_UNUSED_VALUE = YES;
   275 				GCC_WARN_UNUSED_VARIABLE = YES;
   276 				HEADER_SEARCH_PATHS = ../../..;
   277 				INFOPLIST_FILE = Info.plist;
   278 				INSTALL_PATH = "$(HOME)/Library/Bundles";
   279 				PRODUCT_NAME = "GrowlTunes-Synergy";
   280 				WARNING_CFLAGS = (
   281 					"-W",
   282 					"-Wall",
   283 				);
   284 				WRAPPER_EXTENSION = plugin;
   285 			};
   286 			name = Default;
   287 		};
   288 		95E4A32D0855C152006B3F45 /* Development */ = {
   289 			isa = XCBuildConfiguration;
   290 			buildSettings = {
   291 				ARCHS = (
   292 					ppc,
   293 					i386,
   294 				);
   295 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
   296 				GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
   297 				MACOSX_DEPLOYMENT_TARGET = 10.4;
   298 				SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
   299 			};
   300 			name = Development;
   301 		};
   302 		95E4A32E0855C152006B3F45 /* Deployment */ = {
   303 			isa = XCBuildConfiguration;
   304 			buildSettings = {
   305 				ARCHS = (
   306 					ppc,
   307 					i386,
   308 				);
   309 				COPY_PHASE_STRIP = NO;
   310 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
   311 				DEPLOYMENT_POSTPROCESSING = YES;
   312 				GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
   313 				MACOSX_DEPLOYMENT_TARGET = 10.4;
   314 				SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
   315 				SEPARATE_STRIP = YES;
   316 				STRIP_INSTALLED_PRODUCT = YES;
   317 			};
   318 			name = Deployment;
   319 		};
   320 		95E4A32F0855C152006B3F45 /* Default */ = {
   321 			isa = XCBuildConfiguration;
   322 			buildSettings = {
   323 				ARCHS = (
   324 					ppc,
   325 					i386,
   326 				);
   327 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
   328 				GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
   329 				MACOSX_DEPLOYMENT_TARGET = 10.4;
   330 				SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
   331 			};
   332 			name = Default;
   333 		};
   334 /* End XCBuildConfiguration section */
   335 
   336 /* Begin XCConfigurationList section */
   337 		95E4A3280855C152006B3F45 /* Build configuration list for PBXNativeTarget "GrowlTunes-Synergy" */ = {
   338 			isa = XCConfigurationList;
   339 			buildConfigurations = (
   340 				95E4A3290855C152006B3F45 /* Development */,
   341 				95E4A32A0855C152006B3F45 /* Deployment */,
   342 				95E4A32B0855C152006B3F45 /* Default */,
   343 			);
   344 			defaultConfigurationIsVisible = 0;
   345 			defaultConfigurationName = Default;
   346 		};
   347 		95E4A32C0855C152006B3F45 /* Build configuration list for PBXProject "GrowlTunes-Synergy" */ = {
   348 			isa = XCConfigurationList;
   349 			buildConfigurations = (
   350 				95E4A32D0855C152006B3F45 /* Development */,
   351 				95E4A32E0855C152006B3F45 /* Deployment */,
   352 				95E4A32F0855C152006B3F45 /* Default */,
   353 			);
   354 			defaultConfigurationIsVisible = 0;
   355 			defaultConfigurationName = Default;
   356 		};
   357 /* End XCConfigurationList section */
   358 	};
   359 	rootObject = 089C1669FE841209C02AAC07 /* Project object */;
   360 }