Extras/GrowlAction/GrowlAction.xcodeproj/project.pbxproj
author Peter Hosey
Wed Apr 15 18:54:23 2009 -0700 (2009-04-15)
changeset 4195 07c18306756c
parent 4179 2d299900249b
child 4202 6abf08ebf5e8
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 PBXAppleScriptBuildPhase section */
    10 		65942E080711D4310089E4F1 /* AppleScript */ = {
    11 			isa = PBXAppleScriptBuildPhase;
    12 			buildActionMask = 2147483647;
    13 			contextName = "";
    14 			files = (
    15 				25F078F307CA7BD000C12CF1 /* main.applescript in AppleScript */,
    16 			);
    17 			isSharedContext = 0;
    18 			runOnlyForDeploymentPostprocessing = 0;
    19 		};
    20 /* End PBXAppleScriptBuildPhase section */
    21 
    22 /* Begin PBXBuildFile section */
    23 		25F078F307CA7BD000C12CF1 /* main.applescript in AppleScript */ = {isa = PBXBuildFile; fileRef = 25F078F207CA7BD000C12CF1 /* main.applescript */; settings = {ATTRIBUTES = (Debug, ); }; };
    24 		65942E0C0711D4310089E4F1 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; };
    25 		65942E0D0711D4310089E4F1 /* main.nib in Resources */ = {isa = PBXBuildFile; fileRef = 65AABA18056A9B5C006CE269 /* main.nib */; };
    26 		65942E110711D4310089E4F1 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */; };
    27 		65942E120711D4310089E4F1 /* Automator.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 65AABA78056AB2A5006CE269 /* Automator.framework */; };
    28 /* End PBXBuildFile section */
    29 
    30 /* Begin PBXFileReference section */
    31 		089C1672FE841209C02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
    32 		089C167EFE841241C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
    33 		089C167FFE841241C02AAC07 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
    34 		1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
    35 		25F078F207CA7BD000C12CF1 /* main.applescript */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.applescript; path = main.applescript; sourceTree = "<group>"; };
    36 		65942E140711D4310089E4F1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
    37 		65942E150711D4310089E4F1 /* Show Growl Notification.action */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Show Growl Notification.action"; sourceTree = BUILT_PRODUCTS_DIR; };
    38 		65AABA19056A9B5C006CE269 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/main.nib; sourceTree = "<group>"; };
    39 		65AABA78056AB2A5006CE269 /* Automator.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Automator.framework; path = /System/Library/Frameworks/Automator.framework; sourceTree = "<absolute>"; };
    40 		955A4DB908617521009B6EA5 /* French */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = French; path = French.lproj/main.nib; sourceTree = "<group>"; };
    41 		955A4DBA0861752A009B6EA5 /* French */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = French; path = French.lproj/InfoPlist.strings; sourceTree = "<group>"; };
    42 		95E7903F0835F1E00098656C /* German */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = German; path = German.lproj/main.nib; sourceTree = "<group>"; };
    43 		95E790460835F25A0098656C /* German */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = German; path = German.lproj/InfoPlist.strings; sourceTree = "<group>"; };
    44 /* End PBXFileReference section */
    45 
    46 /* Begin PBXFrameworksBuildPhase section */
    47 		65942E100711D4310089E4F1 /* Frameworks */ = {
    48 			isa = PBXFrameworksBuildPhase;
    49 			buildActionMask = 2147483647;
    50 			files = (
    51 				65942E110711D4310089E4F1 /* Cocoa.framework in Frameworks */,
    52 				65942E120711D4310089E4F1 /* Automator.framework in Frameworks */,
    53 			);
    54 			runOnlyForDeploymentPostprocessing = 0;
    55 		};
    56 /* End PBXFrameworksBuildPhase section */
    57 
    58 /* Begin PBXGroup section */
    59 		089C166AFE841209C02AAC07 /* Automator Action */ = {
    60 			isa = PBXGroup;
    61 			children = (
    62 				65AABA0F056A9AD1006CE269 /* Scripts */,
    63 				08FB77AFFE84173DC02AAC07 /* Classes */,
    64 				089C167CFE841241C02AAC07 /* Resources */,
    65 				089C1671FE841209C02AAC07 /* Frameworks and Libraries */,
    66 				19C28FB8FE9D52D311CA2CBB /* Products */,
    67 				65942E140711D4310089E4F1 /* Info.plist */,
    68 			);
    69 			name = "Automator Action";
    70 			sourceTree = "<group>";
    71 		};
    72 		089C1671FE841209C02AAC07 /* Frameworks and Libraries */ = {
    73 			isa = PBXGroup;
    74 			children = (
    75 				1058C7ACFEA557BF11CA2CBB /* Linked Frameworks */,
    76 				1058C7AEFEA557BF11CA2CBB /* Other Frameworks */,
    77 			);
    78 			name = "Frameworks and Libraries";
    79 			sourceTree = "<group>";
    80 		};
    81 		089C167CFE841241C02AAC07 /* Resources */ = {
    82 			isa = PBXGroup;
    83 			children = (
    84 				65AABA18056A9B5C006CE269 /* main.nib */,
    85 				089C167DFE841241C02AAC07 /* InfoPlist.strings */,
    86 			);
    87 			name = Resources;
    88 			sourceTree = "<group>";
    89 		};
    90 		08FB77AFFE84173DC02AAC07 /* Classes */ = {
    91 			isa = PBXGroup;
    92 			children = (
    93 			);
    94 			name = Classes;
    95 			sourceTree = "<group>";
    96 		};
    97 		1058C7ACFEA557BF11CA2CBB /* Linked Frameworks */ = {
    98 			isa = PBXGroup;
    99 			children = (
   100 				1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */,
   101 				65AABA78056AB2A5006CE269 /* Automator.framework */,
   102 			);
   103 			name = "Linked Frameworks";
   104 			sourceTree = "<group>";
   105 		};
   106 		1058C7AEFEA557BF11CA2CBB /* Other Frameworks */ = {
   107 			isa = PBXGroup;
   108 			children = (
   109 				089C1672FE841209C02AAC07 /* Foundation.framework */,
   110 				089C167FFE841241C02AAC07 /* AppKit.framework */,
   111 			);
   112 			name = "Other Frameworks";
   113 			sourceTree = "<group>";
   114 		};
   115 		19C28FB8FE9D52D311CA2CBB /* Products */ = {
   116 			isa = PBXGroup;
   117 			children = (
   118 				65942E150711D4310089E4F1 /* Show Growl Notification.action */,
   119 			);
   120 			name = Products;
   121 			sourceTree = "<group>";
   122 		};
   123 		65AABA0F056A9AD1006CE269 /* Scripts */ = {
   124 			isa = PBXGroup;
   125 			children = (
   126 				25F078F207CA7BD000C12CF1 /* main.applescript */,
   127 			);
   128 			name = Scripts;
   129 			sourceTree = "<group>";
   130 		};
   131 /* End PBXGroup section */
   132 
   133 /* Begin PBXNativeTarget section */
   134 		65942E070711D4310089E4F1 /* GrowlAction */ = {
   135 			isa = PBXNativeTarget;
   136 			buildConfigurationList = 95EE279A0855AA6E0045DB39 /* Build configuration list for PBXNativeTarget "GrowlAction" */;
   137 			buildPhases = (
   138 				65942E080711D4310089E4F1 /* AppleScript */,
   139 				65942E0B0711D4310089E4F1 /* Resources */,
   140 				65942E100711D4310089E4F1 /* Frameworks */,
   141 			);
   142 			buildRules = (
   143 			);
   144 			dependencies = (
   145 			);
   146 			name = GrowlAction;
   147 			productInstallPath = /AppleInternal/Library/Automator;
   148 			productName = "Automator Action";
   149 			productReference = 65942E150711D4310089E4F1 /* Show Growl Notification.action */;
   150 			productType = "com.apple.product-type.bundle";
   151 		};
   152 /* End PBXNativeTarget section */
   153 
   154 /* Begin PBXProject section */
   155 		089C1669FE841209C02AAC07 /* Project object */ = {
   156 			isa = PBXProject;
   157 			buildConfigurationList = 95EE279E0855AA6E0045DB39 /* Build configuration list for PBXProject "GrowlAction" */;
   158 			compatibilityVersion = "Xcode 2.4";
   159 			hasScannedForEncodings = 1;
   160 			mainGroup = 089C166AFE841209C02AAC07 /* Automator Action */;
   161 			projectDirPath = "";
   162 			projectRoot = "";
   163 			targets = (
   164 				65942E070711D4310089E4F1 /* GrowlAction */,
   165 			);
   166 		};
   167 /* End PBXProject section */
   168 
   169 /* Begin PBXResourcesBuildPhase section */
   170 		65942E0B0711D4310089E4F1 /* Resources */ = {
   171 			isa = PBXResourcesBuildPhase;
   172 			buildActionMask = 2147483647;
   173 			files = (
   174 				65942E0C0711D4310089E4F1 /* InfoPlist.strings in Resources */,
   175 				65942E0D0711D4310089E4F1 /* main.nib in Resources */,
   176 			);
   177 			runOnlyForDeploymentPostprocessing = 0;
   178 		};
   179 /* End PBXResourcesBuildPhase section */
   180 
   181 /* Begin PBXVariantGroup section */
   182 		089C167DFE841241C02AAC07 /* InfoPlist.strings */ = {
   183 			isa = PBXVariantGroup;
   184 			children = (
   185 				089C167EFE841241C02AAC07 /* English */,
   186 				95E790460835F25A0098656C /* German */,
   187 				955A4DBA0861752A009B6EA5 /* French */,
   188 			);
   189 			name = InfoPlist.strings;
   190 			sourceTree = "<group>";
   191 		};
   192 		65AABA18056A9B5C006CE269 /* main.nib */ = {
   193 			isa = PBXVariantGroup;
   194 			children = (
   195 				65AABA19056A9B5C006CE269 /* English */,
   196 				95E7903F0835F1E00098656C /* German */,
   197 				955A4DB908617521009B6EA5 /* French */,
   198 			);
   199 			name = main.nib;
   200 			sourceTree = "<group>";
   201 		};
   202 /* End PBXVariantGroup section */
   203 
   204 /* Begin XCBuildConfiguration section */
   205 		95EE279B0855AA6E0045DB39 /* Development */ = {
   206 			isa = XCBuildConfiguration;
   207 			buildSettings = {
   208 				FRAMEWORK_SEARCH_PATHS = "";
   209 				GCC_DYNAMIC_NO_PIC = NO;
   210 				GCC_ENABLE_FIX_AND_CONTINUE = YES;
   211 				GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
   212 				GCC_OPTIMIZATION_LEVEL = 0;
   213 				HEADER_SEARCH_PATHS = "";
   214 				INFOPLIST_FILE = Info.plist;
   215 				INSTALL_PATH = "($USER_LIBRARY_DIR)/Automator";
   216 				LIBRARY_SEARCH_PATHS = "";
   217 				OTHER_CFLAGS = "";
   218 				OTHER_LDFLAGS = "";
   219 				OTHER_OSAFLAGS = "";
   220 				OTHER_REZFLAGS = "";
   221 				PRODUCT_NAME = "Show Growl Notification";
   222 				SECTORDER_FLAGS = "";
   223 				WARNING_CFLAGS = (
   224 					"-Wmost",
   225 					"-Wno-four-char-constants",
   226 					"-Wno-unknown-pragmas",
   227 				);
   228 				WRAPPER_EXTENSION = action;
   229 				ZERO_LINK = YES;
   230 			};
   231 			name = Development;
   232 		};
   233 		95EE279C0855AA6E0045DB39 /* Deployment */ = {
   234 			isa = XCBuildConfiguration;
   235 			buildSettings = {
   236 				FRAMEWORK_SEARCH_PATHS = "";
   237 				GCC_ENABLE_FIX_AND_CONTINUE = NO;
   238 				HEADER_SEARCH_PATHS = "";
   239 				INFOPLIST_FILE = Info.plist;
   240 				INSTALL_PATH = "($USER_LIBRARY_DIR)/Automator";
   241 				LIBRARY_SEARCH_PATHS = "";
   242 				OTHER_CFLAGS = "";
   243 				OTHER_LDFLAGS = "";
   244 				OTHER_OSAFLAGS = "-x";
   245 				OTHER_REZFLAGS = "";
   246 				PRODUCT_NAME = "Show Growl Notification";
   247 				SECTORDER_FLAGS = "";
   248 				WARNING_CFLAGS = (
   249 					"-Wmost",
   250 					"-Wno-four-char-constants",
   251 					"-Wno-unknown-pragmas",
   252 				);
   253 				WRAPPER_EXTENSION = action;
   254 				ZERO_LINK = NO;
   255 			};
   256 			name = Deployment;
   257 		};
   258 		95EE279F0855AA6E0045DB39 /* Development */ = {
   259 			isa = XCBuildConfiguration;
   260 			buildSettings = {
   261 				SYMROOT = "$(SRCROOT)/../../build";
   262 			};
   263 			name = Development;
   264 		};
   265 		95EE27A00855AA6E0045DB39 /* Deployment */ = {
   266 			isa = XCBuildConfiguration;
   267 			buildSettings = {
   268 				SYMROOT = "$(SRCROOT)/../../build";
   269 			};
   270 			name = Deployment;
   271 		};
   272 /* End XCBuildConfiguration section */
   273 
   274 /* Begin XCConfigurationList section */
   275 		95EE279A0855AA6E0045DB39 /* Build configuration list for PBXNativeTarget "GrowlAction" */ = {
   276 			isa = XCConfigurationList;
   277 			buildConfigurations = (
   278 				95EE279B0855AA6E0045DB39 /* Development */,
   279 				95EE279C0855AA6E0045DB39 /* Deployment */,
   280 			);
   281 			defaultConfigurationIsVisible = 0;
   282 			defaultConfigurationName = Development;
   283 		};
   284 		95EE279E0855AA6E0045DB39 /* Build configuration list for PBXProject "GrowlAction" */ = {
   285 			isa = XCConfigurationList;
   286 			buildConfigurations = (
   287 				95EE279F0855AA6E0045DB39 /* Development */,
   288 				95EE27A00855AA6E0045DB39 /* Deployment */,
   289 			);
   290 			defaultConfigurationIsVisible = 0;
   291 			defaultConfigurationName = Development;
   292 		};
   293 /* End XCConfigurationList section */
   294 	};
   295 	rootObject = 089C1669FE841209C02AAC07 /* Project object */;
   296 }