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