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.
     1 // !$*UTF8*$!
     2 {
     3 	archiveVersion = 1;
     4 	classes = {
     5 	};
     6 	objectVersion = 42;
     7 	objects = {
     8 
     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 */
    15 
    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 */
    24 
    25 /* Begin PBXFrameworksBuildPhase section */
    26 		8DD76F9B0486AA7600D96B5E /* Frameworks */ = {
    27 			isa = PBXFrameworksBuildPhase;
    28 			buildActionMask = 2147483647;
    29 			files = (
    30 				317899C10E03388C0005D2E9 /* ApplicationServices.framework in Frameworks */,
    31 				317899C60E0338930005D2E9 /* CoreServices.framework in Frameworks */,
    32 				317899CE0E033AC30005D2E9 /* Foundation.framework in Frameworks */,
    33 			);
    34 			runOnlyForDeploymentPostprocessing = 0;
    35 		};
    36 /* End PBXFrameworksBuildPhase section */
    37 
    38 /* Begin PBXGroup section */
    39 		08FB7794FE84155DC02AAC07 /* OpenAppWithoutAddingToRecents */ = {
    40 			isa = PBXGroup;
    41 			children = (
    42 				08FB7795FE84155DC02AAC07 /* Source */,
    43 				08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */,
    44 				1AB674ADFE9D54B511CA2CBB /* Products */,
    45 			);
    46 			name = OpenAppWithoutAddingToRecents;
    47 			sourceTree = "<group>";
    48 		};
    49 		08FB7795FE84155DC02AAC07 /* Source */ = {
    50 			isa = PBXGroup;
    51 			children = (
    52 				32A70AAB03705E1F00C91783 /* OpenDocWithoutAddingToRecents_Prefix.pch */,
    53 				08FB7796FE84155DC02AAC07 /* OpenDocWithoutAddingToRecents.m */,
    54 			);
    55 			name = Source;
    56 			sourceTree = "<group>";
    57 		};
    58 		08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */ = {
    59 			isa = PBXGroup;
    60 			children = (
    61 				317899C50E0338930005D2E9 /* CoreServices.framework */,
    62 				317899C00E03388C0005D2E9 /* ApplicationServices.framework */,
    63 				317899CD0E033AC30005D2E9 /* Foundation.framework */,
    64 			);
    65 			name = "External Frameworks and Libraries";
    66 			sourceTree = "<group>";
    67 		};
    68 		1AB674ADFE9D54B511CA2CBB /* Products */ = {
    69 			isa = PBXGroup;
    70 			children = (
    71 				8DD76FA10486AA7600D96B5E /* OpenDocWithoutAddingToRecents */,
    72 			);
    73 			name = Products;
    74 			sourceTree = "<group>";
    75 		};
    76 /* End PBXGroup section */
    77 
    78 /* Begin PBXNativeTarget section */
    79 		8DD76F960486AA7600D96B5E /* OpenDocWithoutAddingToRecents */ = {
    80 			isa = PBXNativeTarget;
    81 			buildConfigurationList = 1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "OpenDocWithoutAddingToRecents" */;
    82 			buildPhases = (
    83 				8DD76F990486AA7600D96B5E /* Sources */,
    84 				8DD76F9B0486AA7600D96B5E /* Frameworks */,
    85 			);
    86 			buildRules = (
    87 			);
    88 			dependencies = (
    89 			);
    90 			name = OpenDocWithoutAddingToRecents;
    91 			productInstallPath = "$(HOME)/bin";
    92 			productName = OpenAppWithoutAddingToRecents;
    93 			productReference = 8DD76FA10486AA7600D96B5E /* OpenDocWithoutAddingToRecents */;
    94 			productType = "com.apple.product-type.tool";
    95 		};
    96 /* End PBXNativeTarget section */
    97 
    98 /* Begin PBXProject section */
    99 		08FB7793FE84155DC02AAC07 /* Project object */ = {
   100 			isa = PBXProject;
   101 			buildConfigurationList = 1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "OpenDocWithoutAddingToRecents" */;
   102 			compatibilityVersion = "Xcode 2.4";
   103 			hasScannedForEncodings = 1;
   104 			mainGroup = 08FB7794FE84155DC02AAC07 /* OpenAppWithoutAddingToRecents */;
   105 			projectDirPath = "";
   106 			projectRoot = "";
   107 			targets = (
   108 				8DD76F960486AA7600D96B5E /* OpenDocWithoutAddingToRecents */,
   109 			);
   110 		};
   111 /* End PBXProject section */
   112 
   113 /* Begin PBXSourcesBuildPhase section */
   114 		8DD76F990486AA7600D96B5E /* Sources */ = {
   115 			isa = PBXSourcesBuildPhase;
   116 			buildActionMask = 2147483647;
   117 			files = (
   118 				8DD76F9A0486AA7600D96B5E /* OpenDocWithoutAddingToRecents.m in Sources */,
   119 			);
   120 			runOnlyForDeploymentPostprocessing = 0;
   121 		};
   122 /* End PBXSourcesBuildPhase section */
   123 
   124 /* Begin XCBuildConfiguration section */
   125 		1DEB927508733DD40010E9CD /* Debug */ = {
   126 			isa = XCBuildConfiguration;
   127 			buildSettings = {
   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;
   136 				ZERO_LINK = YES;
   137 			};
   138 			name = Debug;
   139 		};
   140 		1DEB927608733DD40010E9CD /* Release */ = {
   141 			isa = XCBuildConfiguration;
   142 			buildSettings = {
   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;
   148 			};
   149 			name = Release;
   150 		};
   151 		1DEB927908733DD40010E9CD /* Debug */ = {
   152 			isa = XCBuildConfiguration;
   153 			buildSettings = {
   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;
   159 				PREBINDING = NO;
   160 				SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
   161 			};
   162 			name = Debug;
   163 		};
   164 		1DEB927A08733DD40010E9CD /* Release */ = {
   165 			isa = XCBuildConfiguration;
   166 			buildSettings = {
   167 				ARCHS = (
   168 					ppc,
   169 					i386,
   170 				);
   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;
   178 				PREBINDING = NO;
   179 				SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
   180 				SEPARATE_STRIP = YES;
   181 				STRIP_INSTALLED_PRODUCT = YES;
   182 			};
   183 			name = Release;
   184 		};
   185 /* End XCBuildConfiguration section */
   186 
   187 /* Begin XCConfigurationList section */
   188 		1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "OpenDocWithoutAddingToRecents" */ = {
   189 			isa = XCConfigurationList;
   190 			buildConfigurations = (
   191 				1DEB927508733DD40010E9CD /* Debug */,
   192 				1DEB927608733DD40010E9CD /* Release */,
   193 			);
   194 			defaultConfigurationIsVisible = 0;
   195 			defaultConfigurationName = Release;
   196 		};
   197 		1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "OpenDocWithoutAddingToRecents" */ = {
   198 			isa = XCConfigurationList;
   199 			buildConfigurations = (
   200 				1DEB927908733DD40010E9CD /* Debug */,
   201 				1DEB927A08733DD40010E9CD /* Release */,
   202 			);
   203 			defaultConfigurationIsVisible = 0;
   204 			defaultConfigurationName = Release;
   205 		};
   206 /* End XCConfigurationList section */
   207 	};
   208 	rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
   209 }