# HG changeset patch
# User Martin Haecker <[EMAIL PROTECTED]>
# Date 1220560459 -7200
# Node ID 2ec1da9a0b807d53bea98ff02aaa40b3fe47f488
# Parent  f01fda50f784d089de89ca717d04e51ef622d577
[FIXED] the project wouldn't build with a custom build location set,
because a dependency to a subproject was set with an absolute path

diff -r f01fda50f784 -r 2ec1da9a0b80 Extras/GrowlAction/
GrowlAction.xcodeproj/project.pbxproj
--- a/Extras/GrowlAction/GrowlAction.xcodeproj/project.pbxproj  Wed Aug
13 02:48:07 2008 -0700
+++ b/Extras/GrowlAction/GrowlAction.xcodeproj/project.pbxproj  Thu Sep
04 22:34:19 2008 +0200
@@ -33,7 +33,7 @@
                089C167FFE841241C02AAC07 /* AppKit.framework */ = {isa =
PBXFileReference; lastKnownFileType = wrapper.framework; name =
AppKit.framework; path = /System/Library/Frameworks/AppKit.framework;
sourceTree = "<absolute>"; };
                1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */ = {isa =
PBXFileReference; lastKnownFileType = wrapper.framework; name =
Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework;
sourceTree = "<absolute>"; };
                25F078F207CA7BD000C12CF1 /* main.applescript */ = {isa =
PBXFileReference; lastKnownFileType = sourcecode.applescript; path =
main.applescript; sourceTree = "<group>"; };
-               65942E140711D4310089E4F1 /* Info.plist */ = {isa =
PBXFileReference; lastKnownFileType = text.xml; path = Info.plist;
sourceTree = "<group>"; };
+               65942E140711D4310089E4F1 /* Info.plist */ = {isa =
PBXFileReference; lastKnownFileType = text.plist.xml; path =
Info.plist; sourceTree = "<group>"; };
                65942E150711D4310089E4F1 /* Show Growl Notification.action */ = 
{isa
= PBXFileReference; explicitFileType = wrapper.cfbundle;
includeInIndex = 0; path = "Show Growl Notification.action";
sourceTree = BUILT_PRODUCTS_DIR; };
                65AABA19056A9B5C006CE269 /* English */ = {isa = 
PBXFileReference;
lastKnownFileType = wrapper.nib; name = English; path = English.lproj/
main.nib; sourceTree = "<group>"; };
                65AABA78056AB2A5006CE269 /* Automator.framework */ = {isa =
PBXFileReference; lastKnownFileType = wrapper.framework; name =
Automator.framework; path = /System/Library/Frameworks/
Automator.framework; sourceTree = "<absolute>"; };
@@ -215,7 +215,6 @@
                                INFOPLIST_FILE = Info.plist;
                                INSTALL_PATH = "($USER_LIBRARY_DIR)/Automator";
                                LIBRARY_SEARCH_PATHS = "";
-                               OPTIMIZATION_CFLAGS = "-O0";
                                OTHER_CFLAGS = "";
                                OTHER_LDFLAGS = "";
                                OTHER_OSAFLAGS = "";
diff -r f01fda50f784 -r 2ec1da9a0b80 Growl.xcodeproj/project.pbxproj
--- a/Growl.xcodeproj/project.pbxproj   Wed Aug 13 02:48:07 2008 -0700
+++ b/Growl.xcodeproj/project.pbxproj   Thu Sep 04 22:34:19 2008 +0200
@@ -121,7 +121,6 @@
                344EA4210CA857F70035CB69 /* NSFileManager+Authentication.m in
Sources */ = {isa = PBXBuildFile; fileRef = 344EA41F0CA857F70035CB69 /
* NSFileManager+Authentication.m */; };
                344EA5EF0CA85B110035CB69 /* Security.framework in Frameworks */ 
=
{isa = PBXBuildFile; fileRef = 95E678F307511471002BF4E6 /*
Security.framework */; };
                345B7D170C80A91E005F7F96 /* iCalPrefs.nib in Resources */ = 
{isa =
PBXBuildFile; fileRef = 345B7D160C80A91E005F7F96 /* iCalPrefs.nib
*/; };
-               346F746C0C96F56C000FEAE6 /* Show Growl Notification.action in
CopyFiles */ = {isa = PBXBuildFile; fileRef =
346F74470C96F561000FEAE6 /* Show Growl Notification.action */; };
                34725B140C0678AC00499F50 /* GrowlApplicationBridge.h in Headers 
*/ =
{isa = PBXBuildFile; fileRef = 34F60EB8078E1D3E00CECA86 /*
GrowlApplicationBridge.h */; };
                34725B150C0678AC00499F50 /* Growl.h in Headers */ = {isa =
PBXBuildFile; fileRef = 34F60EC2078E1D5600CECA86 /* Growl.h */; };
                34725B160C0678AC00499F50 /* GrowlDefines.h in Headers */ = {isa 
=
PBXBuildFile; fileRef = 34E9DC16078FBF1B00662E8E /* GrowlDefines.h
*/; };
@@ -184,6 +183,7 @@
                83282747073A6C110044A959 /* PreferencePanes.framework in 
Frameworks
*/ = {isa = PBXBuildFile; fileRef = 83282746073A6C110044A959 /*
PreferencePanes.framework */; };
                8363F463098A1B5C000AAC48 /* AboveTheNight.growlStyle in 
CopyFiles */
= {isa = PBXBuildFile; fileRef = 8363F456098A1B5C000AAC48 /*
AboveTheNight.growlStyle */; };
                8D202CED0486D31800D8A456 /* InfoPlist.strings in Resources */ = 
{isa
= PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /*
InfoPlist.strings */; };
+               8D8F6FC90E706698008685EF /* Show Growl Notification.action in
CopyFiles */ = {isa = PBXBuildFile; fileRef =
34A96DE20C95F61800F46006 /* Show Growl Notification.action */; };
                932D6BE6094BA0FD00B64D0F /* GrowlShrinkingWindowTransition.m in
Sources */ = {isa = PBXBuildFile; fileRef = 932D6BE4094BA0FD00B64D0F /
* GrowlShrinkingWindowTransition.m */; };
                932D6CD7094BB83B00B64D0F /* GrowlScaleWindowTransition.m in 
Sources
*/ = {isa = PBXBuildFile; fileRef = 932D6CD5094BB83B00B64D0F /*
GrowlScaleWindowTransition.m */; };
                934EBCB80931F529002C378F /* GrowlApplicationBridge.m in Sources 
*/ =
{isa = PBXBuildFile; fileRef = 34F60EB6078E1D3E00CECA86 /*
GrowlApplicationBridge.m */; };
@@ -557,7 +557,7 @@
                        dstPath = Contents/Library/Automator;
                        dstSubfolderSpec = 1;
                        files = (
-                               346F746C0C96F56C000FEAE6 /* Show Growl 
Notification.action in
CopyFiles */,
+                               8D8F6FC90E706698008685EF /* Show Growl 
Notification.action in
CopyFiles */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Growl Discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/growldiscuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to