Release/Growl/OpenDocWithoutAddingToRecents/OpenDocWithoutAddingToRecents.xcodeproj/project.pbxproj
Replacing OpenGrowlPrefPane with a modified version of OpenAppWithoutAddingToRecents that uses Launch Services.
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 /* OpenDocWithoutAddingToRecents.m in Sources */ = {isa = PBXBuildFile; fileRef = 08FB7796FE84155DC02AAC07 /* OpenDocWithoutAddingToRecents.m */; settings = {ATTRIBUTES = (); }; };
14 /* End PBXBuildFile section */
16 /* Begin PBXFileReference section */
17 08FB7796FE84155DC02AAC07 /* OpenDocWithoutAddingToRecents.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OpenDocWithoutAddingToRecents.m; sourceTree = "<group>"; };
18 317899C00E03388C0005D2E9 /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = /System/Library/Frameworks/ApplicationServices.framework; sourceTree = "<absolute>"; };
19 317899C50E0338930005D2E9 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = "<absolute>"; };
20 317899CD0E033AC30005D2E9 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
21 32A70AAB03705E1F00C91783 /* OpenDocWithoutAddingToRecents_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OpenDocWithoutAddingToRecents_Prefix.pch; sourceTree = "<group>"; };
22 8DD76FA10486AA7600D96B5E /* OpenDocWithoutAddingToRecents */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = OpenDocWithoutAddingToRecents; sourceTree = BUILT_PRODUCTS_DIR; };
23 /* End PBXFileReference section */
25 /* Begin PBXFrameworksBuildPhase section */
26 8DD76F9B0486AA7600D96B5E /* Frameworks */ = {
27 isa = PBXFrameworksBuildPhase;
28 buildActionMask = 2147483647;
30 317899C10E03388C0005D2E9 /* ApplicationServices.framework in Frameworks */,
31 317899C60E0338930005D2E9 /* CoreServices.framework in Frameworks */,
32 317899CE0E033AC30005D2E9 /* Foundation.framework in Frameworks */,
34 runOnlyForDeploymentPostprocessing = 0;
36 /* End PBXFrameworksBuildPhase section */
38 /* Begin PBXGroup section */
39 08FB7794FE84155DC02AAC07 /* OpenAppWithoutAddingToRecents */ = {
42 08FB7795FE84155DC02AAC07 /* Source */,
43 08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */,
44 1AB674ADFE9D54B511CA2CBB /* Products */,
46 name = OpenAppWithoutAddingToRecents;
47 sourceTree = "<group>";
49 08FB7795FE84155DC02AAC07 /* Source */ = {
52 32A70AAB03705E1F00C91783 /* OpenDocWithoutAddingToRecents_Prefix.pch */,
53 08FB7796FE84155DC02AAC07 /* OpenDocWithoutAddingToRecents.m */,
56 sourceTree = "<group>";
58 08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */ = {
61 317899C50E0338930005D2E9 /* CoreServices.framework */,
62 317899C00E03388C0005D2E9 /* ApplicationServices.framework */,
63 317899CD0E033AC30005D2E9 /* Foundation.framework */,
65 name = "External Frameworks and Libraries";
66 sourceTree = "<group>";
68 1AB674ADFE9D54B511CA2CBB /* Products */ = {
71 8DD76FA10486AA7600D96B5E /* OpenDocWithoutAddingToRecents */,
74 sourceTree = "<group>";
76 /* End PBXGroup section */
78 /* Begin PBXNativeTarget section */
79 8DD76F960486AA7600D96B5E /* OpenDocWithoutAddingToRecents */ = {
80 isa = PBXNativeTarget;
81 buildConfigurationList = 1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "OpenDocWithoutAddingToRecents" */;
83 8DD76F990486AA7600D96B5E /* Sources */,
84 8DD76F9B0486AA7600D96B5E /* Frameworks */,
90 name = OpenDocWithoutAddingToRecents;
91 productInstallPath = "$(HOME)/bin";
92 productName = OpenAppWithoutAddingToRecents;
93 productReference = 8DD76FA10486AA7600D96B5E /* OpenDocWithoutAddingToRecents */;
94 productType = "com.apple.product-type.tool";
96 /* End PBXNativeTarget section */
98 /* Begin PBXProject section */
99 08FB7793FE84155DC02AAC07 /* Project object */ = {
101 buildConfigurationList = 1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "OpenDocWithoutAddingToRecents" */;
102 compatibilityVersion = "Xcode 2.4";
103 hasScannedForEncodings = 1;
104 mainGroup = 08FB7794FE84155DC02AAC07 /* OpenAppWithoutAddingToRecents */;
108 8DD76F960486AA7600D96B5E /* OpenDocWithoutAddingToRecents */,
111 /* End PBXProject section */
113 /* Begin PBXSourcesBuildPhase section */
114 8DD76F990486AA7600D96B5E /* Sources */ = {
115 isa = PBXSourcesBuildPhase;
116 buildActionMask = 2147483647;
118 8DD76F9A0486AA7600D96B5E /* OpenDocWithoutAddingToRecents.m in Sources */,
120 runOnlyForDeploymentPostprocessing = 0;
122 /* End PBXSourcesBuildPhase section */
124 /* Begin XCBuildConfiguration section */
125 1DEB927508733DD40010E9CD /* Debug */ = {
126 isa = XCBuildConfiguration;
128 GCC_DYNAMIC_NO_PIC = NO;
129 GCC_ENABLE_FIX_AND_CONTINUE = YES;
130 GCC_MODEL_TUNING = G5;
131 GCC_OPTIMIZATION_LEVEL = 0;
132 GCC_PRECOMPILE_PREFIX_HEADER = YES;
133 GCC_PREFIX_HEADER = OpenDocWithoutAddingToRecents_Prefix.pch;
134 INSTALL_PATH = /usr/local/bin;
135 PRODUCT_NAME = OpenDocWithoutAddingToRecents;
140 1DEB927608733DD40010E9CD /* Release */ = {
141 isa = XCBuildConfiguration;
143 GCC_MODEL_TUNING = G5;
144 GCC_PRECOMPILE_PREFIX_HEADER = YES;
145 GCC_PREFIX_HEADER = OpenDocWithoutAddingToRecents_Prefix.pch;
146 INSTALL_PATH = /usr/local/bin;
147 PRODUCT_NAME = OpenDocWithoutAddingToRecents;
151 1DEB927908733DD40010E9CD /* Debug */ = {
152 isa = XCBuildConfiguration;
154 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
155 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
156 GCC_WARN_ABOUT_RETURN_TYPE = YES;
157 GCC_WARN_UNUSED_VARIABLE = YES;
158 MACOSX_DEPLOYMENT_TARGET = 10.4;
160 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
164 1DEB927A08733DD40010E9CD /* Release */ = {
165 isa = XCBuildConfiguration;
171 COPY_PHASE_STRIP = NO;
172 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
173 DEPLOYMENT_POSTPROCESSING = YES;
174 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
175 GCC_WARN_ABOUT_RETURN_TYPE = YES;
176 GCC_WARN_UNUSED_VARIABLE = YES;
177 MACOSX_DEPLOYMENT_TARGET = 10.4;
179 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
180 SEPARATE_STRIP = YES;
181 STRIP_INSTALLED_PRODUCT = YES;
185 /* End XCBuildConfiguration section */
187 /* Begin XCConfigurationList section */
188 1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "OpenDocWithoutAddingToRecents" */ = {
189 isa = XCConfigurationList;
190 buildConfigurations = (
191 1DEB927508733DD40010E9CD /* Debug */,
192 1DEB927608733DD40010E9CD /* Release */,
194 defaultConfigurationIsVisible = 0;
195 defaultConfigurationName = Release;
197 1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "OpenDocWithoutAddingToRecents" */ = {
198 isa = XCConfigurationList;
199 buildConfigurations = (
200 1DEB927908733DD40010E9CD /* Debug */,
201 1DEB927A08733DD40010E9CD /* Release */,
203 defaultConfigurationIsVisible = 0;
204 defaultConfigurationName = Release;
206 /* End XCConfigurationList section */
208 rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;