Growl.xcodeproj/project.pbxproj
author Peter Hosey <hg@boredzo.org>
Fri Sep 11 11:14:19 2009 -0700 (2009-09-11)
changeset 4395 323aadb577b1
parent 4360 b140ece417af
child 4403 972fe5462943
permissions -rw-r--r--
Enabling code-signing for GHA in the Release configuration. This should make updating easier in the future for Prowl users.
     1 // !$*UTF8*$!
     2 {
     3 	archiveVersion = 1;
     4 	classes = {
     5 	};
     6 	objectVersion = 45;
     7 	objects = {
     8 
     9 /* Begin PBXAggregateTarget section */
    10 		9340E2E90C94D48000A1F682 /* SystemPreferencesTesting */ = {
    11 			isa = PBXAggregateTarget;
    12 			buildConfigurationList = 9340E3050C94D4B300A1F682 /* Build configuration list for PBXAggregateTarget "SystemPreferencesTesting" */;
    13 			buildPhases = (
    14 				9340E2EE0C94D48E00A1F682 /* CopyFiles */,
    15 			);
    16 			dependencies = (
    17 				9340E2EB0C94D48300A1F682 /* PBXTargetDependency */,
    18 			);
    19 			name = SystemPreferencesTesting;
    20 			productName = SystemPreferencesTesting;
    21 		};
    22 		95E17B8F085E216A00990AB3 /* hg revision */ = {
    23 			isa = PBXAggregateTarget;
    24 			buildConfigurationList = 95E17B99085E21C400990AB3 /* Build configuration list for PBXAggregateTarget "hg revision" */;
    25 			buildPhases = (
    26 				95E17B8E085E216A00990AB3 /* ShellScript */,
    27 			);
    28 			dependencies = (
    29 			);
    30 			name = "hg revision";
    31 			productName = SVNRevision;
    32 		};
    33 /* End PBXAggregateTarget section */
    34 
    35 /* Begin PBXBuildFile section */
    36 		070B90FD07E1AEFA00F10FA7 /* CFGrowlAdditions.c in Sources */ = {isa = PBXBuildFile; fileRef = 070B90FB07E1AEFA00F10FA7 /* CFGrowlAdditions.c */; };
    37 		070B90FF07E1AEFA00F10FA7 /* CFGrowlAdditions.c in Sources */ = {isa = PBXBuildFile; fileRef = 070B90FB07E1AEFA00F10FA7 /* CFGrowlAdditions.c */; };
    38 		070B910107E1AEFA00F10FA7 /* CFGrowlAdditions.c in Sources */ = {isa = PBXBuildFile; fileRef = 070B90FB07E1AEFA00F10FA7 /* CFGrowlAdditions.c */; };
    39 		070C1AE80912D16600884E7D /* GrowlNonCopyingMutableDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = 070C1AE60912D16600884E7D /* GrowlNonCopyingMutableDictionary.m */; };
    40 		070C1AE90912D16600884E7D /* GrowlNonCopyingMutableDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 070C1AE50912D16600884E7D /* GrowlNonCopyingMutableDictionary.h */; };
    41 		070C5DB009A7978F004F1E8C /* GrowlPathwayController.m in Sources */ = {isa = PBXBuildFile; fileRef = 070C5DAE09A7978F004F1E8C /* GrowlPathwayController.m */; };
    42 		071426120910D4EC00F7C755 /* GrowlDisplayWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 07803B8F08E7E75600299E08 /* GrowlDisplayWindowController.m */; };
    43 		0721716A082DE85B00F338F7 /* GrowlInstallationPrompt-Carbon.nib in Resources */ = {isa = PBXBuildFile; fileRef = 07217168082DE85B00F338F7 /* GrowlInstallationPrompt-Carbon.nib */; };
    44 		07217175082DEDB500F338F7 /* GrowlInstallationPrompt-Carbon.h in Headers */ = {isa = PBXBuildFile; fileRef = 07217173082DEDB500F338F7 /* GrowlInstallationPrompt-Carbon.h */; settings = {ATTRIBUTES = (); }; };
    45 		07217176082DEDB500F338F7 /* GrowlInstallationPrompt-Carbon.c in Sources */ = {isa = PBXBuildFile; fileRef = 07217174082DEDB500F338F7 /* GrowlInstallationPrompt-Carbon.c */; };
    46 		072867D308D1648400ABF0B0 /* NSSetAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 072867D108D1648400ABF0B0 /* NSSetAdditions.m */; };
    47 		072DE9BB09A10DEB006516DD /* GrowlTCPPathway.m in Sources */ = {isa = PBXBuildFile; fileRef = 072DE9B909A10DEB006516DD /* GrowlTCPPathway.m */; };
    48 		074062AD07E2FBE300FA27FA /* GrowlDistributedNotificationPathway.m in Sources */ = {isa = PBXBuildFile; fileRef = 074062AB07E2FBE300FA27FA /* GrowlDistributedNotificationPathway.m */; };
    49 		0790135607D9321B0023B640 /* GrowlVersionUtilities.c in Sources */ = {isa = PBXBuildFile; fileRef = 0790135507D9321B0023B640 /* GrowlVersionUtilities.c */; };
    50 		0790135707D9321B0023B640 /* GrowlVersionUtilities.c in Sources */ = {isa = PBXBuildFile; fileRef = 0790135507D9321B0023B640 /* GrowlVersionUtilities.c */; };
    51 		0790135807D932270023B640 /* GrowlVersionUtilities.c in Sources */ = {isa = PBXBuildFile; fileRef = 0790135507D9321B0023B640 /* GrowlVersionUtilities.c */; };
    52 		07B7CD24099EB19200744461 /* NSMutableStringAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 07B7CD22099EB19200744461 /* NSMutableStringAdditions.m */; };
    53 		07B7CDE2099EBB1700744461 /* GrowlLog.m in Sources */ = {isa = PBXBuildFile; fileRef = 950568E40812C2960096EC5C /* GrowlLog.m */; };
    54 		07F9B7A508A49F6D00DF7F42 /* GrowlApplicationNotification.m in Sources */ = {isa = PBXBuildFile; fileRef = 07F9B7A308A49F6D00DF7F42 /* GrowlApplicationNotification.m */; };
    55 		07FCFFC407E2F90C00F0A1CF /* GrowlRemotePathway.m in Sources */ = {isa = PBXBuildFile; fileRef = 07FCFFC207E2F90C00F0A1CF /* GrowlRemotePathway.m */; };
    56 		0A7F5DA30767C13200E1C1E4 /* GrowlSpeechPrefs.nib in Resources */ = {isa = PBXBuildFile; fileRef = 0A7F5D9B0767C13100E1C1E4 /* GrowlSpeechPrefs.nib */; };
    57 		0A7F5DA60767C13200E1C1E4 /* GrowlSpeechDisplay.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A7F5DA00767C13200E1C1E4 /* GrowlSpeechDisplay.m */; };
    58 		0A7F5DA80767C13200E1C1E4 /* GrowlSpeechPrefs.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A7F5DA20767C13200E1C1E4 /* GrowlSpeechPrefs.m */; };
    59 		0A7F5DA90767C15900E1C1E4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 089C1672FE841209C02AAC07 /* Foundation.framework */; };
    60 		0A7F5E170767C15C00E1C1E4 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 089C167FFE841241C02AAC07 /* AppKit.framework */; };
    61 		0A7F5EAC0767C15E00E1C1E4 /* PreferencePanes.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 83282746073A6C110044A959 /* PreferencePanes.framework */; };
    62 		0A7F5ECB0767C2A600E1C1E4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 089C1672FE841209C02AAC07 /* Foundation.framework */; };
    63 		0A7F5ECC0767C2A600E1C1E4 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 089C167FFE841241C02AAC07 /* AppKit.framework */; };
    64 		0A7F5ECD0767C2A600E1C1E4 /* PreferencePanes.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 83282746073A6C110044A959 /* PreferencePanes.framework */; };
    65 		0A7F5EE70767C30800E1C1E4 /* BubblesPrefs.nib in Resources */ = {isa = PBXBuildFile; fileRef = 0A7F5EDB0767C30800E1C1E4 /* BubblesPrefs.nib */; };
    66 		0A7F5EEC0767C30800E1C1E4 /* GrowlBubblesPrefsController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A7F5EE20767C30800E1C1E4 /* GrowlBubblesPrefsController.m */; };
    67 		0A7F5EEE0767C30800E1C1E4 /* GrowlBubblesWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A7F5EE40767C30800E1C1E4 /* GrowlBubblesWindowController.m */; };
    68 		0A7F5EF00767C30800E1C1E4 /* GrowlBubblesWindowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A7F5EE60767C30800E1C1E4 /* GrowlBubblesWindowView.m */; };
    69 		0A7F5F1A0767C38200E1C1E4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 089C1672FE841209C02AAC07 /* Foundation.framework */; };
    70 		0A7F5F1B0767C38200E1C1E4 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 089C167FFE841241C02AAC07 /* AppKit.framework */; };
    71 		0A7F5F1C0767C38200E1C1E4 /* PreferencePanes.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 83282746073A6C110044A959 /* PreferencePanes.framework */; };
    72 		0A7F5F3B0767C3F600E1C1E4 /* GrowlBezelPrefs.nib in Resources */ = {isa = PBXBuildFile; fileRef = 0A7F5F2F0767C3F600E1C1E4 /* GrowlBezelPrefs.nib */; };
    73 		0A7F5F3D0767C3F600E1C1E4 /* GrowlBezelDisplay.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A7F5F330767C3F600E1C1E4 /* GrowlBezelDisplay.m */; };
    74 		0A7F5F3F0767C3F600E1C1E4 /* GrowlBezelPrefs.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A7F5F350767C3F600E1C1E4 /* GrowlBezelPrefs.m */; };
    75 		0A7F5F410767C3F600E1C1E4 /* GrowlBezelWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A7F5F370767C3F600E1C1E4 /* GrowlBezelWindowController.m */; };
    76 		0A7F5F430767C3F600E1C1E4 /* GrowlBezelWindowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A7F5F390767C3F600E1C1E4 /* GrowlBezelWindowView.m */; };
    77 		0A7F5F780767C68000E1C1E4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 089C1672FE841209C02AAC07 /* Foundation.framework */; };
    78 		0A7F5F790767C68000E1C1E4 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 089C167FFE841241C02AAC07 /* AppKit.framework */; };
    79 		0A7F5F7A0767C68000E1C1E4 /* PreferencePanes.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 83282746073A6C110044A959 /* PreferencePanes.framework */; };
    80 		0A7F5F960767C6C500E1C1E4 /* SmokePrefs.nib in Resources */ = {isa = PBXBuildFile; fileRef = 0A7F5F8A0767C6C500E1C1E4 /* SmokePrefs.nib */; };
    81 		0A7F5F990767C6C500E1C1E4 /* GrowlSmokeDisplay.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A7F5F8F0767C6C500E1C1E4 /* GrowlSmokeDisplay.m */; };
    82 		0A7F5F9B0767C6C500E1C1E4 /* GrowlSmokePrefsController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A7F5F910767C6C500E1C1E4 /* GrowlSmokePrefsController.m */; };
    83 		0A7F5F9D0767C6C500E1C1E4 /* GrowlSmokeWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A7F5F930767C6C500E1C1E4 /* GrowlSmokeWindowController.m */; };
    84 		0A7F5F9F0767C6C500E1C1E4 /* GrowlSmokeWindowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A7F5F950767C6C500E1C1E4 /* GrowlSmokeWindowView.m */; };
    85 		0A7F5FC00767C70600E1C1E4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 089C1672FE841209C02AAC07 /* Foundation.framework */; };
    86 		0A7F5FC10767C70600E1C1E4 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 089C167FFE841241C02AAC07 /* AppKit.framework */; };
    87 		0A7F5FC20767C70600E1C1E4 /* PreferencePanes.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 83282746073A6C110044A959 /* PreferencePanes.framework */; };
    88 		0A7F5FD50767C77F00E1C1E4 /* Message.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0A7F5FD40767C77F00E1C1E4 /* Message.framework */; };
    89 		0A7F5FE10767C79100E1C1E4 /* GrowlMailMePrefs.nib in Resources */ = {isa = PBXBuildFile; fileRef = 0A7F5FDA0767C79100E1C1E4 /* GrowlMailMePrefs.nib */; };
    90 		0A7F5FE30767C79100E1C1E4 /* GrowlMailMeDisplay.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A7F5FDE0767C79100E1C1E4 /* GrowlMailMeDisplay.m */; };
    91 		0A7F5FE50767C79100E1C1E4 /* GrowlMailMePrefs.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A7F5FE00767C79100E1C1E4 /* GrowlMailMePrefs.m */; };
    92 		0A7F5FF10767C7B300E1C1E4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 089C1672FE841209C02AAC07 /* Foundation.framework */; };
    93 		0A7F5FF20767C7B300E1C1E4 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 089C167FFE841241C02AAC07 /* AppKit.framework */; };
    94 		0A7F5FF30767C7B300E1C1E4 /* PreferencePanes.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 83282746073A6C110044A959 /* PreferencePanes.framework */; };
    95 		0A7F62580767C84E00E1C1E4 /* GrowlMusicVideoPrefs.nib in Resources */ = {isa = PBXBuildFile; fileRef = 0A7F624D0767C84E00E1C1E4 /* GrowlMusicVideoPrefs.nib */; };
    96 		0A7F625A0767C84E00E1C1E4 /* GrowlMusicVideoDisplay.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A7F62510767C84E00E1C1E4 /* GrowlMusicVideoDisplay.m */; };
    97 		0A7F625C0767C84E00E1C1E4 /* GrowlMusicVideoPrefs.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A7F62530767C84E00E1C1E4 /* GrowlMusicVideoPrefs.m */; };
    98 		0A7F625E0767C84E00E1C1E4 /* GrowlMusicVideoWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A7F62550767C84E00E1C1E4 /* GrowlMusicVideoWindowController.m */; };
    99 		0A7F62600767C84E00E1C1E4 /* GrowlMusicVideoWindowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A7F62570767C84E00E1C1E4 /* GrowlMusicVideoWindowView.m */; };
   100 		0AEE179D0702C4960024B1A0 /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0AEE179C0702C4960024B1A0 /* ApplicationServices.framework */; };
   101 		31340CDC0D5B8E7100B9BEE0 /* GrowlPropertyListFilePathway.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 31340CDA0D5B8E7100B9BEE0 /* GrowlPropertyListFilePathway.h */; };
   102 		31340CDD0D5B8E7100B9BEE0 /* GrowlPropertyListFilePathway.m in Sources */ = {isa = PBXBuildFile; fileRef = 31340CDB0D5B8E7100B9BEE0 /* GrowlPropertyListFilePathway.m */; };
   103 		31C7594B1047202B008547BF /* simple-mailer.py in Resources */ = {isa = PBXBuildFile; fileRef = 31C7594A1047202B008547BF /* simple-mailer.py */; };
   104 		342157C00C2AE377004003BB /* PriorityTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 342157BE0C2AE377004003BB /* PriorityTransformer.m */; };
   105 		3433456E0790E39200C84B15 /* Bubbles.growlView in CopyFiles */ = {isa = PBXBuildFile; fileRef = 0AB508AE0767C87B006EA5CB /* Bubbles.growlView */; };
   106 		343345880790E3D600C84B15 /* Smoke.growlView in CopyFiles */ = {isa = PBXBuildFile; fileRef = 0AB508AF0767C87B006EA5CB /* Smoke.growlView */; };
   107 		343345890790E3D600C84B15 /* MailMe.growlView in CopyFiles */ = {isa = PBXBuildFile; fileRef = 0AB508B00767C87B006EA5CB /* MailMe.growlView */; };
   108 		3433458A0790E3D600C84B15 /* Speech.growlView in CopyFiles */ = {isa = PBXBuildFile; fileRef = 0AB508B10767C87B006EA5CB /* Speech.growlView */; };
   109 		3433458C0790E3D600C84B15 /* MusicVideo.growlView in CopyFiles */ = {isa = PBXBuildFile; fileRef = 0AB508B30767C87B006EA5CB /* MusicVideo.growlView */; };
   110 		3433458D0790E3D600C84B15 /* Bezel.growlView in CopyFiles */ = {isa = PBXBuildFile; fileRef = 0AB508B40767C87B006EA5CB /* Bezel.growlView */; };
   111 		3433502B0792769000C84B15 /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0AEE179C0702C4960024B1A0 /* ApplicationServices.framework */; };
   112 		343350E00792769900C84B15 /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0AEE179C0702C4960024B1A0 /* ApplicationServices.framework */; };
   113 		343353EA0792F7CF00C84B15 /* GrowlApplicationBridge-Carbon.c in Sources */ = {isa = PBXBuildFile; fileRef = 343353E80792F7CF00C84B15 /* GrowlApplicationBridge-Carbon.c */; };
   114 		343353EB0792F7CF00C84B15 /* GrowlApplicationBridge-Carbon.h in Headers */ = {isa = PBXBuildFile; fileRef = 343353E90792F7CF00C84B15 /* GrowlApplicationBridge-Carbon.h */; settings = {ATTRIBUTES = (Public, ); }; };
   115 		343354B30792F84B00C84B15 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 343354B20792F84B00C84B15 /* Carbon.framework */; };
   116 		343354E50792FAFE00C84B15 /* Growl.h in Headers */ = {isa = PBXBuildFile; fileRef = 34F60EC2078E1D5600CECA86 /* Growl.h */; settings = {ATTRIBUTES = (Public, ); }; };
   117 		343354E60792FAFF00C84B15 /* GrowlApplicationBridge-Carbon.c in Sources */ = {isa = PBXBuildFile; fileRef = 343353E80792F7CF00C84B15 /* GrowlApplicationBridge-Carbon.c */; };
   118 		343354E70792FB0000C84B15 /* GrowlApplicationBridge-Carbon.h in Headers */ = {isa = PBXBuildFile; fileRef = 343353E90792F7CF00C84B15 /* GrowlApplicationBridge-Carbon.h */; settings = {ATTRIBUTES = (Public, ); }; };
   119 		343354EE0792FC2000C84B15 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 343354B20792F84B00C84B15 /* Carbon.framework */; };
   120 		34422F720BF3ED2E001DA9ED /* GrowlApplication.m in Sources */ = {isa = PBXBuildFile; fileRef = 34422F700BF3ED2E001DA9ED /* GrowlApplication.m */; };
   121 		344EA4200CA857F70035CB69 /* NSFileManager+Authentication.h in Headers */ = {isa = PBXBuildFile; fileRef = 344EA41E0CA857F70035CB69 /* NSFileManager+Authentication.h */; };
   122 		344EA4210CA857F70035CB69 /* NSFileManager+Authentication.m in Sources */ = {isa = PBXBuildFile; fileRef = 344EA41F0CA857F70035CB69 /* NSFileManager+Authentication.m */; };
   123 		344EA5EF0CA85B110035CB69 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 95E678F307511471002BF4E6 /* Security.framework */; };
   124 		345B7D170C80A91E005F7F96 /* iCalPrefs.nib in Resources */ = {isa = PBXBuildFile; fileRef = 345B7D160C80A91E005F7F96 /* iCalPrefs.nib */; };
   125 		34725B140C0678AC00499F50 /* GrowlApplicationBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 34F60EB8078E1D3E00CECA86 /* GrowlApplicationBridge.h */; };
   126 		34725B150C0678AC00499F50 /* Growl.h in Headers */ = {isa = PBXBuildFile; fileRef = 34F60EC2078E1D5600CECA86 /* Growl.h */; };
   127 		34725B160C0678AC00499F50 /* GrowlDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 34E9DC16078FBF1B00662E8E /* GrowlDefines.h */; };
   128 		34725B170C0678AC00499F50 /* GrowlApplicationBridge-Carbon.h in Headers */ = {isa = PBXBuildFile; fileRef = 343353E90792F7CF00C84B15 /* GrowlApplicationBridge-Carbon.h */; };
   129 		34725B180C0678AC00499F50 /* GrowlNonCopyingMutableDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 070C1AE50912D16600884E7D /* GrowlNonCopyingMutableDictionary.h */; };
   130 		34725B190C0678AC00499F50 /* GrowlPositioningDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = C4FB57240B17FC43004474C8 /* GrowlPositioningDefines.h */; };
   131 		34725B1A0C0678B500499F50 /* GrowlApplicationBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = 34F60EB6078E1D3E00CECA86 /* GrowlApplicationBridge.m */; };
   132 		34725B1B0C0678B500499F50 /* GrowlApplicationBridge-Carbon.c in Sources */ = {isa = PBXBuildFile; fileRef = 343353E80792F7CF00C84B15 /* GrowlApplicationBridge-Carbon.c */; };
   133 		34725B1C0C0678B500499F50 /* CFGrowlAdditions.c in Sources */ = {isa = PBXBuildFile; fileRef = 070B90FB07E1AEFA00F10FA7 /* CFGrowlAdditions.c */; };
   134 		34725B1D0C0678B500499F50 /* GrowlDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 95812DB908118FB9004FF8F5 /* GrowlDelegate.m */; };
   135 		34725B1E0C0678B500499F50 /* GrowlPathUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 959DBE4A08127BA4009BB468 /* GrowlPathUtilities.m */; };
   136 		34725B1F0C0678B500499F50 /* CFURLAdditions.c in Sources */ = {isa = PBXBuildFile; fileRef = 9574B7AC0838CB5500106CA3 /* CFURLAdditions.c */; };
   137 		34725B200C0678B500499F50 /* CFMutableDictionaryAdditions.c in Sources */ = {isa = PBXBuildFile; fileRef = 95F975AC084A23F500915BFE /* CFMutableDictionaryAdditions.c */; };
   138 		34725B210C0678B500499F50 /* CFDictionaryAdditions.c in Sources */ = {isa = PBXBuildFile; fileRef = 95F9767A084A297400915BFE /* CFDictionaryAdditions.c */; };
   139 		34725B220C0678B500499F50 /* GrowlImageAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 956ADADF07551C4500AF9545 /* GrowlImageAdditions.m */; };
   140 		34725DA30C0678C200499F50 /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0AEE179C0702C4960024B1A0 /* ApplicationServices.framework */; };
   141 		34725DA40C0678C200499F50 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 343354B20792F84B00C84B15 /* Carbon.framework */; };
   142 		34725DA50C0678C200499F50 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 089C167FFE841241C02AAC07 /* AppKit.framework */; };
   143 		34725DA60C0678C200499F50 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 089C1672FE841209C02AAC07 /* Foundation.framework */; };
   144 		347262880C0725D800499F50 /* GrowlAppNameClickNotificationTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 347262860C0725D800499F50 /* GrowlAppNameClickNotificationTransformer.m */; };
   145 		348FEDFD0C9D019900A5B99E /* AEVTBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = 348FEDFB0C9D019900A5B99E /* AEVTBuilder.m */; };
   146 		348FEDFE0C9D019900A5B99E /* AEVTBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = 348FEDFC0C9D019900A5B99E /* AEVTBuilder.h */; };
   147 		3494427507BAF6C4000F2A03 /* GrowlDefaults.plist in Resources */ = {isa = PBXBuildFile; fileRef = 52861FEF06DC463E00D3A356 /* GrowlDefaults.plist */; };
   148 		34B2755708423BE80092A5A0 /* growlmenu-alt.png in Resources */ = {isa = PBXBuildFile; fileRef = 34B2755208423BE80092A5A0 /* growlmenu-alt.png */; };
   149 		34B2755808423BE80092A5A0 /* growlmenu.png in Resources */ = {isa = PBXBuildFile; fileRef = 34B2755308423BE80092A5A0 /* growlmenu.png */; };
   150 		34B2755B08423BE80092A5A0 /* squelch.png in Resources */ = {isa = PBXBuildFile; fileRef = 34B2755608423BE80092A5A0 /* squelch.png */; };
   151 		34B2755E08423BFF0092A5A0 /* GrowlMenu.m in Sources */ = {isa = PBXBuildFile; fileRef = 34B2755D08423BFF0092A5A0 /* GrowlMenu.m */; };
   152 		34B2756C08423FA30092A5A0 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 34B2756B08423FA30092A5A0 /* Localizable.strings */; };
   153 		34E9DC1A078FBFA800662E8E /* GrowlDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 34E9DC16078FBF1B00662E8E /* GrowlDefines.h */; settings = {ATTRIBUTES = (Public, ); }; };
   154 		34E9EE67079086E200662E8E /* GrowlApplicationBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 34F60EB8078E1D3E00CECA86 /* GrowlApplicationBridge.h */; settings = {ATTRIBUTES = (Public, ); }; };
   155 		34E9EE68079086E300662E8E /* GrowlApplicationBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = 34F60EB6078E1D3E00CECA86 /* GrowlApplicationBridge.m */; };
   156 		34E9EE69079086F000662E8E /* GrowlDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 34E9DC16078FBF1B00662E8E /* GrowlDefines.h */; settings = {ATTRIBUTES = (Public, ); }; };
   157 		34E9F1310790AF3800662E8E /* GrowlInstallationPrompt.m in Sources */ = {isa = PBXBuildFile; fileRef = 34E9EFB40790926400662E8E /* GrowlInstallationPrompt.m */; };
   158 		34F427A6095E69D30044B280 /* NotificationsArrayController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34F427A4095E69D30044B280 /* NotificationsArrayController.m */; };
   159 		34F60EBA078E1D3E00CECA86 /* GrowlApplicationBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = 34F60EB6078E1D3E00CECA86 /* GrowlApplicationBridge.m */; };
   160 		34F60EBC078E1D3E00CECA86 /* GrowlApplicationBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 34F60EB8078E1D3E00CECA86 /* GrowlApplicationBridge.h */; settings = {ATTRIBUTES = (Public, ); }; };
   161 		34F60EC3078E1D5600CECA86 /* Growl.h in Headers */ = {isa = PBXBuildFile; fileRef = 34F60EC2078E1D5600CECA86 /* Growl.h */; settings = {ATTRIBUTES = (Public, ); }; };
   162 		525277AB06D95BED007BC87D /* GrowlApplicationTicket.m in Sources */ = {isa = PBXBuildFile; fileRef = CB1C5D1C063E432F007052EE /* GrowlApplicationTicket.m */; };
   163 		52861FF006DC463E00D3A356 /* GrowlDefaults.plist in Resources */ = {isa = PBXBuildFile; fileRef = 52861FEF06DC463E00D3A356 /* GrowlDefaults.plist */; };
   164 		5286205806DC4C2F00D3A356 /* GrowlPluginController.m in Sources */ = {isa = PBXBuildFile; fileRef = 5286205606DC4C2F00D3A356 /* GrowlPluginController.m */; };
   165 		5286205A06DC4C2F00D3A356 /* GrowlPluginController.m in Sources */ = {isa = PBXBuildFile; fileRef = 5286205606DC4C2F00D3A356 /* GrowlPluginController.m */; };
   166 		63C92DDA06D05D22007368FA /* Growl.sdef in Resources */ = {isa = PBXBuildFile; fileRef = 63C92DD406D05D22007368FA /* Growl.sdef */; };
   167 		63C92DDD06D05D22007368FA /* GrowlScripting.r in Rez */ = {isa = PBXBuildFile; fileRef = 63C92DD706D05D22007368FA /* GrowlScripting.r */; };
   168 		740CC072093A508100092801 /* GrowlNotificationView.m in Sources */ = {isa = PBXBuildFile; fileRef = 740CC070093A508100092801 /* GrowlNotificationView.m */; };
   169 		743EDE0809273C8A002A9670 /* GrowlWebKitPluginHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 743EDE0609273C8A002A9670 /* GrowlWebKitPluginHandler.m */; };
   170 		743EDE14092740F5002A9670 /* GrowlWebKitDisplayPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 743EDE12092740F5002A9670 /* GrowlWebKitDisplayPlugin.m */; };
   171 		743EE18E0927A85E002A9670 /* GrowlNonCopyingMutableDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = 070C1AE60912D16600884E7D /* GrowlNonCopyingMutableDictionary.m */; };
   172 		743EE30C0927B9C9002A9670 /* NSWorkspaceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 9574B6FA0838C7A100106CA3 /* NSWorkspaceAdditions.m */; };
   173 		745352AF09313ABA0000B26A /* GrowlWebKitPrefsController.m in Sources */ = {isa = PBXBuildFile; fileRef = 950F7978080EED5C00CC5F62 /* GrowlWebKitPrefsController.m */; };
   174 		745352B009313ABB0000B26A /* GrowlWebKitPluginHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 743EDE0609273C8A002A9670 /* GrowlWebKitPluginHandler.m */; };
   175 		745352B109313ABD0000B26A /* GrowlWebKitDisplayPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 743EDE12092740F5002A9670 /* GrowlWebKitDisplayPlugin.m */; };
   176 		745352D509313B3B0000B26A /* PreferencePanes.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 83282746073A6C110044A959 /* PreferencePanes.framework */; };
   177 		7471F9B90A066E2B000D13BF /* GrowlPositionPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 7471F9B70A066E2B000D13BF /* GrowlPositionPicker.m */; };
   178 		7471F9BB0A066E8F000D13BF /* PositionPickerBackground.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 7471F9BA0A066E8F000D13BF /* PositionPickerBackground.jpg */; };
   179 		74BBDE8D094399D30011CFE9 /* GrowlFlippingWindowTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 74BBDE8B094399D30011CFE9 /* GrowlFlippingWindowTransition.m */; };
   180 		8321E9AC0C0B7635008C441B /* NotifyOSX.growlStyle in CopyFiles */ = {isa = PBXBuildFile; fileRef = 8321E9A10C0B760C008C441B /* NotifyOSX.growlStyle */; };
   181 		8321E9AD0C0B7635008C441B /* NotifyOS9.growlStyle in CopyFiles */ = {isa = PBXBuildFile; fileRef = 8321E98D0C0B75F3008C441B /* NotifyOS9.growlStyle */; };
   182 		83282747073A6C110044A959 /* PreferencePanes.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 83282746073A6C110044A959 /* PreferencePanes.framework */; };
   183 		8363F463098A1B5C000AAC48 /* AboveTheNight.growlStyle in CopyFiles */ = {isa = PBXBuildFile; fileRef = 8363F456098A1B5C000AAC48 /* AboveTheNight.growlStyle */; };
   184 		8D202CED0486D31800D8A456 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; };
   185 		932D6BE6094BA0FD00B64D0F /* GrowlShrinkingWindowTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 932D6BE4094BA0FD00B64D0F /* GrowlShrinkingWindowTransition.m */; };
   186 		932D6CD7094BB83B00B64D0F /* GrowlScaleWindowTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 932D6CD5094BB83B00B64D0F /* GrowlScaleWindowTransition.m */; };
   187 		934EBCB80931F529002C378F /* GrowlApplicationBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = 34F60EB6078E1D3E00CECA86 /* GrowlApplicationBridge.m */; };
   188 		936FAB04074482BF00A7D430 /* RRTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = 936FAB02074482BF00A7D430 /* RRTableView.m */; };
   189 		937E64320817193800AEC1C6 /* About.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 937E64300817193800AEC1C6 /* About.rtf */; };
   190 		938841EA1025EA7C001DF30F /* GHA-Stubs.m in Sources */ = {isa = PBXBuildFile; fileRef = 938841E91025EA7C001DF30F /* GHA-Stubs.m */; };
   191 		939FEC1C0942A0D3009EB9E6 /* GrowlBubblesDisplay.m in Sources */ = {isa = PBXBuildFile; fileRef = 939FEC1B0942A0D3009EB9E6 /* GrowlBubblesDisplay.m */; };
   192 		93AB056F100C2ABF008D7D30 /* GrowlDisplayWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 07803B8F08E7E75600299E08 /* GrowlDisplayWindowController.m */; };
   193 		93AB060B100C2E5A008D7D30 /* GrowlNotificationView.m in Sources */ = {isa = PBXBuildFile; fileRef = 740CC070093A508100092801 /* GrowlNotificationView.m */; };
   194 		93AB061F100C2E8D008D7D30 /* MD5Authenticator.m in Sources */ = {isa = PBXBuildFile; fileRef = 9526BD52081BCC9100B9D0D0 /* MD5Authenticator.m */; };
   195 		93AB0622100C2E94008D7D30 /* GrowlIdleStatusController.c in Sources */ = {isa = PBXBuildFile; fileRef = 95416E04086343180098C914 /* GrowlIdleStatusController.c */; };
   196 		93AB0626100C2EB1008D7D30 /* GrowlApplicationNotification.m in Sources */ = {isa = PBXBuildFile; fileRef = 07F9B7A308A49F6D00DF7F42 /* GrowlApplicationNotification.m */; };
   197 		93AB062A100C2EBE008D7D30 /* GrowlNotificationCenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 953F739F081FFB9E00823EFE /* GrowlNotificationCenter.m */; };
   198 		93AB062D100C2EC7008D7D30 /* GrowlApplicationBridgePathway.m in Sources */ = {isa = PBXBuildFile; fileRef = CB34BED207E09657001D7D7C /* GrowlApplicationBridgePathway.m */; };
   199 		93AB0632100C2ED9008D7D30 /* GrowlPathway.m in Sources */ = {isa = PBXBuildFile; fileRef = 95DD14D80748B04700CC05A4 /* GrowlPathway.m */; };
   200 		93AB0636100C2F07008D7D30 /* GrowlPropertyListFilePathway.m in Sources */ = {isa = PBXBuildFile; fileRef = 31340CDB0D5B8E7100B9BEE0 /* GrowlPropertyListFilePathway.m */; };
   201 		93AB0651100C2F18008D7D30 /* GrowlApplicationBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = 34F60EB6078E1D3E00CECA86 /* GrowlApplicationBridge.m */; };
   202 		93AB06BD100C2FBD008D7D30 /* cdsa.c in Sources */ = {isa = PBXBuildFile; fileRef = 95CF98A1082A5B8E001A409D /* cdsa.c */; };
   203 		93BC3796095A662B0002B365 /* CFDictionaryAdditions.c in Sources */ = {isa = PBXBuildFile; fileRef = 95F9767A084A297400915BFE /* CFDictionaryAdditions.c */; };
   204 		93BC3798095A662B0002B365 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 089C1672FE841209C02AAC07 /* Foundation.framework */; };
   205 		93BC3799095A662B0002B365 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 089C167FFE841241C02AAC07 /* AppKit.framework */; };
   206 		93BC379A095A662B0002B365 /* PreferencePanes.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 83282746073A6C110044A959 /* PreferencePanes.framework */; };
   207 		93BC37BD095A66950002B365 /* GrowlNanoDisplay.m in Sources */ = {isa = PBXBuildFile; fileRef = 93BC37AF095A66950002B365 /* GrowlNanoDisplay.m */; };
   208 		93BC37BE095A66950002B365 /* GrowlNanoPrefs.m in Sources */ = {isa = PBXBuildFile; fileRef = 93BC37B1095A66950002B365 /* GrowlNanoPrefs.m */; };
   209 		93BC37BF095A66950002B365 /* GrowlNanoWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 93BC37B3095A66950002B365 /* GrowlNanoWindowController.m */; };
   210 		93BC37C0095A66950002B365 /* GrowlNanoWindowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 93BC37B5095A66950002B365 /* GrowlNanoWindowView.m */; };
   211 		93BC37C9095A66CD0002B365 /* GrowlNanoPrefs.nib in Resources */ = {isa = PBXBuildFile; fileRef = 93BC37C7095A66CD0002B365 /* GrowlNanoPrefs.nib */; };
   212 		93BC3EF4095DE6680002B365 /* GrowlWipeWindowTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 93BC3EF2095DE6680002B365 /* GrowlWipeWindowTransition.m */; };
   213 		93BC4057095DEDFF0002B365 /* Nano.growlView in CopyFiles */ = {isa = PBXBuildFile; fileRef = 93BC379E095A662B0002B365 /* Nano.growlView */; };
   214 		93CD929D0B5AF8A8000C39CD /* GrowlRipplingWindowTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 93CD92980B5AF8A1000C39CD /* GrowlRipplingWindowTransition.m */; };
   215 		93CD92BB0B5AF8CA000C39CD /* AWRippler.m in Sources */ = {isa = PBXBuildFile; fileRef = 93CD92B90B5AF8CA000C39CD /* AWRippler.m */; };
   216 		93CD92E80B5AFAAE000C39CD /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 93CD92E70B5AFAAE000C39CD /* QuartzCore.framework */; };
   217 		95026A9E08DC875700FE1949 /* GrowlPositionController.m in Sources */ = {isa = PBXBuildFile; fileRef = 95026A8908DC856900FE1949 /* GrowlPositionController.m */; };
   218 		95044BCB08DC7F7900DF5E22 /* CFDictionaryAdditions.c in Sources */ = {isa = PBXBuildFile; fileRef = 95F9767A084A297400915BFE /* CFDictionaryAdditions.c */; };
   219 		950568E60812C2960096EC5C /* GrowlLog.m in Sources */ = {isa = PBXBuildFile; fileRef = 950568E40812C2960096EC5C /* GrowlLog.m */; };
   220 		950627A50840D34900C01CD2 /* growl-claw32.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 950627A40840D34900C01CD2 /* growl-claw32.tiff */; };
   221 		95075B0F0817F93D00D862A5 /* GrowlPathUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 959DBE4A08127BA4009BB468 /* GrowlPathUtilities.m */; };
   222 		95075B740817FE1E00D862A5 /* GrowlMenu.app in Resources */ = {isa = PBXBuildFile; fileRef = 95075AB00817F5DB00D862A5 /* GrowlMenu.app */; };
   223 		95075BC80817FF0800D862A5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 089C1672FE841209C02AAC07 /* Foundation.framework */; };
   224 		9507CE9008C9D62B00209F9E /* growl-icon.icns in Resources */ = {isa = PBXBuildFile; fileRef = 95BF83760743675700306A77 /* growl-icon.icns */; };
   225 		9507CEA208C9D6C900209F9E /* CFMutableDictionaryAdditions.c in Sources */ = {isa = PBXBuildFile; fileRef = 95F975AC084A23F500915BFE /* CFMutableDictionaryAdditions.c */; };
   226 		950AB7CE08D6CE1B008289CD /* CFGrowlAdditions.c in Sources */ = {isa = PBXBuildFile; fileRef = 070B90FB07E1AEFA00F10FA7 /* CFGrowlAdditions.c */; };
   227 		951A8F4508746D7C0046595C /* GrowlPreferencesController.m in Sources */ = {isa = PBXBuildFile; fileRef = 95B2B27808745B9000EA34BF /* GrowlPreferencesController.m */; };
   228 		951A8F4D08746DEC0046595C /* GrowlPreferencesController.m in Sources */ = {isa = PBXBuildFile; fileRef = 95B2B27808745B9000EA34BF /* GrowlPreferencesController.m */; };
   229 		951A8F5108746E0F0046595C /* GrowlTicketController.m in Sources */ = {isa = PBXBuildFile; fileRef = 95B2B27A08745B9000EA34BF /* GrowlTicketController.m */; };
   230 		9526BD54081BCC9100B9D0D0 /* MD5Authenticator.m in Sources */ = {isa = PBXBuildFile; fileRef = 9526BD52081BCC9100B9D0D0 /* MD5Authenticator.m */; };
   231 		9528EF8007F5A2DF00061D90 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 954F013B074135D400EA8AB5 /* Localizable.strings */; };
   232 		952EFCCF07C2869700952C6B /* GrowlInstallationPrompt.nib in Resources */ = {isa = PBXBuildFile; fileRef = 952EFC9007C2869700952C6B /* GrowlInstallationPrompt.nib */; };
   233 		9532B0F807CE651F0028B2F1 /* GrowlPref.nib in Resources */ = {isa = PBXBuildFile; fileRef = 9532B0B907CE651F0028B2F1 /* GrowlPref.nib */; };
   234 		95394F9D0841A70F005B7CE3 /* CFURLAdditions.c in Sources */ = {isa = PBXBuildFile; fileRef = 9574B7AC0838CB5500106CA3 /* CFURLAdditions.c */; };
   235 		953F5CF107403B67008E2AEB /* GrowlNotifyScriptCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = 953F5CEB07403B67008E2AEB /* GrowlNotifyScriptCommand.m */; };
   236 		953F5D3807403BC7008E2AEB /* GrowlRegisterScriptCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = 953F5D2C07403BC7008E2AEB /* GrowlRegisterScriptCommand.m */; };
   237 		953F73A1081FFB9E00823EFE /* GrowlNotificationCenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 953F739F081FFB9E00823EFE /* GrowlNotificationCenter.m */; };
   238 		95416E06086343180098C914 /* GrowlIdleStatusController.c in Sources */ = {isa = PBXBuildFile; fileRef = 95416E04086343180098C914 /* GrowlIdleStatusController.c */; };
   239 		9542E55B07C28C3A0056BAC9 /* GrowlInstallation.strings in Resources */ = {isa = PBXBuildFile; fileRef = 9542E51C07C28C3A0056BAC9 /* GrowlInstallation.strings */; };
   240 		954F013D074135D400EA8AB5 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 954F013B074135D400EA8AB5 /* Localizable.strings */; };
   241 		9550518107DE4B4A002F5315 /* GrowlApplicationBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = 34F60EB6078E1D3E00CECA86 /* GrowlApplicationBridge.m */; };
   242 		955437E007E048BE005534FA /* GrowlBrushedDisplay.m in Sources */ = {isa = PBXBuildFile; fileRef = 95FC30C107E03B2600BD8674 /* GrowlBrushedDisplay.m */; };
   243 		955437E207E048BE005534FA /* GrowlBrushedPrefsController.m in Sources */ = {isa = PBXBuildFile; fileRef = 95FC311307E03B2600BD8674 /* GrowlBrushedPrefsController.m */; };
   244 		955437E407E048BF005534FA /* GrowlBrushedWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 95FC316507E03B2600BD8674 /* GrowlBrushedWindowController.m */; };
   245 		955437E607E048C0005534FA /* GrowlBrushedWindowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 95FC31B707E03B2600BD8674 /* GrowlBrushedWindowView.m */; };
   246 		955437E807E048CB005534FA /* BrushedPrefs.nib in Resources */ = {isa = PBXBuildFile; fileRef = 95FC329D07E03B3400BD8674 /* BrushedPrefs.nib */; };
   247 		95543EE107E04BA9005534FA /* Brushed.growlView in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95FC347907E0458E00BD8674 /* Brushed.growlView */; };
   248 		955497B5081125BD0062E27B /* Plain.growlStyle in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9554979A081125A60062E27B /* Plain.growlStyle */; };
   249 		9555388808DACC1B00D49CB1 /* CFDictionaryAdditions.c in Sources */ = {isa = PBXBuildFile; fileRef = 95F9767A084A297400915BFE /* CFDictionaryAdditions.c */; };
   250 		9555388908DACC2500D49CB1 /* CFGrowlAdditions.c in Sources */ = {isa = PBXBuildFile; fileRef = 070B90FB07E1AEFA00F10FA7 /* CFGrowlAdditions.c */; };
   251 		955538CF08DAD19F00D49CB1 /* CFDictionaryAdditions.c in Sources */ = {isa = PBXBuildFile; fileRef = 95F9767A084A297400915BFE /* CFDictionaryAdditions.c */; };
   252 		955539E308DAD82C00D49CB1 /* CFDictionaryAdditions.c in Sources */ = {isa = PBXBuildFile; fileRef = 95F9767A084A297400915BFE /* CFDictionaryAdditions.c */; };
   253 		955539E408DAD83D00D49CB1 /* CFDictionaryAdditions.c in Sources */ = {isa = PBXBuildFile; fileRef = 95F9767A084A297400915BFE /* CFDictionaryAdditions.c */; };
   254 		955C236E081537280013C3CF /* CFMutableStringAdditions.c in Sources */ = {isa = PBXBuildFile; fileRef = 955C236C081537280013C3CF /* CFMutableStringAdditions.c */; };
   255 		956ADB0207551C4500AF9545 /* GrowlImageAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 956ADADF07551C4500AF9545 /* GrowlImageAdditions.m */; };
   256 		9570364D08A7DE15008B9FC9 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 95E678F307511471002BF4E6 /* Security.framework */; };
   257 		9574B6FC0838C7A100106CA3 /* NSWorkspaceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 9574B6FA0838C7A100106CA3 /* NSWorkspaceAdditions.m */; };
   258 		9574B75A0838CA1E00106CA3 /* NSStringAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 9574B7580838CA1E00106CA3 /* NSStringAdditions.m */; };
   259 		9574B75C0838CA1E00106CA3 /* NSStringAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 9574B7580838CA1E00106CA3 /* NSStringAdditions.m */; };
   260 		9574B7AE0838CB5500106CA3 /* CFURLAdditions.c in Sources */ = {isa = PBXBuildFile; fileRef = 9574B7AC0838CB5500106CA3 /* CFURLAdditions.c */; };
   261 		9574B8050838CEBE00106CA3 /* CFURLAdditions.c in Sources */ = {isa = PBXBuildFile; fileRef = 9574B7AC0838CB5500106CA3 /* CFURLAdditions.c */; };
   262 		9574B8060838CEC200106CA3 /* CFURLAdditions.c in Sources */ = {isa = PBXBuildFile; fileRef = 9574B7AC0838CB5500106CA3 /* CFURLAdditions.c */; };
   263 		9574B96D0838F41F00106CA3 /* CFURLAdditions.c in Sources */ = {isa = PBXBuildFile; fileRef = 9574B7AC0838CB5500106CA3 /* CFURLAdditions.c */; };
   264 		9574BBAA08392CC500106CA3 /* GrowlSuite.scriptSuite in Resources */ = {isa = PBXBuildFile; fileRef = 9574BBA808392CC500106CA3 /* GrowlSuite.scriptSuite */; };
   265 		9574BBAB08392CC500106CA3 /* GrowlSuite.scriptTerminology in Resources */ = {isa = PBXBuildFile; fileRef = 9574BBA908392CC500106CA3 /* GrowlSuite.scriptTerminology */; };
   266 		957B4F3A083D139500F562B8 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 089C167FFE841241C02AAC07 /* AppKit.framework */; };
   267 		957B4F75083D14FB00F562B8 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 089C167FFE841241C02AAC07 /* AppKit.framework */; };
   268 		957B4F76083D14FE00F562B8 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 089C1672FE841209C02AAC07 /* Foundation.framework */; };
   269 		957B5028083D155000F562B8 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 089C167FFE841241C02AAC07 /* AppKit.framework */; };
   270 		957B5029083D155100F562B8 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 089C1672FE841209C02AAC07 /* Foundation.framework */; };
   271 		957B502A083D155600F562B8 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 089C167FFE841241C02AAC07 /* AppKit.framework */; };
   272 		957B502B083D155900F562B8 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 089C1672FE841209C02AAC07 /* Foundation.framework */; };
   273 		95812DBB08118FB9004FF8F5 /* GrowlDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 95812DB908118FB9004FF8F5 /* GrowlDelegate.m */; };
   274 		95812DBC08118FBF004FF8F5 /* GrowlDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 95812DB908118FB9004FF8F5 /* GrowlDelegate.m */; };
   275 		958294F2074CDE3100EC7AF2 /* GrowlUDPPathway.m in Sources */ = {isa = PBXBuildFile; fileRef = 958294F0074CDE3100EC7AF2 /* GrowlUDPPathway.m */; };
   276 		9596C5FB081102BE00F43859 /* GrowlBrowserEntry.m in Sources */ = {isa = PBXBuildFile; fileRef = 9596C5F9081102BE00F43859 /* GrowlBrowserEntry.m */; };
   277 		959DBE4C08127BA4009BB468 /* GrowlPathUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 959DBE4A08127BA4009BB468 /* GrowlPathUtilities.m */; };
   278 		959DBE9908127ED4009BB468 /* GrowlPathUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 959DBE4A08127BA4009BB468 /* GrowlPathUtilities.m */; };
   279 		959DBE9A08127ED9009BB468 /* GrowlPathUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 959DBE4A08127BA4009BB468 /* GrowlPathUtilities.m */; };
   280 		959DBE9B08127EDF009BB468 /* GrowlPathUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 959DBE4A08127BA4009BB468 /* GrowlPathUtilities.m */; };
   281 		95A9E435080B2CAB006A2F29 /* TicketsArrayController.m in Sources */ = {isa = PBXBuildFile; fileRef = 95A9E433080B2CAB006A2F29 /* TicketsArrayController.m */; };
   282 		95AA8654080065DE0045589D /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 95AA8653080065DE0045589D /* SystemConfiguration.framework */; };
   283 		95AFFE20082BCDFB0033A7FF /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 95AA8653080065DE0045589D /* SystemConfiguration.framework */; };
   284 		95B2B27C08745BAF00EA34BF /* GrowlApplicationController.m in Sources */ = {isa = PBXBuildFile; fileRef = 95B2B27608745B9000EA34BF /* GrowlApplicationController.m */; };
   285 		95B2B27D08745BBC00EA34BF /* GrowlPreferencesController.m in Sources */ = {isa = PBXBuildFile; fileRef = 95B2B27808745B9000EA34BF /* GrowlPreferencesController.m */; };
   286 		95B2B27E08745BC000EA34BF /* GrowlTicketController.m in Sources */ = {isa = PBXBuildFile; fileRef = 95B2B27A08745B9000EA34BF /* GrowlTicketController.m */; };
   287 		95B92F470865BA5D00DA02F0 /* NSMutableAttributedStringAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 95B92F1C0865B5A900DA02F0 /* NSMutableAttributedStringAdditions.m */; };
   288 		95BF38FE0851F82200873BE1 /* WebKitPrefs.nib in Resources */ = {isa = PBXBuildFile; fileRef = 95BF38FC0851F82200873BE1 /* WebKitPrefs.nib */; };
   289 		95BF837C0743675700306A77 /* growl-icon.icns in Resources */ = {isa = PBXBuildFile; fileRef = 95BF83760743675700306A77 /* growl-icon.icns */; };
   290 		95BF837D0743675700306A77 /* growl-icon.icns in Resources */ = {isa = PBXBuildFile; fileRef = 95BF83760743675700306A77 /* growl-icon.icns */; };
   291 		95C36A620753299E009FAEA2 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 95E678F307511471002BF4E6 /* Security.framework */; };
   292 		95C36A630753299E009FAEA2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 089C1672FE841209C02AAC07 /* Foundation.framework */; };
   293 		95C36A640753299E009FAEA2 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 089C167FFE841241C02AAC07 /* AppKit.framework */; };
   294 		95C8783407D9DFC000C69DEE /* NSWindow+Transforms.m in Sources */ = {isa = PBXBuildFile; fileRef = 95C877C207D9DFC000C69DEE /* NSWindow+Transforms.m */; };
   295 		95CF9929082A5EBE001A409D /* cdsa.c in Sources */ = {isa = PBXBuildFile; fileRef = 95CF98A1082A5B8E001A409D /* cdsa.c */; };
   296 		95CF9B47082AE3B7001A409D /* GrowlUDPUtils.c in Sources */ = {isa = PBXBuildFile; fileRef = 95CF9B46082AE3B7001A409D /* GrowlUDPUtils.c */; };
   297 		95D74011084B68C5000D67BC /* GrowlImageAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 956ADADF07551C4500AF9545 /* GrowlImageAdditions.m */; };
   298 		95D74012084B68C8000D67BC /* GrowlImageAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 956ADADF07551C4500AF9545 /* GrowlImageAdditions.m */; };
   299 		95D89A95082418DA0068A4BD /* GrowlWebKitPrefsController.m in Sources */ = {isa = PBXBuildFile; fileRef = 950F7978080EED5C00CC5F62 /* GrowlWebKitPrefsController.m */; };
   300 		95D89B21082422A00068A4BD /* GrowlWebKitWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 950F797A080EED5C00CC5F62 /* GrowlWebKitWindowController.m */; };
   301 		95D89B22082422A10068A4BD /* GrowlWebKitWindowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 950F797C080EED5C00CC5F62 /* GrowlWebKitWindowView.m */; };
   302 		95D89B55082422C50068A4BD /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 950F79C5080EEE2B00CC5F62 /* WebKit.framework */; };
   303 		95D89BC308242AD80068A4BD /* template.html in Resources */ = {isa = PBXBuildFile; fileRef = 9596C4EF081063DB00F43859 /* template.html */; };
   304 		95D8C1A508B0A07500A75BD6 /* GrowlBezierPathAdditions.c in Sources */ = {isa = PBXBuildFile; fileRef = 956ADAD507551C4500AF9545 /* GrowlBezierPathAdditions.c */; };
   305 		95D8C1A608B0A07900A75BD6 /* GrowlBezierPathAdditions.c in Sources */ = {isa = PBXBuildFile; fileRef = 956ADAD507551C4500AF9545 /* GrowlBezierPathAdditions.c */; };
   306 		95D8C1A708B0A07D00A75BD6 /* GrowlBezierPathAdditions.c in Sources */ = {isa = PBXBuildFile; fileRef = 956ADAD507551C4500AF9545 /* GrowlBezierPathAdditions.c */; };
   307 		95D8C1A808B0A08200A75BD6 /* GrowlBezierPathAdditions.c in Sources */ = {isa = PBXBuildFile; fileRef = 956ADAD507551C4500AF9545 /* GrowlBezierPathAdditions.c */; };
   308 		95D8C62A083D552B003601C3 /* Candybars.growlStyle in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95D8C60E083D552B003601C3 /* Candybars.growlStyle */; };
   309 		95D8C62B083D552B003601C3 /* Crystal.growlStyle in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95D8C61A083D552B003601C3 /* Crystal.growlStyle */; };
   310 		95D93724086EFA7C00A1AD50 /* NSViewAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 95D93723086EFA7200A1AD50 /* NSViewAdditions.m */; };
   311 		95DD14E10748B04700CC05A4 /* GrowlPathway.m in Sources */ = {isa = PBXBuildFile; fileRef = 95DD14D80748B04700CC05A4 /* GrowlPathway.m */; };
   312 		95E243E4087E905F008151E6 /* GrowlPreferencePane.m in Sources */ = {isa = PBXBuildFile; fileRef = 95E243E3087E9053008151E6 /* GrowlPreferencePane.m */; };
   313 		95E2457208EEAC510092EAAC /* GrowlPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 95E2457008EEAC510092EAAC /* GrowlPlugin.m */; };
   314 		95E2457408EEAC510092EAAC /* GrowlPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 95E2457008EEAC510092EAAC /* GrowlPlugin.m */; };
   315 		95E2457808EEAC630092EAAC /* GrowlDisplayPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 95E2457608EEAC630092EAAC /* GrowlDisplayPlugin.m */; };
   316 		95E2457A08EEAC630092EAAC /* GrowlDisplayPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 95E2457608EEAC630092EAAC /* GrowlDisplayPlugin.m */; };
   317 		95E2458208EEAC8F0092EAAC /* GrowlNotificationDisplayBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = 95E2458008EEAC8F0092EAAC /* GrowlNotificationDisplayBridge.m */; };
   318 		95E2458408EEAC8F0092EAAC /* GrowlNotificationDisplayBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = 95E2458008EEAC8F0092EAAC /* GrowlNotificationDisplayBridge.m */; };
   319 		95E246A008EF02E80092EAAC /* GrowlPositionController.m in Sources */ = {isa = PBXBuildFile; fileRef = 95026A8908DC856900FE1949 /* GrowlPositionController.m */; };
   320 		95E678F907511471002BF4E6 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 95E678F307511471002BF4E6 /* Security.framework */; };
   321 		95EC864B08DDB4D000110810 /* CFDictionaryAdditions.c in Sources */ = {isa = PBXBuildFile; fileRef = 95F9767A084A297400915BFE /* CFDictionaryAdditions.c */; };
   322 		95EC864C08DDB4D800110810 /* CFDictionaryAdditions.c in Sources */ = {isa = PBXBuildFile; fileRef = 95F9767A084A297400915BFE /* CFDictionaryAdditions.c */; };
   323 		95EC864D08DDB4DD00110810 /* CFDictionaryAdditions.c in Sources */ = {isa = PBXBuildFile; fileRef = 95F9767A084A297400915BFE /* CFDictionaryAdditions.c */; };
   324 		95EC864E08DDB4E600110810 /* CFDictionaryAdditions.c in Sources */ = {isa = PBXBuildFile; fileRef = 95F9767A084A297400915BFE /* CFDictionaryAdditions.c */; };
   325 		95F975AE084A23F500915BFE /* CFMutableDictionaryAdditions.c in Sources */ = {isa = PBXBuildFile; fileRef = 95F975AC084A23F500915BFE /* CFMutableDictionaryAdditions.c */; };
   326 		95F9767C084A297400915BFE /* CFDictionaryAdditions.c in Sources */ = {isa = PBXBuildFile; fileRef = 95F9767A084A297400915BFE /* CFDictionaryAdditions.c */; };
   327 		95F9771E084A2C7700915BFE /* CFMutableDictionaryAdditions.c in Sources */ = {isa = PBXBuildFile; fileRef = 95F975AC084A23F500915BFE /* CFMutableDictionaryAdditions.c */; };
   328 		95F9771F084A2C7A00915BFE /* CFDictionaryAdditions.c in Sources */ = {isa = PBXBuildFile; fileRef = 95F9767A084A297400915BFE /* CFDictionaryAdditions.c */; };
   329 		95F97733084A2CA000915BFE /* CFMutableDictionaryAdditions.c in Sources */ = {isa = PBXBuildFile; fileRef = 95F975AC084A23F500915BFE /* CFMutableDictionaryAdditions.c */; };
   330 		95F97734084A2CA300915BFE /* CFDictionaryAdditions.c in Sources */ = {isa = PBXBuildFile; fileRef = 95F9767A084A297400915BFE /* CFDictionaryAdditions.c */; };
   331 		95F97735084A2CB000915BFE /* CFDictionaryAdditions.c in Sources */ = {isa = PBXBuildFile; fileRef = 95F9767A084A297400915BFE /* CFDictionaryAdditions.c */; };
   332 		95F97736084A2CB300915BFE /* CFMutableDictionaryAdditions.c in Sources */ = {isa = PBXBuildFile; fileRef = 95F975AC084A23F500915BFE /* CFMutableDictionaryAdditions.c */; };
   333 		95FC347607E0458E00BD8674 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 089C1672FE841209C02AAC07 /* Foundation.framework */; };
   334 		95FC347707E0458E00BD8674 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 089C167FFE841241C02AAC07 /* AppKit.framework */; };
   335 		95FC347807E0458E00BD8674 /* PreferencePanes.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 83282746073A6C110044A959 /* PreferencePanes.framework */; };
   336 		A1CC412709E37A65009EF9BD /* closebox_pressed.png in Resources */ = {isa = PBXBuildFile; fileRef = A1CC412509E37A65009EF9BD /* closebox_pressed.png */; };
   337 		A1CC412809E37A65009EF9BD /* closebox.png in Resources */ = {isa = PBXBuildFile; fileRef = A1CC412609E37A65009EF9BD /* closebox.png */; };
   338 		C4169BF10C2CE4A900D07B91 /* Pseudo-Coda.growlStyle in CopyFiles */ = {isa = PBXBuildFile; fileRef = C4169BDE0C2CE49500D07B91 /* Pseudo-Coda.growlStyle */; };
   339 		C4B868E50957D8C00056FC54 /* ACImageAndTextCell.m in Sources */ = {isa = PBXBuildFile; fileRef = C4B868E30957D8C00056FC54 /* ACImageAndTextCell.m */; };
   340 		C4C58A0C0C9E3C7100F71519 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 343354B20792F84B00C84B15 /* Carbon.framework */; };
   341 		C4FB57250B17FC43004474C8 /* GrowlPositioningDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = C4FB57240B17FC43004474C8 /* GrowlPositioningDefines.h */; };
   342 		CB34BED407E09657001D7D7C /* GrowlApplicationBridgePathway.m in Sources */ = {isa = PBXBuildFile; fileRef = CB34BED207E09657001D7D7C /* GrowlApplicationBridgePathway.m */; };
   343 		CB5C315C07925B53007CC0D0 /* GrowlNotificationTicket.m in Sources */ = {isa = PBXBuildFile; fileRef = CB5C312807925B53007CC0D0 /* GrowlNotificationTicket.m */; };
   344 		CB5F83A80638B8C800EADD7A /* HelperMain.m in Sources */ = {isa = PBXBuildFile; fileRef = CB5F83A60638B8C800EADD7A /* HelperMain.m */; };
   345 		CB5FA1BD0638CA2C00EADD7A /* GrowlHelperApp.app in Resources */ = {isa = PBXBuildFile; fileRef = CB61E5180637763C00E0DDC7 /* GrowlHelperApp.app */; };
   346 		CB910DA7074E0A3A00278FC5 /* License.txt in Resources */ = {isa = PBXBuildFile; fileRef = CB910DA6074E0A3A00278FC5 /* License.txt */; };
   347 		CB9E378D07925D7A00F8937E /* GrowlNotificationTicket.m in Sources */ = {isa = PBXBuildFile; fileRef = CB5C312807925B53007CC0D0 /* GrowlNotificationTicket.m */; };
   348 		CBF0743F0659B202000B4B77 /* GrowlApplicationTicket.m in Sources */ = {isa = PBXBuildFile; fileRef = CB1C5D1C063E432F007052EE /* GrowlApplicationTicket.m */; };
   349 		DD4939FF084BAD4500D1CCCB /* GrowlSMSDisplay.m in Sources */ = {isa = PBXBuildFile; fileRef = DD4939FC084BAD4500D1CCCB /* GrowlSMSDisplay.m */; };
   350 		DD493A00084BAD4500D1CCCB /* GrowlSMSPrefs.m in Sources */ = {isa = PBXBuildFile; fileRef = DD4939FE084BAD4500D1CCCB /* GrowlSMSPrefs.m */; };
   351 		DD493A05084BAD7700D1CCCB /* GrowlSMSPrefs.nib in Resources */ = {isa = PBXBuildFile; fileRef = DD493A03084BAD7700D1CCCB /* GrowlSMSPrefs.nib */; };
   352 		DD493B73084BB02A00D1CCCB /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 089C1672FE841209C02AAC07 /* Foundation.framework */; };
   353 		DD493B74084BB02A00D1CCCB /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 089C167FFE841241C02AAC07 /* AppKit.framework */; };
   354 		DD493BE2084BB89100D1CCCB /* PreferencePanes.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 83282746073A6C110044A959 /* PreferencePanes.framework */; };
   355 		DD493C31084BDF0200D1CCCB /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 95E678F307511471002BF4E6 /* Security.framework */; };
   356 		DDFADA6C084D1C770055DBC8 /* SMS.growlView in CopyFiles */ = {isa = PBXBuildFile; fileRef = DD4939CC084BACA700D1CCCB /* SMS.growlView */; };
   357 		E031BBFF0EBE988300B154BF /* Show Growl Notification.action in CopyFiles */ = {isa = PBXBuildFile; fileRef = 34A96DE20C95F61800F46006 /* Show Growl Notification.action */; };
   358 		E14410E50A94072E0063C4DC /* GrowlBezierPathAdditions.c in Sources */ = {isa = PBXBuildFile; fileRef = 956ADAD507551C4500AF9545 /* GrowlBezierPathAdditions.c */; };
   359 		E14410E60A94072E0063C4DC /* CFDictionaryAdditions.c in Sources */ = {isa = PBXBuildFile; fileRef = 95F9767A084A297400915BFE /* CFDictionaryAdditions.c */; };
   360 		E14410E90A94072E0063C4DC /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 089C1672FE841209C02AAC07 /* Foundation.framework */; };
   361 		E14410EA0A94072E0063C4DC /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 089C167FFE841241C02AAC07 /* AppKit.framework */; };
   362 		E14410EB0A94072E0063C4DC /* PreferencePanes.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 83282746073A6C110044A959 /* PreferencePanes.framework */; };
   363 		E14411080A9407EA0063C4DC /* iCal.growlView in CopyFiles */ = {isa = PBXBuildFile; fileRef = E14410EF0A94072E0063C4DC /* iCal.growlView */; };
   364 		E144111C0A9408840063C4DC /* GrowliCalDisplay.m in Sources */ = {isa = PBXBuildFile; fileRef = E14411130A9408840063C4DC /* GrowliCalDisplay.m */; };
   365 		E144111D0A9408840063C4DC /* GrowliCalPrefsController.m in Sources */ = {isa = PBXBuildFile; fileRef = E14411150A9408840063C4DC /* GrowliCalPrefsController.m */; };
   366 		E144111E0A9408840063C4DC /* GrowliCalWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = E14411170A9408840063C4DC /* GrowliCalWindowController.m */; };
   367 		E144111F0A9408840063C4DC /* GrowliCalWindowView.m in Sources */ = {isa = PBXBuildFile; fileRef = E14411190A9408840063C4DC /* GrowliCalWindowView.m */; };
   368 		EE17E56D08EFFCDB0086F0C3 /* GrowlThreadedView.m in Sources */ = {isa = PBXBuildFile; fileRef = EE17E56B08EFFCDB0086F0C3 /* GrowlThreadedView.m */; };
   369 		EE1AF8D70897DA9400F486FD /* GrowlWindowTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = EE1AF8D00897DA9400F486FD /* GrowlWindowTransition.m */; };
   370 		EE1AF8D90897DA9400F486FD /* GrowlFadingWindowTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = EE1AF8D30897DA9400F486FD /* GrowlFadingWindowTransition.m */; };
   371 		EE88147C08EE836E005D5380 /* GrowlSlidingWindowTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = EE88147A08EE836E005D5380 /* GrowlSlidingWindowTransition.m */; };
   372 		EED7068B08C743D9004651D0 /* GrowlAbstractSingletonObject.m in Sources */ = {isa = PBXBuildFile; fileRef = EED7068908C743D9004651D0 /* GrowlAbstractSingletonObject.m */; };
   373 		EED7077708C74DCE004651D0 /* GrowlAbstractSingletonObject.m in Sources */ = {isa = PBXBuildFile; fileRef = EED7068908C743D9004651D0 /* GrowlAbstractSingletonObject.m */; };
   374 		EED707A608C74E7F004651D0 /* GrowlAbstractSingletonObject.m in Sources */ = {isa = PBXBuildFile; fileRef = EED7068908C743D9004651D0 /* GrowlAbstractSingletonObject.m */; };
   375 /* End PBXBuildFile section */
   376 
   377 /* Begin PBXBuildRule section */
   378 		95E9DE5F0847B0200057425A /* PBXBuildRule */ = {
   379 			isa = PBXBuildRule;
   380 			compilerSpec = com.apple.compilers.gcc.4_0;
   381 			fileType = sourcecode.c;
   382 			isEditable = 1;
   383 			outputFiles = (
   384 			);
   385 		};
   386 		95E9DE620847B0380057425A /* PBXBuildRule */ = {
   387 			isa = PBXBuildRule;
   388 			compilerSpec = com.apple.compilers.gcc.4_0;
   389 			fileType = sourcecode.c;
   390 			isEditable = 1;
   391 			outputFiles = (
   392 			);
   393 		};
   394 		E031BBFB0EBE97AE00B154BF /* PBXBuildRule */ = {
   395 			isa = PBXBuildRule;
   396 			compilerSpec = com.apple.compilers.proxy.script;
   397 			filePatterns = "*.app";
   398 			fileType = pattern.proxy;
   399 			isEditable = 1;
   400 			outputFiles = (
   401 				"$(DERIVED_FILES_DIR)/$(INPUT_FILE_BASE).h",
   402 			);
   403 			script = "sdef \"$INPUT_FILE_PATH\" | sdp -fh -o \"$DERIVED_FILES_DIR\" --basename \"$INPUT_FILE_BASE\" --bundleid `defaults read \"$INPUT_FILE_PATH/Contents/Info\" CFBundleIdentifier`";
   404 		};
   405 /* End PBXBuildRule section */
   406 
   407 /* Begin PBXContainerItemProxy section */
   408 		3433455D0790E25300C84B15 /* PBXContainerItemProxy */ = {
   409 			isa = PBXContainerItemProxy;
   410 			containerPortal = 089C1669FE841209C02AAC07 /* Project object */;
   411 			proxyType = 1;
   412 			remoteGlobalIDString = CB61E5170637763C00E0DDC7;
   413 			remoteInfo = GrowlHelperApp;
   414 		};
   415 		343345630790E25B00C84B15 /* PBXContainerItemProxy */ = {
   416 			isa = PBXContainerItemProxy;
   417 			containerPortal = 089C1669FE841209C02AAC07 /* Project object */;
   418 			proxyType = 1;
   419 			remoteGlobalIDString = 0A7F5EC40767C2A600E1C1E4;
   420 			remoteInfo = Bubbles;
   421 		};
   422 		3433458E0790E3DD00C84B15 /* PBXContainerItemProxy */ = {
   423 			isa = PBXContainerItemProxy;
   424 			containerPortal = 089C1669FE841209C02AAC07 /* Project object */;
   425 			proxyType = 1;
   426 			remoteGlobalIDString = 0A7F5F110767C38200E1C1E4;
   427 			remoteInfo = Bezel;
   428 		};
   429 		343345900790E3E100C84B15 /* PBXContainerItemProxy */ = {
   430 			isa = PBXContainerItemProxy;
   431 			containerPortal = 089C1669FE841209C02AAC07 /* Project object */;
   432 			proxyType = 1;
   433 			remoteGlobalIDString = 0A7F5CCC0767BFD000E1C1E4;
   434 			remoteInfo = Speech;
   435 		};
   436 		343345940790E3EF00C84B15 /* PBXContainerItemProxy */ = {
   437 			isa = PBXContainerItemProxy;
   438 			containerPortal = 089C1669FE841209C02AAC07 /* Project object */;
   439 			proxyType = 1;
   440 			remoteGlobalIDString = 0A7F5F6F0767C68000E1C1E4;
   441 			remoteInfo = Smoke;
   442 		};
   443 		343345990790E40800C84B15 /* PBXContainerItemProxy */ = {
   444 			isa = PBXContainerItemProxy;
   445 			containerPortal = 089C1669FE841209C02AAC07 /* Project object */;
   446 			proxyType = 1;
   447 			remoteGlobalIDString = 0A7F5FB70767C70600E1C1E4;
   448 			remoteInfo = MailMe;
   449 		};
   450 		3433459B0790E40B00C84B15 /* PBXContainerItemProxy */ = {
   451 			isa = PBXContainerItemProxy;
   452 			containerPortal = 089C1669FE841209C02AAC07 /* Project object */;
   453 			proxyType = 1;
   454 			remoteGlobalIDString = 0A7F5FE80767C7B300E1C1E4;
   455 			remoteInfo = MusicVideo;
   456 		};
   457 		34A96DE10C95F61800F46006 /* PBXContainerItemProxy */ = {
   458 			isa = PBXContainerItemProxy;
   459 			containerPortal = 34A96DDA0C95F61800F46006 /* GrowlAction.xcodeproj */;
   460 			proxyType = 2;
   461 			remoteGlobalIDString = 65942E150711D4310089E4F1;
   462 			remoteInfo = GrowlAction;
   463 		};
   464 		34A96DF70C95F62300F46006 /* PBXContainerItemProxy */ = {
   465 			isa = PBXContainerItemProxy;
   466 			containerPortal = 34A96DDA0C95F61800F46006 /* GrowlAction.xcodeproj */;
   467 			proxyType = 1;
   468 			remoteGlobalIDString = 65942E070711D4310089E4F1;
   469 			remoteInfo = GrowlAction;
   470 		};
   471 		34E9EE6A0790871D00662E8E /* PBXContainerItemProxy */ = {
   472 			isa = PBXContainerItemProxy;
   473 			containerPortal = 089C1669FE841209C02AAC07 /* Project object */;
   474 			proxyType = 1;
   475 			remoteGlobalIDString = 8D202CE80486D31800D8A456;
   476 			remoteInfo = Growl;
   477 		};
   478 		933532A1093643DA007C8B10 /* PBXContainerItemProxy */ = {
   479 			isa = PBXContainerItemProxy;
   480 			containerPortal = 089C1669FE841209C02AAC07 /* Project object */;
   481 			proxyType = 1;
   482 			remoteGlobalIDString = 95075AAF0817F5DB00D862A5;
   483 			remoteInfo = GrowlMenu;
   484 		};
   485 		9340E2EA0C94D48300A1F682 /* PBXContainerItemProxy */ = {
   486 			isa = PBXContainerItemProxy;
   487 			containerPortal = 089C1669FE841209C02AAC07 /* Project object */;
   488 			proxyType = 1;
   489 			remoteGlobalIDString = 8D202CE80486D31800D8A456;
   490 			remoteInfo = Growl;
   491 		};
   492 		93BC37D5095A67340002B365 /* PBXContainerItemProxy */ = {
   493 			isa = PBXContainerItemProxy;
   494 			containerPortal = 089C1669FE841209C02AAC07 /* Project object */;
   495 			proxyType = 1;
   496 			remoteGlobalIDString = 93BC378E095A662B0002B365;
   497 			remoteInfo = Nano;
   498 		};
   499 		955430E707E04683005534FA /* PBXContainerItemProxy */ = {
   500 			isa = PBXContainerItemProxy;
   501 			containerPortal = 089C1669FE841209C02AAC07 /* Project object */;
   502 			proxyType = 1;
   503 			remoteGlobalIDString = 95FC346D07E0458E00BD8674;
   504 			remoteInfo = Brushed;
   505 		};
   506 		95E17BC9085E22B800990AB3 /* PBXContainerItemProxy */ = {
   507 			isa = PBXContainerItemProxy;
   508 			containerPortal = 089C1669FE841209C02AAC07 /* Project object */;
   509 			proxyType = 1;
   510 			remoteGlobalIDString = 95E17B8F085E216A00990AB3;
   511 			remoteInfo = SVNRevision;
   512 		};
   513 		95E17BCD085E22FE00990AB3 /* PBXContainerItemProxy */ = {
   514 			isa = PBXContainerItemProxy;
   515 			containerPortal = 089C1669FE841209C02AAC07 /* Project object */;
   516 			proxyType = 1;
   517 			remoteGlobalIDString = 95E17B8F085E216A00990AB3;
   518 			remoteInfo = SVNRevision;
   519 		};
   520 		95E17BEE085E24B500990AB3 /* PBXContainerItemProxy */ = {
   521 			isa = PBXContainerItemProxy;
   522 			containerPortal = 089C1669FE841209C02AAC07 /* Project object */;
   523 			proxyType = 1;
   524 			remoteGlobalIDString = 95E17B8F085E216A00990AB3;
   525 			remoteInfo = SVNRevision;
   526 		};
   527 		DD493C92084BE7FB00D1CCCB /* PBXContainerItemProxy */ = {
   528 			isa = PBXContainerItemProxy;
   529 			containerPortal = 089C1669FE841209C02AAC07 /* Project object */;
   530 			proxyType = 1;
   531 			remoteGlobalIDString = DD4939CB084BACA700D1CCCB;
   532 			remoteInfo = SMS;
   533 		};
   534 		E14410F10A9407680063C4DC /* PBXContainerItemProxy */ = {
   535 			isa = PBXContainerItemProxy;
   536 			containerPortal = 089C1669FE841209C02AAC07 /* Project object */;
   537 			proxyType = 1;
   538 			remoteGlobalIDString = E14410DE0A94072E0063C4DC;
   539 			remoteInfo = iCal;
   540 		};
   541 /* End PBXContainerItemProxy section */
   542 
   543 /* Begin PBXCopyFilesBuildPhase section */
   544 		3433456D0790E38B00C84B15 /* CopyFiles */ = {
   545 			isa = PBXCopyFilesBuildPhase;
   546 			buildActionMask = 2147483647;
   547 			dstPath = "";
   548 			dstSubfolderSpec = 13;
   549 			files = (
   550 				C4169BF10C2CE4A900D07B91 /* Pseudo-Coda.growlStyle in CopyFiles */,
   551 				8321E9AC0C0B7635008C441B /* NotifyOSX.growlStyle in CopyFiles */,
   552 				8321E9AD0C0B7635008C441B /* NotifyOS9.growlStyle in CopyFiles */,
   553 				8363F463098A1B5C000AAC48 /* AboveTheNight.growlStyle in CopyFiles */,
   554 				93BC4057095DEDFF0002B365 /* Nano.growlView in CopyFiles */,
   555 				95D8C62A083D552B003601C3 /* Candybars.growlStyle in CopyFiles */,
   556 				95D8C62B083D552B003601C3 /* Crystal.growlStyle in CopyFiles */,
   557 				955497B5081125BD0062E27B /* Plain.growlStyle in CopyFiles */,
   558 				3433458D0790E3D600C84B15 /* Bezel.growlView in CopyFiles */,
   559 				95543EE107E04BA9005534FA /* Brushed.growlView in CopyFiles */,
   560 				3433456E0790E39200C84B15 /* Bubbles.growlView in CopyFiles */,
   561 				E14411080A9407EA0063C4DC /* iCal.growlView in CopyFiles */,
   562 				343345890790E3D600C84B15 /* MailMe.growlView in CopyFiles */,
   563 				3433458C0790E3D600C84B15 /* MusicVideo.growlView in CopyFiles */,
   564 				343345880790E3D600C84B15 /* Smoke.growlView in CopyFiles */,
   565 				DDFADA6C084D1C770055DBC8 /* SMS.growlView in CopyFiles */,
   566 				3433458A0790E3D600C84B15 /* Speech.growlView in CopyFiles */,
   567 				31340CDC0D5B8E7100B9BEE0 /* GrowlPropertyListFilePathway.h in CopyFiles */,
   568 			);
   569 			runOnlyForDeploymentPostprocessing = 0;
   570 		};
   571 		34A96E300C95F6AE00F46006 /* CopyFiles */ = {
   572 			isa = PBXCopyFilesBuildPhase;
   573 			buildActionMask = 2147483647;
   574 			dstPath = Contents/Library/Automator;
   575 			dstSubfolderSpec = 1;
   576 			files = (
   577 				E031BBFF0EBE988300B154BF /* Show Growl Notification.action in CopyFiles */,
   578 			);
   579 			runOnlyForDeploymentPostprocessing = 0;
   580 		};
   581 		9340E2EE0C94D48E00A1F682 /* CopyFiles */ = {
   582 			isa = PBXCopyFilesBuildPhase;
   583 			buildActionMask = 2147483647;
   584 			dstPath = "~/Library/PreferencePanes";
   585 			dstSubfolderSpec = 0;
   586 			files = (
   587 			);
   588 			runOnlyForDeploymentPostprocessing = 0;
   589 		};
   590 /* End PBXCopyFilesBuildPhase section */
   591 
   592 /* Begin PBXFileReference section */
   593 		070B90FB07E1AEFA00F10FA7 /* CFGrowlAdditions.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = CFGrowlAdditions.c; path = Common/Source/CFGrowlAdditions.c; sourceTree = "<group>"; };
   594 		070C1AE50912D16600884E7D /* GrowlNonCopyingMutableDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GrowlNonCopyingMutableDictionary.h; path = Common/Source/GrowlNonCopyingMutableDictionary.h; sourceTree = "<group>"; };
   595 		070C1AE60912D16600884E7D /* GrowlNonCopyingMutableDictionary.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GrowlNonCopyingMutableDictionary.m; path = Common/Source/GrowlNonCopyingMutableDictionary.m; sourceTree = "<group>"; };
   596 		070C5DAD09A7978F004F1E8C /* GrowlPathwayController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GrowlPathwayController.h; path = Core/Source/GrowlPathwayController.h; sourceTree = "<group>"; };
   597 		070C5DAE09A7978F004F1E8C /* GrowlPathwayController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GrowlPathwayController.m; path = Core/Source/GrowlPathwayController.m; sourceTree = "<group>"; };
   598 		07217169082DE85B00F338F7 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = "Framework/Resources/English.lproj/GrowlInstallationPrompt-Carbon.nib"; sourceTree = "<group>"; };
   599 		07217170082DEB0700F338F7 /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = "Framework/Resources/de.lproj/GrowlInstallationPrompt-Carbon.nib"; sourceTree = "<group>"; };
   600 		07217173082DEDB500F338F7 /* GrowlInstallationPrompt-Carbon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "GrowlInstallationPrompt-Carbon.h"; path = "Framework/Source/GrowlInstallationPrompt-Carbon.h"; sourceTree = "<group>"; };
   601 		07217174082DEDB500F338F7 /* GrowlInstallationPrompt-Carbon.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "GrowlInstallationPrompt-Carbon.c"; path = "Framework/Source/GrowlInstallationPrompt-Carbon.c"; sourceTree = "<group>"; };
   602 		072867D008D1648400ABF0B0 /* NSSetAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NSSetAdditions.h; path = Common/Source/NSSetAdditions.h; sourceTree = "<group>"; };
   603 		072867D108D1648400ABF0B0 /* NSSetAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = NSSetAdditions.m; path = Common/Source/NSSetAdditions.m; sourceTree = "<group>"; };
   604 		072DE9B809A10DEB006516DD /* GrowlTCPPathway.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GrowlTCPPathway.h; path = Core/Source/GrowlTCPPathway.h; sourceTree = "<group>"; };
   605 		072DE9B909A10DEB006516DD /* GrowlTCPPathway.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GrowlTCPPathway.m; path = Core/Source/GrowlTCPPathway.m; sourceTree = "<group>"; };
   606 		074062AA07E2FBE300FA27FA /* GrowlDistributedNotificationPathway.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GrowlDistributedNotificationPathway.h; path = Core/Source/GrowlDistributedNotificationPathway.h; sourceTree = "<group>"; };
   607 		074062AB07E2FBE300FA27FA /* GrowlDistributedNotificationPathway.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GrowlDistributedNotificationPathway.m; path = Core/Source/GrowlDistributedNotificationPathway.m; sourceTree = "<group>"; };
   608 		07803B5D08E7E6A700299E08 /* GrowlPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GrowlPlugin.h; path = Plugins/GrowlPlugin.h; sourceTree = "<group>"; };
   609 		07803B5E08E7E6A700299E08 /* GrowlPlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GrowlPlugin.m; path = Plugins/GrowlPlugin.m; sourceTree = "<group>"; };
   610 		07803B6308E7E6BC00299E08 /* GrowlDisplayPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GrowlDisplayPlugin.h; path = Plugins/Displays/GrowlDisplayPlugin.h; sourceTree = "<group>"; };
   611 		07803B6408E7E6BC00299E08 /* GrowlDisplayPlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GrowlDisplayPlugin.m; path = Plugins/Displays/GrowlDisplayPlugin.m; sourceTree = "<group>"; };
   612 		07803B8E08E7E75600299E08 /* GrowlDisplayWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GrowlDisplayWindowController.h; path = Plugins/Displays/GrowlDisplayWindowController.h; sourceTree = "<group>"; };
   613 		07803B8F08E7E75600299E08 /* GrowlDisplayWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GrowlDisplayWindowController.m; path = Plugins/Displays/GrowlDisplayWindowController.m; sourceTree = "<group>"; };
   614 		07803B9008E7E75600299E08 /* GrowlNotificationDisplayBridge.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GrowlNotificationDisplayBridge.h; path = Plugins/Displays/GrowlNotificationDisplayBridge.h; sourceTree = "<group>"; };
   615 		07803B9108E7E75600299E08 /* GrowlNotificationDisplayBridge.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GrowlNotificationDisplayBridge.m; path = Plugins/Displays/GrowlNotificationDisplayBridge.m; sourceTree = "<group>"; };
   616 		0790135207D932140023B640 /* GrowlVersionUtilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GrowlVersionUtilities.h; path = Common/Source/GrowlVersionUtilities.h; sourceTree = "<group>"; };
   617 		0790135507D9321B0023B640 /* GrowlVersionUtilities.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = GrowlVersionUtilities.c; path = Common/Source/GrowlVersionUtilities.c; sourceTree = "<group>"; };
   618 		07B7CD21099EB19200744461 /* NSMutableStringAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NSMutableStringAdditions.h; path = Common/Source/NSMutableStringAdditions.h; sourceTree = "<group>"; };
   619 		07B7CD22099EB19200744461 /* NSMutableStringAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = NSMutableStringAdditions.m; path = Common/Source/NSMutableStringAdditions.m; sourceTree = "<group>"; };
   620 		07F9B7A208A49F6D00DF7F42 /* GrowlApplicationNotification.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GrowlApplicationNotification.h; path = Core/Source/GrowlApplicationNotification.h; sourceTree = "<group>"; };
   621 		07F9B7A308A49F6D00DF7F42 /* GrowlApplicationNotification.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GrowlApplicationNotification.m; path = Core/Source/GrowlApplicationNotification.m; sourceTree = "<group>"; };
   622 		07FCFFC107E2F90C00F0A1CF /* GrowlRemotePathway.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GrowlRemotePathway.h; path = Core/Source/GrowlRemotePathway.h; sourceTree = "<group>"; };
   623 		07FCFFC207E2F90C00F0A1CF /* GrowlRemotePathway.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GrowlRemotePathway.m; path = Core/Source/GrowlRemotePathway.m; sourceTree = "<group>"; };
   624 		089C1672FE841209C02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
   625 		089C167EFE841241C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = English; path = Core/Resources/English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
   626 		089C167FFE841241C02AAC07 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
   627 		0A7F5D9C0767C13100E1C1E4 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/GrowlSpeechPrefs.nib; sourceTree = "<group>"; };
   628 		0A7F5D9D0767C13100E1C1E4 /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = de.lproj/GrowlSpeechPrefs.nib; sourceTree = "<group>"; };
   629 		0A7F5D9E0767C13200E1C1E4 /* GrowlSpeechDefines.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GrowlSpeechDefines.h; sourceTree = "<group>"; };
   630 		0A7F5D9F0767C13200E1C1E4 /* GrowlSpeechDisplay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GrowlSpeechDisplay.h; sourceTree = "<group>"; };
   631 		0A7F5DA00767C13200E1C1E4 /* GrowlSpeechDisplay.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GrowlSpeechDisplay.m; sourceTree = "<group>"; };
   632 		0A7F5DA10767C13200E1C1E4 /* GrowlSpeechPrefs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GrowlSpeechPrefs.h; sourceTree = "<group>"; };
   633 		0A7F5DA20767C13200E1C1E4 /* GrowlSpeechPrefs.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GrowlSpeechPrefs.m; sourceTree = "<group>"; };
   634 		0A7F5EDC0767C30800E1C1E4 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/BubblesPrefs.nib; sourceTree = "<group>"; };
   635 		0A7F5EDD0767C30800E1C1E4 /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = de.lproj/BubblesPrefs.nib; sourceTree = "<group>"; };
   636 		0A7F5EE00767C30800E1C1E4 /* GrowlBubblesDefines.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GrowlBubblesDefines.h; sourceTree = "<group>"; };
   637 		0A7F5EE10767C30800E1C1E4 /* GrowlBubblesPrefsController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GrowlBubblesPrefsController.h; sourceTree = "<group>"; };
   638 		0A7F5EE20767C30800E1C1E4 /* GrowlBubblesPrefsController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GrowlBubblesPrefsController.m; sourceTree = "<group>"; };
   639 		0A7F5EE30767C30800E1C1E4 /* GrowlBubblesWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GrowlBubblesWindowController.h; sourceTree = "<group>"; };
   640 		0A7F5EE40767C30800E1C1E4 /* GrowlBubblesWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GrowlBubblesWindowController.m; sourceTree = "<group>"; };
   641 		0A7F5EE50767C30800E1C1E4 /* GrowlBubblesWindowView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GrowlBubblesWindowView.h; sourceTree = "<group>"; };
   642 		0A7F5EE60767C30800E1C1E4 /* GrowlBubblesWindowView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GrowlBubblesWindowView.m; sourceTree = "<group>"; };
   643 		0A7F5F300767C3F600E1C1E4 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/GrowlBezelPrefs.nib; sourceTree = "<group>"; };
   644 		0A7F5F310767C3F600E1C1E4 /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = de.lproj/GrowlBezelPrefs.nib; sourceTree = "<group>"; };
   645 		0A7F5F320767C3F600E1C1E4 /* GrowlBezelDisplay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GrowlBezelDisplay.h; sourceTree = "<group>"; };
   646 		0A7F5F330767C3F600E1C1E4 /* GrowlBezelDisplay.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GrowlBezelDisplay.m; sourceTree = "<group>"; };
   647 		0A7F5F340767C3F600E1C1E4 /* GrowlBezelPrefs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GrowlBezelPrefs.h; sourceTree = "<group>"; };
   648 		0A7F5F350767C3F600E1C1E4 /* GrowlBezelPrefs.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GrowlBezelPrefs.m; sourceTree = "<group>"; };
   649 		0A7F5F360767C3F600E1C1E4 /* GrowlBezelWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GrowlBezelWindowController.h; sourceTree = "<group>"; };
   650 		0A7F5F370767C3F600E1C1E4 /* GrowlBezelWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GrowlBezelWindowController.m; sourceTree = "<group>"; };
   651 		0A7F5F380767C3F600E1C1E4 /* GrowlBezelWindowView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GrowlBezelWindowView.h; sourceTree = "<group>"; };
   652 		0A7F5F390767C3F600E1C1E4 /* GrowlBezelWindowView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GrowlBezelWindowView.m; sourceTree = "<group>"; };
   653 		0A7F5F8B0767C6C500E1C1E4 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/SmokePrefs.nib; sourceTree = "<group>"; };
   654 		0A7F5F8C0767C6C500E1C1E4 /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = de.lproj/SmokePrefs.nib; sourceTree = "<group>"; };
   655 		0A7F5F8D0767C6C500E1C1E4 /* GrowlSmokeDefines.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GrowlSmokeDefines.h; sourceTree = "<group>"; };
   656 		0A7F5F8E0767C6C500E1C1E4 /* GrowlSmokeDisplay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GrowlSmokeDisplay.h; sourceTree = "<group>"; };
   657 		0A7F5F8F0767C6C500E1C1E4 /* GrowlSmokeDisplay.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GrowlSmokeDisplay.m; sourceTree = "<group>"; };
   658 		0A7F5F900767C6C500E1C1E4 /* GrowlSmokePrefsController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GrowlSmokePrefsController.h; sourceTree = "<group>"; };
   659 		0A7F5F910767C6C500E1C1E4 /* GrowlSmokePrefsController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GrowlSmokePrefsController.m; sourceTree = "<group>"; };
   660 		0A7F5F920767C6C500E1C1E4 /* GrowlSmokeWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GrowlSmokeWindowController.h; sourceTree = "<group>"; };
   661 		0A7F5F930767C6C500E1C1E4 /* GrowlSmokeWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GrowlSmokeWindowController.m; sourceTree = "<group>"; };
   662 		0A7F5F940767C6C500E1C1E4 /* GrowlSmokeWindowView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GrowlSmokeWindowView.h; sourceTree = "<group>"; };
   663 		0A7F5F950767C6C500E1C1E4 /* GrowlSmokeWindowView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GrowlSmokeWindowView.m; sourceTree = "<group>"; };
   664 		0A7F5FD40767C77F00E1C1E4 /* Message.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Message.framework; path = /System/Library/Frameworks/Message.framework; sourceTree = "<absolute>"; };
   665 		0A7F5FDB0767C79100E1C1E4 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/GrowlMailMePrefs.nib; sourceTree = "<group>"; };
   666 		0A7F5FDC0767C79100E1C1E4 /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = de.lproj/GrowlMailMePrefs.nib; sourceTree = "<group>"; };
   667 		0A7F5FDD0767C79100E1C1E4 /* GrowlMailMeDisplay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GrowlMailMeDisplay.h; sourceTree = "<group>"; };
   668 		0A7F5FDE0767C79100E1C1E4 /* GrowlMailMeDisplay.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GrowlMailMeDisplay.m; sourceTree = "<group>"; };
   669 		0A7F5FDF0767C79100E1C1E4 /* GrowlMailMePrefs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GrowlMailMePrefs.h; sourceTree = "<group>"; };
   670 		0A7F5FE00767C79100E1C1E4 /* GrowlMailMePrefs.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GrowlMailMePrefs.m; sourceTree = "<group>"; };
   671 		0A7F60000767C80E00E1C1E4 /* Display Plugins_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "Display Plugins_Prefix.pch"; path = "Plugins/Displays/Display Plugins_Prefix.pch"; sourceTree = "<group>"; };
   672 		0A7F624E0767C84E00E1C1E4 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/GrowlMusicVideoPrefs.nib; sourceTree = "<group>"; };
   673 		0A7F624F0767C84E00E1C1E4 /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = de.lproj/GrowlMusicVideoPrefs.nib; sourceTree = "<group>"; };
   674 		0A7F62500767C84E00E1C1E4 /* GrowlMusicVideoDisplay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GrowlMusicVideoDisplay.h; sourceTree = "<group>"; };
   675 		0A7F62510767C84E00E1C1E4 /* GrowlMusicVideoDisplay.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GrowlMusicVideoDisplay.m; sourceTree = "<group>"; };
   676 		0A7F62520767C84E00E1C1E4 /* GrowlMusicVideoPrefs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GrowlMusicVideoPrefs.h; sourceTree = "<group>"; };
   677 		0A7F62530767C84E00E1C1E4 /* GrowlMusicVideoPrefs.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GrowlMusicVideoPrefs.m; sourceTree = "<group>"; };
   678 		0A7F62540767C84E00E1C1E4 /* GrowlMusicVideoWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GrowlMusicVideoWindowController.h; sourceTree = "<group>"; };
   679 		0A7F62550767C84E00E1C1E4 /* GrowlMusicVideoWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GrowlMusicVideoWindowController.m; sourceTree = "<group>"; };
   680 		0A7F62560767C84E00E1C1E4 /* GrowlMusicVideoWindowView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GrowlMusicVideoWindowView.h; sourceTree = "<group>"; };
   681 		0A7F62570767C84E00E1C1E4 /* GrowlMusicVideoWindowView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GrowlMusicVideoWindowView.m; sourceTree = "<group>"; };
   682 		0AB508AE0767C87B006EA5CB /* Bubbles.growlView */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Bubbles.growlView; sourceTree = BUILT_PRODUCTS_DIR; };
   683 		0AB508AF0767C87B006EA5CB /* Smoke.growlView */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Smoke.growlView; sourceTree = BUILT_PRODUCTS_DIR; };
   684 		0AB508B00767C87B006EA5CB /* MailMe.growlView */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MailMe.growlView; sourceTree = BUILT_PRODUCTS_DIR; };
   685 		0AB508B10767C87B006EA5CB /* Speech.growlView */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Speech.growlView; sourceTree = BUILT_PRODUCTS_DIR; };
   686 		0AB508B30767C87B006EA5CB /* MusicVideo.growlView */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MusicVideo.growlView; sourceTree = BUILT_PRODUCTS_DIR; };
   687 		0AB508B40767C87B006EA5CB /* Bezel.growlView */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Bezel.growlView; sourceTree = BUILT_PRODUCTS_DIR; };
   688 		0AEE179C0702C4960024B1A0 /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = /System/Library/Frameworks/ApplicationServices.framework; sourceTree = "<absolute>"; };
   689 		31340CDA0D5B8E7100B9BEE0 /* GrowlPropertyListFilePathway.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GrowlPropertyListFilePathway.h; path = Core/Source/GrowlPropertyListFilePathway.h; sourceTree = "<group>"; };
   690 		31340CDB0D5B8E7100B9BEE0 /* GrowlPropertyListFilePathway.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GrowlPropertyListFilePathway.m; path = Core/Source/GrowlPropertyListFilePathway.m; sourceTree = "<group>"; };
   691 		31C7594A1047202B008547BF /* simple-mailer.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; name = "simple-mailer.py"; path = "external_dependencies/simple-mailer.py"; sourceTree = SOURCE_ROOT; };
   692 		32DBCFA20370C41700C91783 /* Growl_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Growl_Prefix.pch; path = Core/Source/Growl_Prefix.pch; sourceTree = "<group>"; };
   693 		342157BD0C2AE377004003BB /* PriorityTransformer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PriorityTransformer.h; path = Core/Source/PriorityTransformer.h; sourceTree = "<group>"; };
   694 		342157BE0C2AE377004003BB /* PriorityTransformer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PriorityTransformer.m; path = Core/Source/PriorityTransformer.m; sourceTree = "<group>"; };
   695 		343353E80792F7CF00C84B15 /* GrowlApplicationBridge-Carbon.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = "GrowlApplicationBridge-Carbon.c"; path = "Framework/Source/GrowlApplicationBridge-Carbon.c"; sourceTree = "<group>"; };
   696 		343353E90792F7CF00C84B15 /* GrowlApplicationBridge-Carbon.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = "GrowlApplicationBridge-Carbon.h"; path = "Framework/Source/GrowlApplicationBridge-Carbon.h"; sourceTree = "<group>"; };
   697 		343354B20792F84B00C84B15 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; };
   698 		343354C10792F96300C84B15 /* GrowlFramework_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GrowlFramework_Prefix.pch; path = Framework/Source/GrowlFramework_Prefix.pch; sourceTree = "<group>"; };
   699 		34422F6F0BF3ED2E001DA9ED /* GrowlApplication.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GrowlApplication.h; path = Core/Source/GrowlApplication.h; sourceTree = "<group>"; };
   700 		34422F700BF3ED2E001DA9ED /* GrowlApplication.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GrowlApplication.m; path = Core/Source/GrowlApplication.m; sourceTree = "<group>"; };
   701 		344EA41E0CA857F70035CB69 /* NSFileManager+Authentication.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NSFileManager+Authentication.h"; path = "Framework/Source/NSFileManager+Authentication.h"; sourceTree = "<group>"; };
   702 		344EA41F0CA857F70035CB69 /* NSFileManager+Authentication.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "NSFileManager+Authentication.m"; path = "Framework/Source/NSFileManager+Authentication.m"; sourceTree = "<group>"; };
   703 		345B7D110C80A919005F7F96 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = Plugins/Displays/iCal/English.lproj/iCalPrefs.nib; sourceTree = "<group>"; };
   704 		345B7D180C80A923005F7F96 /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = Plugins/Displays/iCal/de.lproj/iCalPrefs.nib; sourceTree = "<group>"; };
   705 		345B7D190C80A927005F7F96 /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = Plugins/Displays/iCal/fr.lproj/iCalPrefs.nib; sourceTree = "<group>"; };
   706 		345B7D1C0C80A930005F7F96 /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = Plugins/Displays/iCal/ru.lproj/iCalPrefs.nib; sourceTree = "<group>"; };
   707 		345B7D1D0C80A936005F7F96 /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = Plugins/Displays/iCal/ja.lproj/iCalPrefs.nib; sourceTree = "<group>"; };
   708 		345B7D1E0C80A93F005F7F96 /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = Plugins/Displays/iCal/zh_CN.lproj/iCalPrefs.nib; sourceTree = "<group>"; };
   709 		345B7D1F0C80A942005F7F96 /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = Plugins/Displays/iCal/cs.lproj/iCalPrefs.nib; sourceTree = "<group>"; };
   710 		345DA0960CA0A566009F1989 /* nb */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nb; path = Framework/Resources/nb.lproj/GrowlInstallationPrompt.nib; sourceTree = "<group>"; };
   711 		345DA0970CA0A56A009F1989 /* nb */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nb; path = "Framework/Resources/nb.lproj/GrowlInstallationPrompt-Carbon.nib"; sourceTree = "<group>"; };
   712 		345DA0980CA0A571009F1989 /* nb */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = nb; path = Framework/Resources/nb.lproj/GrowlInstallation.strings; sourceTree = "<group>"; };
   713 		346F5E1608A47EB70055C610 /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = Framework/Resources/ru.lproj/GrowlInstallationPrompt.nib; sourceTree = "<group>"; };
   714 		346F74470C96F561000FEAE6 /* Show Growl Notification.action */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; path = "Show Growl Notification.action"; sourceTree = BUILT_PRODUCTS_DIR; };
   715 		34725B0F0C0678A000499F50 /* Growl.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = Growl.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
   716 		347262850C0725D800499F50 /* GrowlAppNameClickNotificationTransformer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GrowlAppNameClickNotificationTransformer.h; path = Core/Source/GrowlAppNameClickNotificationTransformer.h; sourceTree = "<group>"; };
   717 		347262860C0725D800499F50 /* GrowlAppNameClickNotificationTransformer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GrowlAppNameClickNotificationTransformer.m; path = Core/Source/GrowlAppNameClickNotificationTransformer.m; sourceTree = "<group>"; };
   718 		34792F7E0C84864F007ADCAA /* nl */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = nl; path = Framework/Resources/nl.lproj/GrowlInstallation.strings; sourceTree = "<group>"; };
   719 		34792F7F0C848654007ADCAA /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = "Framework/Resources/nl.lproj/GrowlInstallationPrompt-Carbon.nib"; sourceTree = "<group>"; };
   720 		34792F800C848659007ADCAA /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = Framework/Resources/nl.lproj/GrowlInstallationPrompt.nib; sourceTree = "<group>"; };
   721 		347930190C848724007ADCAA /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = Plugins/Displays/Brushed/nl.lproj/BrushedPrefs.nib; sourceTree = "<group>"; };
   722 		3479301A0C848724007ADCAA /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = nl.lproj/BubblesPrefs.nib; sourceTree = "<group>"; };
   723 		3479301B0C848724007ADCAA /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = nl.lproj/GrowlBezelPrefs.nib; sourceTree = "<group>"; };
   724 		3479301C0C848724007ADCAA /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = nl.lproj/GrowlMailMePrefs.nib; sourceTree = "<group>"; };
   725 		3479301D0C848724007ADCAA /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = nl.lproj/GrowlMusicVideoPrefs.nib; sourceTree = "<group>"; };
   726 		3479301E0C848724007ADCAA /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = Plugins/Displays/Nano/nl.lproj/GrowlNanoPrefs.nib; sourceTree = "<group>"; };
   727 		347930200C848724007ADCAA /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = Plugins/Displays/SMS/nl.lproj/GrowlSMSPrefs.nib; sourceTree = "<group>"; };
   728 		347930210C848724007ADCAA /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = nl.lproj/GrowlSpeechPrefs.nib; sourceTree = "<group>"; };
   729 		347930220C848724007ADCAA /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = Plugins/Displays/iCal/nl.lproj/iCalPrefs.nib; sourceTree = "<group>"; };
   730 		347930230C848724007ADCAA /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = nl.lproj/SmokePrefs.nib; sourceTree = "<group>"; };
   731 		347930240C848725007ADCAA /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = Plugins/Displays/WebKit/nl.lproj/WebKitPrefs.nib; sourceTree = "<group>"; };
   732 		347930400C848741007ADCAA /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = Core/Resources/nl.lproj/GrowlPref.nib; sourceTree = "<group>"; };
   733 		3479306A0C85E28F007ADCAA /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = zh_TW; path = Core/Resources/zh_TW.lproj/About.rtf; sourceTree = "<group>"; };
   734 		3479306B0C85E28F007ADCAA /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = Plugins/Displays/Brushed/zh_TW.lproj/BrushedPrefs.nib; sourceTree = "<group>"; };
   735 		3479306C0C85E290007ADCAA /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = zh_TW.lproj/BubblesPrefs.nib; sourceTree = "<group>"; };
   736 		3479306D0C85E290007ADCAA /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = zh_TW.lproj/GrowlBezelPrefs.nib; sourceTree = "<group>"; };
   737 		3479306E0C85E290007ADCAA /* zh_TW */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = zh_TW; path = Framework/Resources/zh_TW.lproj/GrowlInstallation.strings; sourceTree = "<group>"; };
   738 		3479306F0C85E290007ADCAA /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = "Framework/Resources/zh_TW.lproj/GrowlInstallationPrompt-Carbon.nib"; sourceTree = "<group>"; };
   739 		347930700C85E290007ADCAA /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = Framework/Resources/zh_TW.lproj/GrowlInstallationPrompt.nib; sourceTree = "<group>"; };
   740 		347930710C85E290007ADCAA /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = zh_TW.lproj/GrowlMailMePrefs.nib; sourceTree = "<group>"; };
   741 		347930720C85E290007ADCAA /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = zh_TW.lproj/GrowlMusicVideoPrefs.nib; sourceTree = "<group>"; };
   742 		347930730C85E291007ADCAA /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = Plugins/Displays/Nano/zh_TW.lproj/GrowlNanoPrefs.nib; sourceTree = "<group>"; };
   743 		347930740C85E291007ADCAA /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = Core/Resources/zh_TW.lproj/GrowlPref.nib; sourceTree = "<group>"; };
   744 		347930750C85E291007ADCAA /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = Plugins/Displays/SMS/zh_TW.lproj/GrowlSMSPrefs.nib; sourceTree = "<group>"; };
   745 		347930760C85E291007ADCAA /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = zh_TW.lproj/GrowlSpeechPrefs.nib; sourceTree = "<group>"; };
   746 		347930770C85E291007ADCAA /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = Plugins/Displays/iCal/zh_TW.lproj/iCalPrefs.nib; sourceTree = "<group>"; };
   747 		347930780C85E291007ADCAA /* zh_TW */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = zh_TW; path = Core/Resources/zh_TW.lproj/InfoPlist.strings; sourceTree = "<group>"; };
   748 		347930790C85E291007ADCAA /* zh_TW */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = zh_TW; path = Core/Resources/zh_TW.lproj/Localizable.strings; sourceTree = SOURCE_ROOT; };
   749 		3479307A0C85E291007ADCAA /* zh_TW */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = zh_TW; path = StatusItem/Resources/zh_TW.lproj/Localizable.strings; sourceTree = "<group>"; };
   750 		3479307B0C85E291007ADCAA /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = zh_TW.lproj/SmokePrefs.nib; sourceTree = "<group>"; };
   751 		3479307C0C85E291007ADCAA /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = Plugins/Displays/WebKit/zh_TW.lproj/WebKitPrefs.nib; sourceTree = "<group>"; };
   752 		347935920C864534007ADCAA /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = nl; path = Core/Resources/nl.lproj/About.rtf; sourceTree = "<group>"; };
   753 		347935930C864534007ADCAA /* nl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = nl; path = Core/Resources/nl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
   754 		347935940C864534007ADCAA /* nl */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = nl; path = Core/Resources/nl.lproj/Localizable.strings; sourceTree = SOURCE_ROOT; };
   755 		347935950C864534007ADCAA /* nl */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = nl; path = StatusItem/Resources/nl.lproj/Localizable.strings; sourceTree = "<group>"; };
   756 		348FEDFB0C9D019900A5B99E /* AEVTBuilder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AEVTBuilder.m; path = Framework/Source/AEVTBuilder.m; sourceTree = "<group>"; };
   757 		348FEDFC0C9D019900A5B99E /* AEVTBuilder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AEVTBuilder.h; path = Framework/Source/AEVTBuilder.h; sourceTree = "<group>"; };
   758 		349B3FA10A620F1F008BE092 /* pl */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.xml; name = pl; path = Framework/Resources/pl.lproj/GrowlInstallation.strings; sourceTree = "<group>"; };
   759 		349B3FA40A620F2D008BE092 /* pl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pl; path = Framework/Resources/pl.lproj/GrowlInstallationPrompt.nib; sourceTree = "<group>"; };
   760 		34A0931E0C90B0D500A82168 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = Framework/Resources/sv.lproj/GrowlInstallationPrompt.nib; sourceTree = "<group>"; };
   761 		34A0931F0C90B0DA00A82168 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = "Framework/Resources/sv.lproj/GrowlInstallationPrompt-Carbon.nib"; sourceTree = "<group>"; };
   762 		34A093200C90B0DF00A82168 /* sv */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = sv; path = Framework/Resources/sv.lproj/GrowlInstallation.strings; sourceTree = "<group>"; };
   763 		34A88D130C7F8A3700F01CB8 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = ja; path = Core/Resources/ja.lproj/About.rtf; sourceTree = "<group>"; };
   764 		34A88D140C7F8A3700F01CB8 /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = Core/Resources/ja.lproj/GrowlPref.nib; sourceTree = "<group>"; };
   765 		34A88D150C7F8A3700F01CB8 /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = Plugins/Displays/SMS/ja.lproj/GrowlSMSPrefs.nib; sourceTree = "<group>"; };
   766 		34A88D160C7F8A3800F01CB8 /* ja */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = ja; path = Core/Resources/ja.lproj/InfoPlist.strings; sourceTree = "<group>"; };
   767 		34A88D1C0C7F8A4A00F01CB8 /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = zh_CN; path = Core/Resources/zh_CN.lproj/About.rtf; sourceTree = "<group>"; };
   768 		34A88D1D0C7F8A4A00F01CB8 /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = Plugins/Displays/Brushed/zh_CN.lproj/BrushedPrefs.nib; sourceTree = "<group>"; };
   769 		34A88D1E0C7F8A4A00F01CB8 /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = zh_CN.lproj/BubblesPrefs.nib; sourceTree = "<group>"; };
   770 		34A88D1F0C7F8A4A00F01CB8 /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = zh_CN.lproj/GrowlBezelPrefs.nib; sourceTree = "<group>"; };
   771 		34A88D200C7F8A4A00F01CB8 /* zh_CN */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = zh_CN; path = Framework/Resources/zh_CN.lproj/GrowlInstallation.strings; sourceTree = "<group>"; };
   772 		34A88D210C7F8A4A00F01CB8 /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = "Framework/Resources/zh_CN.lproj/GrowlInstallationPrompt-Carbon.nib"; sourceTree = "<group>"; };
   773 		34A88D220C7F8A4A00F01CB8 /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = Framework/Resources/zh_CN.lproj/GrowlInstallationPrompt.nib; sourceTree = "<group>"; };
   774 		34A88D230C7F8A4A00F01CB8 /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = zh_CN.lproj/GrowlMailMePrefs.nib; sourceTree = "<group>"; };
   775 		34A88D240C7F8A4A00F01CB8 /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = zh_CN.lproj/GrowlMusicVideoPrefs.nib; sourceTree = "<group>"; };
   776 		34A88D250C7F8A4A00F01CB8 /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = Plugins/Displays/Nano/zh_CN.lproj/GrowlNanoPrefs.nib; sourceTree = "<group>"; };
   777 		34A88D260C7F8A4A00F01CB8 /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = Core/Resources/zh_CN.lproj/GrowlPref.nib; sourceTree = "<group>"; };
   778 		34A88D270C7F8A4A00F01CB8 /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = Plugins/Displays/SMS/zh_CN.lproj/GrowlSMSPrefs.nib; sourceTree = "<group>"; };
   779 		34A88D280C7F8A4A00F01CB8 /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = zh_CN.lproj/GrowlSpeechPrefs.nib; sourceTree = "<group>"; };
   780 		34A88D290C7F8A4B00F01CB8 /* zh_CN */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = zh_CN; path = Core/Resources/zh_CN.lproj/InfoPlist.strings; sourceTree = "<group>"; };
   781 		34A88D2A0C7F8A4B00F01CB8 /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = zh_CN.lproj/SmokePrefs.nib; sourceTree = "<group>"; };
   782 		34A88D2D0C7F8A5200F01CB8 /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = cs; path = Core/Resources/cs.lproj/About.rtf; sourceTree = "<group>"; };
   783 		34A88D2E0C7F8A5200F01CB8 /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = Plugins/Displays/Brushed/cs.lproj/BrushedPrefs.nib; sourceTree = "<group>"; };
   784 		34A88D2F0C7F8A5200F01CB8 /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = cs.lproj/BubblesPrefs.nib; sourceTree = "<group>"; };
   785 		34A88D300C7F8A5200F01CB8 /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = cs.lproj/GrowlBezelPrefs.nib; sourceTree = "<group>"; };
   786 		34A88D310C7F8A5200F01CB8 /* cs */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = cs; path = Framework/Resources/cs.lproj/GrowlInstallation.strings; sourceTree = "<group>"; };
   787 		34A88D320C7F8A5200F01CB8 /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = "Framework/Resources/cs.lproj/GrowlInstallationPrompt-Carbon.nib"; sourceTree = "<group>"; };
   788 		34A88D330C7F8A5200F01CB8 /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = Framework/Resources/cs.lproj/GrowlInstallationPrompt.nib; sourceTree = "<group>"; };
   789 		34A88D340C7F8A5200F01CB8 /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = cs.lproj/GrowlMailMePrefs.nib; sourceTree = "<group>"; };
   790 		34A88D350C7F8A5200F01CB8 /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = cs.lproj/GrowlMusicVideoPrefs.nib; sourceTree = "<group>"; };
   791 		34A88D360C7F8A5200F01CB8 /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = Plugins/Displays/Nano/cs.lproj/GrowlNanoPrefs.nib; sourceTree = "<group>"; };
   792 		34A88D370C7F8A5200F01CB8 /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = Core/Resources/cs.lproj/GrowlPref.nib; sourceTree = "<group>"; };
   793 		34A88D380C7F8A5200F01CB8 /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = Plugins/Displays/SMS/cs.lproj/GrowlSMSPrefs.nib; sourceTree = "<group>"; };
   794 		34A88D390C7F8A5200F01CB8 /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = cs.lproj/GrowlSpeechPrefs.nib; sourceTree = "<group>"; };
   795 		34A88D3A0C7F8A5300F01CB8 /* cs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = cs; path = Core/Resources/cs.lproj/InfoPlist.strings; sourceTree = "<group>"; };
   796 		34A88D3B0C7F8A5300F01CB8 /* cs */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = cs; path = StatusItem/Resources/cs.lproj/Localizable.strings; sourceTree = "<group>"; };
   797 		34A88D3C0C7F8A5300F01CB8 /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = cs.lproj/SmokePrefs.nib; sourceTree = "<group>"; };
   798 		34A96DDA0C95F61800F46006 /* GrowlAction.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GrowlAction.xcodeproj; path = Extras/GrowlAction/GrowlAction.xcodeproj; sourceTree = "<group>"; };
   799 		34B02AC90C87911200DD25D6 /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = pt_BR; path = Core/Resources/pt_BR.lproj/About.rtf; sourceTree = "<group>"; };
   800 		34B02ACA0C87911300DD25D6 /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = Plugins/Displays/Brushed/pt_BR.lproj/BrushedPrefs.nib; sourceTree = "<group>"; };
   801 		34B02ACB0C87911300DD25D6 /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = pt_BR.lproj/BubblesPrefs.nib; sourceTree = "<group>"; };
   802 		34B02ACC0C87911300DD25D6 /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = pt_BR.lproj/GrowlBezelPrefs.nib; sourceTree = "<group>"; };
   803 		34B02ACD0C87911300DD25D6 /* pt_BR */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = pt_BR; path = Framework/Resources/pt_BR.lproj/GrowlInstallation.strings; sourceTree = "<group>"; };
   804 		34B02ACE0C87911300DD25D6 /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = "Framework/Resources/pt_BR.lproj/GrowlInstallationPrompt-Carbon.nib"; sourceTree = "<group>"; };
   805 		34B02ACF0C87911300DD25D6 /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = Framework/Resources/pt_BR.lproj/GrowlInstallationPrompt.nib; sourceTree = "<group>"; };
   806 		34B02AD00C87911400DD25D6 /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = pt_BR.lproj/GrowlMailMePrefs.nib; sourceTree = "<group>"; };
   807 		34B02AD10C87911400DD25D6 /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = pt_BR.lproj/GrowlMusicVideoPrefs.nib; sourceTree = "<group>"; };
   808 		34B02AD20C87911400DD25D6 /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = Plugins/Displays/Nano/pt_BR.lproj/GrowlNanoPrefs.nib; sourceTree = "<group>"; };
   809 		34B02AD30C87911400DD25D6 /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = Core/Resources/pt_BR.lproj/GrowlPref.nib; sourceTree = "<group>"; };
   810 		34B02AD40C87911400DD25D6 /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = Plugins/Displays/SMS/pt_BR.lproj/GrowlSMSPrefs.nib; sourceTree = "<group>"; };
   811 		34B02AD50C87911400DD25D6 /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = pt_BR.lproj/GrowlSpeechPrefs.nib; sourceTree = "<group>"; };
   812 		34B02AD60C87911400DD25D6 /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = Plugins/Displays/iCal/pt_BR.lproj/iCalPrefs.nib; sourceTree = "<group>"; };
   813 		34B02AD70C87911400DD25D6 /* pt_BR */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = pt_BR; path = Core/Resources/pt_BR.lproj/InfoPlist.strings; sourceTree = "<group>"; };
   814 		34B02AD80C87911400DD25D6 /* pt_BR */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = pt_BR; path = StatusItem/Resources/pt_BR.lproj/Localizable.strings; sourceTree = "<group>"; };
   815 		34B02AD90C87911400DD25D6 /* pt_BR */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = pt_BR; path = Core/Resources/pt_BR.lproj/Localizable.strings; sourceTree = SOURCE_ROOT; };
   816 		34B02ADA0C87911400DD25D6 /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = pt_BR.lproj/SmokePrefs.nib; sourceTree = "<group>"; };
   817 		34B02ADB0C87911500DD25D6 /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = Plugins/Displays/WebKit/pt_BR.lproj/WebKitPrefs.nib; sourceTree = "<group>"; };
   818 		34B02B030C8791F600DD25D6 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = sv; path = Core/Resources/sv.lproj/About.rtf; sourceTree = "<group>"; };
   819 		34B02B040C8791F600DD25D6 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = Plugins/Displays/Brushed/sv.lproj/BrushedPrefs.nib; sourceTree = "<group>"; };
   820 		34B02B050C8791F600DD25D6 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = sv.lproj/BubblesPrefs.nib; sourceTree = "<group>"; };
   821 		34B02B060C8791F600DD25D6 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = sv.lproj/GrowlBezelPrefs.nib; sourceTree = "<group>"; };
   822 		34B02B0A0C8791F600DD25D6 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = sv.lproj/GrowlMailMePrefs.nib; sourceTree = "<group>"; };
   823 		34B02B0B0C8791F600DD25D6 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = sv.lproj/GrowlMusicVideoPrefs.nib; sourceTree = "<group>"; };
   824 		34B02B0C0C8791F600DD25D6 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = Plugins/Displays/Nano/sv.lproj/GrowlNanoPrefs.nib; sourceTree = "<group>"; };
   825 		34B02B0D0C8791F600DD25D6 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = Core/Resources/sv.lproj/GrowlPref.nib; sourceTree = "<group>"; };
   826 		34B02B0E0C8791F600DD25D6 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = Plugins/Displays/SMS/sv.lproj/GrowlSMSPrefs.nib; sourceTree = "<group>"; };
   827 		34B02B0F0C8791F600DD25D6 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = sv.lproj/GrowlSpeechPrefs.nib; sourceTree = "<group>"; };
   828 		34B02B100C8791F600DD25D6 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = Plugins/Displays/iCal/sv.lproj/iCalPrefs.nib; sourceTree = "<group>"; };
   829 		34B02B110C8791F600DD25D6 /* sv */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = sv; path = Core/Resources/sv.lproj/InfoPlist.strings; sourceTree = "<group>"; };
   830 		34B02B120C8791F600DD25D6 /* sv */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = sv; path = StatusItem/Resources/sv.lproj/Localizable.strings; sourceTree = "<group>"; };
   831 		34B02B130C8791F600DD25D6 /* sv */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = sv; path = Core/Resources/sv.lproj/Localizable.strings; sourceTree = SOURCE_ROOT; };
   832 		34B02B140C8791F600DD25D6 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = sv.lproj/SmokePrefs.nib; sourceTree = "<group>"; };
   833 		34B02B150C8791F600DD25D6 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = Plugins/Displays/WebKit/sv.lproj/WebKitPrefs.nib; sourceTree = "<group>"; };
   834 		34B2755208423BE80092A5A0 /* growlmenu-alt.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "growlmenu-alt.png"; path = "StatusItem/Resources/growlmenu-alt.png"; sourceTree = "<group>"; };
   835 		34B2755308423BE80092A5A0 /* growlmenu.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = growlmenu.png; path = StatusItem/Resources/growlmenu.png; sourceTree = "<group>"; };
   836 		34B2755408423BE80092A5A0 /* MenuExtra-Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = "MenuExtra-Info.plist"; path = "StatusItem/Resources/MenuExtra-Info.plist"; sourceTree = "<group>"; };
   837 		34B2755608423BE80092A5A0 /* squelch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = squelch.png; path = StatusItem/Resources/squelch.png; sourceTree = "<group>"; };
   838 		34B2755C08423BFF0092A5A0 /* GrowlMenu.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GrowlMenu.h; path = StatusItem/Source/GrowlMenu.h; sourceTree = "<group>"; };
   839 		34B2755D08423BFF0092A5A0 /* GrowlMenu.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = GrowlMenu.m; path = StatusItem/Source/GrowlMenu.m; sourceTree = "<group>"; };
   840 		34B2756708423F9F0092A5A0 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = StatusItem/Resources/English.lproj/Localizable.strings; sourceTree = "<group>"; };
   841 		34B2756D08423FAD0092A5A0 /* de */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = de; path = StatusItem/Resources/de.lproj/Localizable.strings; sourceTree = "<group>"; };
   842 		34B2756E08423FB00092A5A0 /* ja */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ja; path = StatusItem/Resources/ja.lproj/Localizable.strings; sourceTree = "<group>"; };
   843 		34E9AA79074BC98A00D59950 /* GrowlDefinesInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GrowlDefinesInternal.h; path = Common/Source/GrowlDefinesInternal.h; sourceTree = "<group>"; };
   844 		34E9DC16078FBF1B00662E8E /* GrowlDefines.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GrowlDefines.h; path = Common/Source/GrowlDefines.h; sourceTree = "<group>"; };
   845 		34E9EFB30790926400662E8E /* GrowlInstallationPrompt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GrowlInstallationPrompt.h; path = Framework/Source/GrowlInstallationPrompt.h; sourceTree = "<group>"; };
   846 		34E9EFB40790926400662E8E /* GrowlInstallationPrompt.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GrowlInstallationPrompt.m; path = Framework/Source/GrowlInstallationPrompt.m; sourceTree = "<group>"; };
   847 		34ECC26E0C7F89D400EE7F9B /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = Plugins/Displays/Brushed/ru.lproj/BrushedPrefs.nib; sourceTree = "<group>"; };
   848 		34ECC26F0C7F89D400EE7F9B /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = ru.lproj/BubblesPrefs.nib; sourceTree = "<group>"; };
   849 		34ECC2700C7F89D400EE7F9B /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = ru.lproj/GrowlBezelPrefs.nib; sourceTree = "<group>"; };
   850 		34ECC2710C7F89D400EE7F9B /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = "Framework/Resources/ru.lproj/GrowlInstallationPrompt-Carbon.nib"; sourceTree = "<group>"; };
   851 		34ECC2720C7F89D400EE7F9B /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = ru.lproj/GrowlMailMePrefs.nib; sourceTree = "<group>"; };
   852 		34ECC2730C7F89D500EE7F9B /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = ru.lproj/GrowlMusicVideoPrefs.nib; sourceTree = "<group>"; };
   853 		34ECC2740C7F89D500EE7F9B /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = Plugins/Displays/Nano/ru.lproj/GrowlNanoPrefs.nib; sourceTree = "<group>"; };
   854 		34ECC2750C7F89D500EE7F9B /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = Core/Resources/ru.lproj/GrowlPref.nib; sourceTree = "<group>"; };
   855 		34ECC2760C7F89D500EE7F9B /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = Plugins/Displays/SMS/ru.lproj/GrowlSMSPrefs.nib; sourceTree = "<group>"; };
   856 		34ECC2770C7F89D500EE7F9B /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = ru.lproj/GrowlSpeechPrefs.nib; sourceTree = "<group>"; };
   857 		34ECC2780C7F89D900EE7F9B /* ru */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = ru; path = Core/Resources/ru.lproj/InfoPlist.strings; sourceTree = "<group>"; };
   858 		34ECC2790C7F89DA00EE7F9B /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = ru.lproj/SmokePrefs.nib; sourceTree = "<group>"; };
   859 		34ECC27A0C7F89DA00EE7F9B /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = Plugins/Displays/WebKit/ru.lproj/WebKitPrefs.nib; sourceTree = "<group>"; };
   860 		34ECC27F0C7F89E900EE7F9B /* fr */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fr; path = Framework/Resources/fr.lproj/GrowlInstallation.strings; sourceTree = "<group>"; };
   861 		34ECC2800C7F89E900EE7F9B /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = "Framework/Resources/fr.lproj/GrowlInstallationPrompt-Carbon.nib"; sourceTree = "<group>"; };
   862 		34ECC2810C7F89EA00EE7F9B /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = Framework/Resources/fr.lproj/GrowlInstallationPrompt.nib; sourceTree = "<group>"; };
   863 		34ECC2820C7F89EA00EE7F9B /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = Plugins/Displays/SMS/fr.lproj/GrowlSMSPrefs.nib; sourceTree = "<group>"; };
   864 		34ECC2850C7F89F400EE7F9B /* de */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = de; path = Core/Resources/de.lproj/About.rtf; sourceTree = "<group>"; };
   865 		34ECC2860C7F89F500EE7F9B /* de */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = de; path = Core/Resources/de.lproj/InfoPlist.strings; sourceTree = "<group>"; };
   866 		34F427A3095E69D30044B280 /* NotificationsArrayController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NotificationsArrayController.h; path = Core/Source/NotificationsArrayController.h; sourceTree = "<group>"; };
   867 		34F427A4095E69D30044B280 /* NotificationsArrayController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = NotificationsArrayController.m; path = Core/Source/NotificationsArrayController.m; sourceTree = "<group>"; };
   868 		34F60EAB078E1CD500CECA86 /* Growl.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Growl.framework; sourceTree = BUILT_PRODUCTS_DIR; };
   869 		34F60EB6078E1D3E00CECA86 /* GrowlApplicationBridge.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = GrowlApplicationBridge.m; path = Framework/Source/GrowlApplicationBridge.m; sourceTree = "<group>"; };
   870 		34F60EB8078E1D3E00CECA86 /* GrowlApplicationBridge.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GrowlApplicationBridge.h; path = Framework/Source/GrowlApplicationBridge.h; sourceTree = "<group>"; };
   871 		34F60EC2078E1D5600CECA86 /* Growl.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Growl.h; path = Framework/Source/Growl.h; sourceTree = "<group>"; };
   872 		34F60EF9078E226300CECA86 /* Growl-WithInstaller.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = "Growl-WithInstaller.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
   873 		52861FEF06DC463E00D3A356 /* GrowlDefaults.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = GrowlDefaults.plist; path = Core/Resources/GrowlDefaults.plist; sourceTree = "<group>"; };
   874 		5286205506DC4C2F00D3A356 /* GrowlPluginController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GrowlPluginController.h; path = Core/Source/GrowlPluginController.h; sourceTree = "<group>"; };
   875 		5286205606DC4C2F00D3A356 /* GrowlPluginController.m */ = {isa = PBXFileReference; fileEncoding = 4; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GrowlPluginController.m; path = Core/Source/GrowlPluginController.m; sourceTree = "<group>"; };
   876 		63C92DD406D05D22007368FA /* Growl.sdef */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xml; name = Growl.sdef; path = Bindings/applescript/Growl.sdef; sourceTree = "<group>"; };
   877 		63C92DD706D05D22007368FA /* GrowlScripting.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; name = GrowlScripting.r; path = Bindings/applescript/GrowlScripting.r; sourceTree = "<group>"; };
   878 		740CC038093A4F1000092801 /* GrowlThreadedView.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GrowlThreadedView.h; path = Plugins/Displays/GrowlThreadedView.h; sourceTree = "<group>"; };
   879 		740CC06F093A508100092801 /* GrowlNotificationView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GrowlNotificationView.h; path = Plugins/Displays/GrowlNotificationView.h; sourceTree = "<group>"; };
   880 		740CC070093A508100092801 /* GrowlNotificationView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GrowlNotificationView.m; path = Plugins/Displays/GrowlNotificationView.m; sourceTree = "<group>"; };
   881 		743EDE0509273C8A002A9670 /* GrowlWebKitPluginHandler.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GrowlWebKitPluginHandler.h; path = Plugins/Displays/WebKit/GrowlWebKitPluginHandler.h; sourceTree = "<group>"; };
   882 		743EDE0609273C8A002A9670 /* GrowlWebKitPluginHandler.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = GrowlWebKitPluginHandler.m; path = Plugins/Displays/WebKit/GrowlWebKitPluginHandler.m; sourceTree = "<group>"; };
   883 		743EDE11092740F5002A9670 /* GrowlWebKitDisplayPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GrowlWebKitDisplayPlugin.h; path = Plugins/Displays/WebKit/GrowlWebKitDisplayPlugin.h; sourceTree = "<group>"; };
   884 		743EDE12092740F5002A9670 /* GrowlWebKitDisplayPlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GrowlWebKitDisplayPlugin.m; path = Plugins/Displays/WebKit/GrowlWebKitDisplayPlugin.m; sourceTree = "<group>"; };
   885 		7471F9B60A066E2A000D13BF /* GrowlPositionPicker.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GrowlPositionPicker.h; path = Core/Source/GrowlPositionPicker.h; sourceTree = "<group>"; };
   886 		7471F9B70A066E2B000D13BF /* GrowlPositionPicker.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = GrowlPositionPicker.m; path = Core/Source/GrowlPositionPicker.m; sourceTree = "<group>"; };
   887 		7471F9BA0A066E8F000D13BF /* PositionPickerBackground.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = PositionPickerBackground.jpg; path = Core/Resources/PositionPickerBackground.jpg; sourceTree = "<group>"; };
   888 		74BBDE8A094399D30011CFE9 /* GrowlFlippingWindowTransition.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GrowlFlippingWindowTransition.h; sourceTree = "<group>"; };
   889 		74BBDE8B094399D30011CFE9 /* GrowlFlippingWindowTransition.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GrowlFlippingWindowTransition.m; sourceTree = "<group>"; };
   890 		8321E98D0C0B75F3008C441B /* NotifyOS9.growlStyle */ = {isa = PBXFileReference; lastKnownFileType = folder; name = NotifyOS9.growlStyle; path = Core/Resources/NotifyOS9.growlStyle; sourceTree = "<group>"; };
   891 		8321E9A10C0B760C008C441B /* NotifyOSX.growlStyle */ = {isa = PBXFileReference; lastKnownFileType = folder; name = NotifyOSX.growlStyle; path = Core/Resources/NotifyOSX.growlStyle; sourceTree = "<group>"; };
   892 		83282741073A6BD70044A959 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
   893 		83282746073A6C110044A959 /* PreferencePanes.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PreferencePanes.framework; path = /System/Library/Frameworks/PreferencePanes.framework; sourceTree = "<absolute>"; };
   894 		8363F456098A1B5C000AAC48 /* AboveTheNight.growlStyle */ = {isa = PBXFileReference; lastKnownFileType = folder; name = AboveTheNight.growlStyle; path = Core/Resources/AboveTheNight.growlStyle; sourceTree = "<group>"; };
   895 		8D202CF70486D31800D8A456 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Core/Resources/Info.plist; sourceTree = "<group>"; };
   896 		8D202CF80486D31800D8A456 /* Growl.prefPane */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Growl.prefPane; sourceTree = BUILT_PRODUCTS_DIR; };
   897 		932D6BE3094BA0FD00B64D0F /* GrowlShrinkingWindowTransition.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GrowlShrinkingWindowTransition.h; sourceTree = "<group>"; };
   898 		932D6BE4094BA0FD00B64D0F /* GrowlShrinkingWindowTransition.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GrowlShrinkingWindowTransition.m; sourceTree = "<group>"; };
   899 		932D6CD4094BB83B00B64D0F /* GrowlScaleWindowTransition.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GrowlScaleWindowTransition.h; sourceTree = "<group>"; };
   900 		932D6CD5094BB83B00B64D0F /* GrowlScaleWindowTransition.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GrowlScaleWindowTransition.m; sourceTree = "<group>"; };
   901 		936FAB01074482BF00A7D430 /* RRTableView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RRTableView.h; path = Core/Source/RRTableView.h; sourceTree = "<group>"; };
   902 		936FAB02074482BF00A7D430 /* RRTableView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RRTableView.m; path = Core/Source/RRTableView.m; sourceTree = "<group>"; };
   903 		937E64310817193800AEC1C6 /* English */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = English; path = Core/Resources/English.lproj/About.rtf; sourceTree = "<group>"; };
   904 		938841E81025EA7C001DF30F /* GHA-Stubs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "GHA-Stubs.h"; path = "Core/Source/GHA-Stubs.h"; sourceTree = "<group>"; };
   905 		938841E91025EA7C001DF30F /* GHA-Stubs.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "GHA-Stubs.m"; path = "Core/Source/GHA-Stubs.m"; sourceTree = "<group>"; };
   906 		939FEC1A0942A0D3009EB9E6 /* GrowlBubblesDisplay.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = GrowlBubblesDisplay.h; sourceTree = "<group>"; };
   907 		939FEC1B0942A0D3009EB9E6 /* GrowlBubblesDisplay.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = GrowlBubblesDisplay.m; sourceTree = "<group>"; };
   908 		93BC379E095A662B0002B365 /* Nano.growlView */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Nano.growlView; sourceTree = BUILT_PRODUCTS_DIR; };
   909 		93BC37AE095A66950002B365 /* GrowlNanoDisplay.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GrowlNanoDisplay.h; path = Plugins/Displays/Nano/GrowlNanoDisplay.h; sourceTree = "<group>"; };
   910 		93BC37AF095A66950002B365 /* GrowlNanoDisplay.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = GrowlNanoDisplay.m; path = Plugins/Displays/Nano/GrowlNanoDisplay.m; sourceTree = "<group>"; };
   911 		93BC37B0095A66950002B365 /* GrowlNanoPrefs.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GrowlNanoPrefs.h; path = Plugins/Displays/Nano/GrowlNanoPrefs.h; sourceTree = "<group>"; };
   912 		93BC37B1095A66950002B365 /* GrowlNanoPrefs.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = GrowlNanoPrefs.m; path = Plugins/Displays/Nano/GrowlNanoPrefs.m; sourceTree = "<group>"; };
   913 		93BC37B2095A66950002B365 /* GrowlNanoWindowController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GrowlNanoWindowController.h; path = Plugins/Displays/Nano/GrowlNanoWindowController.h; sourceTree = "<group>"; };
   914 		93BC37B3095A66950002B365 /* GrowlNanoWindowController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = GrowlNanoWindowController.m; path = Plugins/Displays/Nano/GrowlNanoWindowController.m; sourceTree = "<group>"; };
   915 		93BC37B4095A66950002B365 /* GrowlNanoWindowView.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GrowlNanoWindowView.h; path = Plugins/Displays/Nano/GrowlNanoWindowView.h; sourceTree = "<group>"; };
   916 		93BC37B5095A66950002B365 /* GrowlNanoWindowView.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = GrowlNanoWindowView.m; path = Plugins/Displays/Nano/GrowlNanoWindowView.m; sourceTree = "<group>"; };
   917 		93BC37B6095A66950002B365 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = Info.plist; path = Plugins/Displays/Nano/Info.plist; sourceTree = "<group>"; };
   918 		93BC37C8095A66CD0002B365 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = Plugins/Displays/Nano/English.lproj/GrowlNanoPrefs.nib; sourceTree = "<group>"; };
   919 		93BC37CE095A66E10002B365 /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = Plugins/Displays/Nano/fr.lproj/GrowlNanoPrefs.nib; sourceTree = "<group>"; };
   920 		93BC37CF095A66E40002B365 /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = Plugins/Displays/Nano/de.lproj/GrowlNanoPrefs.nib; sourceTree = "<group>"; };
   921 		93BC37D0095A66E60002B365 /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = Plugins/Displays/Nano/ja.lproj/GrowlNanoPrefs.nib; sourceTree = "<group>"; };
   922 		93BC3EF1095DE6680002B365 /* GrowlWipeWindowTransition.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = GrowlWipeWindowTransition.h; sourceTree = "<group>"; };
   923 		93BC3EF2095DE6680002B365 /* GrowlWipeWindowTransition.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = GrowlWipeWindowTransition.m; sourceTree = "<group>"; };
   924 		93CD92970B5AF8A1000C39CD /* GrowlRipplingWindowTransition.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GrowlRipplingWindowTransition.h; sourceTree = "<group>"; };
   925 		93CD92980B5AF8A1000C39CD /* GrowlRipplingWindowTransition.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GrowlRipplingWindowTransition.m; sourceTree = "<group>"; };
   926 		93CD92B90B5AF8CA000C39CD /* AWRippler.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = AWRippler.m; sourceTree = "<group>"; };
   927 		93CD92BA0B5AF8CA000C39CD /* AWRippler.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AWRippler.h; sourceTree = "<group>"; };
   928 		93CD92E70B5AFAAE000C39CD /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = /System/Library/Frameworks/QuartzCore.framework; sourceTree = "<absolute>"; };
   929 		93FCE57D0812D93B00320D8E /* SystemUIPlugin.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemUIPlugin.framework; path = /System/Library/PrivateFrameworks/SystemUIPlugin.framework; sourceTree = "<absolute>"; };
   930 		95026A8808DC856900FE1949 /* GrowlPositionController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GrowlPositionController.h; path = Core/Source/GrowlPositionController.h; sourceTree = "<group>"; };
   931 		95026A8908DC856900FE1949 /* GrowlPositionController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = GrowlPositionController.m; path = Core/Source/GrowlPositionController.m; sourceTree = "<group>"; };
   932 		950568E30812C2960096EC5C /* GrowlLog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GrowlLog.h; path = Core/Source/GrowlLog.h; sourceTree = "<group>"; };
   933 		950568E40812C2960096EC5C /* GrowlLog.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GrowlLog.m; path = Core/Source/GrowlLog.m; sourceTree = "<group>"; };
   934 		950627A40840D34900C01CD2 /* growl-claw32.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = "growl-claw32.tiff"; path = "Core/Resources/growl-claw32.tiff"; sourceTree = "<group>"; };
   935 		95075AB00817F5DB00D862A5 /* GrowlMenu.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GrowlMenu.app; sourceTree = BUILT_PRODUCTS_DIR; };
   936 		950F7976080EED5C00CC5F62 /* GrowlWebKitDefines.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GrowlWebKitDefines.h; path = Plugins/Displays/WebKit/GrowlWebKitDefines.h; sourceTree = "<group>"; };
   937 		950F7977080EED5C00CC5F62 /* GrowlWebKitPrefsController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GrowlWebKitPrefsController.h; path = Plugins/Displays/WebKit/GrowlWebKitPrefsController.h; sourceTree = "<group>"; };
   938 		950F7978080EED5C00CC5F62 /* GrowlWebKitPrefsController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = GrowlWebKitPrefsController.m; path = Plugins/Displays/WebKit/GrowlWebKitPrefsController.m; sourceTree = "<group>"; };
   939 		950F7979080EED5C00CC5F62 /* GrowlWebKitWindowController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GrowlWebKitWindowController.h; path = Plugins/Displays/WebKit/GrowlWebKitWindowController.h; sourceTree = "<group>"; };
   940 		950F797A080EED5C00CC5F62 /* GrowlWebKitWindowController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = GrowlWebKitWindowController.m; path = Plugins/Displays/WebKit/GrowlWebKitWindowController.m; sourceTree = "<group>"; };
   941 		950F797B080EED5C00CC5F62 /* GrowlWebKitWindowView.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GrowlWebKitWindowView.h; path = Plugins/Displays/WebKit/GrowlWebKitWindowView.h; sourceTree = "<group>"; };
   942 		950F797C080EED5C00CC5F62 /* GrowlWebKitWindowView.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = GrowlWebKitWindowView.m; path = Plugins/Displays/WebKit/GrowlWebKitWindowView.m; sourceTree = "<group>"; };
   943 		950F79C5080EEE2B00CC5F62 /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = /System/Library/Frameworks/WebKit.framework; sourceTree = "<absolute>"; };
   944 		951152B708753A8E00DBB3EA /* ru */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.xml; name = ru; path = Framework/Resources/ru.lproj/GrowlInstallation.strings; sourceTree = "<group>"; };
   945 		951152B808753AA700DBB3EA /* ru */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ru; path = Core/Resources/ru.lproj/Localizable.strings; sourceTree = "<group>"; };
   946 		951152B908753AC500DBB3EA /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = ru; path = Core/Resources/ru.lproj/About.rtf; sourceTree = "<group>"; };
   947 		951152BA08753ADA00DBB3EA /* ru */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ru; path = StatusItem/Resources/ru.lproj/Localizable.strings; sourceTree = "<group>"; };
   948 		95125DE70802D3E8007FF92A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = Info.plist; path = ../Bubbles/Info.plist; sourceTree = "<group>"; };
   949 		95125DE80802D3F3007FF92A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = Info.plist; path = ../Bezel/Info.plist; sourceTree = "<group>"; };
   950 		95125DE90802D3FE007FF92A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = Info.plist; path = ../Speech/Info.plist; sourceTree = "<group>"; };
   951 		95125DEB0802D414007FF92A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = Info.plist; path = ../Smoke/Info.plist; sourceTree = "<group>"; };
   952 		95125DEC0802D41E007FF92A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = Info.plist; path = ../MailMe/Info.plist; sourceTree = "<group>"; };
   953 		95125DED0802D428007FF92A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = Info.plist; path = ../MusicVideo/Info.plist; sourceTree = "<group>"; };
   954 		9523426C0980E461003CEE6E /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = Core/Resources/de.lproj/GrowlPref.nib; sourceTree = "<group>"; };
   955 		9523426D0980E471003CEE6E /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = Core/Resources/fr.lproj/GrowlPref.nib; sourceTree = "<group>"; };
   956 		9526BD51081BCC9100B9D0D0 /* MD5Authenticator.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = MD5Authenticator.h; path = Common/Source/MD5Authenticator.h; sourceTree = "<group>"; };
   957 		9526BD52081BCC9100B9D0D0 /* MD5Authenticator.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = MD5Authenticator.m; path = Common/Source/MD5Authenticator.m; sourceTree = "<group>"; };
   958 		9528EF7907F5A27300061D90 /* ja */ = {isa = PBXFileReference; explicitFileType = text.plist.strings; fileEncoding = 10; name = ja; path = Core/Resources/ja.lproj/Localizable.strings; sourceTree = "<group>"; };
   959 		952EFCA507C2869700952C6B /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = Framework/Resources/English.lproj/GrowlInstallationPrompt.nib; sourceTree = "<group>"; };
   960 		952EFD0F07C286A700952C6B /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = Framework/Resources/de.lproj/GrowlInstallationPrompt.nib; sourceTree = "<group>"; };
   961 		9532B0CE07CE651F0028B2F1 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = Core/Resources/English.lproj/GrowlPref.nib; sourceTree = "<group>"; };
   962 		953F5CEB07403B67008E2AEB /* GrowlNotifyScriptCommand.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = GrowlNotifyScriptCommand.m; path = Bindings/applescript/GrowlNotifyScriptCommand.m; sourceTree = SOURCE_ROOT; };
   963 		953F5D2207403BC7008E2AEB /* GrowlNotifyScriptCommand.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GrowlNotifyScriptCommand.h; path = Bindings/applescript/GrowlNotifyScriptCommand.h; sourceTree = SOURCE_ROOT; };
   964 		953F5D2707403BC7008E2AEB /* GrowlRegisterScriptCommand.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GrowlRegisterScriptCommand.h; path = Bindings/applescript/GrowlRegisterScriptCommand.h; sourceTree = SOURCE_ROOT; };
   965 		953F5D2C07403BC7008E2AEB /* GrowlRegisterScriptCommand.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = GrowlRegisterScriptCommand.m; path = Bindings/applescript/GrowlRegisterScriptCommand.m; sourceTree = SOURCE_ROOT; };
   966 		953F739E081FFB9E00823EFE /* GrowlNotificationCenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GrowlNotificationCenter.h; path = Core/Source/GrowlNotificationCenter.h; sourceTree = "<group>"; };
   967 		953F739F081FFB9E00823EFE /* GrowlNotificationCenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GrowlNotificationCenter.m; path = Core/Source/GrowlNotificationCenter.m; sourceTree = "<group>"; };
   968 		95416E03086343180098C914 /* GrowlIdleStatusController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GrowlIdleStatusController.h; path = Core/Source/GrowlIdleStatusController.h; sourceTree = "<group>"; };
   969 		95416E04086343180098C914 /* GrowlIdleStatusController.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = GrowlIdleStatusController.c; path = Core/Source/GrowlIdleStatusController.c; sourceTree = "<group>"; };
   970 		9542E53107C28C3A0056BAC9 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = Framework/Resources/English.lproj/GrowlInstallation.strings; sourceTree = "<group>"; };
   971 		9542E65907C28D230056BAC9 /* de */ = {isa = PBXFileReference; explicitFileType = text.plist.strings; fileEncoding = 10; name = de; path = Framework/Resources/de.lproj/GrowlInstallation.strings; sourceTree = "<group>"; };
   972 		954F012F074135CC00EA8AB5 /* English */ = {isa = PBXFileReference; explicitFileType = text.plist.strings; fileEncoding = 10; name = English; path = Core/Resources/English.lproj/Localizable.strings; sourceTree = SOURCE_ROOT; };
   973 		954F0148074135D700EA8AB5 /* de */ = {isa = PBXFileReference; explicitFileType = text.plist.strings; fileEncoding = 10; name = de; path = Core/Resources/de.lproj/Localizable.strings; sourceTree = SOURCE_ROOT; };
   974 		9554979A081125A60062E27B /* Plain.growlStyle */ = {isa = PBXFileReference; lastKnownFileType = folder; name = Plain.growlStyle; path = Core/Resources/Plain.growlStyle; sourceTree = "<group>"; };
   975 		9555378B08DAC3A600D49CB1 /* CFGrowlDefines.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = CFGrowlDefines.h; path = Common/Source/CFGrowlDefines.h; sourceTree = "<group>"; };
   976 		955A4E52086175EC009B6EA5 /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = Plugins/Displays/Brushed/fr.lproj/BrushedPrefs.nib; sourceTree = "<group>"; };
   977 		955A4E53086175F6009B6EA5 /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = fr.lproj/BubblesPrefs.nib; sourceTree = "<group>"; };
   978 		955A4E5408617601009B6EA5 /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = fr.lproj/GrowlBezelPrefs.nib; sourceTree = "<group>"; };
   979 		955A4E550861760C009B6EA5 /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = fr.lproj/GrowlSpeechPrefs.nib; sourceTree = "<group>"; };
   980 		955A4E5608617616009B6EA5 /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = fr.lproj/SmokePrefs.nib; sourceTree = "<group>"; };
   981 		955A4E5708617620009B6EA5 /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = fr.lproj/GrowlMailMePrefs.nib; sourceTree = "<group>"; };
   982 		955A4E580861762A009B6EA5 /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = fr.lproj/GrowlMusicVideoPrefs.nib; sourceTree = "<group>"; };
   983 		955A4E5908617637009B6EA5 /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = Plugins/Displays/WebKit/fr.lproj/WebKitPrefs.nib; sourceTree = "<group>"; };
   984 		955A4E5A08617653009B6EA5 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = fr; path = Core/Resources/fr.lproj/About.rtf; sourceTree = "<group>"; };
   985 		955A4E5C0861766D009B6EA5 /* fr */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = fr; path = Core/Resources/fr.lproj/InfoPlist.strings; sourceTree = "<group>"; };
   986 		955A4E5D0861767F009B6EA5 /* fr */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fr; path = Core/Resources/fr.lproj/Localizable.strings; sourceTree = "<group>"; };
   987 		955A4EDC08617747009B6EA5 /* fr */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fr; path = StatusItem/Resources/fr.lproj/Localizable.strings; sourceTree = "<group>"; };
   988 		955C236B081537280013C3CF /* CFMutableStringAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CFMutableStringAdditions.h; path = Common/Source/CFMutableStringAdditions.h; sourceTree = "<group>"; };
   989 		955C236C081537280013C3CF /* CFMutableStringAdditions.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = CFMutableStringAdditions.c; path = Common/Source/CFMutableStringAdditions.c; sourceTree = "<group>"; };
   990 		956ADAD007551C4500AF9545 /* GrowlBezierPathAdditions.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GrowlBezierPathAdditions.h; path = Core/Source/GrowlBezierPathAdditions.h; sourceTree = "<group>"; };
   991 		956ADAD507551C4500AF9545 /* GrowlBezierPathAdditions.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = GrowlBezierPathAdditions.c; path = Core/Source/GrowlBezierPathAdditions.c; sourceTree = "<group>"; };
   992 		956ADADA07551C4500AF9545 /* GrowlImageAdditions.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GrowlImageAdditions.h; path = Core/Source/GrowlImageAdditions.h; sourceTree = "<group>"; };
   993 		956ADADF07551C4500AF9545 /* GrowlImageAdditions.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = GrowlImageAdditions.m; path = Core/Source/GrowlImageAdditions.m; sourceTree = "<group>"; };
   994 		9574B6F90838C7A100106CA3 /* NSWorkspaceAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NSWorkspaceAdditions.h; path = Common/Source/NSWorkspaceAdditions.h; sourceTree = "<group>"; };
   995 		9574B6FA0838C7A100106CA3 /* NSWorkspaceAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = NSWorkspaceAdditions.m; path = Common/Source/NSWorkspaceAdditions.m; sourceTree = "<group>"; };
   996 		9574B7570838CA1E00106CA3 /* NSStringAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NSStringAdditions.h; path = Common/Source/NSStringAdditions.h; sourceTree = "<group>"; };
   997 		9574B7580838CA1E00106CA3 /* NSStringAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = NSStringAdditions.m; path = Common/Source/NSStringAdditions.m; sourceTree = "<group>"; };
   998 		9574B7AB0838CB5500106CA3 /* CFGrowlAdditions.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = CFGrowlAdditions.h; path = Common/Source/CFGrowlAdditions.h; sourceTree = "<group>"; };
   999 		9574B7AC0838CB5500106CA3 /* CFURLAdditions.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = CFURLAdditions.c; path = Common/Source/CFURLAdditions.c; sourceTree = "<group>"; };
  1000 		9574B9990838FBEE00106CA3 /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = Framework/Resources/ja.lproj/GrowlInstallationPrompt.nib; sourceTree = "<group>"; };
  1001 		9574B99A0838FC1E00106CA3 /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = "Framework/Resources/ja.lproj/GrowlInstallationPrompt-Carbon.nib"; sourceTree = "<group>"; };
  1002 		9574B99B0838FC2E00106CA3 /* ja */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.xml; name = ja; path = Framework/Resources/ja.lproj/GrowlInstallation.strings; sourceTree = "<group>"; };
  1003 		9574B99C0838FC4E00106CA3 /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = Plugins/Displays/Brushed/ja.lproj/BrushedPrefs.nib; sourceTree = "<group>"; };
  1004 		9574B99D0838FC5F00106CA3 /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = ja.lproj/BubblesPrefs.nib; sourceTree = "<group>"; };
  1005 		9574B99E0838FC7300106CA3 /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = ja.lproj/GrowlBezelPrefs.nib; sourceTree = "<group>"; };
  1006 		9574B99F0838FC8800106CA3 /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = ja.lproj/GrowlSpeechPrefs.nib; sourceTree = "<group>"; };
  1007 		9574B9A00838FC9500106CA3 /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = ja.lproj/SmokePrefs.nib; sourceTree = "<group>"; };
  1008 		9574B9A10838FCBC00106CA3 /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = ja.lproj/GrowlMailMePrefs.nib; sourceTree = "<group>"; };
  1009 		9574B9A20838FCCA00106CA3 /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = ja.lproj/GrowlMusicVideoPrefs.nib; sourceTree = "<group>"; };
  1010 		9574BBA808392CC500106CA3 /* GrowlSuite.scriptSuite */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xml; name = GrowlSuite.scriptSuite; path = Bindings/applescript/GrowlSuite.scriptSuite; sourceTree = "<group>"; };
  1011 		9574BBA908392CC500106CA3 /* GrowlSuite.scriptTerminology */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xml; name = GrowlSuite.scriptTerminology; path = Bindings/applescript/GrowlSuite.scriptTerminology; sourceTree = "<group>"; };
  1012 		957E5910084D07D80090ACC4 /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = Plugins/Displays/SMS/de.lproj/GrowlSMSPrefs.nib; sourceTree = "<group>"; };
  1013 		95812DB808118FB9004FF8F5 /* GrowlDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GrowlDelegate.h; path = Framework/Source/GrowlDelegate.h; sourceTree = "<group>"; };
  1014 		95812DB908118FB9004FF8F5 /* GrowlDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GrowlDelegate.m; path = Framework/Source/GrowlDelegate.m; sourceTree = "<group>"; };
  1015 		958294EF074CDE3100EC7AF2 /* GrowlUDPPathway.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GrowlUDPPathway.h; path = Core/Source/GrowlUDPPathway.h; sourceTree = "<group>"; };
  1016 		958294F0074CDE3100EC7AF2 /* GrowlUDPPathway.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GrowlUDPPathway.m; path = Core/Source/GrowlUDPPathway.m; sourceTree = "<group>"; };
  1017 		9596C4EF081063DB00F43859 /* template.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = template.html; path = Plugins/Displays/WebKit/template.html; sourceTree = "<group>"; };
  1018 		9596C5F8081102BE00F43859 /* GrowlBrowserEntry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GrowlBrowserEntry.h; path = Core/Source/GrowlBrowserEntry.h; sourceTree = "<group>"; };
  1019 		9596C5F9081102BE00F43859 /* GrowlBrowserEntry.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GrowlBrowserEntry.m; path = Core/Source/GrowlBrowserEntry.m; sourceTree = "<group>"; };
  1020 		959DBE4908127BA4009BB468 /* GrowlPathUtilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GrowlPathUtilities.h; path = Common/Source/GrowlPathUtilities.h; sourceTree = "<group>"; };
  1021 		959DBE4A08127BA4009BB468 /* GrowlPathUtilities.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GrowlPathUtilities.m; path = Common/Source/GrowlPathUtilities.m; sourceTree = "<group>"; };
  1022 		95A9E432080B2CAB006A2F29 /* TicketsArrayController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = TicketsArrayController.h; path = Core/Source/TicketsArrayController.h; sourceTree = "<group>"; };
  1023 		95A9E433080B2CAB006A2F29 /* TicketsArrayController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = TicketsArrayController.m; path = Core/Source/TicketsArrayController.m; sourceTree = "<group>"; };
  1024 		95AA8653080065DE0045589D /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = /System/Library/Frameworks/SystemConfiguration.framework; sourceTree = "<absolute>"; };
  1025 		95B00A18084688F6004A8623 /* zh_CN */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = zh_CN; path = StatusItem/Resources/zh_CN.lproj/Localizable.strings; sourceTree = "<group>"; };
  1026 		95B00A3008468932004A8623 /* cs */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = cs; path = Core/Resources/cs.lproj/Localizable.strings; sourceTree = "<group>"; };
  1027 		95B00A3108468941004A8623 /* zh_CN */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = zh_CN; path = Core/Resources/zh_CN.lproj/Localizable.strings; sourceTree = "<group>"; };
  1028 		95B2B27508745B9000EA34BF /* GrowlApplicationController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GrowlApplicationController.h; path = Core/Source/GrowlApplicationController.h; sourceTree = "<group>"; };
  1029 		95B2B27608745B9000EA34BF /* GrowlApplicationController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = GrowlApplicationController.m; path = Core/Source/GrowlApplicationController.m; sourceTree = "<group>"; };
  1030 		95B2B27708745B9000EA34BF /* GrowlPreferencesController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GrowlPreferencesController.h; path = Core/Source/GrowlPreferencesController.h; sourceTree = "<group>"; };
  1031 		95B2B27808745B9000EA34BF /* GrowlPreferencesController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = GrowlPreferencesController.m; path = Core/Source/GrowlPreferencesController.m; sourceTree = "<group>"; };
  1032 		95B2B27908745B9000EA34BF /* GrowlTicketController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GrowlTicketController.h; path = Core/Source/GrowlTicketController.h; sourceTree = "<group>"; };
  1033 		95B2B27A08745B9000EA34BF /* GrowlTicketController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = GrowlTicketController.m; path = Core/Source/GrowlTicketController.m; sourceTree = "<group>"; };
  1034 		95B2B27B08745BA100EA34BF /* GrowlUDPUtils.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GrowlUDPUtils.h; path = Core/Source/GrowlUDPUtils.h; sourceTree = "<group>"; };
  1035 		95B4A3D808D8458C009A3DDE /* CFURLAdditions.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = CFURLAdditions.h; path = Common/Source/CFURLAdditions.h; sourceTree = "<group>"; };
  1036 		95B92F1B0865B5A900DA02F0 /* NSMutableAttributedStringAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NSMutableAttributedStringAdditions.h; path = Common/Source/NSMutableAttributedStringAdditions.h; sourceTree = "<group>"; };
  1037 		95B92F1C0865B5A900DA02F0 /* NSMutableAttributedStringAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = NSMutableAttributedStringAdditions.m; path = Common/Source/NSMutableAttributedStringAdditions.m; sourceTree = "<group>"; };
  1038 		95BF38FD0851F82200873BE1 /* cs */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = cs; path = Plugins/Displays/WebKit/cs.lproj/WebKitPrefs.nib; sourceTree = "<group>"; };
  1039 		95BF38FF0851F83500873BE1 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = Plugins/Displays/WebKit/English.lproj/WebKitPrefs.nib; sourceTree = "<group>"; };
  1040 		95BF39000851F83F00873BE1 /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = Plugins/Displays/WebKit/de.lproj/WebKitPrefs.nib; sourceTree = "<group>"; };
  1041 		95BF39010851F84A00873BE1 /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = Plugins/Displays/WebKit/ja.lproj/WebKitPrefs.nib; sourceTree = "<group>"; };
  1042 		95BF39020851F85400873BE1 /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = Plugins/Displays/WebKit/zh_CN.lproj/WebKitPrefs.nib; sourceTree = "<group>"; };
  1043 		95BF83760743675700306A77 /* growl-icon.icns */ = {isa = PBXFileReference; explicitFileType = image.icns; name = "growl-icon.icns"; path = "Common/Resources/growl-icon.icns"; sourceTree = "<group>"; };
  1044 		95C8779907D9DFC000C69DEE /* NSWindow+Transforms.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = "NSWindow+Transforms.h"; path = "Common/Source/NSWindow+Transforms.h"; sourceTree = "<group>"; };
  1045 		95C877C207D9DFC000C69DEE /* NSWindow+Transforms.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = "NSWindow+Transforms.m"; path = "Common/Source/NSWindow+Transforms.m"; sourceTree = "<group>"; };
  1046 		95CF98A0082A5B8E001A409D /* cdsa.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = cdsa.h; path = Common/Source/cdsa.h; sourceTree = "<group>"; };
  1047 		95CF98A1082A5B8E001A409D /* cdsa.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = cdsa.c; path = Common/Source/cdsa.c; sourceTree = "<group>"; };
  1048 		95CF9B46082AE3B7001A409D /* GrowlUDPUtils.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = GrowlUDPUtils.c; path = Core/Source/GrowlUDPUtils.c; sourceTree = "<group>"; };
  1049 		95D1662E0834EBEF00D996B2 /* GrowlImporter.mdimporter */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; path = GrowlImporter.mdimporter; sourceTree = BUILT_PRODUCTS_DIR; };
  1050 		95D8C60E083D552B003601C3 /* Candybars.growlStyle */ = {isa = PBXFileReference; lastKnownFileType = folder; name = Candybars.growlStyle; path = Core/Resources/Candybars.growlStyle; sourceTree = "<group>"; };
  1051 		95D8C61A083D552B003601C3 /* Crystal.growlStyle */ = {isa = PBXFileReference; lastKnownFileType = folder; name = Crystal.growlStyle; path = Core/Resources/Crystal.growlStyle; sourceTree = "<group>"; };
  1052 		95D93722086EFA7200A1AD50 /* NSViewAdditions.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = NSViewAdditions.h; path = Common/Source/NSViewAdditions.h; sourceTree = "<group>"; };
  1053 		95D93723086EFA7200A1AD50 /* NSViewAdditions.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = NSViewAdditions.m; path = Common/Source/NSViewAdditions.m; sourceTree = "<group>"; };
  1054 		95DBBFFC07C284BE00DE4ACA /* Growl-WithInstaller.framework-Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = "Growl-WithInstaller.framework-Info.plist"; path = "Framework/Resources/Growl-WithInstaller.framework-Info.plist"; sourceTree = "<group>"; };
  1055 		95DBC07907C284F300DE4ACA /* Growl.framework-Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = "Growl.framework-Info.plist"; path = "Framework/Resources/Growl.framework-Info.plist"; sourceTree = "<group>"; };
  1056 		95DD14D30748B04700CC05A4 /* GrowlPathway.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GrowlPathway.h; path = Core/Source/GrowlPathway.h; sourceTree = "<group>"; };
  1057 		95DD14D80748B04700CC05A4 /* GrowlPathway.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = GrowlPathway.m; path = Core/Source/GrowlPathway.m; sourceTree = "<group>"; };
  1058 		95E243E2087E9053008151E6 /* GrowlPreferencePane.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GrowlPreferencePane.h; path = Core/Source/GrowlPreferencePane.h; sourceTree = "<group>"; };
  1059 		95E243E3087E9053008151E6 /* GrowlPreferencePane.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = GrowlPreferencePane.m; path = Core/Source/GrowlPreferencePane.m; sourceTree = "<group>"; };
  1060 		95E2456F08EEAC510092EAAC /* GrowlPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GrowlPlugin.h; path = Plugins/GrowlPlugin.h; sourceTree = "<group>"; };
  1061 		95E2457008EEAC510092EAAC /* GrowlPlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = GrowlPlugin.m; path = Plugins/GrowlPlugin.m; sourceTree = "<group>"; };
  1062 		95E2457508EEAC630092EAAC /* GrowlDisplayPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GrowlDisplayPlugin.h; path = Plugins/Displays/GrowlDisplayPlugin.h; sourceTree = "<group>"; };
  1063 		95E2457608EEAC630092EAAC /* GrowlDisplayPlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = GrowlDisplayPlugin.m; path = Plugins/Displays/GrowlDisplayPlugin.m; sourceTree = "<group>"; };
  1064 		95E2457F08EEAC8F0092EAAC /* GrowlNotificationDisplayBridge.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GrowlNotificationDisplayBridge.h; path = Plugins/Displays/GrowlNotificationDisplayBridge.h; sourceTree = "<group>"; };
  1065 		95E2458008EEAC8F0092EAAC /* GrowlNotificationDisplayBridge.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = GrowlNotificationDisplayBridge.m; path = Plugins/Displays/GrowlNotificationDisplayBridge.m; sourceTree = "<group>"; };
  1066 		95E678F307511471002BF4E6 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = /System/Library/Frameworks/Security.framework; sourceTree = "<absolute>"; };
  1067 		95EF04F207C77C1500218584 /* CoreGraphicsServices.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = CoreGraphicsServices.h; path = Core/Source/CoreGraphicsServices.h; sourceTree = "<group>"; };
  1068 		95F975AB084A23F500915BFE /* CFMutableDictionaryAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CFMutableDictionaryAdditions.h; path = Common/Source/CFMutableDictionaryAdditions.h; sourceTree = "<group>"; };
  1069 		95F975AC084A23F500915BFE /* CFMutableDictionaryAdditions.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = CFMutableDictionaryAdditions.c; path = Common/Source/CFMutableDictionaryAdditions.c; sourceTree = "<group>"; };
  1070 		95F97679084A297400915BFE /* CFDictionaryAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CFDictionaryAdditions.h; path = Common/Source/CFDictionaryAdditions.h; sourceTree = "<group>"; };
  1071 		95F9767A084A297400915BFE /* CFDictionaryAdditions.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = CFDictionaryAdditions.c; path = Common/Source/CFDictionaryAdditions.c; sourceTree = "<group>"; };
  1072 		95FC306F07E03B2600BD8674 /* GrowlBrushedDefines.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GrowlBrushedDefines.h; path = Plugins/Displays/Brushed/GrowlBrushedDefines.h; sourceTree = "<group>"; };
  1073 		95FC309807E03B2600BD8674 /* GrowlBrushedDisplay.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GrowlBrushedDisplay.h; path = Plugins/Displays/Brushed/GrowlBrushedDisplay.h; sourceTree = "<group>"; };
  1074 		95FC30C107E03B2600BD8674 /* GrowlBrushedDisplay.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = GrowlBrushedDisplay.m; path = Plugins/Displays/Brushed/GrowlBrushedDisplay.m; sourceTree = "<group>"; };
  1075 		95FC30EA07E03B2600BD8674 /* GrowlBrushedPrefsController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GrowlBrushedPrefsController.h; path = Plugins/Displays/Brushed/GrowlBrushedPrefsController.h; sourceTree = "<group>"; };
  1076 		95FC311307E03B2600BD8674 /* GrowlBrushedPrefsController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = GrowlBrushedPrefsController.m; path = Plugins/Displays/Brushed/GrowlBrushedPrefsController.m; sourceTree = "<group>"; };
  1077 		95FC313C07E03B2600BD8674 /* GrowlBrushedWindowController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GrowlBrushedWindowController.h; path = Plugins/Displays/Brushed/GrowlBrushedWindowController.h; sourceTree = "<group>"; };
  1078 		95FC316507E03B2600BD8674 /* GrowlBrushedWindowController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = GrowlBrushedWindowController.m; path = Plugins/Displays/Brushed/GrowlBrushedWindowController.m; sourceTree = "<group>"; };
  1079 		95FC318E07E03B2600BD8674 /* GrowlBrushedWindowView.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GrowlBrushedWindowView.h; path = Plugins/Displays/Brushed/GrowlBrushedWindowView.h; sourceTree = "<group>"; };
  1080 		95FC31B707E03B2600BD8674 /* GrowlBrushedWindowView.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = GrowlBrushedWindowView.m; path = Plugins/Displays/Brushed/GrowlBrushedWindowView.m; sourceTree = "<group>"; };
  1081 		95FC32B207E03B3400BD8674 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = Plugins/Displays/Brushed/English.lproj/BrushedPrefs.nib; sourceTree = "<group>"; };
  1082 		95FC32E607E03B4000BD8674 /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = Plugins/Displays/Brushed/de.lproj/BrushedPrefs.nib; sourceTree = "<group>"; };
  1083 		95FC347907E0458E00BD8674 /* Brushed.growlView */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Brushed.growlView; sourceTree = BUILT_PRODUCTS_DIR; };
  1084 		95FC34D807E0458E00BD8674 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Plugins/Displays/Brushed/Info.plist; sourceTree = SOURCE_ROOT; };
  1085 		A14BBE0E06EE1D5600530EED /* GrowlDisplayProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GrowlDisplayProtocol.h; path = Plugins/Displays/GrowlDisplayProtocol.h; sourceTree = "<group>"; };
  1086 		A1CC412509E37A65009EF9BD /* closebox_pressed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = closebox_pressed.png; path = Core/Resources/closebox_pressed.png; sourceTree = "<group>"; };
  1087 		A1CC412609E37A65009EF9BD /* closebox.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = closebox.png; path = Core/Resources/closebox.png; sourceTree = "<group>"; };
  1088 		C4169BDE0C2CE49500D07B91 /* Pseudo-Coda.growlStyle */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "Pseudo-Coda.growlStyle"; path = "Core/Resources/Pseudo-Coda.growlStyle"; sourceTree = "<group>"; };
  1089 		C4B868E20957D8C00056FC54 /* ACImageAndTextCell.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ACImageAndTextCell.h; path = Core/Source/ACImageAndTextCell.h; sourceTree = "<group>"; };
  1090 		C4B868E30957D8C00056FC54 /* ACImageAndTextCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ACImageAndTextCell.m; path = Core/Source/ACImageAndTextCell.m; sourceTree = "<group>"; };
  1091 		C4FB57240B17FC43004474C8 /* GrowlPositioningDefines.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GrowlPositioningDefines.h; path = Framework/Source/GrowlPositioningDefines.h; sourceTree = "<group>"; };
  1092 		CB1C5D1B063E432F007052EE /* GrowlApplicationTicket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GrowlApplicationTicket.h; path = Core/Source/GrowlApplicationTicket.h; sourceTree = "<group>"; };
  1093 		CB1C5D1C063E432F007052EE /* GrowlApplicationTicket.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GrowlApplicationTicket.m; path = Core/Source/GrowlApplicationTicket.m; sourceTree = "<group>"; };
  1094 		CB1C5D95063E523F007052EE /* README.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = README.rtf; path = Docs/README.rtf; sourceTree = "<group>"; };
  1095 		CB34BED107E09657001D7D7C /* GrowlApplicationBridgePathway.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GrowlApplicationBridgePathway.h; path = Core/Source/GrowlApplicationBridgePathway.h; sourceTree = "<group>"; };
  1096 		CB34BED207E09657001D7D7C /* GrowlApplicationBridgePathway.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GrowlApplicationBridgePathway.m; path = Core/Source/GrowlApplicationBridgePathway.m; sourceTree = "<group>"; };
  1097 		CB5C30FF07925B53007CC0D0 /* GrowlNotificationTicket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GrowlNotificationTicket.h; path = Core/Source/GrowlNotificationTicket.h; sourceTree = "<group>"; };
  1098 		CB5C312807925B53007CC0D0 /* GrowlNotificationTicket.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GrowlNotificationTicket.m; path = Core/Source/GrowlNotificationTicket.m; sourceTree = "<group>"; };
  1099 		CB5F83A60638B8C800EADD7A /* HelperMain.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = HelperMain.m; path = Core/Source/HelperMain.m; sourceTree = "<group>"; };
  1100 		CB61E5180637763C00E0DDC7 /* GrowlHelperApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GrowlHelperApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
  1101 		CB61E51A0637763C00E0DDC7 /* GrowlHelperApp-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "GrowlHelperApp-Info.plist"; path = "Core/Resources/GrowlHelperApp-Info.plist"; sourceTree = SOURCE_ROOT; };
  1102 		CB910DA6074E0A3A00278FC5 /* License.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = License.txt; sourceTree = "<group>"; };
  1103 		DD4939CC084BACA700D1CCCB /* SMS.growlView */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SMS.growlView; sourceTree = BUILT_PRODUCTS_DIR; };
  1104 		DD4939FB084BAD4500D1CCCB /* GrowlSMSDisplay.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GrowlSMSDisplay.h; path = Plugins/Displays/SMS/GrowlSMSDisplay.h; sourceTree = "<group>"; };
  1105 		DD4939FC084BAD4500D1CCCB /* GrowlSMSDisplay.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GrowlSMSDisplay.m; path = Plugins/Displays/SMS/GrowlSMSDisplay.m; sourceTree = "<group>"; };
  1106 		DD4939FD084BAD4500D1CCCB /* GrowlSMSPrefs.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GrowlSMSPrefs.h; path = Plugins/Displays/SMS/GrowlSMSPrefs.h; sourceTree = "<group>"; };
  1107 		DD4939FE084BAD4500D1CCCB /* GrowlSMSPrefs.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = GrowlSMSPrefs.m; path = Plugins/Displays/SMS/GrowlSMSPrefs.m; sourceTree = "<group>"; };
  1108 		DD493A04084BAD7700D1CCCB /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = Plugins/Displays/SMS/English.lproj/GrowlSMSPrefs.nib; sourceTree = "<group>"; };
  1109 		DD493B7C084BB07900D1CCCB /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = Info.plist; path = Plugins/Displays/SMS/Info.plist; sourceTree = "<group>"; };
  1110 		DDB6462607DE034800807F8D /* generateSVNRevision.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = generateSVNRevision.sh; sourceTree = "<group>"; };
  1111 		E14410EF0A94072E0063C4DC /* iCal.growlView */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = iCal.growlView; sourceTree = BUILT_PRODUCTS_DIR; };
  1112 		E14411110A9408840063C4DC /* GrowliCalDefines.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GrowliCalDefines.h; path = Plugins/Displays/iCal/GrowliCalDefines.h; sourceTree = "<group>"; };
  1113 		E14411120A9408840063C4DC /* GrowliCalDisplay.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GrowliCalDisplay.h; path = Plugins/Displays/iCal/GrowliCalDisplay.h; sourceTree = "<group>"; };
  1114 		E14411130A9408840063C4DC /* GrowliCalDisplay.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = GrowliCalDisplay.m; path = Plugins/Displays/iCal/GrowliCalDisplay.m; sourceTree = "<group>"; };
  1115 		E14411140A9408840063C4DC /* GrowliCalPrefsController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GrowliCalPrefsController.h; path = Plugins/Displays/iCal/GrowliCalPrefsController.h; sourceTree = "<group>"; };
  1116 		E14411150A9408840063C4DC /* GrowliCalPrefsController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = GrowliCalPrefsController.m; path = Plugins/Displays/iCal/GrowliCalPrefsController.m; sourceTree = "<group>"; };
  1117 		E14411160A9408840063C4DC /* GrowliCalWindowController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GrowliCalWindowController.h; path = Plugins/Displays/iCal/GrowliCalWindowController.h; sourceTree = "<group>"; };
  1118 		E14411170A9408840063C4DC /* GrowliCalWindowController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = GrowliCalWindowController.m; path = Plugins/Displays/iCal/GrowliCalWindowController.m; sourceTree = "<group>"; };
  1119 		E14411180A9408840063C4DC /* GrowliCalWindowView.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GrowliCalWindowView.h; path = Plugins/Displays/iCal/GrowliCalWindowView.h; sourceTree = "<group>"; };
  1120 		E14411190A9408840063C4DC /* GrowliCalWindowView.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = GrowliCalWindowView.m; path = Plugins/Displays/iCal/GrowliCalWindowView.m; sourceTree = "<group>"; };
  1121 		E144111A0A9408840063C4DC /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = Info.plist; path = Plugins/Displays/iCal/Info.plist; sourceTree = "<group>"; };
  1122 		EE17E56B08EFFCDB0086F0C3 /* GrowlThreadedView.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = GrowlThreadedView.m; path = Plugins/Displays/GrowlThreadedView.m; sourceTree = "<group>"; };
  1123 		EE1AF8CF0897DA9400F486FD /* GrowlWindowTransition.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = GrowlWindowTransition.h; sourceTree = "<group>"; };
  1124 		EE1AF8D00897DA9400F486FD /* GrowlWindowTransition.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = GrowlWindowTransition.m; sourceTree = "<group>"; };
  1125 		EE1AF8D20897DA9400F486FD /* GrowlFadingWindowTransition.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = GrowlFadingWindowTransition.h; sourceTree = "<group>"; };
  1126 		EE1AF8D30897DA9400F486FD /* GrowlFadingWindowTransition.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = GrowlFadingWindowTransition.m; sourceTree = "<group>"; };
  1127 		EE88147A08EE836E005D5380 /* GrowlSlidingWindowTransition.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = GrowlSlidingWindowTransition.m; sourceTree = "<group>"; };
  1128 		EE88147B08EE836E005D5380 /* GrowlSlidingWindowTransition.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = GrowlSlidingWindowTransition.h; sourceTree = "<group>"; };
  1129 		EED7068908C743D9004651D0 /* GrowlAbstractSingletonObject.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = GrowlAbstractSingletonObject.m; path = Core/Source/GrowlAbstractSingletonObject.m; sourceTree = "<group>"; };
  1130 		EED7068A08C743D9004651D0 /* GrowlAbstractSingletonObject.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GrowlAbstractSingletonObject.h; path = Core/Source/GrowlAbstractSingletonObject.h; sourceTree = "<group>"; };
  1131 /* End PBXFileReference section */
  1132 
  1133 /* Begin PBXFrameworksBuildPhase section */
  1134 		0A7F5CCB0767BFD000E1C1E4 /* Frameworks */ = {
  1135 			isa = PBXFrameworksBuildPhase;
  1136 			buildActionMask = 2147483647;
  1137 			files = (
  1138 				0A7F5DA90767C15900E1C1E4 /* Foundation.framework in Frameworks */,
  1139 				0A7F5E170767C15C00E1C1E4 /* AppKit.framework in Frameworks */,
  1140 				0A7F5EAC0767C15E00E1C1E4 /* PreferencePanes.framework in Frameworks */,
  1141 			);
  1142 			runOnlyForDeploymentPostprocessing = 0;
  1143 		};
  1144 		0A7F5ECA0767C2A600E1C1E4 /* Frameworks */ = {
  1145 			isa = PBXFrameworksBuildPhase;
  1146 			buildActionMask = 2147483647;
  1147 			files = (
  1148 				0A7F5ECB0767C2A600E1C1E4 /* Foundation.framework in Frameworks */,
  1149 				0A7F5ECC0767C2A600E1C1E4 /* AppKit.framework in Frameworks */,
  1150 				0A7F5ECD0767C2A600E1C1E4 /* PreferencePanes.framework in Frameworks */,
  1151 			);
  1152 			runOnlyForDeploymentPostprocessing = 0;
  1153 		};
  1154 		0A7F5F190767C38200E1C1E4 /* Frameworks */ = {
  1155 			isa = PBXFrameworksBuildPhase;
  1156 			buildActionMask = 2147483647;
  1157 			files = (
  1158 				0A7F5F1A0767C38200E1C1E4 /* Foundation.framework in Frameworks */,
  1159 				0A7F5F1B0767C38200E1C1E4 /* AppKit.framework in Frameworks */,
  1160 				0A7F5F1C0767C38200E1C1E4 /* PreferencePanes.framework in Frameworks */,
  1161 			);
  1162 			runOnlyForDeploymentPostprocessing = 0;
  1163 		};
  1164 		0A7F5F770767C68000E1C1E4 /* Frameworks */ = {
  1165 			isa = PBXFrameworksBuildPhase;
  1166 			buildActionMask = 2147483647;
  1167 			files = (
  1168 				0A7F5F780767C68000E1C1E4 /* Foundation.framework in Frameworks */,
  1169 				0A7F5F790767C68000E1C1E4 /* AppKit.framework in Frameworks */,
  1170 				0A7F5F7A0767C68000E1C1E4 /* PreferencePanes.framework in Frameworks */,
  1171 			);
  1172 			runOnlyForDeploymentPostprocessing = 0;
  1173 		};
  1174 		0A7F5FBF0767C70600E1C1E4 /* Frameworks */ = {
  1175 			isa = PBXFrameworksBuildPhase;
  1176 			buildActionMask = 2147483647;
  1177 			files = (
  1178 				0A7F5FC00767C70600E1C1E4 /* Foundation.framework in Frameworks */,
  1179 				0A7F5FC10767C70600E1C1E4 /* AppKit.framework in Frameworks */,
  1180 				0A7F5FC20767C70600E1C1E4 /* PreferencePanes.framework in Frameworks */,
  1181 				0A7F5FD50767C77F00E1C1E4 /* Message.framework in Frameworks */,
  1182 			);
  1183 			runOnlyForDeploymentPostprocessing = 0;
  1184 		};
  1185 		0A7F5FF00767C7B300E1C1E4 /* Frameworks */ = {
  1186 			isa = PBXFrameworksBuildPhase;
  1187 			buildActionMask = 2147483647;
  1188 			files = (
  1189 				0A7F5FF10767C7B300E1C1E4 /* Foundation.framework in Frameworks */,
  1190 				0A7F5FF20767C7B300E1C1E4 /* AppKit.framework in Frameworks */,
  1191 				0A7F5FF30767C7B300E1C1E4 /* PreferencePanes.framework in Frameworks */,
  1192 			);
  1193 			runOnlyForDeploymentPostprocessing = 0;
  1194 		};
  1195 		34725B0D0C0678A000499F50 /* Frameworks */ = {
  1196 			isa = PBXFrameworksBuildPhase;
  1197 			buildActionMask = 2147483647;
  1198 			files = (
  1199 				34725DA30C0678C200499F50 /* ApplicationServices.framework in Frameworks */,
  1200 				34725DA40C0678C200499F50 /* Carbon.framework in Frameworks */,
  1201 				34725DA50C0678C200499F50 /* AppKit.framework in Frameworks */,
  1202 				34725DA60C0678C200499F50 /* Foundation.framework in Frameworks */,
  1203 			);
  1204 			runOnlyForDeploymentPostprocessing = 0;
  1205 		};
  1206 		34F60EA9078E1CD500CECA86 /* Frameworks */ = {
  1207 			isa = PBXFrameworksBuildPhase;
  1208 			buildActionMask = 2147483647;
  1209 			files = (
  1210 				343350E00792769900C84B15 /* ApplicationServices.framework in Frameworks */,
  1211 				343354B30792F84B00C84B15 /* Carbon.framework in Frameworks */,
  1212 				957B5028083D155000F562B8 /* AppKit.framework in Frameworks */,
  1213 				957B5029083D155100F562B8 /* Foundation.framework in Frameworks */,
  1214 			);
  1215 			runOnlyForDeploymentPostprocessing = 0;
  1216 		};
  1217 		34F60EF7078E226300CECA86 /* Frameworks */ = {
  1218 			isa = PBXFrameworksBuildPhase;
  1219 			buildActionMask = 2147483647;
  1220 			files = (
  1221 				344EA5EF0CA85B110035CB69 /* Security.framework in Frameworks */,
  1222 				3433502B0792769000C84B15 /* ApplicationServices.framework in Frameworks */,
  1223 				343354EE0792FC2000C84B15 /* Carbon.framework in Frameworks */,
  1224 				957B502A083D155600F562B8 /* AppKit.framework in Frameworks */,
  1225 				957B502B083D155900F562B8 /* Foundation.framework in Frameworks */,
  1226 			);
  1227 			runOnlyForDeploymentPostprocessing = 0;
  1228 		};
  1229 		8D202CF20486D31800D8A456 /* Frameworks */ = {
  1230 			isa = PBXFrameworksBuildPhase;
  1231 			buildActionMask = 2147483647;
  1232 			files = (
  1233 				95AFFE20082BCDFB0033A7FF /* SystemConfiguration.framework in Frameworks */,
  1234 				95E678F907511471002BF4E6 /* Security.framework in Frameworks */,
  1235 				0AEE179D0702C4960024B1A0 /* ApplicationServices.framework in Frameworks */,
  1236 				83282747073A6C110044A959 /* PreferencePanes.framework in Frameworks */,
  1237 				957B4F75083D14FB00F562B8 /* AppKit.framework in Frameworks */,
  1238 				957B4F76083D14FE00F562B8 /* Foundation.framework in Frameworks */,
  1239 				C4C58A0C0C9E3C7100F71519 /* Carbon.framework in Frameworks */,
  1240 			);
  1241 			runOnlyForDeploymentPostprocessing = 0;
  1242 		};
  1243 		93BC3797095A662B0002B365 /* Frameworks */ = {
  1244 			isa = PBXFrameworksBuildPhase;
  1245 			buildActionMask = 2147483647;
  1246 			files = (
  1247 				93BC3798095A662B0002B365 /* Foundation.framework in Frameworks */,
  1248 				93BC3799095A662B0002B365 /* AppKit.framework in Frameworks */,
  1249 				93BC379A095A662B0002B365 /* PreferencePanes.framework in Frameworks */,
  1250 			);
  1251 			runOnlyForDeploymentPostprocessing = 0;
  1252 		};
  1253 		95075AAE0817F5DB00D862A5 /* Frameworks */ = {
  1254 			isa = PBXFrameworksBuildPhase;
  1255 			buildActionMask = 2147483647;
  1256 			files = (
  1257 				95075BC80817FF0800D862A5 /* Foundation.framework in Frameworks */,
  1258 				957B4F3A083D139500F562B8 /* AppKit.framework in Frameworks */,
  1259 				9570364D08A7DE15008B9FC9 /* Security.framework in Frameworks */,
  1260 			);
  1261 			runOnlyForDeploymentPostprocessing = 0;
  1262 		};
  1263 		95FC347507E0458E00BD8674 /* Frameworks */ = {
  1264 			isa = PBXFrameworksBuildPhase;
  1265 			buildActionMask = 2147483647;
  1266 			files = (
  1267 				95FC347607E0458E00BD8674 /* Foundation.framework in Frameworks */,
  1268 				95FC347707E0458E00BD8674 /* AppKit.framework in Frameworks */,
  1269 				95FC347807E0458E00BD8674 /* PreferencePanes.framework in Frameworks */,
  1270 			);
  1271 			runOnlyForDeploymentPostprocessing = 0;
  1272 		};
  1273 		CB61E5160637763C00E0DDC7 /* Frameworks */ = {
  1274 			isa = PBXFrameworksBuildPhase;
  1275 			buildActionMask = 2147483647;
  1276 			files = (
  1277 				745352D509313B3B0000B26A /* PreferencePanes.framework in Frameworks */,
  1278 				95D89B55082422C50068A4BD /* WebKit.framework in Frameworks */,
  1279 				95C36A620753299E009FAEA2 /* Security.framework in Frameworks */,
  1280 				95C36A630753299E009FAEA2 /* Foundation.framework in Frameworks */,
  1281 				95C36A640753299E009FAEA2 /* AppKit.framework in Frameworks */,
  1282 				95AA8654080065DE0045589D /* SystemConfiguration.framework in Frameworks */,
  1283 				93CD92E80B5AFAAE000C39CD /* QuartzCore.framework in Frameworks */,
  1284 			);
  1285 			runOnlyForDeploymentPostprocessing = 0;
  1286 		};
  1287 		DD4939CA084BACA700D1CCCB /* Frameworks */ = {
  1288 			isa = PBXFrameworksBuildPhase;
  1289 			buildActionMask = 2147483647;
  1290 			files = (
  1291 				DD493C31084BDF0200D1CCCB /* Security.framework in Frameworks */,
  1292 				DD493BE2084BB89100D1CCCB /* PreferencePanes.framework in Frameworks */,
  1293 				DD493B73084BB02A00D1CCCB /* Foundation.framework in Frameworks */,
  1294 				DD493B74084BB02A00D1CCCB /* AppKit.framework in Frameworks */,
  1295 			);
  1296 			runOnlyForDeploymentPostprocessing = 0;
  1297 		};
  1298 		E14410E80A94072E0063C4DC /* Frameworks */ = {
  1299 			isa = PBXFrameworksBuildPhase;
  1300 			buildActionMask = 2147483647;
  1301 			files = (
  1302 				E14410E90A94072E0063C4DC /* Foundation.framework in Frameworks */,
  1303 				E14410EA0A94072E0063C4DC /* AppKit.framework in Frameworks */,
  1304 				E14410EB0A94072E0063C4DC /* PreferencePanes.framework in Frameworks */,
  1305 			);
  1306 			runOnlyForDeploymentPostprocessing = 0;
  1307 		};
  1308 /* End PBXFrameworksBuildPhase section */
  1309 
  1310 /* Begin PBXGroup section */
  1311 		070B862D0A087FC50093150E /* Tickets */ = {
  1312 			isa = PBXGroup;
  1313 			children = (
  1314 				CB1C5D1B063E432F007052EE /* GrowlApplicationTicket.h */,
  1315 				CB1C5D1C063E432F007052EE /* GrowlApplicationTicket.m */,
  1316 				CB5C30FF07925B53007CC0D0 /* GrowlNotificationTicket.h */,
  1317 				CB5C312807925B53007CC0D0 /* GrowlNotificationTicket.m */,
  1318 			);
  1319 			name = Tickets;
  1320 			sourceTree = "<group>";
  1321 		};
  1322 		070B86340A08814D0093150E /* Utilities */ = {
  1323 			isa = PBXGroup;
  1324 			children = (
  1325 				950568E30812C2960096EC5C /* GrowlLog.h */,
  1326 				950568E40812C2960096EC5C /* GrowlLog.m */,
  1327 				95B2B27B08745BA100EA34BF /* GrowlUDPUtils.h */,
  1328 				95CF9B46082AE3B7001A409D /* GrowlUDPUtils.c */,
  1329 				9526BD51081BCC9100B9D0D0 /* MD5Authenticator.h */,
  1330 				9526BD52081BCC9100B9D0D0 /* MD5Authenticator.m */,
  1331 			);
  1332 			name = Utilities;
  1333 			sourceTree = "<group>";
  1334 		};
  1335 		070B86350A08816F0093150E /* Plug-ins */ = {
  1336 			isa = PBXGroup;
  1337 			children = (
  1338 				95E2456F08EEAC510092EAAC /* GrowlPlugin.h */,
  1339 				95E2457008EEAC510092EAAC /* GrowlPlugin.m */,
  1340 				95E2457508EEAC630092EAAC /* GrowlDisplayPlugin.h */,
  1341 				95E2457608EEAC630092EAAC /* GrowlDisplayPlugin.m */,
  1342 			);
  1343 			name = "Plug-ins";
  1344 			sourceTree = "<group>";
  1345 		};
  1346 		070B86360A0881CF0093150E /* Views */ = {
  1347 			isa = PBXGroup;
  1348 			children = (
  1349 				740CC038093A4F1000092801 /* GrowlThreadedView.h */,
  1350 				EE17E56B08EFFCDB0086F0C3 /* GrowlThreadedView.m */,
  1351 				740CC06F093A508100092801 /* GrowlNotificationView.h */,
  1352 				740CC070093A508100092801 /* GrowlNotificationView.m */,
  1353 			);
  1354 			name = Views;
  1355 			sourceTree = "<group>";
  1356 		};
  1357 		070C1AC00912D0EA00884E7D /* Global Sources */ = {
  1358 			isa = PBXGroup;
  1359 			children = (
  1360 				070C1AF20912D17400884E7D /* Classes */,
  1361 				CB9E3AE80792679400F8937E /* Additions */,
  1362 				070C1AF80912D1F500884E7D /* Headers */,
  1363 				0790135207D932140023B640 /* GrowlVersionUtilities.h */,
  1364 				0790135507D9321B0023B640 /* GrowlVersionUtilities.c */,
  1365 				95CF98A0082A5B8E001A409D /* cdsa.h */,
  1366 				95CF98A1082A5B8E001A409D /* cdsa.c */,
  1367 			);
  1368 			name = "Global Sources";
  1369 			sourceTree = "<group>";
  1370 		};
  1371 		070C1AF20912D17400884E7D /* Classes */ = {
  1372 			isa = PBXGroup;
  1373 			children = (
  1374 				070C1AE50912D16600884E7D /* GrowlNonCopyingMutableDictionary.h */,
  1375 				070C1AE60912D16600884E7D /* GrowlNonCopyingMutableDictionary.m */,
  1376 				959DBE4908127BA4009BB468 /* GrowlPathUtilities.h */,
  1377 				959DBE4A08127BA4009BB468 /* GrowlPathUtilities.m */,
  1378 			);
  1379 			name = Classes;
  1380 			sourceTree = "<group>";
  1381 		};
  1382 		070C1AF80912D1F500884E7D /* Headers */ = {
  1383 			isa = PBXGroup;
  1384 			children = (
  1385 				C4FB57240B17FC43004474C8 /* GrowlPositioningDefines.h */,
  1386 				34E9AA79074BC98A00D59950 /* GrowlDefinesInternal.h */,
  1387 				34E9DC16078FBF1B00662E8E /* GrowlDefines.h */,
  1388 				A14BBE0E06EE1D5600530EED /* GrowlDisplayProtocol.h */,
  1389 				32DBCFA20370C41700C91783 /* Growl_Prefix.pch */,
  1390 			);
  1391 			name = Headers;
  1392 			sourceTree = "<group>";
  1393 		};
  1394 		072867C508D1635B00ABF0B0 /* Cocoa */ = {
  1395 			isa = PBXGroup;
  1396 			children = (
  1397 				956ADADA07551C4500AF9545 /* GrowlImageAdditions.h */,
  1398 				956ADADF07551C4500AF9545 /* GrowlImageAdditions.m */,
  1399 				072867D008D1648400ABF0B0 /* NSSetAdditions.h */,
  1400 				072867D108D1648400ABF0B0 /* NSSetAdditions.m */,
  1401 				9574B7570838CA1E00106CA3 /* NSStringAdditions.h */,
  1402 				9574B7580838CA1E00106CA3 /* NSStringAdditions.m */,
  1403 				95B92F1B0865B5A900DA02F0 /* NSMutableAttributedStringAdditions.h */,
  1404 				95B92F1C0865B5A900DA02F0 /* NSMutableAttributedStringAdditions.m */,
  1405 				95D93722086EFA7200A1AD50 /* NSViewAdditions.h */,
  1406 				95D93723086EFA7200A1AD50 /* NSViewAdditions.m */,
  1407 				95EF04F207C77C1500218584 /* CoreGraphicsServices.h */,
  1408 				95C8779907D9DFC000C69DEE /* NSWindow+Transforms.h */,
  1409 				95C877C207D9DFC000C69DEE /* NSWindow+Transforms.m */,
  1410 				9574B6F90838C7A100106CA3 /* NSWorkspaceAdditions.h */,
  1411 				9574B6FA0838C7A100106CA3 /* NSWorkspaceAdditions.m */,
  1412 				07B7CD21099EB19200744461 /* NSMutableStringAdditions.h */,
  1413 				07B7CD22099EB19200744461 /* NSMutableStringAdditions.m */,
  1414 			);
  1415 			name = Cocoa;
  1416 			sourceTree = "<group>";
  1417 		};
  1418 		072867C808D1636D00ABF0B0 /* CF, Carbon, Quartz */ = {
  1419 			isa = PBXGroup;
  1420 			children = (
  1421 				9555378B08DAC3A600D49CB1 /* CFGrowlDefines.h */,
  1422 				95B4A3D808D8458C009A3DDE /* CFURLAdditions.h */,
  1423 				9574B7AC0838CB5500106CA3 /* CFURLAdditions.c */,
  1424 				9574B7AB0838CB5500106CA3 /* CFGrowlAdditions.h */,
  1425 				070B90FB07E1AEFA00F10FA7 /* CFGrowlAdditions.c */,
  1426 				956ADAD007551C4500AF9545 /* GrowlBezierPathAdditions.h */,
  1427 				956ADAD507551C4500AF9545 /* GrowlBezierPathAdditions.c */,
  1428 				955C236B081537280013C3CF /* CFMutableStringAdditions.h */,
  1429 				955C236C081537280013C3CF /* CFMutableStringAdditions.c */,
  1430 				95F975AB084A23F500915BFE /* CFMutableDictionaryAdditions.h */,
  1431 				95F975AC084A23F500915BFE /* CFMutableDictionaryAdditions.c */,
  1432 				95F97679084A297400915BFE /* CFDictionaryAdditions.h */,
  1433 				95F9767A084A297400915BFE /* CFDictionaryAdditions.c */,
  1434 			);
  1435 			name = "CF, Carbon, Quartz";
  1436 			sourceTree = "<group>";
  1437 		};
  1438 		07803B3808E7E67000299E08 /* Plug-ins */ = {
  1439 			isa = PBXGroup;
  1440 			children = (
  1441 				07803B5D08E7E6A700299E08 /* GrowlPlugin.h */,
  1442 				07803B5E08E7E6A700299E08 /* GrowlPlugin.m */,
  1443 				0A7F5CC00767BF8A00E1C1E4 /* Displays */,
  1444 			);
  1445 			name = "Plug-ins";
  1446 			sourceTree = "<group>";
  1447 		};
  1448 		089C166AFE841209C02AAC07 /* Growl */ = {
  1449 			isa = PBXGroup;
  1450 			children = (
  1451 				DDB6463707DE04A700807F8D /* ShellScripts */,
  1452 				953C3EFE0747970800F2A737 /* Documentation */,
  1453 				070C1AC00912D0EA00884E7D /* Global Sources */,
  1454 				CB910DA8074E0A5F00278FC5 /* Global Resources */,
  1455 				93405B0D080D8BD100903735 /* StatusItem */,
  1456 				CB5F835E0638B67C00EADD7A /* Prefpane */,
  1457 				34CEA3930680A77C00670E0D /* Growl.framework */,
  1458 				63C0610006C8948700B0B7D4 /* AppleScript */,
  1459 				CB5F836E0638B69900EADD7A /* HelperApp */,
  1460 				07803B3808E7E67000299E08 /* Plug-ins */,
  1461 				34A96DDA0C95F61800F46006 /* GrowlAction.xcodeproj */,
  1462 				089C1671FE841209C02AAC07 /* Frameworks */,
  1463 				19C28FB8FE9D52D311CA2CBB /* Products */,
  1464 			);
  1465 			name = Growl;
  1466 			sourceTree = "<group>";
  1467 		};
  1468 		089C1671FE841209C02AAC07 /* Frameworks */ = {
  1469 			isa = PBXGroup;
  1470 			children = (
  1471 				1058C7ACFEA557BF11CA2CBB /* Linked Frameworks */,
  1472 				1058C7AEFEA557BF11CA2CBB /* Other Frameworks */,
  1473 			);
  1474 			name = Frameworks;
  1475 			sourceTree = "<group>";
  1476 		};
  1477 		089C167CFE841241C02AAC07 /* Resources */ = {
  1478 			isa = PBXGroup;
  1479 			children = (
  1480 				937E64300817193800AEC1C6 /* About.rtf */,
  1481 				9532B0B907CE651F0028B2F1 /* GrowlPref.nib */,
  1482 				8D202CF70486D31800D8A456 /* Info.plist */,
  1483 				089C167DFE841241C02AAC07 /* InfoPlist.strings */,
  1484 				950627A40840D34900C01CD2 /* growl-claw32.tiff */,
  1485 				7471F9BA0A066E8F000D13BF /* PositionPickerBackground.jpg */,
  1486 			);
  1487 			name = Resources;
  1488 			sourceTree = "<group>";
  1489 		};
  1490 		08FB77AFFE84173DC02AAC07 /* Classes */ = {
  1491 			isa = PBXGroup;
  1492 			children = (
  1493 				938841E81025EA7C001DF30F /* GHA-Stubs.h */,
  1494 				938841E91025EA7C001DF30F /* GHA-Stubs.m */,
  1495 				C4B868E20957D8C00056FC54 /* ACImageAndTextCell.h */,
  1496 				C4B868E30957D8C00056FC54 /* ACImageAndTextCell.m */,
  1497 				9596C5F8081102BE00F43859 /* GrowlBrowserEntry.h */,
  1498 				9596C5F9081102BE00F43859 /* GrowlBrowserEntry.m */,
  1499 				95E243E2087E9053008151E6 /* GrowlPreferencePane.h */,
  1500 				95E243E3087E9053008151E6 /* GrowlPreferencePane.m */,
  1501 				34F427A3095E69D30044B280 /* NotificationsArrayController.h */,
  1502 				34F427A4095E69D30044B280 /* NotificationsArrayController.m */,
  1503 				7471F9B60A066E2A000D13BF /* GrowlPositionPicker.h */,
  1504 				7471F9B70A066E2B000D13BF /* GrowlPositionPicker.m */,
  1505 				936FAB01074482BF00A7D430 /* RRTableView.h */,
  1506 				936FAB02074482BF00A7D430 /* RRTableView.m */,
  1507 				95A9E432080B2CAB006A2F29 /* TicketsArrayController.h */,
  1508 				95A9E433080B2CAB006A2F29 /* TicketsArrayController.m */,
  1509 				347262850C0725D800499F50 /* GrowlAppNameClickNotificationTransformer.h */,
  1510 				347262860C0725D800499F50 /* GrowlAppNameClickNotificationTransformer.m */,
  1511 				342157BD0C2AE377004003BB /* PriorityTransformer.h */,
  1512 				342157BE0C2AE377004003BB /* PriorityTransformer.m */,
  1513 			);
  1514 			name = Classes;
  1515 			sourceTree = "<group>";
  1516 		};
  1517 		0A7F5CC00767BF8A00E1C1E4 /* Displays */ = {
  1518 			isa = PBXGroup;
  1519 			children = (
  1520 				07803B6308E7E6BC00299E08 /* GrowlDisplayPlugin.h */,
  1521 				07803B6408E7E6BC00299E08 /* GrowlDisplayPlugin.m */,
  1522 				07803B8E08E7E75600299E08 /* GrowlDisplayWindowController.h */,
  1523 				07803B8F08E7E75600299E08 /* GrowlDisplayWindowController.m */,
  1524 				07803B9008E7E75600299E08 /* GrowlNotificationDisplayBridge.h */,
  1525 				07803B9108E7E75600299E08 /* GrowlNotificationDisplayBridge.m */,
  1526 				95FC305007E03B0700BD8674 /* Brushed */,
  1527 				0A7F5EDA0767C30800E1C1E4 /* Bubbles */,
  1528 				E14411090A9408190063C4DC /* iCal */,
  1529 				0A7F5F2D0767C3F600E1C1E4 /* Bezel */,
  1530 				0A7F5D9A0767C13100E1C1E4 /* Speech */,
  1531 				0A7F5F890767C6C500E1C1E4 /* Smoke */,
  1532 				0A7F5FD90767C79100E1C1E4 /* MailMe */,
  1533 				0A7F624C0767C84E00E1C1E4 /* MusicVideo */,
  1534 				93BC37A4095A66610002B365 /* Nano */,
  1535 				DD4939A9084B937400D1CCCB /* SMS */,
  1536 				950F795C080EECA600CC5F62 /* WebKit */,
  1537 				0A7F5FF70767C7FB00E1C1E4 /* Other Sources */,
  1538 			);
  1539 			name = Displays;
  1540 			sourceTree = "<group>";
  1541 		};
  1542 		0A7F5D9A0767C13100E1C1E4 /* Speech */ = {
  1543 			isa = PBXGroup;
  1544 			children = (
  1545 				95125DE90802D3FE007FF92A /* Info.plist */,
  1546 				0A7F5D9B0767C13100E1C1E4 /* GrowlSpeechPrefs.nib */,
  1547 				0A7F5D9E0767C13200E1C1E4 /* GrowlSpeechDefines.h */,
  1548 				0A7F5D9F0767C13200E1C1E4 /* GrowlSpeechDisplay.h */,
  1549 				0A7F5DA00767C13200E1C1E4 /* GrowlSpeechDisplay.m */,
  1550 				0A7F5DA10767C13200E1C1E4 /* GrowlSpeechPrefs.h */,
  1551 				0A7F5DA20767C13200E1C1E4 /* GrowlSpeechPrefs.m */,
  1552 			);
  1553 			name = Speech;
  1554 			path = Plugins/Displays/Speech;
  1555 			sourceTree = "<group>";
  1556 		};
  1557 		0A7F5EDA0767C30800E1C1E4 /* Bubbles */ = {
  1558 			isa = PBXGroup;
  1559 			children = (
  1560 				95125DE70802D3E8007FF92A /* Info.plist */,
  1561 				0A7F5EDB0767C30800E1C1E4 /* BubblesPrefs.nib */,
  1562 				0A7F5EE00767C30800E1C1E4 /* GrowlBubblesDefines.h */,
  1563 				939FEC1A0942A0D3009EB9E6 /* GrowlBubblesDisplay.h */,
  1564 				939FEC1B0942A0D3009EB9E6 /* GrowlBubblesDisplay.m */,
  1565 				0A7F5EE10767C30800E1C1E4 /* GrowlBubblesPrefsController.h */,
  1566 				0A7F5EE20767C30800E1C1E4 /* GrowlBubblesPrefsController.m */,
  1567 				0A7F5EE30767C30800E1C1E4 /* GrowlBubblesWindowController.h */,
  1568 				0A7F5EE40767C30800E1C1E4 /* GrowlBubblesWindowController.m */,
  1569 				0A7F5EE50767C30800E1C1E4 /* GrowlBubblesWindowView.h */,
  1570 				0A7F5EE60767C30800E1C1E4 /* GrowlBubblesWindowView.m */,
  1571 			);
  1572 			name = Bubbles;
  1573 			path = Plugins/Displays/Bubbles;
  1574 			sourceTree = "<group>";
  1575 		};
  1576 		0A7F5F2D0767C3F600E1C1E4 /* Bezel */ = {
  1577 			isa = PBXGroup;
  1578 			children = (
  1579 				95125DE80802D3F3007FF92A /* Info.plist */,
  1580 				0A7F5F2F0767C3F600E1C1E4 /* GrowlBezelPrefs.nib */,
  1581 				0A7F5F320767C3F600E1C1E4 /* GrowlBezelDisplay.h */,
  1582 				0A7F5F330767C3F600E1C1E4 /* GrowlBezelDisplay.m */,
  1583 				0A7F5F340767C3F600E1C1E4 /* GrowlBezelPrefs.h */,
  1584 				0A7F5F350767C3F600E1C1E4 /* GrowlBezelPrefs.m */,
  1585 				0A7F5F360767C3F600E1C1E4 /* GrowlBezelWindowController.h */,
  1586 				0A7F5F370767C3F600E1C1E4 /* GrowlBezelWindowController.m */,
  1587 				0A7F5F380767C3F600E1C1E4 /* GrowlBezelWindowView.h */,
  1588 				0A7F5F390767C3F600E1C1E4 /* GrowlBezelWindowView.m */,
  1589 			);
  1590 			name = Bezel;
  1591 			path = Plugins/Displays/Bezel;
  1592 			sourceTree = "<group>";
  1593 		};
  1594 		0A7F5F890767C6C500E1C1E4 /* Smoke */ = {
  1595 			isa = PBXGroup;
  1596 			children = (
  1597 				95125DEB0802D414007FF92A /* Info.plist */,
  1598 				0A7F5F8A0767C6C500E1C1E4 /* SmokePrefs.nib */,
  1599 				0A7F5F8D0767C6C500E1C1E4 /* GrowlSmokeDefines.h */,
  1600 				0A7F5F8E0767C6C500E1C1E4 /* GrowlSmokeDisplay.h */,
  1601 				0A7F5F8F0767C6C500E1C1E4 /* GrowlSmokeDisplay.m */,
  1602 				0A7F5F900767C6C500E1C1E4 /* GrowlSmokePrefsController.h */,
  1603 				0A7F5F910767C6C500E1C1E4 /* GrowlSmokePrefsController.m */,
  1604 				0A7F5F920767C6C500E1C1E4 /* GrowlSmokeWindowController.h */,
  1605 				0A7F5F930767C6C500E1C1E4 /* GrowlSmokeWindowController.m */,
  1606 				0A7F5F940767C6C500E1C1E4 /* GrowlSmokeWindowView.h */,
  1607 				0A7F5F950767C6C500E1C1E4 /* GrowlSmokeWindowView.m */,
  1608 			);
  1609 			name = Smoke;
  1610 			path = Plugins/Displays/Smoke;
  1611 			sourceTree = "<group>";
  1612 		};
  1613 		0A7F5FD90767C79100E1C1E4 /* MailMe */ = {
  1614 			isa = PBXGroup;
  1615 			children = (
  1616 				95125DEC0802D41E007FF92A /* Info.plist */,
  1617 				31C7594A1047202B008547BF /* simple-mailer.py */,
  1618 				0A7F5FDA0767C79100E1C1E4 /* GrowlMailMePrefs.nib */,
  1619 				0A7F5FDD0767C79100E1C1E4 /* GrowlMailMeDisplay.h */,
  1620 				0A7F5FDE0767C79100E1C1E4 /* GrowlMailMeDisplay.m */,
  1621 				0A7F5FDF0767C79100E1C1E4 /* GrowlMailMePrefs.h */,
  1622 				0A7F5FE00767C79100E1C1E4 /* GrowlMailMePrefs.m */,
  1623 			);
  1624 			name = MailMe;
  1625 			path = Plugins/Displays/MailMe;
  1626 			sourceTree = "<group>";
  1627 		};
  1628 		0A7F5FF70767C7FB00E1C1E4 /* Other Sources */ = {
  1629 			isa = PBXGroup;
  1630 			children = (
  1631 				0A7F60000767C80E00E1C1E4 /* Display Plugins_Prefix.pch */,
  1632 			);
  1633 			name = "Other Sources";
  1634 			sourceTree = SOURCE_ROOT;
  1635 		};
  1636 		0A7F624C0767C84E00E1C1E4 /* MusicVideo */ = {
  1637 			isa = PBXGroup;
  1638 			children = (
  1639 				95125DED0802D428007FF92A /* Info.plist */,
  1640 				0A7F624D0767C84E00E1C1E4 /* GrowlMusicVideoPrefs.nib */,
  1641 				0A7F62500767C84E00E1C1E4 /* GrowlMusicVideoDisplay.h */,
  1642 				0A7F62510767C84E00E1C1E4 /* GrowlMusicVideoDisplay.m */,
  1643 				0A7F62520767C84E00E1C1E4 /* GrowlMusicVideoPrefs.h */,
  1644 				0A7F62530767C84E00E1C1E4 /* GrowlMusicVideoPrefs.m */,
  1645 				0A7F62540767C84E00E1C1E4 /* GrowlMusicVideoWindowController.h */,
  1646 				0A7F62550767C84E00E1C1E4 /* GrowlMusicVideoWindowController.m */,
  1647 				0A7F62560767C84E00E1C1E4 /* GrowlMusicVideoWindowView.h */,
  1648 				0A7F62570767C84E00E1C1E4 /* GrowlMusicVideoWindowView.m */,
  1649 			);
  1650 			name = MusicVideo;
  1651 			path = Plugins/Displays/MusicVideo;
  1652 			sourceTree = "<group>";
  1653 		};
  1654 		1058C7ACFEA557BF11CA2CBB /* Linked Frameworks */ = {
  1655 			isa = PBXGroup;
  1656 			children = (
  1657 				93CD92E70B5AFAAE000C39CD /* QuartzCore.framework */,
  1658 				950F79C5080EEE2B00CC5F62 /* WebKit.framework */,
  1659 				95AA8653080065DE0045589D /* SystemConfiguration.framework */,
  1660 				0AEE179C0702C4960024B1A0 /* ApplicationServices.framework */,
  1661 				95E678F307511471002BF4E6 /* Security.framework */,
  1662 				089C1672FE841209C02AAC07 /* Foundation.framework */,
  1663 				089C167FFE841241C02AAC07 /* AppKit.framework */,
  1664 				0A7F5FD40767C77F00E1C1E4 /* Message.framework */,
  1665 				83282746073A6C110044A959 /* PreferencePanes.framework */,
  1666 				343354B20792F84B00C84B15 /* Carbon.framework */,
  1667 				93FCE57D0812D93B00320D8E /* SystemUIPlugin.framework */,
  1668 			);
  1669 			name = "Linked Frameworks";
  1670 			sourceTree = "<group>";
  1671 		};
  1672 		1058C7AEFEA557BF11CA2CBB /* Other Frameworks */ = {
  1673 			isa = PBXGroup;
  1674 			children = (
  1675 				83282741073A6BD70044A959 /* Cocoa.framework */,
  1676 			);
  1677 			name = "Other Frameworks";
  1678 			sourceTree = "<group>";
  1679 		};
  1680 		19C28FB8FE9D52D311CA2CBB /* Products */ = {
  1681 			isa = PBXGroup;
  1682 			children = (
  1683 				346F74470C96F561000FEAE6 /* Show Growl Notification.action */,
  1684 				95D1662E0834EBEF00D996B2 /* GrowlImporter.mdimporter */,
  1685 				8D202CF80486D31800D8A456 /* Growl.prefPane */,
  1686 				CB61E5180637763C00E0DDC7 /* GrowlHelperApp.app */,
  1687 				0AB508AE0767C87B006EA5CB /* Bubbles.growlView */,
  1688 				95FC347907E0458E00BD8674 /* Brushed.growlView */,
  1689 				0AB508AF0767C87B006EA5CB /* Smoke.growlView */,
  1690 				0AB508B00767C87B006EA5CB /* MailMe.growlView */,
  1691 				0AB508B10767C87B006EA5CB /* Speech.growlView */,
  1692 				0AB508B30767C87B006EA5CB /* MusicVideo.growlView */,
  1693 				0AB508B40767C87B006EA5CB /* Bezel.growlView */,
  1694 				34F60EAB078E1CD500CECA86 /* Growl.framework */,
  1695 				34F60EF9078E226300CECA86 /* Growl-WithInstaller.framework */,
  1696 				95075AB00817F5DB00D862A5 /* GrowlMenu.app */,
  1697 				DD4939CC084BACA700D1CCCB /* SMS.growlView */,
  1698 				93BC379E095A662B0002B365 /* Nano.growlView */,
  1699 				E14410EF0A94072E0063C4DC /* iCal.growlView */,
  1700 				34725B0F0C0678A000499F50 /* Growl.dylib */,
  1701 			);
  1702 			name = Products;
  1703 			sourceTree = "<group>";
  1704 		};
  1705 		3433500C079275A300C84B15 /* Growl-WithInstaller.framework */ = {
  1706 			isa = PBXGroup;
  1707 			children = (
  1708 				95DBBFFC07C284BE00DE4ACA /* Growl-WithInstaller.framework-Info.plist */,
  1709 				34E9EFB30790926400662E8E /* GrowlInstallationPrompt.h */,
  1710 				34E9EFB40790926400662E8E /* GrowlInstallationPrompt.m */,
  1711 				9542E51C07C28C3A0056BAC9 /* GrowlInstallation.strings */,
  1712 				952EFC9007C2869700952C6B /* GrowlInstallationPrompt.nib */,
  1713 				348FEDFC0C9D019900A5B99E /* AEVTBuilder.h */,
  1714 				348FEDFB0C9D019900A5B99E /* AEVTBuilder.m */,
  1715 				344EA41E0CA857F70035CB69 /* NSFileManager+Authentication.h */,
  1716 				344EA41F0CA857F70035CB69 /* NSFileManager+Authentication.m */,
  1717 				07217173082DEDB500F338F7 /* GrowlInstallationPrompt-Carbon.h */,
  1718 				07217174082DEDB500F338F7 /* GrowlInstallationPrompt-Carbon.c */,
  1719 				07217168082DE85B00F338F7 /* GrowlInstallationPrompt-Carbon.nib */,
  1720 			);
  1721 			name = "Growl-WithInstaller.framework";
  1722 			sourceTree = "<group>";
  1723 		};
  1724 		34A96DDB0C95F61800F46006 /* Products */ = {
  1725 			isa = PBXGroup;
  1726 			children = (
  1727 				34A96DE20C95F61800F46006 /* Show Growl Notification.action */,
  1728 			);
  1729 			name = Products;
  1730 			sourceTree = "<group>";
  1731 		};
  1732 		34CEA3930680A77C00670E0D /* Growl.framework */ = {
  1733 			isa = PBXGroup;
  1734 			children = (
  1735 				343354C10792F96300C84B15 /* GrowlFramework_Prefix.pch */,
  1736 				34F60EC2078E1D5600CECA86 /* Growl.h */,
  1737 				34F60EB8078E1D3E00CECA86 /* GrowlApplicationBridge.h */,
  1738 				34F60EB6078E1D3E00CECA86 /* GrowlApplicationBridge.m */,
  1739 				343353E90792F7CF00C84B15 /* GrowlApplicationBridge-Carbon.h */,
  1740 				343353E80792F7CF00C84B15 /* GrowlApplicationBridge-Carbon.c */,
  1741 				95DBC07907C284F300DE4ACA /* Growl.framework-Info.plist */,
  1742 				3433500C079275A300C84B15 /* Growl-WithInstaller.framework */,
  1743 				95812DB808118FB9004FF8F5 /* GrowlDelegate.h */,
  1744 				95812DB908118FB9004FF8F5 /* GrowlDelegate.m */,
  1745 			);
  1746 			name = Growl.framework;
  1747 			sourceTree = "<group>";
  1748 		};
  1749 		63C0610006C8948700B0B7D4 /* AppleScript */ = {
  1750 			isa = PBXGroup;
  1751 			children = (
  1752 				9574BBA808392CC500106CA3 /* GrowlSuite.scriptSuite */,
  1753 				9574BBA908392CC500106CA3 /* GrowlSuite.scriptTerminology */,
  1754 				953F5D2207403BC7008E2AEB /* GrowlNotifyScriptCommand.h */,
  1755 				953F5D2707403BC7008E2AEB /* GrowlRegisterScriptCommand.h */,
  1756 				953F5D2C07403BC7008E2AEB /* GrowlRegisterScriptCommand.m */,
  1757 				953F5CEB07403B67008E2AEB /* GrowlNotifyScriptCommand.m */,
  1758 				63C92DD406D05D22007368FA /* Growl.sdef */,
  1759 				63C92DD706D05D22007368FA /* GrowlScripting.r */,
  1760 			);
  1761 			name = AppleScript;
  1762 			sourceTree = "<group>";
  1763 		};
  1764 		93405B0D080D8BD100903735 /* StatusItem */ = {
  1765 			isa = PBXGroup;
  1766 			children = (
  1767 				93FCE5E10812DEC800320D8E /* Resources */,
  1768 				34B2755C08423BFF0092A5A0 /* GrowlMenu.h */,
  1769 				34B2755D08423BFF0092A5A0 /* GrowlMenu.m */,
  1770 			);
  1771 			name = StatusItem;
  1772 			sourceTree = "<group>";
  1773 		};
  1774 		93AB058A100C2DB8008D7D30 /* Unused */ = {
  1775 			isa = PBXGroup;
  1776 			children = (
  1777 				93CD92970B5AF8A1000C39CD /* GrowlRipplingWindowTransition.h */,
  1778 				93CD92980B5AF8A1000C39CD /* GrowlRipplingWindowTransition.m */,
  1779 				93CD92BA0B5AF8CA000C39CD /* AWRippler.h */,
  1780 				93CD92B90B5AF8CA000C39CD /* AWRippler.m */,
  1781 			);
  1782 			name = Unused;
  1783 			sourceTree = "<group>";
  1784 		};
  1785 		93BC37A4095A66610002B365 /* Nano */ = {
  1786 			isa = PBXGroup;
  1787 			children = (
  1788 				93BC37C7095A66CD0002B365 /* GrowlNanoPrefs.nib */,
  1789 				93BC37AE095A66950002B365 /* GrowlNanoDisplay.h */,
  1790 				93BC37AF095A66950002B365 /* GrowlNanoDisplay.m */,
  1791 				93BC37B0095A66950002B365 /* GrowlNanoPrefs.h */,
  1792 				93BC37B1095A66950002B365 /* GrowlNanoPrefs.m */,
  1793 				93BC37B2095A66950002B365 /* GrowlNanoWindowController.h */,
  1794 				93BC37B3095A66950002B365 /* GrowlNanoWindowController.m */,
  1795 				93BC37B4095A66950002B365 /* GrowlNanoWindowView.h */,
  1796 				93BC37B5095A66950002B365 /* GrowlNanoWindowView.m */,
  1797 				93BC37B6095A66950002B365 /* Info.plist */,
  1798 			);
  1799 			name = Nano;
  1800 			sourceTree = "<group>";
  1801 		};
  1802 		93FCE5E10812DEC800320D8E /* Resources */ = {
  1803 			isa = PBXGroup;
  1804 			children = (
  1805 				34B2756B08423FA30092A5A0 /* Localizable.strings */,
  1806 				34B2755308423BE80092A5A0 /* growlmenu.png */,
  1807 				34B2755208423BE80092A5A0 /* growlmenu-alt.png */,
  1808 				34B2755608423BE80092A5A0 /* squelch.png */,
  1809 				34B2755408423BE80092A5A0 /* MenuExtra-Info.plist */,
  1810 			);
  1811 			name = Resources;
  1812 			sourceTree = "<group>";
  1813 		};
  1814 		950F795C080EECA600CC5F62 /* WebKit */ = {
  1815 			isa = PBXGroup;
  1816 			children = (
  1817 				95BF38FC0851F82200873BE1 /* WebKitPrefs.nib */,
  1818 				743EDE0509273C8A002A9670 /* GrowlWebKitPluginHandler.h */,
  1819 				743EDE0609273C8A002A9670 /* GrowlWebKitPluginHandler.m */,
  1820 				950F7976080EED5C00CC5F62 /* GrowlWebKitDefines.h */,
  1821 				950F7977080EED5C00CC5F62 /* GrowlWebKitPrefsController.h */,
  1822 				950F7978080EED5C00CC5F62 /* GrowlWebKitPrefsController.m */,
  1823 				950F7979080EED5C00CC5F62 /* GrowlWebKitWindowController.h */,
  1824 				950F797A080EED5C00CC5F62 /* GrowlWebKitWindowController.m */,
  1825 				950F797B080EED5C00CC5F62 /* GrowlWebKitWindowView.h */,
  1826 				950F797C080EED5C00CC5F62 /* GrowlWebKitWindowView.m */,
  1827 				743EDE11092740F5002A9670 /* GrowlWebKitDisplayPlugin.h */,
  1828 				743EDE12092740F5002A9670 /* GrowlWebKitDisplayPlugin.m */,
  1829 				9596C4EF081063DB00F43859 /* template.html */,
  1830 			);
  1831 			name = WebKit;
  1832 			sourceTree = "<group>";
  1833 		};
  1834 		953C3EFE0747970800F2A737 /* Documentation */ = {
  1835 			isa = PBXGroup;
  1836 			children = (
  1837 				CB910DA6074E0A3A00278FC5 /* License.txt */,
  1838 				CB1C5D95063E523F007052EE /* README.rtf */,
  1839 			);
  1840 			name = Documentation;
  1841 			sourceTree = "<group>";
  1842 		};
  1843 		95FC305007E03B0700BD8674 /* Brushed */ = {
  1844 			isa = PBXGroup;
  1845 			children = (
  1846 				95FC34D807E0458E00BD8674 /* Info.plist */,
  1847 				95FC329D07E03B3400BD8674 /* BrushedPrefs.nib */,
  1848 				95FC306F07E03B2600BD8674 /* GrowlBrushedDefines.h */,
  1849 				95FC309807E03B2600BD8674 /* GrowlBrushedDisplay.h */,
  1850 				95FC30C107E03B2600BD8674 /* GrowlBrushedDisplay.m */,
  1851 				95FC30EA07E03B2600BD8674 /* GrowlBrushedPrefsController.h */,
  1852 				95FC311307E03B2600BD8674 /* GrowlBrushedPrefsController.m */,
  1853 				95FC313C07E03B2600BD8674 /* GrowlBrushedWindowController.h */,
  1854 				95FC316507E03B2600BD8674 /* GrowlBrushedWindowController.m */,
  1855 				95FC318E07E03B2600BD8674 /* GrowlBrushedWindowView.h */,
  1856 				95FC31B707E03B2600BD8674 /* GrowlBrushedWindowView.m */,
  1857 			);
  1858 			name = Brushed;
  1859 			sourceTree = "<group>";
  1860 		};
  1861 		CB0EBFBA0790941300CA2157 /* Pathways */ = {
  1862 			isa = PBXGroup;
  1863 			children = (
  1864 				95DD14D30748B04700CC05A4 /* GrowlPathway.h */,
  1865 				95DD14D80748B04700CC05A4 /* GrowlPathway.m */,
  1866 				07FCFFC107E2F90C00F0A1CF /* GrowlRemotePathway.h */,
  1867 				07FCFFC207E2F90C00F0A1CF /* GrowlRemotePathway.m */,
  1868 				CB34BED107E09657001D7D7C /* GrowlApplicationBridgePathway.h */,
  1869 				CB34BED207E09657001D7D7C /* GrowlApplicationBridgePathway.m */,
  1870 				074062AA07E2FBE300FA27FA /* GrowlDistributedNotificationPathway.h */,
  1871 				074062AB07E2FBE300FA27FA /* GrowlDistributedNotificationPathway.m */,
  1872 				958294EF074CDE3100EC7AF2 /* GrowlUDPPathway.h */,
  1873 				958294F0074CDE3100EC7AF2 /* GrowlUDPPathway.m */,
  1874 				072DE9B809A10DEB006516DD /* GrowlTCPPathway.h */,
  1875 				072DE9B909A10DEB006516DD /* GrowlTCPPathway.m */,
  1876 				31340CDA0D5B8E7100B9BEE0 /* GrowlPropertyListFilePathway.h */,
  1877 				31340CDB0D5B8E7100B9BEE0 /* GrowlPropertyListFilePathway.m */,
  1878 			);
  1879 			name = Pathways;
  1880 			sourceTree = "<group>";
  1881 		};
  1882 		CB34BEC507E09557001D7D7C /* Notifications */ = {
  1883 			isa = PBXGroup;
  1884 			children = (
  1885 				07F9B7A208A49F6D00DF7F42 /* GrowlApplicationNotification.h */,
  1886 				07F9B7A308A49F6D00DF7F42 /* GrowlApplicationNotification.m */,
  1887 			);
  1888 			name = Notifications;
  1889 			sourceTree = "<group>";
  1890 		};
  1891 		CB5F835E0638B67C00EADD7A /* Prefpane */ = {
  1892 			isa = PBXGroup;
  1893 			children = (
  1894 				08FB77AFFE84173DC02AAC07 /* Classes */,
  1895 				089C167CFE841241C02AAC07 /* Resources */,
  1896 			);
  1897 			name = Prefpane;
  1898 			sourceTree = "<group>";
  1899 		};
  1900 		CB5F836E0638B69900EADD7A /* HelperApp */ = {
  1901 			isa = PBXGroup;
  1902 			children = (
  1903 				34422F6F0BF3ED2E001DA9ED /* GrowlApplication.h */,
  1904 				34422F700BF3ED2E001DA9ED /* GrowlApplication.m */,
  1905 				CB5F83A60638B8C800EADD7A /* HelperMain.m */,
  1906 				CB5F847F0638BD6200EADD7A /* Classes */,
  1907 				CB5F84730638BD4D00EADD7A /* Resources */,
  1908 			);
  1909 			name = HelperApp;
  1910 			sourceTree = "<group>";
  1911 		};
  1912 		CB5F84730638BD4D00EADD7A /* Resources */ = {
  1913 			isa = PBXGroup;
  1914 			children = (
  1915 				C4169BDE0C2CE49500D07B91 /* Pseudo-Coda.growlStyle */,
  1916 				8321E9A10C0B760C008C441B /* NotifyOSX.growlStyle */,
  1917 				8321E98D0C0B75F3008C441B /* NotifyOS9.growlStyle */,
  1918 				8363F456098A1B5C000AAC48 /* AboveTheNight.growlStyle */,
  1919 				95D8C60E083D552B003601C3 /* Candybars.growlStyle */,
  1920 				95D8C61A083D552B003601C3 /* Crystal.growlStyle */,
  1921 				9554979A081125A60062E27B /* Plain.growlStyle */,
  1922 				A1CC412509E37A65009EF9BD /* closebox_pressed.png */,
  1923 				A1CC412609E37A65009EF9BD /* closebox.png */,
  1924 				954F013B074135D400EA8AB5 /* Localizable.strings */,
  1925 				CB61E51A0637763C00E0DDC7 /* GrowlHelperApp-Info.plist */,
  1926 			);
  1927 			name = Resources;
  1928 			sourceTree = "<group>";
  1929 		};
  1930 		CB5F847F0638BD6200EADD7A /* Classes */ = {
  1931 			isa = PBXGroup;
  1932 			children = (
  1933 				EED7068E08C743EB004651D0 /* Controllers */,
  1934 				070B862D0A087FC50093150E /* Tickets */,
  1935 				CB0EBFBA0790941300CA2157 /* Pathways */,
  1936 				CB34BEC507E09557001D7D7C /* Notifications */,
  1937 				070B86350A08816F0093150E /* Plug-ins */,
  1938 				95E2457F08EEAC8F0092EAAC /* GrowlNotificationDisplayBridge.h */,
  1939 				95E2458008EEAC8F0092EAAC /* GrowlNotificationDisplayBridge.m */,
  1940 				EE1AF8CC0897DA9400F486FD /* Animations & Transitions */,
  1941 				070B86360A0881CF0093150E /* Views */,
  1942 				070B86340A08814D0093150E /* Utilities */,
  1943 			);
  1944 			name = Classes;
  1945 			sourceTree = "<group>";
  1946 		};
  1947 		CB910DA8074E0A5F00278FC5 /* Global Resources */ = {
  1948 			isa = PBXGroup;
  1949 			children = (
  1950 				95BF83760743675700306A77 /* growl-icon.icns */,
  1951 				52861FEF06DC463E00D3A356 /* GrowlDefaults.plist */,
  1952 			);
  1953 			name = "Global Resources";
  1954 			sourceTree = "<group>";
  1955 		};
  1956 		CB9E3AE80792679400F8937E /* Additions */ = {
  1957 			isa = PBXGroup;
  1958 			children = (
  1959 				072867C808D1636D00ABF0B0 /* CF, Carbon, Quartz */,
  1960 				072867C508D1635B00ABF0B0 /* Cocoa */,
  1961 			);
  1962 			name = Additions;
  1963 			sourceTree = "<group>";
  1964 		};
  1965 		DD4939A9084B937400D1CCCB /* SMS */ = {
  1966 			isa = PBXGroup;
  1967 			children = (
  1968 				DD493B7C084BB07900D1CCCB /* Info.plist */,
  1969 				DD493A03084BAD7700D1CCCB /* GrowlSMSPrefs.nib */,
  1970 				DD4939FD084BAD4500D1CCCB /* GrowlSMSPrefs.h */,
  1971 				DD4939FE084BAD4500D1CCCB /* GrowlSMSPrefs.m */,
  1972 				DD4939FB084BAD4500D1CCCB /* GrowlSMSDisplay.h */,
  1973 				DD4939FC084BAD4500D1CCCB /* GrowlSMSDisplay.m */,
  1974 			);
  1975 			name = SMS;
  1976 			sourceTree = "<group>";
  1977 		};
  1978 		DDB6463707DE04A700807F8D /* ShellScripts */ = {
  1979 			isa = PBXGroup;
  1980 			children = (
  1981 				DDB6462607DE034800807F8D /* generateSVNRevision.sh */,
  1982 			);
  1983 			name = ShellScripts;
  1984 			sourceTree = "<group>";
  1985 		};
  1986 		E14411090A9408190063C4DC /* iCal */ = {
  1987 			isa = PBXGroup;
  1988 			children = (
  1989 				E14411110A9408840063C4DC /* GrowliCalDefines.h */,
  1990 				E14411120A9408840063C4DC /* GrowliCalDisplay.h */,
  1991 				E14411130A9408840063C4DC /* GrowliCalDisplay.m */,
  1992 				E14411140A9408840063C4DC /* GrowliCalPrefsController.h */,
  1993 				E14411150A9408840063C4DC /* GrowliCalPrefsController.m */,
  1994 				E14411160A9408840063C4DC /* GrowliCalWindowController.h */,
  1995 				E14411170A9408840063C4DC /* GrowliCalWindowController.m */,
  1996 				E14411180A9408840063C4DC /* GrowliCalWindowView.h */,
  1997 				E14411190A9408840063C4DC /* GrowliCalWindowView.m */,
  1998 				345B7D160C80A91E005F7F96 /* iCalPrefs.nib */,
  1999 				E144111A0A9408840063C4DC /* Info.plist */,
  2000 			);
  2001 			name = iCal;
  2002 			sourceTree = "<group>";
  2003 		};
  2004 		EE1AF8CC0897DA9400F486FD /* Animations & Transitions */ = {
  2005 			isa = PBXGroup;
  2006 			children = (
  2007 				EE1AF8CF0897DA9400F486FD /* GrowlWindowTransition.h */,
  2008 				EE1AF8D00897DA9400F486FD /* GrowlWindowTransition.m */,
  2009 				EE1AF8D10897DA9400F486FD /* Window Transitions */,
  2010 			);
  2011 			name = "Animations & Transitions";
  2012 			path = "Plugins/Displays/Animation & Transitions";
  2013 			sourceTree = "<group>";
  2014 		};
  2015 		EE1AF8D10897DA9400F486FD /* Window Transitions */ = {
  2016 			isa = PBXGroup;
  2017 			children = (
  2018 				93AB058A100C2DB8008D7D30 /* Unused */,
  2019 				EE1AF8D20897DA9400F486FD /* GrowlFadingWindowTransition.h */,
  2020 				EE1AF8D30897DA9400F486FD /* GrowlFadingWindowTransition.m */,
  2021 				EE88147B08EE836E005D5380 /* GrowlSlidingWindowTransition.h */,
  2022 				EE88147A08EE836E005D5380 /* GrowlSlidingWindowTransition.m */,
  2023 				74BBDE8A094399D30011CFE9 /* GrowlFlippingWindowTransition.h */,
  2024 				74BBDE8B094399D30011CFE9 /* GrowlFlippingWindowTransition.m */,
  2025 				932D6BE3094BA0FD00B64D0F /* GrowlShrinkingWindowTransition.h */,
  2026 				932D6BE4094BA0FD00B64D0F /* GrowlShrinkingWindowTransition.m */,
  2027 				932D6CD4094BB83B00B64D0F /* GrowlScaleWindowTransition.h */,
  2028 				932D6CD5094BB83B00B64D0F /* GrowlScaleWindowTransition.m */,
  2029 				93BC3EF1095DE6680002B365 /* GrowlWipeWindowTransition.h */,
  2030 				93BC3EF2095DE6680002B365 /* GrowlWipeWindowTransition.m */,
  2031 			);
  2032 			path = "Window Transitions";
  2033 			sourceTree = "<group>";
  2034 		};
  2035 		EED7068E08C743EB004651D0 /* Controllers */ = {
  2036 			isa = PBXGroup;
  2037 			children = (
  2038 				EED7068A08C743D9004651D0 /* GrowlAbstractSingletonObject.h */,
  2039 				EED7068908C743D9004651D0 /* GrowlAbstractSingletonObject.m */,
  2040 				95B2B27508745B9000EA34BF /* GrowlApplicationController.h */,
  2041 				95B2B27608745B9000EA34BF /* GrowlApplicationController.m */,
  2042 				95416E03086343180098C914 /* GrowlIdleStatusController.h */,
  2043 				95416E04086343180098C914 /* GrowlIdleStatusController.c */,
  2044 				953F739E081FFB9E00823EFE /* GrowlNotificationCenter.h */,
  2045 				953F739F081FFB9E00823EFE /* GrowlNotificationCenter.m */,
  2046 				070C5DAD09A7978F004F1E8C /* GrowlPathwayController.h */,
  2047 				070C5DAE09A7978F004F1E8C /* GrowlPathwayController.m */,
  2048 				5286205506DC4C2F00D3A356 /* GrowlPluginController.h */,
  2049 				5286205606DC4C2F00D3A356 /* GrowlPluginController.m */,
  2050 				95026A8808DC856900FE1949 /* GrowlPositionController.h */,
  2051 				95026A8908DC856900FE1949 /* GrowlPositionController.m */,
  2052 				95B2B27708745B9000EA34BF /* GrowlPreferencesController.h */,
  2053 				95B2B27808745B9000EA34BF /* GrowlPreferencesController.m */,
  2054 				95B2B27908745B9000EA34BF /* GrowlTicketController.h */,
  2055 				95B2B27A08745B9000EA34BF /* GrowlTicketController.m */,
  2056 			);
  2057 			name = Controllers;
  2058 			sourceTree = "<group>";
  2059 		};
  2060 /* End PBXGroup section */
  2061 
  2062 /* Begin PBXHeadersBuildPhase section */
  2063 		34725B0B0C0678A000499F50 /* Headers */ = {
  2064 			isa = PBXHeadersBuildPhase;
  2065 			buildActionMask = 2147483647;
  2066 			files = (
  2067 				34725B140C0678AC00499F50 /* GrowlApplicationBridge.h in Headers */,
  2068 				34725B150C0678AC00499F50 /* Growl.h in Headers */,
  2069 				34725B160C0678AC00499F50 /* GrowlDefines.h in Headers */,
  2070 				34725B170C0678AC00499F50 /* GrowlApplicationBridge-Carbon.h in Headers */,
  2071 				34725B180C0678AC00499F50 /* GrowlNonCopyingMutableDictionary.h in Headers */,
  2072 				34725B190C0678AC00499F50 /* GrowlPositioningDefines.h in Headers */,
  2073 			);
  2074 			runOnlyForDeploymentPostprocessing = 0;
  2075 		};
  2076 		34F60EA6078E1CD500CECA86 /* Headers */ = {
  2077 			isa = PBXHeadersBuildPhase;
  2078 			buildActionMask = 2147483647;
  2079 			files = (
  2080 				34F60EBC078E1D3E00CECA86 /* GrowlApplicationBridge.h in Headers */,
  2081 				34F60EC3078E1D5600CECA86 /* Growl.h in Headers */,
  2082 				34E9DC1A078FBFA800662E8E /* GrowlDefines.h in Headers */,
  2083 				343353EB0792F7CF00C84B15 /* GrowlApplicationBridge-Carbon.h in Headers */,
  2084 				070C1AE90912D16600884E7D /* GrowlNonCopyingMutableDictionary.h in Headers */,
  2085 				C4FB57250B17FC43004474C8 /* GrowlPositioningDefines.h in Headers */,
  2086 			);
  2087 			runOnlyForDeploymentPostprocessing = 0;
  2088 		};
  2089 		34F60EF4078E226300CECA86 /* Headers */ = {
  2090 			isa = PBXHeadersBuildPhase;
  2091 			buildActionMask = 2147483647;
  2092 			files = (
  2093 				34E9EE67079086E200662E8E /* GrowlApplicationBridge.h in Headers */,
  2094 				34E9EE69079086F000662E8E /* GrowlDefines.h in Headers */,
  2095 				343354E50792FAFE00C84B15 /* Growl.h in Headers */,
  2096 				343354E70792FB0000C84B15 /* GrowlApplicationBridge-Carbon.h in Headers */,
  2097 				07217175082DEDB500F338F7 /* GrowlInstallationPrompt-Carbon.h in Headers */,
  2098 				348FEDFE0C9D019900A5B99E /* AEVTBuilder.h in Headers */,
  2099 				344EA4200CA857F70035CB69 /* NSFileManager+Authentication.h in Headers */,
  2100 			);
  2101 			runOnlyForDeploymentPostprocessing = 0;
  2102 		};
  2103 /* End PBXHeadersBuildPhase section */
  2104 
  2105 /* Begin PBXNativeTarget section */
  2106 		0A7F5CCC0767BFD000E1C1E4 /* Speech */ = {
  2107 			isa = PBXNativeTarget;
  2108 			buildConfigurationList = 95EE275A0855AA6C0045DB39 /* Build configuration list for PBXNativeTarget "Speech" */;
  2109 			buildPhases = (
  2110 				0A7F5CC90767BFD000E1C1E4 /* Resources */,
  2111 				0A7F5CCA0767BFD000E1C1E4 /* Sources */,
  2112 				0A7F5CCB0767BFD000E1C1E4 /* Frameworks */,
  2113 			);
  2114 			buildRules = (
  2115 			);
  2116 			dependencies = (
  2117 			);
  2118 			name = Speech;
  2119 			productName = Speech;
  2120 			productReference = 0AB508B10767C87B006EA5CB /* Speech.growlView */;
  2121 			productType = "com.apple.product-type.bundle";
  2122 		};
  2123 		0A7F5EC40767C2A600E1C1E4 /* Bubbles */ = {
  2124 			isa = PBXNativeTarget;
  2125 			buildConfigurationList = 95EE27500855AA6C0045DB39 /* Build configuration list for PBXNativeTarget "Bubbles" */;
  2126 			buildPhases = (
  2127 				0A7F5EC50767C2A600E1C1E4 /* Resources */,
  2128 				0A7F5EC70767C2A600E1C1E4 /* Sources */,
  2129 				0A7F5ECA0767C2A600E1C1E4 /* Frameworks */,
  2130 			);
  2131 			buildRules = (
  2132 			);
  2133 			dependencies = (
  2134 			);
  2135 			name = Bubbles;
  2136 			productName = Speech;
  2137 			productReference = 0AB508AE0767C87B006EA5CB /* Bubbles.growlView */;
  2138 			productType = "com.apple.product-type.bundle";
  2139 		};
  2140 		0A7F5F110767C38200E1C1E4 /* Bezel */ = {
  2141 			isa = PBXNativeTarget;
  2142 			buildConfigurationList = 95EE27550855AA6C0045DB39 /* Build configuration list for PBXNativeTarget "Bezel" */;
  2143 			buildPhases = (
  2144 				0A7F5F120767C38200E1C1E4 /* Resources */,
  2145 				0A7F5F140767C38200E1C1E4 /* Sources */,
  2146 				0A7F5F190767C38200E1C1E4 /* Frameworks */,
  2147 			);
  2148 			buildRules = (
  2149 			);
  2150 			dependencies = (
  2151 			);
  2152 			name = Bezel;
  2153 			productName = Speech;
  2154 			productReference = 0AB508B40767C87B006EA5CB /* Bezel.growlView */;
  2155 			productType = "com.apple.product-type.bundle";
  2156 		};
  2157 		0A7F5F6F0767C68000E1C1E4 /* Smoke */ = {
  2158 			isa = PBXNativeTarget;
  2159 			buildConfigurationList = 95EE275F0855AA6C0045DB39 /* Build configuration list for PBXNativeTarget "Smoke" */;
  2160 			buildPhases = (
  2161 				0A7F5F700767C68000E1C1E4 /* Resources */,
  2162 				0A7F5F720767C68000E1C1E4 /* Sources */,
  2163 				0A7F5F770767C68000E1C1E4 /* Frameworks */,
  2164 			);
  2165 			buildRules = (
  2166 			);
  2167 			dependencies = (
  2168 			);
  2169 			name = Smoke;
  2170 			productName = Speech;
  2171 			productReference = 0AB508AF0767C87B006EA5CB /* Smoke.growlView */;
  2172 			productType = "com.apple.product-type.bundle";
  2173 		};
  2174 		0A7F5FB70767C70600E1C1E4 /* MailMe */ = {
  2175 			isa = PBXNativeTarget;
  2176 			buildConfigurationList = 95EE27640855AA6C0045DB39 /* Build configuration list for PBXNativeTarget "MailMe" */;
  2177 			buildPhases = (
  2178 				0A7F5FB80767C70600E1C1E4 /* Resources */,
  2179 				0A7F5FBA0767C70600E1C1E4 /* Sources */,
  2180 				0A7F5FBF0767C70600E1C1E4 /* Frameworks */,
  2181 			);
  2182 			buildRules = (
  2183 				E031BBFB0EBE97AE00B154BF /* PBXBuildRule */,
  2184 			);
  2185 			dependencies = (
  2186 			);
  2187 			name = MailMe;
  2188 			productName = Speech;
  2189 			productReference = 0AB508B00767C87B006EA5CB /* MailMe.growlView */;
  2190 			productType = "com.apple.product-type.bundle";
  2191 		};
  2192 		0A7F5FE80767C7B300E1C1E4 /* MusicVideo */ = {
  2193 			isa = PBXNativeTarget;
  2194 			buildConfigurationList = 95EE27690855AA6C0045DB39 /* Build configuration list for PBXNativeTarget "MusicVideo" */;
  2195 			buildPhases = (
  2196 				0A7F5FE90767C7B300E1C1E4 /* Resources */,
  2197 				0A7F5FEB0767C7B300E1C1E4 /* Sources */,
  2198 				0A7F5FF00767C7B300E1C1E4 /* Frameworks */,
  2199 			);
  2200 			buildRules = (
  2201 			);
  2202 			dependencies = (
  2203 			);
  2204 			name = MusicVideo;
  2205 			productName = Speech;
  2206 			productReference = 0AB508B30767C87B006EA5CB /* MusicVideo.growlView */;
  2207 			productType = "com.apple.product-type.bundle";
  2208 		};
  2209 		34725B0E0C0678A000499F50 /* Growl.dylib */ = {
  2210 			isa = PBXNativeTarget;
  2211 			buildConfigurationList = 34725DC90C0678C800499F50 /* Build configuration list for PBXNativeTarget "Growl.dylib" */;
  2212 			buildPhases = (
  2213 				34725B0B0C0678A000499F50 /* Headers */,
  2214 				34725B0C0C0678A000499F50 /* Sources */,
  2215 				34725B0D0C0678A000499F50 /* Frameworks */,
  2216 			);
  2217 			buildRules = (
  2218 			);
  2219 			dependencies = (
  2220 			);
  2221 			name = Growl.dylib;
  2222 			productName = Growl.dylib;
  2223 			productReference = 34725B0F0C0678A000499F50 /* Growl.dylib */;
  2224 			productType = "com.apple.product-type.library.dynamic";
  2225 		};
  2226 		34F60EAA078E1CD500CECA86 /* Growl.framework */ = {
  2227 			isa = PBXNativeTarget;
  2228 			buildConfigurationList = 95EE27870855AA6C0045DB39 /* Build configuration list for PBXNativeTarget "Growl.framework" */;
  2229 			buildPhases = (
  2230 				34F60EA6078E1CD500CECA86 /* Headers */,
  2231 				34F60EA8078E1CD500CECA86 /* Sources */,
  2232 				34F60EA9078E1CD500CECA86 /* Frameworks */,
  2233 				34F6105E078E4D4B00CECA86 /* ShellScript */,
  2234 			);
  2235 			buildRules = (
  2236 				95E9DE620847B0380057425A /* PBXBuildRule */,
  2237 			);
  2238 			dependencies = (
  2239 				95E17BCA085E22B800990AB3 /* PBXTargetDependency */,
  2240 			);
  2241 			name = Growl.framework;
  2242 			productName = Growl.framework;
  2243 			productReference = 34F60EAB078E1CD500CECA86 /* Growl.framework */;
  2244 			productType = "com.apple.product-type.framework";
  2245 		};
  2246 		34F60EF8078E226300CECA86 /* Growl-WithInstaller.framework */ = {
  2247 			isa = PBXNativeTarget;
  2248 			buildConfigurationList = 95EE278C0855AA6C0045DB39 /* Build configuration list for PBXNativeTarget "Growl-WithInstaller.framework" */;
  2249 			buildPhases = (
  2250 				34F60EF4078E226300CECA86 /* Headers */,
  2251 				34F60EF5078E226300CECA86 /* Resources */,
  2252 				34F60EF6078E226300CECA86 /* Sources */,
  2253 				34F60EF7078E226300CECA86 /* Frameworks */,
  2254 				34E9EF5E079087EC00662E8E /* ShellScript */,
  2255 				34E9EF9107908B5200662E8E /* ShellScript */,
  2256 			);
  2257 			buildRules = (
  2258 				95E9DE5F0847B0200057425A /* PBXBuildRule */,
  2259 			);
  2260 			dependencies = (
  2261 				34E9EE6B0790871D00662E8E /* PBXTargetDependency */,
  2262 				95E17BCE085E22FE00990AB3 /* PBXTargetDependency */,
  2263 			);
  2264 			name = "Growl-WithInstaller.framework";
  2265 			productName = "Growl-WithInstaller.framework";
  2266 			productReference = 34F60EF9078E226300CECA86 /* Growl-WithInstaller.framework */;
  2267 			productType = "com.apple.product-type.framework";
  2268 		};
  2269 		8D202CE80486D31800D8A456 /* Growl */ = {
  2270 			isa = PBXNativeTarget;
  2271 			buildConfigurationList = 95EE277D0855AA6C0045DB39 /* Build configuration list for PBXNativeTarget "Growl" */;
  2272 			buildPhases = (
  2273 				8D202CEC0486D31800D8A456 /* Resources */,
  2274 				8D202CF00486D31800D8A456 /* Sources */,
  2275 				8D202CF20486D31800D8A456 /* Frameworks */,
  2276 				340832FE075C2C0A00703011 /* ShellScript */,
  2277 			);
  2278 			buildRules = (
  2279 			);
  2280 			dependencies = (
  2281 				933532A2093643DA007C8B10 /* PBXTargetDependency */,
  2282 				3433455E0790E25300C84B15 /* PBXTargetDependency */,
  2283 			);
  2284 			name = Growl;
  2285 			productInstallPath = "$(HOME)/Library/PreferencePanes";
  2286 			productName = Growl;
  2287 			productReference = 8D202CF80486D31800D8A456 /* Growl.prefPane */;
  2288 			productType = "com.apple.product-type.bundle";
  2289 		};
  2290 		93BC378E095A662B0002B365 /* Nano */ = {
  2291 			isa = PBXNativeTarget;
  2292 			buildConfigurationList = 93BC379B095A662B0002B365 /* Build configuration list for PBXNativeTarget "Nano" */;
  2293 			buildPhases = (
  2294 				93BC378F095A662B0002B365 /* Resources */,
  2295 				93BC3791095A662B0002B365 /* Sources */,
  2296 				93BC3797095A662B0002B365 /* Frameworks */,
  2297 			);
  2298 			buildRules = (
  2299 			);
  2300 			dependencies = (
  2301 			);
  2302 			name = Nano;
  2303 			productName = Speech;
  2304 			productReference = 93BC379E095A662B0002B365 /* Nano.growlView */;
  2305 			productType = "com.apple.product-type.bundle";
  2306 		};
  2307 		95075AAF0817F5DB00D862A5 /* GrowlMenu */ = {
  2308 			isa = PBXNativeTarget;
  2309 			buildConfigurationList = 95EE27780855AA6C0045DB39 /* Build configuration list for PBXNativeTarget "GrowlMenu" */;
  2310 			buildPhases = (
  2311 				95075AAC0817F5DB00D862A5 /* Resources */,
  2312 				95075AAD0817F5DB00D862A5 /* Sources */,
  2313 				95075AAE0817F5DB00D862A5 /* Frameworks */,
  2314 			);
  2315 			buildRules = (
  2316 			);
  2317 			dependencies = (
  2318 			);
  2319 			name = GrowlMenu;
  2320 			productName = GrowlMenu;
  2321 			productReference = 95075AB00817F5DB00D862A5 /* GrowlMenu.app */;
  2322 			productType = "com.apple.product-type.application";
  2323 		};
  2324 		95FC346D07E0458E00BD8674 /* Brushed */ = {
  2325 			isa = PBXNativeTarget;
  2326 			buildConfigurationList = 95EE274B0855AA6C0045DB39 /* Build configuration list for PBXNativeTarget "Brushed" */;
  2327 			buildPhases = (
  2328 				95FC346E07E0458E00BD8674 /* Resources */,
  2329 				95FC347007E0458E00BD8674 /* Sources */,
  2330 				95FC347507E0458E00BD8674 /* Frameworks */,
  2331 			);
  2332 			buildRules = (
  2333 			);
  2334 			dependencies = (
  2335 			);
  2336 			name = Brushed;
  2337 			productName = Speech;
  2338 			productReference = 95FC347907E0458E00BD8674 /* Brushed.growlView */;
  2339 			productType = "com.apple.product-type.bundle";
  2340 		};
  2341 		CB61E5170637763C00E0DDC7 /* GrowlHelperApp */ = {
  2342 			isa = PBXNativeTarget;
  2343 			buildConfigurationList = 95EE27730855AA6C0045DB39 /* Build configuration list for PBXNativeTarget "GrowlHelperApp" */;
  2344 			buildPhases = (
  2345 				CB61E5140637763C00E0DDC7 /* Resources */,
  2346 				CB61E5150637763C00E0DDC7 /* Sources */,
  2347 				CB61E5160637763C00E0DDC7 /* Frameworks */,
  2348 				63C060F406C8946E00B0B7D4 /* Rez */,
  2349 				3433456D0790E38B00C84B15 /* CopyFiles */,
  2350 				34A96E300C95F6AE00F46006 /* CopyFiles */,
  2351 			);
  2352 			buildRules = (
  2353 			);
  2354 			dependencies = (
  2355 				95E17BEF085E24B500990AB3 /* PBXTargetDependency */,
  2356 				34A96DF80C95F62300F46006 /* PBXTargetDependency */,
  2357 				955430E807E04683005534FA /* PBXTargetDependency */,
  2358 				343345640790E25B00C84B15 /* PBXTargetDependency */,
  2359 				E14410F20A9407680063C4DC /* PBXTargetDependency */,
  2360 				3433458F0790E3DD00C84B15 /* PBXTargetDependency */,
  2361 				343345910790E3E100C84B15 /* PBXTargetDependency */,
  2362 				343345950790E3EF00C84B15 /* PBXTargetDependency */,
  2363 				3433459A0790E40800C84B15 /* PBXTargetDependency */,
  2364 				3433459C0790E40B00C84B15 /* PBXTargetDependency */,
  2365 				DD493C93084BE7FB00D1CCCB /* PBXTargetDependency */,
  2366 				93BC37D6095A67340002B365 /* PBXTargetDependency */,
  2367 			);
  2368 			name = GrowlHelperApp;
  2369 			productName = GrowlHelperApp;
  2370 			productReference = CB61E5180637763C00E0DDC7 /* GrowlHelperApp.app */;
  2371 			productType = "com.apple.product-type.application";
  2372 		};
  2373 		DD4939CB084BACA700D1CCCB /* SMS */ = {
  2374 			isa = PBXNativeTarget;
  2375 			buildConfigurationList = 95EE276E0855AA6C0045DB39 /* Build configuration list for PBXNativeTarget "SMS" */;
  2376 			buildPhases = (
  2377 				DD4939C8084BACA700D1CCCB /* Resources */,
  2378 				DD4939C9084BACA700D1CCCB /* Sources */,
  2379 				DD4939CA084BACA700D1CCCB /* Frameworks */,
  2380 			);
  2381 			buildRules = (
  2382 			);
  2383 			dependencies = (
  2384 			);
  2385 			name = SMS;
  2386 			productName = SMS;
  2387 			productReference = DD4939CC084BACA700D1CCCB /* SMS.growlView */;
  2388 			productType = "com.apple.product-type.bundle";
  2389 		};
  2390 		E14410DE0A94072E0063C4DC /* iCal */ = {
  2391 			isa = PBXNativeTarget;
  2392 			buildConfigurationList = E14410EC0A94072E0063C4DC /* Build configuration list for PBXNativeTarget "iCal" */;
  2393 			buildPhases = (
  2394 				E14410DF0A94072E0063C4DC /* Resources */,
  2395 				E14410E10A94072E0063C4DC /* Sources */,
  2396 				E14410E80A94072E0063C4DC /* Frameworks */,
  2397 			);
  2398 			buildRules = (
  2399 			);
  2400 			dependencies = (
  2401 			);
  2402 			name = iCal;
  2403 			productName = Speech;
  2404 			productReference = E14410EF0A94072E0063C4DC /* iCal.growlView */;
  2405 			productType = "com.apple.product-type.bundle";
  2406 		};
  2407 /* End PBXNativeTarget section */
  2408 
  2409 /* Begin PBXProject section */
  2410 		089C1669FE841209C02AAC07 /* Project object */ = {
  2411 			isa = PBXProject;
  2412 			buildConfigurationList = 95EE27910855AA6C0045DB39 /* Build configuration list for PBXProject "Growl" */;
  2413 			compatibilityVersion = "Xcode 3.1";
  2414 			hasScannedForEncodings = 1;
  2415 			knownRegions = (
  2416 				English,
  2417 				ja,
  2418 				fr,
  2419 				de,
  2420 				cs,
  2421 				zh_CN,
  2422 				ru,
  2423 				pl,
  2424 				nl,
  2425 				zh_TW,
  2426 				pt_BR,
  2427 				sv,
  2428 				sv,
  2429 				nb,
  2430 			);
  2431 			mainGroup = 089C166AFE841209C02AAC07 /* Growl */;
  2432 			projectDirPath = "";
  2433 			projectReferences = (
  2434 				{
  2435 					ProductGroup = 34A96DDB0C95F61800F46006 /* Products */;
  2436 					ProjectRef = 34A96DDA0C95F61800F46006 /* GrowlAction.xcodeproj */;
  2437 				},
  2438 			);
  2439 			projectRoot = "";
  2440 			targets = (
  2441 				8D202CE80486D31800D8A456 /* Growl */,
  2442 				CB61E5170637763C00E0DDC7 /* GrowlHelperApp */,
  2443 				95075AAF0817F5DB00D862A5 /* GrowlMenu */,
  2444 				34F60EAA078E1CD500CECA86 /* Growl.framework */,
  2445 				34725B0E0C0678A000499F50 /* Growl.dylib */,
  2446 				34F60EF8078E226300CECA86 /* Growl-WithInstaller.framework */,
  2447 				0A7F5CCC0767BFD000E1C1E4 /* Speech */,
  2448 				95FC346D07E0458E00BD8674 /* Brushed */,
  2449 				0A7F5EC40767C2A600E1C1E4 /* Bubbles */,
  2450 				E14410DE0A94072E0063C4DC /* iCal */,
  2451 				0A7F5F110767C38200E1C1E4 /* Bezel */,
  2452 				0A7F5F6F0767C68000E1C1E4 /* Smoke */,
  2453 				93BC378E095A662B0002B365 /* Nano */,
  2454 				0A7F5FB70767C70600E1C1E4 /* MailMe */,
  2455 				0A7F5FE80767C7B300E1C1E4 /* MusicVideo */,
  2456 				DD4939CB084BACA700D1CCCB /* SMS */,
  2457 				95E17B8F085E216A00990AB3 /* hg revision */,
  2458 				9340E2E90C94D48000A1F682 /* SystemPreferencesTesting */,
  2459 			);
  2460 		};
  2461 /* End PBXProject section */
  2462 
  2463 /* Begin PBXReferenceProxy section */
  2464 		34A96DE20C95F61800F46006 /* Show Growl Notification.action */ = {
  2465 			isa = PBXReferenceProxy;
  2466 			fileType = wrapper.cfbundle;
  2467 			path = "Show Growl Notification.action";
  2468 			remoteRef = 34A96DE10C95F61800F46006 /* PBXContainerItemProxy */;
  2469 			sourceTree = BUILT_PRODUCTS_DIR;
  2470 		};
  2471 /* End PBXReferenceProxy section */
  2472 
  2473 /* Begin PBXResourcesBuildPhase section */
  2474 		0A7F5CC90767BFD000E1C1E4 /* Resources */ = {
  2475 			isa = PBXResourcesBuildPhase;
  2476 			buildActionMask = 2147483647;
  2477 			files = (
  2478 				0A7F5DA30767C13200E1C1E4 /* GrowlSpeechPrefs.nib in Resources */,
  2479 			);
  2480 			runOnlyForDeploymentPostprocessing = 0;
  2481 		};
  2482 		0A7F5EC50767C2A600E1C1E4 /* Resources */ = {
  2483 			isa = PBXResourcesBuildPhase;
  2484 			buildActionMask = 2147483647;
  2485 			files = (
  2486 				0A7F5EE70767C30800E1C1E4 /* BubblesPrefs.nib in Resources */,
  2487 			);
  2488 			runOnlyForDeploymentPostprocessing = 0;
  2489 		};
  2490 		0A7F5F120767C38200E1C1E4 /* Resources */ = {
  2491 			isa = PBXResourcesBuildPhase;
  2492 			buildActionMask = 2147483647;
  2493 			files = (
  2494 				0A7F5F3B0767C3F600E1C1E4 /* GrowlBezelPrefs.nib in Resources */,
  2495 			);
  2496 			runOnlyForDeploymentPostprocessing = 0;
  2497 		};
  2498 		0A7F5F700767C68000E1C1E4 /* Resources */ = {
  2499 			isa = PBXResourcesBuildPhase;
  2500 			buildActionMask = 2147483647;
  2501 			files = (
  2502 				0A7F5F960767C6C500E1C1E4 /* SmokePrefs.nib in Resources */,
  2503 			);
  2504 			runOnlyForDeploymentPostprocessing = 0;
  2505 		};
  2506 		0A7F5FB80767C70600E1C1E4 /* Resources */ = {
  2507 			isa = PBXResourcesBuildPhase;
  2508 			buildActionMask = 2147483647;
  2509 			files = (
  2510 				0A7F5FE10767C79100E1C1E4 /* GrowlMailMePrefs.nib in Resources */,
  2511 				31C7594B1047202B008547BF /* simple-mailer.py in Resources */,
  2512 			);
  2513 			runOnlyForDeploymentPostprocessing = 0;
  2514 		};
  2515 		0A7F5FE90767C7B300E1C1E4 /* Resources */ = {
  2516 			isa = PBXResourcesBuildPhase;
  2517 			buildActionMask = 2147483647;
  2518 			files = (
  2519 				0A7F62580767C84E00E1C1E4 /* GrowlMusicVideoPrefs.nib in Resources */,
  2520 			);
  2521 			runOnlyForDeploymentPostprocessing = 0;
  2522 		};
  2523 		34F60EF5078E226300CECA86 /* Resources */ = {
  2524 			isa = PBXResourcesBuildPhase;
  2525 			buildActionMask = 2147483647;
  2526 			files = (
  2527 				952EFCCF07C2869700952C6B /* GrowlInstallationPrompt.nib in Resources */,
  2528 				9542E55B07C28C3A0056BAC9 /* GrowlInstallation.strings in Resources */,
  2529 				0721716A082DE85B00F338F7 /* GrowlInstallationPrompt-Carbon.nib in Resources */,
  2530 			);
  2531 			runOnlyForDeploymentPostprocessing = 0;
  2532 		};
  2533 		8D202CEC0486D31800D8A456 /* Resources */ = {
  2534 			isa = PBXResourcesBuildPhase;
  2535 			buildActionMask = 2147483647;
  2536 			files = (
  2537 				95075B740817FE1E00D862A5 /* GrowlMenu.app in Resources */,
  2538 				9528EF8007F5A2DF00061D90 /* Localizable.strings in Resources */,
  2539 				8D202CED0486D31800D8A456 /* InfoPlist.strings in Resources */,
  2540 				CB5FA1BD0638CA2C00EADD7A /* GrowlHelperApp.app in Resources */,
  2541 				95BF837C0743675700306A77 /* growl-icon.icns in Resources */,
  2542 				CB910DA7074E0A3A00278FC5 /* License.txt in Resources */,
  2543 				3494427507BAF6C4000F2A03 /* GrowlDefaults.plist in Resources */,
  2544 				9532B0F807CE651F0028B2F1 /* GrowlPref.nib in Resources */,
  2545 				937E64320817193800AEC1C6 /* About.rtf in Resources */,
  2546 				950627A50840D34900C01CD2 /* growl-claw32.tiff in Resources */,
  2547 				95BF38FE0851F82200873BE1 /* WebKitPrefs.nib in Resources */,
  2548 				7471F9BB0A066E8F000D13BF /* PositionPickerBackground.jpg in Resources */,
  2549 			);
  2550 			runOnlyForDeploymentPostprocessing = 0;
  2551 		};
  2552 		93BC378F095A662B0002B365 /* Resources */ = {
  2553 			isa = PBXResourcesBuildPhase;
  2554 			buildActionMask = 2147483647;
  2555 			files = (
  2556 				93BC37C9095A66CD0002B365 /* GrowlNanoPrefs.nib in Resources */,
  2557 			);
  2558 			runOnlyForDeploymentPostprocessing = 0;
  2559 		};
  2560 		95075AAC0817F5DB00D862A5 /* Resources */ = {
  2561 			isa = PBXResourcesBuildPhase;
  2562 			buildActionMask = 2147483647;
  2563 			files = (
  2564 				9507CE9008C9D62B00209F9E /* growl-icon.icns in Resources */,
  2565 				34B2755708423BE80092A5A0 /* growlmenu-alt.png in Resources */,
  2566 				34B2755808423BE80092A5A0 /* growlmenu.png in Resources */,
  2567 				34B2755B08423BE80092A5A0 /* squelch.png in Resources */,
  2568 				34B2756C08423FA30092A5A0 /* Localizable.strings in Resources */,
  2569 			);
  2570 			runOnlyForDeploymentPostprocessing = 0;
  2571 		};
  2572 		95FC346E07E0458E00BD8674 /* Resources */ = {
  2573 			isa = PBXResourcesBuildPhase;
  2574 			buildActionMask = 2147483647;
  2575 			files = (
  2576 				955437E807E048CB005534FA /* BrushedPrefs.nib in Resources */,
  2577 			);
  2578 			runOnlyForDeploymentPostprocessing = 0;
  2579 		};
  2580 		CB61E5140637763C00E0DDC7 /* Resources */ = {
  2581 			isa = PBXResourcesBuildPhase;
  2582 			buildActionMask = 2147483647;
  2583 			files = (
  2584 				95D89BC308242AD80068A4BD /* template.html in Resources */,
  2585 				63C92DDA06D05D22007368FA /* Growl.sdef in Resources */,
  2586 				52861FF006DC463E00D3A356 /* GrowlDefaults.plist in Resources */,
  2587 				954F013D074135D400EA8AB5 /* Localizable.strings in Resources */,
  2588 				95BF837D0743675700306A77 /* growl-icon.icns in Resources */,
  2589 				9574BBAA08392CC500106CA3 /* GrowlSuite.scriptSuite in Resources */,
  2590 				9574BBAB08392CC500106CA3 /* GrowlSuite.scriptTerminology in Resources */,
  2591 				A1CC412709E37A65009EF9BD /* closebox_pressed.png in Resources */,
  2592 				A1CC412809E37A65009EF9BD /* closebox.png in Resources */,
  2593 			);
  2594 			runOnlyForDeploymentPostprocessing = 0;
  2595 		};
  2596 		DD4939C8084BACA700D1CCCB /* Resources */ = {
  2597 			isa = PBXResourcesBuildPhase;
  2598 			buildActionMask = 2147483647;
  2599 			files = (
  2600 				DD493A05084BAD7700D1CCCB /* GrowlSMSPrefs.nib in Resources */,
  2601 			);
  2602 			runOnlyForDeploymentPostprocessing = 0;
  2603 		};
  2604 		E14410DF0A94072E0063C4DC /* Resources */ = {
  2605 			isa = PBXResourcesBuildPhase;
  2606 			buildActionMask = 2147483647;
  2607 			files = (
  2608 				345B7D170C80A91E005F7F96 /* iCalPrefs.nib in Resources */,
  2609 			);
  2610 			runOnlyForDeploymentPostprocessing = 0;
  2611 		};
  2612 /* End PBXResourcesBuildPhase section */
  2613 
  2614 /* Begin PBXRezBuildPhase section */
  2615 		63C060F406C8946E00B0B7D4 /* Rez */ = {
  2616 			isa = PBXRezBuildPhase;
  2617 			buildActionMask = 2147483647;
  2618 			files = (
  2619 				63C92DDD06D05D22007368FA /* GrowlScripting.r in Rez */,
  2620 			);
  2621 			runOnlyForDeploymentPostprocessing = 0;
  2622 		};
  2623 /* End PBXRezBuildPhase section */
  2624 
  2625 /* Begin PBXShellScriptBuildPhase section */
  2626 		340832FE075C2C0A00703011 /* ShellScript */ = {
  2627 			isa = PBXShellScriptBuildPhase;
  2628 			buildActionMask = 2147483647;
  2629 			files = (
  2630 			);
  2631 			inputPaths = (
  2632 			);
  2633 			outputPaths = (
  2634 			);
  2635 			runOnlyForDeploymentPostprocessing = 0;
  2636 			shellPath = /bin/sh;
  2637 			shellScript = "find \"$BUILT_PRODUCTS_DIR/$WRAPPER_NAME\" '(' -name '.svn' -or -name '.DS_Store' ')' -prune -exec rm -rf '{}' ';'";
  2638 		};
  2639 		34E9EF5E079087EC00662E8E /* ShellScript */ = {
  2640 			isa = PBXShellScriptBuildPhase;
  2641 			buildActionMask = 2147483647;
  2642 			files = (
  2643 			);
  2644 			inputPaths = (
  2645 			);
  2646 			outputPaths = (
  2647 			);
  2648 			runOnlyForDeploymentPostprocessing = 0;
  2649 			shellPath = /bin/sh;
  2650 			shellScript = "#!/bin/sh\n\ngrowl_prefPane_name=\"Growl.prefPane\"\ngrowl_prefPane_archive=\"$growl_prefPane_name.zip\"\n\n# Want to create the zip file relative to BUILT_PRODUCTS_DIR.\n# Using path names will cause those names to be included in the zip file.\ncd \"$BUILT_PRODUCTS_DIR\"\n\n# Zip it up\n/usr/bin/zip -q -r \"$BUILT_PRODUCTS_DIR/$growl_prefPane_archive\" $growl_prefPane_name\n\n# Ensure the Resources directory exists\nif (! [ -e \"$BUILT_PRODUCTS_DIR/$WRAPPER_NAME/Versions/A/Resources\" ]); then\n\tmkdir -p \"$BUILT_PRODUCTS_DIR/$WRAPPER_NAME/Versions/A/Resources\"\nfi\n\n# Copy the prefPane's info.plist so it can be accessed by the framework without unzipping the archive\ncp \"$BUILT_PRODUCTS_DIR/$growl_prefPane_name/Contents/Info.plist\" \"$BUILT_PRODUCTS_DIR/$WRAPPER_NAME/Versions/A/Resources/GrowlPrefPaneInfo.plist\"\n\n# Copy the Growl.prefPane archive\n\ncp \"$BUILT_PRODUCTS_DIR/$growl_prefPane_archive\" \"$BUILT_PRODUCTS_DIR/$WRAPPER_NAME/Versions/A/Resources/$growl_prefPane_archive\"\n";
  2651 		};
  2652 		34E9EF9107908B5200662E8E /* ShellScript */ = {
  2653 			isa = PBXShellScriptBuildPhase;
  2654 			buildActionMask = 2147483647;
  2655 			files = (
  2656 			);
  2657 			inputPaths = (
  2658 			);
  2659 			outputPaths = (
  2660 			);
  2661 			runOnlyForDeploymentPostprocessing = 0;
  2662 			shellPath = /bin/sh;
  2663 			shellScript = "find \"$TARGET_BUILD_DIR/$FULL_PRODUCT_NAME\" '(' -name '.svn' -or -name '.DS_Store' ')' -prune -print0 | xargs -0 rm -rf\n";
  2664 		};
  2665 		34F6105E078E4D4B00CECA86 /* ShellScript */ = {
  2666 			isa = PBXShellScriptBuildPhase;
  2667 			buildActionMask = 2147483647;
  2668 			files = (
  2669 			);
  2670 			inputPaths = (
  2671 			);
  2672 			outputPaths = (
  2673 			);
  2674 			runOnlyForDeploymentPostprocessing = 0;
  2675 			shellPath = /bin/sh;
  2676 			shellScript = "find \"$TARGET_BUILD_DIR/$FULL_PRODUCT_NAME\" '(' -name '.svn' -or -name '.DS_Store' ')' -prune -print0 | xargs -0 rm -rf\n";
  2677 		};
  2678 		95E17B8E085E216A00990AB3 /* ShellScript */ = {
  2679 			isa = PBXShellScriptBuildPhase;
  2680 			buildActionMask = 2147483647;
  2681 			files = (
  2682 			);
  2683 			inputPaths = (
  2684 			);
  2685 			outputPaths = (
  2686 			);
  2687 			runOnlyForDeploymentPostprocessing = 0;
  2688 			shellPath = /bin/sh;
  2689 			shellScript = "source generateHgRevision.sh";
  2690 		};
  2691 /* End PBXShellScriptBuildPhase section */
  2692 
  2693 /* Begin PBXSourcesBuildPhase section */
  2694 		0A7F5CCA0767BFD000E1C1E4 /* Sources */ = {
  2695 			isa = PBXSourcesBuildPhase;
  2696 			buildActionMask = 2147483647;
  2697 			files = (
  2698 				0A7F5DA60767C13200E1C1E4 /* GrowlSpeechDisplay.m in Sources */,
  2699 				0A7F5DA80767C13200E1C1E4 /* GrowlSpeechPrefs.m in Sources */,
  2700 				95EC864E08DDB4E600110810 /* CFDictionaryAdditions.c in Sources */,
  2701 			);
  2702 			runOnlyForDeploymentPostprocessing = 0;
  2703 		};
  2704 		0A7F5EC70767C2A600E1C1E4 /* Sources */ = {
  2705 			isa = PBXSourcesBuildPhase;
  2706 			buildActionMask = 2147483647;
  2707 			files = (
  2708 				0A7F5EEC0767C30800E1C1E4 /* GrowlBubblesPrefsController.m in Sources */,
  2709 				0A7F5EEE0767C30800E1C1E4 /* GrowlBubblesWindowController.m in Sources */,
  2710 				0A7F5EF00767C30800E1C1E4 /* GrowlBubblesWindowView.m in Sources */,
  2711 				95D8C1A608B0A07900A75BD6 /* GrowlBezierPathAdditions.c in Sources */,
  2712 				955539E408DAD83D00D49CB1 /* CFDictionaryAdditions.c in Sources */,
  2713 				939FEC1C0942A0D3009EB9E6 /* GrowlBubblesDisplay.m in Sources */,
  2714 			);
  2715 			runOnlyForDeploymentPostprocessing = 0;
  2716 		};
  2717 		0A7F5F140767C38200E1C1E4 /* Sources */ = {
  2718 			isa = PBXSourcesBuildPhase;
  2719 			buildActionMask = 2147483647;
  2720 			files = (
  2721 				0A7F5F3D0767C3F600E1C1E4 /* GrowlBezelDisplay.m in Sources */,
  2722 				0A7F5F3F0767C3F600E1C1E4 /* GrowlBezelPrefs.m in Sources */,
  2723 				0A7F5F410767C3F600E1C1E4 /* GrowlBezelWindowController.m in Sources */,
  2724 				0A7F5F430767C3F600E1C1E4 /* GrowlBezelWindowView.m in Sources */,
  2725 				95D8C1A708B0A07D00A75BD6 /* GrowlBezierPathAdditions.c in Sources */,
  2726 				95044BCB08DC7F7900DF5E22 /* CFDictionaryAdditions.c in Sources */,
  2727 			);
  2728 			runOnlyForDeploymentPostprocessing = 0;
  2729 		};
  2730 		0A7F5F720767C68000E1C1E4 /* Sources */ = {
  2731 			isa = PBXSourcesBuildPhase;
  2732 			buildActionMask = 2147483647;
  2733 			files = (
  2734 				0A7F5F990767C6C500E1C1E4 /* GrowlSmokeDisplay.m in Sources */,
  2735 				0A7F5F9B0767C6C500E1C1E4 /* GrowlSmokePrefsController.m in Sources */,
  2736 				0A7F5F9D0767C6C500E1C1E4 /* GrowlSmokeWindowController.m in Sources */,
  2737 				0A7F5F9F0767C6C500E1C1E4 /* GrowlSmokeWindowView.m in Sources */,
  2738 				95D8C1A808B0A08200A75BD6 /* GrowlBezierPathAdditions.c in Sources */,
  2739 				955538CF08DAD19F00D49CB1 /* CFDictionaryAdditions.c in Sources */,
  2740 			);
  2741 			runOnlyForDeploymentPostprocessing = 0;
  2742 		};
  2743 		0A7F5FBA0767C70600E1C1E4 /* Sources */ = {
  2744 			isa = PBXSourcesBuildPhase;
  2745 			buildActionMask = 2147483647;
  2746 			files = (
  2747 				0A7F5FE30767C79100E1C1E4 /* GrowlMailMeDisplay.m in Sources */,
  2748 				0A7F5FE50767C79100E1C1E4 /* GrowlMailMePrefs.m in Sources */,
  2749 				95EC864D08DDB4DD00110810 /* CFDictionaryAdditions.c in Sources */,
  2750 			);
  2751 			runOnlyForDeploymentPostprocessing = 0;
  2752 		};
  2753 		0A7F5FEB0767C7B300E1C1E4 /* Sources */ = {
  2754 			isa = PBXSourcesBuildPhase;
  2755 			buildActionMask = 2147483647;
  2756 			files = (
  2757 				0A7F625A0767C84E00E1C1E4 /* GrowlMusicVideoDisplay.m in Sources */,
  2758 				0A7F625C0767C84E00E1C1E4 /* GrowlMusicVideoPrefs.m in Sources */,
  2759 				0A7F625E0767C84E00E1C1E4 /* GrowlMusicVideoWindowController.m in Sources */,
  2760 				0A7F62600767C84E00E1C1E4 /* GrowlMusicVideoWindowView.m in Sources */,
  2761 				95EC864B08DDB4D000110810 /* CFDictionaryAdditions.c in Sources */,
  2762 			);
  2763 			runOnlyForDeploymentPostprocessing = 0;
  2764 		};
  2765 		34725B0C0C0678A000499F50 /* Sources */ = {
  2766 			isa = PBXSourcesBuildPhase;
  2767 			buildActionMask = 2147483647;
  2768 			files = (
  2769 				34725B1A0C0678B500499F50 /* GrowlApplicationBridge.m in Sources */,
  2770 				34725B1B0C0678B500499F50 /* GrowlApplicationBridge-Carbon.c in Sources */,
  2771 				34725B1C0C0678B500499F50 /* CFGrowlAdditions.c in Sources */,
  2772 				34725B1D0C0678B500499F50 /* GrowlDelegate.m in Sources */,
  2773 				34725B1E0C0678B500499F50 /* GrowlPathUtilities.m in Sources */,
  2774 				34725B1F0C0678B500499F50 /* CFURLAdditions.c in Sources */,
  2775 				34725B200C0678B500499F50 /* CFMutableDictionaryAdditions.c in Sources */,
  2776 				34725B210C0678B500499F50 /* CFDictionaryAdditions.c in Sources */,
  2777 				34725B220C0678B500499F50 /* GrowlImageAdditions.m in Sources */,
  2778 			);
  2779 			runOnlyForDeploymentPostprocessing = 0;
  2780 		};
  2781 		34F60EA8078E1CD500CECA86 /* Sources */ = {
  2782 			isa = PBXSourcesBuildPhase;
  2783 			buildActionMask = 2147483647;
  2784 			files = (
  2785 				34F60EBA078E1D3E00CECA86 /* GrowlApplicationBridge.m in Sources */,
  2786 				343353EA0792F7CF00C84B15 /* GrowlApplicationBridge-Carbon.c in Sources */,
  2787 				070B90FF07E1AEFA00F10FA7 /* CFGrowlAdditions.c in Sources */,
  2788 				95812DBB08118FB9004FF8F5 /* GrowlDelegate.m in Sources */,
  2789 				959DBE9A08127ED9009BB468 /* GrowlPathUtilities.m in Sources */,
  2790 				9574B8050838CEBE00106CA3 /* CFURLAdditions.c in Sources */,
  2791 				95F975AE084A23F500915BFE /* CFMutableDictionaryAdditions.c in Sources */,
  2792 				95F9767C084A297400915BFE /* CFDictionaryAdditions.c in Sources */,
  2793 				95D74011084B68C5000D67BC /* GrowlImageAdditions.m in Sources */,
  2794 			);
  2795 			runOnlyForDeploymentPostprocessing = 0;
  2796 		};
  2797 		34F60EF6078E226300CECA86 /* Sources */ = {
  2798 			isa = PBXSourcesBuildPhase;
  2799 			buildActionMask = 2147483647;
  2800 			files = (
  2801 				34E9EE68079086E300662E8E /* GrowlApplicationBridge.m in Sources */,
  2802 				34E9F1310790AF3800662E8E /* GrowlInstallationPrompt.m in Sources */,
  2803 				343354E60792FAFF00C84B15 /* GrowlApplicationBridge-Carbon.c in Sources */,
  2804 				07217176082DEDB500F338F7 /* GrowlInstallationPrompt-Carbon.c in Sources */,
  2805 				0790135807D932270023B640 /* GrowlVersionUtilities.c in Sources */,
  2806 				070B910107E1AEFA00F10FA7 /* CFGrowlAdditions.c in Sources */,
  2807 				95812DBC08118FBF004FF8F5 /* GrowlDelegate.m in Sources */,
  2808 				959DBE9908127ED4009BB468 /* GrowlPathUtilities.m in Sources */,
  2809 				9574B8060838CEC200106CA3 /* CFURLAdditions.c in Sources */,
  2810 				95F97735084A2CB000915BFE /* CFDictionaryAdditions.c in Sources */,
  2811 				95F97736084A2CB300915BFE /* CFMutableDictionaryAdditions.c in Sources */,
  2812 				95D74012084B68C8000D67BC /* GrowlImageAdditions.m in Sources */,
  2813 				348FEDFD0C9D019900A5B99E /* AEVTBuilder.m in Sources */,
  2814 				344EA4210CA857F70035CB69 /* NSFileManager+Authentication.m in Sources */,
  2815 			);
  2816 			runOnlyForDeploymentPostprocessing = 0;
  2817 		};
  2818 		8D202CF00486D31800D8A456 /* Sources */ = {
  2819 			isa = PBXSourcesBuildPhase;
  2820 			buildActionMask = 2147483647;
  2821 			files = (
  2822 				525277AB06D95BED007BC87D /* GrowlApplicationTicket.m in Sources */,
  2823 				CB9E378D07925D7A00F8937E /* GrowlNotificationTicket.m in Sources */,
  2824 				5286205A06DC4C2F00D3A356 /* GrowlPluginController.m in Sources */,
  2825 				936FAB04074482BF00A7D430 /* RRTableView.m in Sources */,
  2826 				0790135607D9321B0023B640 /* GrowlVersionUtilities.c in Sources */,
  2827 				95A9E435080B2CAB006A2F29 /* TicketsArrayController.m in Sources */,
  2828 				9596C5FB081102BE00F43859 /* GrowlBrowserEntry.m in Sources */,
  2829 				959DBE9B08127EDF009BB468 /* GrowlPathUtilities.m in Sources */,
  2830 				95D89A95082418DA0068A4BD /* GrowlWebKitPrefsController.m in Sources */,
  2831 				9574B75C0838CA1E00106CA3 /* NSStringAdditions.m in Sources */,
  2832 				9574B96D0838F41F00106CA3 /* CFURLAdditions.c in Sources */,
  2833 				95F9771E084A2C7700915BFE /* CFMutableDictionaryAdditions.c in Sources */,
  2834 				95F9771F084A2C7A00915BFE /* CFDictionaryAdditions.c in Sources */,
  2835 				951A8F4D08746DEC0046595C /* GrowlPreferencesController.m in Sources */,
  2836 				951A8F5108746E0F0046595C /* GrowlTicketController.m in Sources */,
  2837 				95E243E4087E905F008151E6 /* GrowlPreferencePane.m in Sources */,
  2838 				EED707A608C74E7F004651D0 /* GrowlAbstractSingletonObject.m in Sources */,
  2839 				950AB7CE08D6CE1B008289CD /* CFGrowlAdditions.c in Sources */,
  2840 				95E2457208EEAC510092EAAC /* GrowlPlugin.m in Sources */,
  2841 				95E2457808EEAC630092EAAC /* GrowlDisplayPlugin.m in Sources */,
  2842 				95E2458208EEAC8F0092EAAC /* GrowlNotificationDisplayBridge.m in Sources */,
  2843 				95E246A008EF02E80092EAAC /* GrowlPositionController.m in Sources */,
  2844 				743EDE0809273C8A002A9670 /* GrowlWebKitPluginHandler.m in Sources */,
  2845 				743EDE14092740F5002A9670 /* GrowlWebKitDisplayPlugin.m in Sources */,
  2846 				743EE18E0927A85E002A9670 /* GrowlNonCopyingMutableDictionary.m in Sources */,
  2847 				743EE30C0927B9C9002A9670 /* NSWorkspaceAdditions.m in Sources */,
  2848 				C4B868E50957D8C00056FC54 /* ACImageAndTextCell.m in Sources */,
  2849 				34F427A6095E69D30044B280 /* NotificationsArrayController.m in Sources */,
  2850 				07B7CDE2099EBB1700744461 /* GrowlLog.m in Sources */,
  2851 				7471F9B90A066E2B000D13BF /* GrowlPositionPicker.m in Sources */,
  2852 				347262880C0725D800499F50 /* GrowlAppNameClickNotificationTransformer.m in Sources */,
  2853 				342157C00C2AE377004003BB /* PriorityTransformer.m in Sources */,
  2854 				93AB056F100C2ABF008D7D30 /* GrowlDisplayWindowController.m in Sources */,
  2855 				93AB060B100C2E5A008D7D30 /* GrowlNotificationView.m in Sources */,
  2856 				93AB061F100C2E8D008D7D30 /* MD5Authenticator.m in Sources */,
  2857 				93AB0622100C2E94008D7D30 /* GrowlIdleStatusController.c in Sources */,
  2858 				93AB0626100C2EB1008D7D30 /* GrowlApplicationNotification.m in Sources */,
  2859 				93AB062A100C2EBE008D7D30 /* GrowlNotificationCenter.m in Sources */,
  2860 				93AB062D100C2EC7008D7D30 /* GrowlApplicationBridgePathway.m in Sources */,
  2861 				93AB0632100C2ED9008D7D30 /* GrowlPathway.m in Sources */,
  2862 				93AB0636100C2F07008D7D30 /* GrowlPropertyListFilePathway.m in Sources */,
  2863 				93AB0651100C2F18008D7D30 /* GrowlApplicationBridge.m in Sources */,
  2864 				93AB06BD100C2FBD008D7D30 /* cdsa.c in Sources */,
  2865 				938841EA1025EA7C001DF30F /* GHA-Stubs.m in Sources */,
  2866 			);
  2867 			runOnlyForDeploymentPostprocessing = 0;
  2868 		};
  2869 		93BC3791095A662B0002B365 /* Sources */ = {
  2870 			isa = PBXSourcesBuildPhase;
  2871 			buildActionMask = 2147483647;
  2872 			files = (
  2873 				93BC3796095A662B0002B365 /* CFDictionaryAdditions.c in Sources */,
  2874 				93BC37BD095A66950002B365 /* GrowlNanoDisplay.m in Sources */,
  2875 				93BC37BE095A66950002B365 /* GrowlNanoPrefs.m in Sources */,
  2876 				93BC37BF095A66950002B365 /* GrowlNanoWindowController.m in Sources */,
  2877 				93BC37C0095A66950002B365 /* GrowlNanoWindowView.m in Sources */,
  2878 			);
  2879 			runOnlyForDeploymentPostprocessing = 0;
  2880 		};
  2881 		95075AAD0817F5DB00D862A5 /* Sources */ = {
  2882 			isa = PBXSourcesBuildPhase;
  2883 			buildActionMask = 2147483647;
  2884 			files = (
  2885 				95075B0F0817F93D00D862A5 /* GrowlPathUtilities.m in Sources */,
  2886 				95394F9D0841A70F005B7CE3 /* CFURLAdditions.c in Sources */,
  2887 				34B2755E08423BFF0092A5A0 /* GrowlMenu.m in Sources */,
  2888 				951A8F4508746D7C0046595C /* GrowlPreferencesController.m in Sources */,
  2889 				EED7077708C74DCE004651D0 /* GrowlAbstractSingletonObject.m in Sources */,
  2890 				9507CEA208C9D6C900209F9E /* CFMutableDictionaryAdditions.c in Sources */,
  2891 				9555388808DACC1B00D49CB1 /* CFDictionaryAdditions.c in Sources */,
  2892 				9555388908DACC2500D49CB1 /* CFGrowlAdditions.c in Sources */,
  2893 				934EBCB80931F529002C378F /* GrowlApplicationBridge.m in Sources */,
  2894 			);
  2895 			runOnlyForDeploymentPostprocessing = 0;
  2896 		};
  2897 		95FC347007E0458E00BD8674 /* Sources */ = {
  2898 			isa = PBXSourcesBuildPhase;
  2899 			buildActionMask = 2147483647;
  2900 			files = (
  2901 				955437E007E048BE005534FA /* GrowlBrushedDisplay.m in Sources */,
  2902 				955437E207E048BE005534FA /* GrowlBrushedPrefsController.m in Sources */,
  2903 				955437E407E048BF005534FA /* GrowlBrushedWindowController.m in Sources */,
  2904 				955437E607E048C0005534FA /* GrowlBrushedWindowView.m in Sources */,
  2905 				95D8C1A508B0A07500A75BD6 /* GrowlBezierPathAdditions.c in Sources */,
  2906 				955539E308DAD82C00D49CB1 /* CFDictionaryAdditions.c in Sources */,
  2907 			);
  2908 			runOnlyForDeploymentPostprocessing = 0;
  2909 		};
  2910 		CB61E5150637763C00E0DDC7 /* Sources */ = {
  2911 			isa = PBXSourcesBuildPhase;
  2912 			buildActionMask = 2147483647;
  2913 			files = (
  2914 				071426120910D4EC00F7C755 /* GrowlDisplayWindowController.m in Sources */,
  2915 				CBF0743F0659B202000B4B77 /* GrowlApplicationTicket.m in Sources */,
  2916 				CB5F83A80638B8C800EADD7A /* HelperMain.m in Sources */,
  2917 				5286205806DC4C2F00D3A356 /* GrowlPluginController.m in Sources */,
  2918 				953F5CF107403B67008E2AEB /* GrowlNotifyScriptCommand.m in Sources */,
  2919 				953F5D3807403BC7008E2AEB /* GrowlRegisterScriptCommand.m in Sources */,
  2920 				95DD14E10748B04700CC05A4 /* GrowlPathway.m in Sources */,
  2921 				958294F2074CDE3100EC7AF2 /* GrowlUDPPathway.m in Sources */,
  2922 				956ADB0207551C4500AF9545 /* GrowlImageAdditions.m in Sources */,
  2923 				CB5C315C07925B53007CC0D0 /* GrowlNotificationTicket.m in Sources */,
  2924 				0790135707D9321B0023B640 /* GrowlVersionUtilities.c in Sources */,
  2925 				95C8783407D9DFC000C69DEE /* NSWindow+Transforms.m in Sources */,
  2926 				9550518107DE4B4A002F5315 /* GrowlApplicationBridge.m in Sources */,
  2927 				CB34BED407E09657001D7D7C /* GrowlApplicationBridgePathway.m in Sources */,
  2928 				070B90FD07E1AEFA00F10FA7 /* CFGrowlAdditions.c in Sources */,
  2929 				07FCFFC407E2F90C00F0A1CF /* GrowlRemotePathway.m in Sources */,
  2930 				074062AD07E2FBE300FA27FA /* GrowlDistributedNotificationPathway.m in Sources */,
  2931 				959DBE4C08127BA4009BB468 /* GrowlPathUtilities.m in Sources */,
  2932 				950568E60812C2960096EC5C /* GrowlLog.m in Sources */,
  2933 				955C236E081537280013C3CF /* CFMutableStringAdditions.c in Sources */,
  2934 				9526BD54081BCC9100B9D0D0 /* MD5Authenticator.m in Sources */,
  2935 				953F73A1081FFB9E00823EFE /* GrowlNotificationCenter.m in Sources */,
  2936 				95D89B21082422A00068A4BD /* GrowlWebKitWindowController.m in Sources */,
  2937 				95D89B22082422A10068A4BD /* GrowlWebKitWindowView.m in Sources */,
  2938 				95CF9929082A5EBE001A409D /* cdsa.c in Sources */,
  2939 				95CF9B47082AE3B7001A409D /* GrowlUDPUtils.c in Sources */,
  2940 				9574B6FC0838C7A100106CA3 /* NSWorkspaceAdditions.m in Sources */,
  2941 				9574B75A0838CA1E00106CA3 /* NSStringAdditions.m in Sources */,
  2942 				9574B7AE0838CB5500106CA3 /* CFURLAdditions.c in Sources */,
  2943 				95F97733084A2CA000915BFE /* CFMutableDictionaryAdditions.c in Sources */,
  2944 				95F97734084A2CA300915BFE /* CFDictionaryAdditions.c in Sources */,
  2945 				95416E06086343180098C914 /* GrowlIdleStatusController.c in Sources */,
  2946 				95B92F470865BA5D00DA02F0 /* NSMutableAttributedStringAdditions.m in Sources */,
  2947 				95D93724086EFA7C00A1AD50 /* NSViewAdditions.m in Sources */,
  2948 				95B2B27C08745BAF00EA34BF /* GrowlApplicationController.m in Sources */,
  2949 				95B2B27D08745BBC00EA34BF /* GrowlPreferencesController.m in Sources */,
  2950 				95B2B27E08745BC000EA34BF /* GrowlTicketController.m in Sources */,
  2951 				EE1AF8D70897DA9400F486FD /* GrowlWindowTransition.m in Sources */,
  2952 				EE1AF8D90897DA9400F486FD /* GrowlFadingWindowTransition.m in Sources */,
  2953 				07F9B7A508A49F6D00DF7F42 /* GrowlApplicationNotification.m in Sources */,
  2954 				EED7068B08C743D9004651D0 /* GrowlAbstractSingletonObject.m in Sources */,
  2955 				072867D308D1648400ABF0B0 /* NSSetAdditions.m in Sources */,
  2956 				95026A9E08DC875700FE1949 /* GrowlPositionController.m in Sources */,
  2957 				EE88147C08EE836E005D5380 /* GrowlSlidingWindowTransition.m in Sources */,
  2958 				95E2457408EEAC510092EAAC /* GrowlPlugin.m in Sources */,
  2959 				95E2457A08EEAC630092EAAC /* GrowlDisplayPlugin.m in Sources */,
  2960 				95E2458408EEAC8F0092EAAC /* GrowlNotificationDisplayBridge.m in Sources */,
  2961 				EE17E56D08EFFCDB0086F0C3 /* GrowlThreadedView.m in Sources */,
  2962 				070C1AE80912D16600884E7D /* GrowlNonCopyingMutableDictionary.m in Sources */,
  2963 				745352AF09313ABA0000B26A /* GrowlWebKitPrefsController.m in Sources */,
  2964 				745352B009313ABB0000B26A /* GrowlWebKitPluginHandler.m in Sources */,
  2965 				745352B109313ABD0000B26A /* GrowlWebKitDisplayPlugin.m in Sources */,
  2966 				740CC072093A508100092801 /* GrowlNotificationView.m in Sources */,
  2967 				74BBDE8D094399D30011CFE9 /* GrowlFlippingWindowTransition.m in Sources */,
  2968 				932D6BE6094BA0FD00B64D0F /* GrowlShrinkingWindowTransition.m in Sources */,
  2969 				932D6CD7094BB83B00B64D0F /* GrowlScaleWindowTransition.m in Sources */,
  2970 				93BC3EF4095DE6680002B365 /* GrowlWipeWindowTransition.m in Sources */,
  2971 				07B7CD24099EB19200744461 /* NSMutableStringAdditions.m in Sources */,
  2972 				072DE9BB09A10DEB006516DD /* GrowlTCPPathway.m in Sources */,
  2973 				070C5DB009A7978F004F1E8C /* GrowlPathwayController.m in Sources */,
  2974 				93CD929D0B5AF8A8000C39CD /* GrowlRipplingWindowTransition.m in Sources */,
  2975 				93CD92BB0B5AF8CA000C39CD /* AWRippler.m in Sources */,
  2976 				34422F720BF3ED2E001DA9ED /* GrowlApplication.m in Sources */,
  2977 				31340CDD0D5B8E7100B9BEE0 /* GrowlPropertyListFilePathway.m in Sources */,
  2978 			);
  2979 			runOnlyForDeploymentPostprocessing = 0;
  2980 		};
  2981 		DD4939C9084BACA700D1CCCB /* Sources */ = {
  2982 			isa = PBXSourcesBuildPhase;
  2983 			buildActionMask = 2147483647;
  2984 			files = (
  2985 				DD4939FF084BAD4500D1CCCB /* GrowlSMSDisplay.m in Sources */,
  2986 				DD493A00084BAD4500D1CCCB /* GrowlSMSPrefs.m in Sources */,
  2987 				95EC864C08DDB4D800110810 /* CFDictionaryAdditions.c in Sources */,
  2988 			);
  2989 			runOnlyForDeploymentPostprocessing = 0;
  2990 		};
  2991 		E14410E10A94072E0063C4DC /* Sources */ = {
  2992 			isa = PBXSourcesBuildPhase;
  2993 			buildActionMask = 2147483647;
  2994 			files = (
  2995 				E14410E50A94072E0063C4DC /* GrowlBezierPathAdditions.c in Sources */,
  2996 				E14410E60A94072E0063C4DC /* CFDictionaryAdditions.c in Sources */,
  2997 				E144111C0A9408840063C4DC /* GrowliCalDisplay.m in Sources */,
  2998 				E144111D0A9408840063C4DC /* GrowliCalPrefsController.m in Sources */,
  2999 				E144111E0A9408840063C4DC /* GrowliCalWindowController.m in Sources */,
  3000 				E144111F0A9408840063C4DC /* GrowliCalWindowView.m in Sources */,
  3001 			);
  3002 			runOnlyForDeploymentPostprocessing = 0;
  3003 		};
  3004 /* End PBXSourcesBuildPhase section */
  3005 
  3006 /* Begin PBXTargetDependency section */
  3007 		3433455E0790E25300C84B15 /* PBXTargetDependency */ = {
  3008 			isa = PBXTargetDependency;
  3009 			target = CB61E5170637763C00E0DDC7 /* GrowlHelperApp */;
  3010 			targetProxy = 3433455D0790E25300C84B15 /* PBXContainerItemProxy */;
  3011 		};
  3012 		343345640790E25B00C84B15 /* PBXTargetDependency */ = {
  3013 			isa = PBXTargetDependency;
  3014 			target = 0A7F5EC40767C2A600E1C1E4 /* Bubbles */;
  3015 			targetProxy = 343345630790E25B00C84B15 /* PBXContainerItemProxy */;
  3016 		};
  3017 		3433458F0790E3DD00C84B15 /* PBXTargetDependency */ = {
  3018 			isa = PBXTargetDependency;
  3019 			target = 0A7F5F110767C38200E1C1E4 /* Bezel */;
  3020 			targetProxy = 3433458E0790E3DD00C84B15 /* PBXContainerItemProxy */;
  3021 		};
  3022 		343345910790E3E100C84B15 /* PBXTargetDependency */ = {
  3023 			isa = PBXTargetDependency;
  3024 			target = 0A7F5CCC0767BFD000E1C1E4 /* Speech */;
  3025 			targetProxy = 343345900790E3E100C84B15 /* PBXContainerItemProxy */;
  3026 		};
  3027 		343345950790E3EF00C84B15 /* PBXTargetDependency */ = {
  3028 			isa = PBXTargetDependency;
  3029 			target = 0A7F5F6F0767C68000E1C1E4 /* Smoke */;
  3030 			targetProxy = 343345940790E3EF00C84B15 /* PBXContainerItemProxy */;
  3031 		};
  3032 		3433459A0790E40800C84B15 /* PBXTargetDependency */ = {
  3033 			isa = PBXTargetDependency;
  3034 			target = 0A7F5FB70767C70600E1C1E4 /* MailMe */;
  3035 			targetProxy = 343345990790E40800C84B15 /* PBXContainerItemProxy */;
  3036 		};
  3037 		3433459C0790E40B00C84B15 /* PBXTargetDependency */ = {
  3038 			isa = PBXTargetDependency;
  3039 			target = 0A7F5FE80767C7B300E1C1E4 /* MusicVideo */;
  3040 			targetProxy = 3433459B0790E40B00C84B15 /* PBXContainerItemProxy */;
  3041 		};
  3042 		34A96DF80C95F62300F46006 /* PBXTargetDependency */ = {
  3043 			isa = PBXTargetDependency;
  3044 			name = GrowlAction;
  3045 			targetProxy = 34A96DF70C95F62300F46006 /* PBXContainerItemProxy */;
  3046 		};
  3047 		34E9EE6B0790871D00662E8E /* PBXTargetDependency */ = {
  3048 			isa = PBXTargetDependency;
  3049 			target = 8D202CE80486D31800D8A456 /* Growl */;
  3050 			targetProxy = 34E9EE6A0790871D00662E8E /* PBXContainerItemProxy */;
  3051 		};
  3052 		933532A2093643DA007C8B10 /* PBXTargetDependency */ = {
  3053 			isa = PBXTargetDependency;
  3054 			target = 95075AAF0817F5DB00D862A5 /* GrowlMenu */;
  3055 			targetProxy = 933532A1093643DA007C8B10 /* PBXContainerItemProxy */;
  3056 		};
  3057 		9340E2EB0C94D48300A1F682 /* PBXTargetDependency */ = {
  3058 			isa = PBXTargetDependency;
  3059 			target = 8D202CE80486D31800D8A456 /* Growl */;
  3060 			targetProxy = 9340E2EA0C94D48300A1F682 /* PBXContainerItemProxy */;
  3061 		};
  3062 		93BC37D6095A67340002B365 /* PBXTargetDependency */ = {
  3063 			isa = PBXTargetDependency;
  3064 			target = 93BC378E095A662B0002B365 /* Nano */;
  3065 			targetProxy = 93BC37D5095A67340002B365 /* PBXContainerItemProxy */;
  3066 		};
  3067 		955430E807E04683005534FA /* PBXTargetDependency */ = {
  3068 			isa = PBXTargetDependency;
  3069 			target = 95FC346D07E0458E00BD8674 /* Brushed */;
  3070 			targetProxy = 955430E707E04683005534FA /* PBXContainerItemProxy */;
  3071 		};
  3072 		95E17BCA085E22B800990AB3 /* PBXTargetDependency */ = {
  3073 			isa = PBXTargetDependency;
  3074 			target = 95E17B8F085E216A00990AB3 /* hg revision */;
  3075 			targetProxy = 95E17BC9085E22B800990AB3 /* PBXContainerItemProxy */;
  3076 		};
  3077 		95E17BCE085E22FE00990AB3 /* PBXTargetDependency */ = {
  3078 			isa = PBXTargetDependency;
  3079 			target = 95E17B8F085E216A00990AB3 /* hg revision */;
  3080 			targetProxy = 95E17BCD085E22FE00990AB3 /* PBXContainerItemProxy */;
  3081 		};
  3082 		95E17BEF085E24B500990AB3 /* PBXTargetDependency */ = {
  3083 			isa = PBXTargetDependency;
  3084 			target = 95E17B8F085E216A00990AB3 /* hg revision */;
  3085 			targetProxy = 95E17BEE085E24B500990AB3 /* PBXContainerItemProxy */;
  3086 		};
  3087 		DD493C93084BE7FB00D1CCCB /* PBXTargetDependency */ = {
  3088 			isa = PBXTargetDependency;
  3089 			target = DD4939CB084BACA700D1CCCB /* SMS */;
  3090 			targetProxy = DD493C92084BE7FB00D1CCCB /* PBXContainerItemProxy */;
  3091 		};
  3092 		E14410F20A9407680063C4DC /* PBXTargetDependency */ = {
  3093 			isa = PBXTargetDependency;
  3094 			target = E14410DE0A94072E0063C4DC /* iCal */;
  3095 			targetProxy = E14410F10A9407680063C4DC /* PBXContainerItemProxy */;
  3096 		};
  3097 /* End PBXTargetDependency section */
  3098 
  3099 /* Begin PBXVariantGroup section */
  3100 		07217168082DE85B00F338F7 /* GrowlInstallationPrompt-Carbon.nib */ = {
  3101 			isa = PBXVariantGroup;
  3102 			children = (
  3103 				34A88D320C7F8A5200F01CB8 /* cs */,
  3104 				07217170082DEB0700F338F7 /* de */,
  3105 				07217169082DE85B00F338F7 /* English */,
  3106 				34ECC2800C7F89E900EE7F9B /* fr */,
  3107 				9574B99A0838FC1E00106CA3 /* ja */,
  3108 				345DA0970CA0A56A009F1989 /* nb */,
  3109 				34792F7F0C848654007ADCAA /* nl */,
  3110 				34B02ACE0C87911300DD25D6 /* pt_BR */,
  3111 				34ECC2710C7F89D400EE7F9B /* ru */,
  3112 				34A0931F0C90B0DA00A82168 /* sv */,
  3113 				34A88D210C7F8A4A00F01CB8 /* zh_CN */,
  3114 				3479306F0C85E290007ADCAA /* zh_TW */,
  3115 			);
  3116 			name = "GrowlInstallationPrompt-Carbon.nib";
  3117 			sourceTree = "<group>";
  3118 		};
  3119 		089C167DFE841241C02AAC07 /* InfoPlist.strings */ = {
  3120 			isa = PBXVariantGroup;
  3121 			children = (
  3122 				089C167EFE841241C02AAC07 /* English */,
  3123 				955A4E5C0861766D009B6EA5 /* fr */,
  3124 				34ECC2780C7F89D900EE7F9B /* ru */,
  3125 				34ECC2860C7F89F500EE7F9B /* de */,
  3126 				34A88D160C7F8A3800F01CB8 /* ja */,
  3127 				34A88D290C7F8A4B00F01CB8 /* zh_CN */,
  3128 				34A88D3A0C7F8A5300F01CB8 /* cs */,
  3129 				347930780C85E291007ADCAA /* zh_TW */,
  3130 				347935930C864534007ADCAA /* nl */,
  3131 				34B02AD70C87911400DD25D6 /* pt_BR */,
  3132 				34B02B110C8791F600DD25D6 /* sv */,
  3133 			);
  3134 			name = InfoPlist.strings;
  3135 			sourceTree = "<group>";
  3136 		};
  3137 		0A7F5D9B0767C13100E1C1E4 /* GrowlSpeechPrefs.nib */ = {
  3138 			isa = PBXVariantGroup;
  3139 			children = (
  3140 				34A88D390C7F8A5200F01CB8 /* cs */,
  3141 				0A7F5D9D0767C13100E1C1E4 /* de */,
  3142 				0A7F5D9C0767C13100E1C1E4 /* English */,
  3143 				955A4E550861760C009B6EA5 /* fr */,
  3144 				9574B99F0838FC8800106CA3 /* ja */,
  3145 				347930210C848724007ADCAA /* nl */,
  3146 				34B02AD50C87911400DD25D6 /* pt_BR */,
  3147 				34ECC2770C7F89D500EE7F9B /* ru */,
  3148 				34B02B0F0C8791F600DD25D6 /* sv */,
  3149 				34A88D280C7F8A4A00F01CB8 /* zh_CN */,
  3150 				347930760C85E291007ADCAA /* zh_TW */,
  3151 			);
  3152 			name = GrowlSpeechPrefs.nib;
  3153 			sourceTree = "<group>";
  3154 		};
  3155 		0A7F5EDB0767C30800E1C1E4 /* BubblesPrefs.nib */ = {
  3156 			isa = PBXVariantGroup;
  3157 			children = (
  3158 				0A7F5EDC0767C30800E1C1E4 /* English */,
  3159 				0A7F5EDD0767C30800E1C1E4 /* de */,
  3160 				9574B99D0838FC5F00106CA3 /* ja */,
  3161 				955A4E53086175F6009B6EA5 /* fr */,
  3162 				34ECC26F0C7F89D400EE7F9B /* ru */,
  3163 				34A88D1E0C7F8A4A00F01CB8 /* zh_CN */,
  3164 				34A88D2F0C7F8A5200F01CB8 /* cs */,
  3165 				3479301A0C848724007ADCAA /* nl */,
  3166 				3479306C0C85E290007ADCAA /* zh_TW */,
  3167 				34B02ACB0C87911300DD25D6 /* pt_BR */,
  3168 				34B02B050C8791F600DD25D6 /* sv */,
  3169 			);
  3170 			name = BubblesPrefs.nib;
  3171 			sourceTree = "<group>";
  3172 		};
  3173 		0A7F5F2F0767C3F600E1C1E4 /* GrowlBezelPrefs.nib */ = {
  3174 			isa = PBXVariantGroup;
  3175 			children = (
  3176 				0A7F5F300767C3F600E1C1E4 /* English */,
  3177 				0A7F5F310767C3F600E1C1E4 /* de */,
  3178 				9574B99E0838FC7300106CA3 /* ja */,
  3179 				955A4E5408617601009B6EA5 /* fr */,
  3180 				34ECC2700C7F89D400EE7F9B /* ru */,
  3181 				34A88D1F0C7F8A4A00F01CB8 /* zh_CN */,
  3182 				34A88D300C7F8A5200F01CB8 /* cs */,
  3183 				3479301B0C848724007ADCAA /* nl */,
  3184 				3479306D0C85E290007ADCAA /* zh_TW */,
  3185 				34B02ACC0C87911300DD25D6 /* pt_BR */,
  3186 				34B02B060C8791F600DD25D6 /* sv */,
  3187 			);
  3188 			name = GrowlBezelPrefs.nib;
  3189 			sourceTree = "<group>";
  3190 		};
  3191 		0A7F5F8A0767C6C500E1C1E4 /* SmokePrefs.nib */ = {
  3192 			isa = PBXVariantGroup;
  3193 			children = (
  3194 				0A7F5F8B0767C6C500E1C1E4 /* English */,
  3195 				0A7F5F8C0767C6C500E1C1E4 /* de */,
  3196 				9574B9A00838FC9500106CA3 /* ja */,
  3197 				955A4E5608617616009B6EA5 /* fr */,
  3198 				34ECC2790C7F89DA00EE7F9B /* ru */,
  3199 				34A88D2A0C7F8A4B00F01CB8 /* zh_CN */,
  3200 				34A88D3C0C7F8A5300F01CB8 /* cs */,
  3201 				347930230C848724007ADCAA /* nl */,
  3202 				3479307B0C85E291007ADCAA /* zh_TW */,
  3203 				34B02ADA0C87911400DD25D6 /* pt_BR */,
  3204 				34B02B140C8791F600DD25D6 /* sv */,
  3205 			);
  3206 			name = SmokePrefs.nib;
  3207 			sourceTree = "<group>";
  3208 		};
  3209 		0A7F5FDA0767C79100E1C1E4 /* GrowlMailMePrefs.nib */ = {
  3210 			isa = PBXVariantGroup;
  3211 			children = (
  3212 				0A7F5FDB0767C79100E1C1E4 /* English */,
  3213 				0A7F5FDC0767C79100E1C1E4 /* de */,
  3214 				9574B9A10838FCBC00106CA3 /* ja */,
  3215 				955A4E5708617620009B6EA5 /* fr */,
  3216 				34ECC2720C7F89D400EE7F9B /* ru */,
  3217 				34A88D230C7F8A4A00F01CB8 /* zh_CN */,
  3218 				34A88D340C7F8A5200F01CB8 /* cs */,
  3219 				3479301C0C848724007ADCAA /* nl */,
  3220 				347930710C85E290007ADCAA /* zh_TW */,
  3221 				34B02AD00C87911400DD25D6 /* pt_BR */,
  3222 				34B02B0A0C8791F600DD25D6 /* sv */,
  3223 			);
  3224 			name = GrowlMailMePrefs.nib;
  3225 			sourceTree = "<group>";
  3226 		};
  3227 		0A7F624D0767C84E00E1C1E4 /* GrowlMusicVideoPrefs.nib */ = {
  3228 			isa = PBXVariantGroup;
  3229 			children = (
  3230 				0A7F624E0767C84E00E1C1E4 /* English */,
  3231 				0A7F624F0767C84E00E1C1E4 /* de */,
  3232 				9574B9A20838FCCA00106CA3 /* ja */,
  3233 				955A4E580861762A009B6EA5 /* fr */,
  3234 				34ECC2730C7F89D500EE7F9B /* ru */,
  3235 				34A88D240C7F8A4A00F01CB8 /* zh_CN */,
  3236 				34A88D350C7F8A5200F01CB8 /* cs */,
  3237 				3479301D0C848724007ADCAA /* nl */,
  3238 				347930720C85E290007ADCAA /* zh_TW */,
  3239 				34B02AD10C87911400DD25D6 /* pt_BR */,
  3240 				34B02B0B0C8791F600DD25D6 /* sv */,
  3241 			);
  3242 			name = GrowlMusicVideoPrefs.nib;
  3243 			sourceTree = "<group>";
  3244 		};
  3245 		345B7D160C80A91E005F7F96 /* iCalPrefs.nib */ = {
  3246 			isa = PBXVariantGroup;
  3247 			children = (
  3248 				345B7D110C80A919005F7F96 /* English */,
  3249 				345B7D180C80A923005F7F96 /* de */,
  3250 				345B7D190C80A927005F7F96 /* fr */,
  3251 				345B7D1C0C80A930005F7F96 /* ru */,
  3252 				345B7D1D0C80A936005F7F96 /* ja */,
  3253 				345B7D1E0C80A93F005F7F96 /* zh_CN */,
  3254 				345B7D1F0C80A942005F7F96 /* cs */,
  3255 				347930220C848724007ADCAA /* nl */,
  3256 				347930770C85E291007ADCAA /* zh_TW */,
  3257 				34B02AD60C87911400DD25D6 /* pt_BR */,
  3258 				34B02B100C8791F600DD25D6 /* sv */,
  3259 			);
  3260 			name = iCalPrefs.nib;
  3261 			sourceTree = "<group>";
  3262 		};
  3263 		34B2756B08423FA30092A5A0 /* Localizable.strings */ = {
  3264 			isa = PBXVariantGroup;
  3265 			children = (
  3266 				34B2756708423F9F0092A5A0 /* English */,
  3267 				34B2756D08423FAD0092A5A0 /* de */,
  3268 				34B2756E08423FB00092A5A0 /* ja */,
  3269 				95B00A18084688F6004A8623 /* zh_CN */,
  3270 				955A4EDC08617747009B6EA5 /* fr */,
  3271 				951152BA08753ADA00DBB3EA /* ru */,
  3272 				34A88D3B0C7F8A5300F01CB8 /* cs */,
  3273 				3479307A0C85E291007ADCAA /* zh_TW */,
  3274 				347935950C864534007ADCAA /* nl */,
  3275 				34B02AD80C87911400DD25D6 /* pt_BR */,
  3276 				34B02B120C8791F600DD25D6 /* sv */,
  3277 			);
  3278 			name = Localizable.strings;
  3279 			sourceTree = "<group>";
  3280 		};
  3281 		937E64300817193800AEC1C6 /* About.rtf */ = {
  3282 			isa = PBXVariantGroup;
  3283 			children = (
  3284 				937E64310817193800AEC1C6 /* English */,
  3285 				955A4E5A08617653009B6EA5 /* fr */,
  3286 				951152B908753AC500DBB3EA /* ru */,
  3287 				34ECC2850C7F89F400EE7F9B /* de */,
  3288 				34A88D130C7F8A3700F01CB8 /* ja */,
  3289 				34A88D1C0C7F8A4A00F01CB8 /* zh_CN */,
  3290 				34A88D2D0C7F8A5200F01CB8 /* cs */,
  3291 				3479306A0C85E28F007ADCAA /* zh_TW */,
  3292 				347935920C864534007ADCAA /* nl */,
  3293 				34B02AC90C87911200DD25D6 /* pt_BR */,
  3294 				34B02B030C8791F600DD25D6 /* sv */,
  3295 			);
  3296 			name = About.rtf;
  3297 			sourceTree = "<group>";
  3298 		};
  3299 		93BC37C7095A66CD0002B365 /* GrowlNanoPrefs.nib */ = {
  3300 			isa = PBXVariantGroup;
  3301 			children = (
  3302 				93BC37C8095A66CD0002B365 /* English */,
  3303 				93BC37CE095A66E10002B365 /* fr */,
  3304 				93BC37CF095A66E40002B365 /* de */,
  3305 				93BC37D0095A66E60002B365 /* ja */,
  3306 				34ECC2740C7F89D500EE7F9B /* ru */,
  3307 				34A88D250C7F8A4A00F01CB8 /* zh_CN */,
  3308 				34A88D360C7F8A5200F01CB8 /* cs */,
  3309 				3479301E0C848724007ADCAA /* nl */,
  3310 				347930730C85E291007ADCAA /* zh_TW */,
  3311 				34B02AD20C87911400DD25D6 /* pt_BR */,
  3312 				34B02B0C0C8791F600DD25D6 /* sv */,
  3313 			);
  3314 			name = GrowlNanoPrefs.nib;
  3315 			sourceTree = "<group>";
  3316 		};
  3317 		952EFC9007C2869700952C6B /* GrowlInstallationPrompt.nib */ = {
  3318 			isa = PBXVariantGroup;
  3319 			children = (
  3320 				34A88D330C7F8A5200F01CB8 /* cs */,
  3321 				952EFD0F07C286A700952C6B /* de */,
  3322 				952EFCA507C2869700952C6B /* English */,
  3323 				34ECC2810C7F89EA00EE7F9B /* fr */,
  3324 				9574B9990838FBEE00106CA3 /* ja */,
  3325 				345DA0960CA0A566009F1989 /* nb */,
  3326 				34792F800C848659007ADCAA /* nl */,
  3327 				349B3FA40A620F2D008BE092 /* pl */,
  3328 				34B02ACF0C87911300DD25D6 /* pt_BR */,
  3329 				346F5E1608A47EB70055C610 /* ru */,
  3330 				34A0931E0C90B0D500A82168 /* sv */,
  3331 				34A88D220C7F8A4A00F01CB8 /* zh_CN */,
  3332 				347930700C85E290007ADCAA /* zh_TW */,
  3333 			);
  3334 			name = GrowlInstallationPrompt.nib;
  3335 			sourceTree = "<group>";
  3336 		};
  3337 		9532B0B907CE651F0028B2F1 /* GrowlPref.nib */ = {
  3338 			isa = PBXVariantGroup;
  3339 			children = (
  3340 				9532B0CE07CE651F0028B2F1 /* English */,
  3341 				9523426C0980E461003CEE6E /* de */,
  3342 				9523426D0980E471003CEE6E /* fr */,
  3343 				34ECC2750C7F89D500EE7F9B /* ru */,
  3344 				34A88D140C7F8A3700F01CB8 /* ja */,
  3345 				34A88D260C7F8A4A00F01CB8 /* zh_CN */,
  3346 				34A88D370C7F8A5200F01CB8 /* cs */,
  3347 				347930400C848741007ADCAA /* nl */,
  3348 				347930740C85E291007ADCAA /* zh_TW */,
  3349 				34B02AD30C87911400DD25D6 /* pt_BR */,
  3350 				34B02B0D0C8791F600DD25D6 /* sv */,
  3351 			);
  3352 			name = GrowlPref.nib;
  3353 			sourceTree = "<group>";
  3354 		};
  3355 		9542E51C07C28C3A0056BAC9 /* GrowlInstallation.strings */ = {
  3356 			isa = PBXVariantGroup;
  3357 			children = (
  3358 				34A88D310C7F8A5200F01CB8 /* cs */,
  3359 				9542E65907C28D230056BAC9 /* de */,
  3360 				9542E53107C28C3A0056BAC9 /* English */,
  3361 				34ECC27F0C7F89E900EE7F9B /* fr */,
  3362 				9574B99B0838FC2E00106CA3 /* ja */,
  3363 				345DA0980CA0A571009F1989 /* nb */,
  3364 				34792F7E0C84864F007ADCAA /* nl */,
  3365 				349B3FA10A620F1F008BE092 /* pl */,
  3366 				34B02ACD0C87911300DD25D6 /* pt_BR */,
  3367 				951152B708753A8E00DBB3EA /* ru */,
  3368 				34A093200C90B0DF00A82168 /* sv */,
  3369 				34A88D200C7F8A4A00F01CB8 /* zh_CN */,
  3370 				3479306E0C85E290007ADCAA /* zh_TW */,
  3371 			);
  3372 			name = GrowlInstallation.strings;
  3373 			sourceTree = "<group>";
  3374 		};
  3375 		954F013B074135D400EA8AB5 /* Localizable.strings */ = {
  3376 			isa = PBXVariantGroup;
  3377 			children = (
  3378 				954F012F074135CC00EA8AB5 /* English */,
  3379 				954F0148074135D700EA8AB5 /* de */,
  3380 				9528EF7907F5A27300061D90 /* ja */,
  3381 				95B00A3008468932004A8623 /* cs */,
  3382 				95B00A3108468941004A8623 /* zh_CN */,
  3383 				955A4E5D0861767F009B6EA5 /* fr */,
  3384 				951152B808753AA700DBB3EA /* ru */,
  3385 				347930790C85E291007ADCAA /* zh_TW */,
  3386 				347935940C864534007ADCAA /* nl */,
  3387 				34B02AD90C87911400DD25D6 /* pt_BR */,
  3388 				34B02B130C8791F600DD25D6 /* sv */,
  3389 			);
  3390 			name = Localizable.strings;
  3391 			sourceTree = "<group>";
  3392 		};
  3393 		95BF38FC0851F82200873BE1 /* WebKitPrefs.nib */ = {
  3394 			isa = PBXVariantGroup;
  3395 			children = (
  3396 				95BF38FD0851F82200873BE1 /* cs */,
  3397 				95BF38FF0851F83500873BE1 /* English */,
  3398 				95BF39000851F83F00873BE1 /* de */,
  3399 				95BF39010851F84A00873BE1 /* ja */,
  3400 				95BF39020851F85400873BE1 /* zh_CN */,
  3401 				955A4E5908617637009B6EA5 /* fr */,
  3402 				34ECC27A0C7F89DA00EE7F9B /* ru */,
  3403 				347930240C848725007ADCAA /* nl */,
  3404 				3479307C0C85E291007ADCAA /* zh_TW */,
  3405 				34B02ADB0C87911500DD25D6 /* pt_BR */,
  3406 				34B02B150C8791F600DD25D6 /* sv */,
  3407 			);
  3408 			name = WebKitPrefs.nib;
  3409 			sourceTree = "<group>";
  3410 		};
  3411 		95FC329D07E03B3400BD8674 /* BrushedPrefs.nib */ = {
  3412 			isa = PBXVariantGroup;
  3413 			children = (
  3414 				95FC32B207E03B3400BD8674 /* English */,
  3415 				95FC32E607E03B4000BD8674 /* de */,
  3416 				9574B99C0838FC4E00106CA3 /* ja */,
  3417 				955A4E52086175EC009B6EA5 /* fr */,
  3418 				34ECC26E0C7F89D400EE7F9B /* ru */,
  3419 				34A88D1D0C7F8A4A00F01CB8 /* zh_CN */,
  3420 				34A88D2E0C7F8A5200F01CB8 /* cs */,
  3421 				347930190C848724007ADCAA /* nl */,
  3422 				3479306B0C85E28F007ADCAA /* zh_TW */,
  3423 				34B02ACA0C87911300DD25D6 /* pt_BR */,
  3424 				34B02B040C8791F600DD25D6 /* sv */,
  3425 			);
  3426 			name = BrushedPrefs.nib;
  3427 			sourceTree = "<group>";
  3428 		};
  3429 		DD493A03084BAD7700D1CCCB /* GrowlSMSPrefs.nib */ = {
  3430 			isa = PBXVariantGroup;
  3431 			children = (
  3432 				DD493A04084BAD7700D1CCCB /* English */,
  3433 				957E5910084D07D80090ACC4 /* de */,
  3434 				34ECC2760C7F89D500EE7F9B /* ru */,
  3435 				34ECC2820C7F89EA00EE7F9B /* fr */,
  3436 				34A88D150C7F8A3700F01CB8 /* ja */,
  3437 				34A88D270C7F8A4A00F01CB8 /* zh_CN */,
  3438 				34A88D380C7F8A5200F01CB8 /* cs */,
  3439 				347930200C848724007ADCAA /* nl */,
  3440 				347930750C85E291007ADCAA /* zh_TW */,
  3441 				34B02AD40C87911400DD25D6 /* pt_BR */,
  3442 				34B02B0E0C8791F600DD25D6 /* sv */,
  3443 			);
  3444 			name = GrowlSMSPrefs.nib;
  3445 			sourceTree = "<group>";
  3446 		};
  3447 /* End PBXVariantGroup section */
  3448 
  3449 /* Begin XCBuildConfiguration section */
  3450 		34725DCA0C0678C800499F50 /* Debug */ = {
  3451 			isa = XCBuildConfiguration;
  3452 			buildSettings = {
  3453 				DYLIB_COMPATIBILITY_VERSION = 1;
  3454 				DYLIB_CURRENT_VERSION = 1;
  3455 				GCC_DYNAMIC_NO_PIC = NO;
  3456 				GCC_ENABLE_FIX_AND_CONTINUE = YES;
  3457 				GCC_ENABLE_OBJC_GC = supported;
  3458 				GCC_MODEL_TUNING = G5;
  3459 				GCC_OPTIMIZATION_LEVEL = 0;
  3460 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
  3461 				GCC_PREFIX_HEADER = Framework/Source/GrowlFramework_Prefix.pch;
  3462 				INSTALL_PATH = /usr/local/lib;
  3463 				OTHER_LDFLAGS = (
  3464 					"-framework",
  3465 					Foundation,
  3466 					"-framework",
  3467 					AppKit,
  3468 				);
  3469 				PREBINDING = NO;
  3470 				PRODUCT_NAME = Growl;
  3471 				ZERO_LINK = YES;
  3472 			};
  3473 			name = Debug;
  3474 		};
  3475 		34725DCB0C0678C800499F50 /* Release */ = {
  3476 			isa = XCBuildConfiguration;
  3477 			buildSettings = {
  3478 				DYLIB_COMPATIBILITY_VERSION = 1;
  3479 				DYLIB_CURRENT_VERSION = 1;
  3480 				GCC_ENABLE_FIX_AND_CONTINUE = NO;
  3481 				GCC_ENABLE_OBJC_GC = supported;
  3482 				GCC_MODEL_TUNING = G5;
  3483 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
  3484 				GCC_PREFIX_HEADER = Framework/Source/GrowlFramework_Prefix.pch;
  3485 				INSTALL_PATH = /usr/local/lib;
  3486 				OTHER_LDFLAGS = (
  3487 					"-framework",
  3488 					Foundation,
  3489 					"-framework",
  3490 					AppKit,
  3491 				);
  3492 				PREBINDING = NO;
  3493 				PRODUCT_NAME = Growl;
  3494 				ZERO_LINK = NO;
  3495 			};
  3496 			name = Release;
  3497 		};
  3498 		9340E3060C94D4B300A1F682 /* Debug */ = {
  3499 			isa = XCBuildConfiguration;
  3500 			buildSettings = {
  3501 				COPY_PHASE_STRIP = NO;
  3502 				GCC_DYNAMIC_NO_PIC = NO;
  3503 				GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
  3504 				GCC_OPTIMIZATION_LEVEL = 0;
  3505 				PRODUCT_NAME = SystemPreferencesTesting;
  3506 			};
  3507 			name = Debug;
  3508 		};
  3509 		9340E3070C94D4B300A1F682 /* Release */ = {
  3510 			isa = XCBuildConfiguration;
  3511 			buildSettings = {
  3512 				COPY_PHASE_STRIP = YES;
  3513 				GCC_ENABLE_FIX_AND_CONTINUE = NO;
  3514 				GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
  3515 				PRODUCT_NAME = SystemPreferencesTesting;
  3516 				ZERO_LINK = NO;
  3517 			};
  3518 			name = Release;
  3519 		};
  3520 		93BC379C095A662B0002B365 /* Debug */ = {
  3521 			isa = XCBuildConfiguration;
  3522 			buildSettings = {
  3523 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
  3524 				GCC_PREFIX_HEADER = "Plugins/Displays/Display Plugins_Prefix.pch";
  3525 				HEADER_SEARCH_PATHS = Source;
  3526 				INFOPLIST_FILE = Plugins/Displays/Nano/Info.plist;
  3527 				INSTALL_PATH = "$(USER_LIBRARY_DIR)/Application Support/Growl/Plugins";
  3528 				LIBRARY_STYLE = BUNDLE;
  3529 				OTHER_LDFLAGS = (
  3530 					"-undefined",
  3531 					dynamic_lookup,
  3532 				);
  3533 				PRODUCT_NAME = Nano;
  3534 				REZ_RESOURCE_MAP_READ_ONLY = YES;
  3535 				WRAPPER_EXTENSION = growlView;
  3536 			};
  3537 			name = Debug;
  3538 		};
  3539 		93BC379D095A662B0002B365 /* Release */ = {
  3540 			isa = XCBuildConfiguration;
  3541 			buildSettings = {
  3542 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
  3543 				GCC_PREFIX_HEADER = "Plugins/Displays/Display Plugins_Prefix.pch";
  3544 				GCC_PREPROCESSOR_DEFINITIONS = (
  3545 					NDEBUG,
  3546 					NS_BLOCK_ASSERTIONS,
  3547 				);
  3548 				HEADER_SEARCH_PATHS = Source;
  3549 				INFOPLIST_FILE = Plugins/Displays/Nano/Info.plist;
  3550 				INSTALL_PATH = "$(USER_LIBRARY_DIR)/Application Support/Growl/Plugins";
  3551 				LIBRARY_STYLE = BUNDLE;
  3552 				OTHER_LDFLAGS = (
  3553 					"-undefined",
  3554 					dynamic_lookup,
  3555 				);
  3556 				PRODUCT_NAME = Nano;
  3557 				REZ_RESOURCE_MAP_READ_ONLY = YES;
  3558 				WRAPPER_EXTENSION = growlView;
  3559 			};
  3560 			name = Release;
  3561 		};
  3562 		95E17B9A085E21C400990AB3 /* Debug */ = {
  3563 			isa = XCBuildConfiguration;
  3564 			buildSettings = {
  3565 				COPY_PHASE_STRIP = NO;
  3566 				GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
  3567 				GCC_OPTIMIZATION_LEVEL = 0;
  3568 				OTHER_CFLAGS = "";
  3569 				OTHER_LDFLAGS = "";
  3570 				OTHER_REZFLAGS = "";
  3571 				PRODUCT_NAME = SVNRevision;
  3572 				SECTORDER_FLAGS = "";
  3573 				WARNING_CFLAGS = (
  3574 					"-Wmost",
  3575 					"-Wno-four-char-constants",
  3576 					"-Wno-unknown-pragmas",
  3577 				);
  3578 			};
  3579 			name = Debug;
  3580 		};
  3581 		95E17B9B085E21C400990AB3 /* Release */ = {
  3582 			isa = XCBuildConfiguration;
  3583 			buildSettings = {
  3584 				COPY_PHASE_STRIP = YES;
  3585 				GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
  3586 				GCC_OPTIMIZATION_LEVEL = 0;
  3587 				OTHER_CFLAGS = "";
  3588 				OTHER_LDFLAGS = "";
  3589 				OTHER_REZFLAGS = "";
  3590 				PRODUCT_NAME = SVNRevision;
  3591 				SECTORDER_FLAGS = "";
  3592 				WARNING_CFLAGS = (
  3593 					"-Wmost",
  3594 					"-Wno-four-char-constants",
  3595 					"-Wno-unknown-pragmas",
  3596 				);
  3597 			};
  3598 			name = Release;
  3599 		};
  3600 		95EE274C0855AA6C0045DB39 /* Debug */ = {
  3601 			isa = XCBuildConfiguration;
  3602 			buildSettings = {
  3603 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
  3604 				GCC_PREFIX_HEADER = "Plugins/Displays/Display Plugins_Prefix.pch";
  3605 				HEADER_SEARCH_PATHS = Source;
  3606 				INFOPLIST_FILE = Plugins/Displays/Brushed/Info.plist;
  3607 				INSTALL_PATH = "$(USER_LIBRARY_DIR)/Application Support/Growl/Plugins";
  3608 				LIBRARY_STYLE = BUNDLE;
  3609 				OTHER_LDFLAGS = (
  3610 					"-undefined",
  3611 					dynamic_lookup,
  3612 				);
  3613 				PRODUCT_NAME = Brushed;
  3614 				REZ_RESOURCE_MAP_READ_ONLY = YES;
  3615 				WRAPPER_EXTENSION = growlView;
  3616 			};
  3617 			name = Debug;
  3618 		};
  3619 		95EE274D0855AA6C0045DB39 /* Release */ = {
  3620 			isa = XCBuildConfiguration;
  3621 			buildSettings = {
  3622 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
  3623 				GCC_PREFIX_HEADER = "Plugins/Displays/Display Plugins_Prefix.pch";
  3624 				GCC_PREPROCESSOR_DEFINITIONS = (
  3625 					NDEBUG,
  3626 					NS_BLOCK_ASSERTIONS,
  3627 				);
  3628 				HEADER_SEARCH_PATHS = Source;
  3629 				INFOPLIST_FILE = Plugins/Displays/Brushed/Info.plist;
  3630 				INSTALL_PATH = "$(USER_LIBRARY_DIR)/Application Support/Growl/Plugins";
  3631 				LIBRARY_STYLE = BUNDLE;
  3632 				OTHER_LDFLAGS = (
  3633 					"-undefined",
  3634 					dynamic_lookup,
  3635 				);
  3636 				PRODUCT_NAME = Brushed;
  3637 				REZ_RESOURCE_MAP_READ_ONLY = YES;
  3638 				WRAPPER_EXTENSION = growlView;
  3639 			};
  3640 			name = Release;
  3641 		};
  3642 		95EE27510855AA6C0045DB39 /* Debug */ = {
  3643 			isa = XCBuildConfiguration;
  3644 			buildSettings = {
  3645 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
  3646 				GCC_PREFIX_HEADER = "Plugins/Displays/Display Plugins_Prefix.pch";
  3647 				HEADER_SEARCH_PATHS = Source;
  3648 				INFOPLIST_FILE = Plugins/Displays/Bubbles/Info.plist;
  3649 				INSTALL_PATH = "$(USER_LIBRARY_DIR)/Application Support/Growl/Plugins";
  3650 				LIBRARY_STYLE = BUNDLE;
  3651 				OTHER_LDFLAGS = (
  3652 					"-undefined",
  3653 					dynamic_lookup,
  3654 				);
  3655 				PRODUCT_NAME = Bubbles;
  3656 				REZ_RESOURCE_MAP_READ_ONLY = YES;
  3657 				WRAPPER_EXTENSION = growlView;
  3658 			};
  3659 			name = Debug;
  3660 		};
  3661 		95EE27520855AA6C0045DB39 /* Release */ = {
  3662 			isa = XCBuildConfiguration;
  3663 			buildSettings = {
  3664 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
  3665 				GCC_PREFIX_HEADER = "Plugins/Displays/Display Plugins_Prefix.pch";
  3666 				GCC_PREPROCESSOR_DEFINITIONS = (
  3667 					NDEBUG,
  3668 					NS_BLOCK_ASSERTIONS,
  3669 				);
  3670 				HEADER_SEARCH_PATHS = Source;
  3671 				INFOPLIST_FILE = Plugins/Displays/Bubbles/Info.plist;
  3672 				INSTALL_PATH = "$(USER_LIBRARY_DIR)/Application Support/Growl/Plugins";
  3673 				LIBRARY_STYLE = BUNDLE;
  3674 				OTHER_LDFLAGS = (
  3675 					"-undefined",
  3676 					dynamic_lookup,
  3677 				);
  3678 				PRODUCT_NAME = Bubbles;
  3679 				REZ_RESOURCE_MAP_READ_ONLY = YES;
  3680 				WRAPPER_EXTENSION = growlView;
  3681 			};
  3682 			name = Release;
  3683 		};
  3684 		95EE27560855AA6C0045DB39 /* Debug */ = {
  3685 			isa = XCBuildConfiguration;
  3686 			buildSettings = {
  3687 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
  3688 				GCC_PREFIX_HEADER = "Plugins/Displays/Display Plugins_Prefix.pch";
  3689 				HEADER_SEARCH_PATHS = Source;
  3690 				INFOPLIST_FILE = Plugins/Displays/Bezel/Info.plist;
  3691 				INSTALL_PATH = "$(USER_LIBRARY_DIR)/Application Support/Growl/Plugins";
  3692 				LIBRARY_STYLE = BUNDLE;
  3693 				OTHER_LDFLAGS = (
  3694 					"-undefined",
  3695 					dynamic_lookup,
  3696 				);
  3697 				PRODUCT_NAME = Bezel;
  3698 				REZ_RESOURCE_MAP_READ_ONLY = YES;
  3699 				WRAPPER_EXTENSION = growlView;
  3700 			};
  3701 			name = Debug;
  3702 		};
  3703 		95EE27570855AA6C0045DB39 /* Release */ = {
  3704 			isa = XCBuildConfiguration;
  3705 			buildSettings = {
  3706 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
  3707 				GCC_PREFIX_HEADER = "Plugins/Displays/Display Plugins_Prefix.pch";
  3708 				GCC_PREPROCESSOR_DEFINITIONS = (
  3709 					NDEBUG,
  3710 					NS_BLOCK_ASSERTIONS,
  3711 				);
  3712 				HEADER_SEARCH_PATHS = Source;
  3713 				INFOPLIST_FILE = Plugins/Displays/Bezel/Info.plist;
  3714 				INSTALL_PATH = "$(USER_LIBRARY_DIR)/Application Support/Growl/Plugins";
  3715 				LIBRARY_STYLE = BUNDLE;
  3716 				OTHER_LDFLAGS = (
  3717 					"-undefined",
  3718 					dynamic_lookup,
  3719 				);
  3720 				PRODUCT_NAME = Bezel;
  3721 				REZ_RESOURCE_MAP_READ_ONLY = YES;
  3722 				WRAPPER_EXTENSION = growlView;
  3723 			};
  3724 			name = Release;
  3725 		};
  3726 		95EE275B0855AA6C0045DB39 /* Debug */ = {
  3727 			isa = XCBuildConfiguration;
  3728 			buildSettings = {
  3729 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
  3730 				GCC_PREFIX_HEADER = "Plugins/Displays/Display Plugins_Prefix.pch";
  3731 				HEADER_SEARCH_PATHS = Source;
  3732 				INFOPLIST_FILE = Plugins/Displays/Speech/Info.plist;
  3733 				INSTALL_PATH = "$(USER_LIBRARY_DIR)/Application Support/Growl/Plugins";
  3734 				LIBRARY_STYLE = BUNDLE;
  3735 				OTHER_LDFLAGS = (
  3736 					"-undefined",
  3737 					dynamic_lookup,
  3738 				);
  3739 				PRODUCT_NAME = Speech;
  3740 				REZ_RESOURCE_MAP_READ_ONLY = YES;
  3741 				WRAPPER_EXTENSION = growlView;
  3742 			};
  3743 			name = Debug;
  3744 		};
  3745 		95EE275C0855AA6C0045DB39 /* Release */ = {
  3746 			isa = XCBuildConfiguration;
  3747 			buildSettings = {
  3748 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
  3749 				GCC_PREFIX_HEADER = "Plugins/Displays/Display Plugins_Prefix.pch";
  3750 				GCC_PREPROCESSOR_DEFINITIONS = (
  3751 					NDEBUG,
  3752 					NS_BLOCK_ASSERTIONS,
  3753 				);
  3754 				HEADER_SEARCH_PATHS = Source;
  3755 				INFOPLIST_FILE = Plugins/Displays/Speech/Info.plist;
  3756 				INSTALL_PATH = "$(USER_LIBRARY_DIR)/Application Support/Growl/Plugins";
  3757 				LIBRARY_STYLE = BUNDLE;
  3758 				OTHER_LDFLAGS = (
  3759 					"-undefined",
  3760 					dynamic_lookup,
  3761 				);
  3762 				PRODUCT_NAME = Speech;
  3763 				REZ_RESOURCE_MAP_READ_ONLY = YES;
  3764 				WRAPPER_EXTENSION = growlView;
  3765 			};
  3766 			name = Release;
  3767 		};
  3768 		95EE27600855AA6C0045DB39 /* Debug */ = {
  3769 			isa = XCBuildConfiguration;
  3770 			buildSettings = {
  3771 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
  3772 				GCC_PREFIX_HEADER = "Plugins/Displays/Display Plugins_Prefix.pch";
  3773 				HEADER_SEARCH_PATHS = Source;
  3774 				INFOPLIST_FILE = Plugins/Displays/Smoke/Info.plist;
  3775 				INSTALL_PATH = "$(USER_LIBRARY_DIR)/Application Support/Growl/Plugins";
  3776 				LIBRARY_STYLE = BUNDLE;
  3777 				OTHER_LDFLAGS = (
  3778 					"-undefined",
  3779 					dynamic_lookup,
  3780 				);
  3781 				PRODUCT_NAME = Smoke;
  3782 				REZ_RESOURCE_MAP_READ_ONLY = YES;
  3783 				WRAPPER_EXTENSION = growlView;
  3784 			};
  3785 			name = Debug;
  3786 		};
  3787 		95EE27610855AA6C0045DB39 /* Release */ = {
  3788 			isa = XCBuildConfiguration;
  3789 			buildSettings = {
  3790 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
  3791 				GCC_PREFIX_HEADER = "Plugins/Displays/Display Plugins_Prefix.pch";
  3792 				GCC_PREPROCESSOR_DEFINITIONS = (
  3793 					NDEBUG,
  3794 					NS_BLOCK_ASSERTIONS,
  3795 				);
  3796 				HEADER_SEARCH_PATHS = Source;
  3797 				INFOPLIST_FILE = Plugins/Displays/Smoke/Info.plist;
  3798 				INSTALL_PATH = "$(USER_LIBRARY_DIR)/Application Support/Growl/Plugins";
  3799 				LIBRARY_STYLE = BUNDLE;
  3800 				OTHER_LDFLAGS = (
  3801 					"-undefined",
  3802 					dynamic_lookup,
  3803 				);
  3804 				PRODUCT_NAME = Smoke;
  3805 				REZ_RESOURCE_MAP_READ_ONLY = YES;
  3806 				WRAPPER_EXTENSION = growlView;
  3807 			};
  3808 			name = Release;
  3809 		};
  3810 		95EE27650855AA6C0045DB39 /* Debug */ = {
  3811 			isa = XCBuildConfiguration;
  3812 			buildSettings = {
  3813 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
  3814 				GCC_PREFIX_HEADER = "Plugins/Displays/Display Plugins_Prefix.pch";
  3815 				HEADER_SEARCH_PATHS = Source;
  3816 				INFOPLIST_FILE = Plugins/Displays/MailMe/Info.plist;
  3817 				INSTALL_PATH = "$(USER_LIBRARY_DIR)/Application Support/Growl/Plugins";
  3818 				LIBRARY_STYLE = BUNDLE;
  3819 				OTHER_LDFLAGS = (
  3820 					"-undefined",
  3821 					dynamic_lookup,
  3822 				);
  3823 				"OTHER_LDFLAGS[arch=ppc64]" = (
  3824 					"-undefined",
  3825 					dynamic_lookup,
  3826 					"-framework",
  3827 					ScriptingBridge,
  3828 				);
  3829 				"OTHER_LDFLAGS[arch=x86_64]" = (
  3830 					"-undefined",
  3831 					dynamic_lookup,
  3832 					"-framework",
  3833 					ScriptingBridge,
  3834 				);
  3835 				PRODUCT_NAME = MailMe;
  3836 				REZ_RESOURCE_MAP_READ_ONLY = YES;
  3837 				WRAPPER_EXTENSION = growlView;
  3838 			};
  3839 			name = Debug;
  3840 		};
  3841 		95EE27660855AA6C0045DB39 /* Release */ = {
  3842 			isa = XCBuildConfiguration;
  3843 			buildSettings = {
  3844 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
  3845 				GCC_PREFIX_HEADER = "Plugins/Displays/Display Plugins_Prefix.pch";
  3846 				GCC_PREPROCESSOR_DEFINITIONS = (
  3847 					NDEBUG,
  3848 					NS_BLOCK_ASSERTIONS,
  3849 				);
  3850 				HEADER_SEARCH_PATHS = Source;
  3851 				INFOPLIST_FILE = Plugins/Displays/MailMe/Info.plist;
  3852 				INSTALL_PATH = "$(USER_LIBRARY_DIR)/Application Support/Growl/Plugins";
  3853 				LIBRARY_STYLE = BUNDLE;
  3854 				OTHER_LDFLAGS = (
  3855 					"-undefined",
  3856 					dynamic_lookup,
  3857 				);
  3858 				"OTHER_LDFLAGS[arch=ppc64]" = (
  3859 					"-undefined",
  3860 					dynamic_lookup,
  3861 					"-framework",
  3862 					ScriptingBridge,
  3863 				);
  3864 				"OTHER_LDFLAGS[arch=x86_64]" = (
  3865 					"-undefined",
  3866 					dynamic_lookup,
  3867 					"-framework",
  3868 					ScriptingBridge,
  3869 				);
  3870 				PRODUCT_NAME = MailMe;
  3871 				REZ_RESOURCE_MAP_READ_ONLY = YES;
  3872 				WRAPPER_EXTENSION = growlView;
  3873 			};
  3874 			name = Release;
  3875 		};
  3876 		95EE276A0855AA6C0045DB39 /* Debug */ = {
  3877 			isa = XCBuildConfiguration;
  3878 			buildSettings = {
  3879 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
  3880 				GCC_PREFIX_HEADER = "Plugins/Displays/Display Plugins_Prefix.pch";
  3881 				HEADER_SEARCH_PATHS = Source;
  3882 				INFOPLIST_FILE = Plugins/Displays/MusicVideo/Info.plist;
  3883 				INSTALL_PATH = "$(USER_LIBRARY_DIR)/Application Support/Growl/Plugins";
  3884 				LIBRARY_STYLE = BUNDLE;
  3885 				OTHER_LDFLAGS = (
  3886 					"-undefined",
  3887 					dynamic_lookup,
  3888 				);
  3889 				PRODUCT_NAME = MusicVideo;
  3890 				REZ_RESOURCE_MAP_READ_ONLY = YES;
  3891 				WRAPPER_EXTENSION = growlView;
  3892 			};
  3893 			name = Debug;
  3894 		};
  3895 		95EE276B0855AA6C0045DB39 /* Release */ = {
  3896 			isa = XCBuildConfiguration;
  3897 			buildSettings = {
  3898 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
  3899 				GCC_PREFIX_HEADER = "Plugins/Displays/Display Plugins_Prefix.pch";
  3900 				GCC_PREPROCESSOR_DEFINITIONS = (
  3901 					NDEBUG,
  3902 					NS_BLOCK_ASSERTIONS,
  3903 				);
  3904 				HEADER_SEARCH_PATHS = Source;
  3905 				INFOPLIST_FILE = Plugins/Displays/MusicVideo/Info.plist;
  3906 				INSTALL_PATH = "$(USER_LIBRARY_DIR)/Application Support/Growl/Plugins";
  3907 				LIBRARY_STYLE = BUNDLE;
  3908 				OTHER_LDFLAGS = (
  3909 					"-undefined",
  3910 					dynamic_lookup,
  3911 				);
  3912 				PRODUCT_NAME = MusicVideo;
  3913 				REZ_RESOURCE_MAP_READ_ONLY = YES;
  3914 				WRAPPER_EXTENSION = growlView;
  3915 			};
  3916 			name = Release;
  3917 		};
  3918 		95EE276F0855AA6C0045DB39 /* Debug */ = {
  3919 			isa = XCBuildConfiguration;
  3920 			buildSettings = {
  3921 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
  3922 				GCC_PREFIX_HEADER = "Plugins/Displays/Display Plugins_Prefix.pch";
  3923 				HEADER_SEARCH_PATHS = source;
  3924 				INFOPLIST_FILE = Plugins/Displays/SMS/Info.plist;
  3925 				INSTALL_PATH = "$(USER_LIBRARY_DIR)/Bundles";
  3926 				LIBRARY_STYLE = BUNDLE;
  3927 				OTHER_LDFLAGS = (
  3928 					"-undefined",
  3929 					dynamic_lookup,
  3930 				);
  3931 				OTHER_REZFLAGS = "";
  3932 				PRODUCT_NAME = SMS;
  3933 				REZ_RESOURCE_MAP_READ_ONLY = YES;
  3934 				SECTORDER_FLAGS = "";
  3935 				WRAPPER_EXTENSION = growlView;
  3936 			};
  3937 			name = Debug;
  3938 		};
  3939 		95EE27700855AA6C0045DB39 /* Release */ = {
  3940 			isa = XCBuildConfiguration;
  3941 			buildSettings = {
  3942 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
  3943 				GCC_PREFIX_HEADER = "Plugins/Displays/Display Plugins_Prefix.pch";
  3944 				GCC_PREPROCESSOR_DEFINITIONS = (
  3945 					NDEBUG,
  3946 					NS_BLOCK_ASSERTIONS,
  3947 				);
  3948 				HEADER_SEARCH_PATHS = source;
  3949 				INFOPLIST_FILE = Plugins/Displays/SMS/Info.plist;
  3950 				INSTALL_PATH = "$(USER_LIBRARY_DIR)/Bundles";
  3951 				LIBRARY_STYLE = BUNDLE;
  3952 				OTHER_LDFLAGS = (
  3953 					"-undefined",
  3954 					dynamic_lookup,
  3955 				);
  3956 				OTHER_REZFLAGS = "";
  3957 				PRODUCT_NAME = SMS;
  3958 				REZ_RESOURCE_MAP_READ_ONLY = YES;
  3959 				SECTORDER_FLAGS = "";
  3960 				WRAPPER_EXTENSION = growlView;
  3961 			};
  3962 			name = Release;
  3963 		};
  3964 		95EE27740855AA6C0045DB39 /* Debug */ = {
  3965 			isa = XCBuildConfiguration;
  3966 			buildSettings = {
  3967 				GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  3968 				GCC_ENABLE_OBJC_GC = unsupported;
  3969 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
  3970 				GCC_PREFIX_HEADER = Core/Source/Growl_Prefix.pch;
  3971 				INFOPLIST_FILE = "Core/Resources/GrowlHelperApp-Info.plist";
  3972 				INSTALL_PATH = "$(USER_APPS_DIR)";
  3973 				"OTHER_CFLAGS[arch=ppc64]" = "-fvisibility=default";
  3974 				"OTHER_CFLAGS[arch=x86_64]" = "-fvisibility=default";
  3975 				PRODUCT_NAME = GrowlHelperApp;
  3976 				REZ_RESOURCE_MAP_READ_ONLY = YES;
  3977 			};
  3978 			name = Debug;
  3979 		};
  3980 		95EE27750855AA6C0045DB39 /* Release */ = {
  3981 			isa = XCBuildConfiguration;
  3982 			buildSettings = {
  3983 				CODE_SIGN_IDENTITY = "Growl code-signing certificate";
  3984 				GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  3985 				GCC_ENABLE_OBJC_GC = unsupported;
  3986 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
  3987 				GCC_PREFIX_HEADER = Core/Source/Growl_Prefix.pch;
  3988 				GCC_PREPROCESSOR_DEFINITIONS = (
  3989 					NDEBUG,
  3990 					NS_BLOCK_ASSERTIONS,
  3991 				);
  3992 				INFOPLIST_FILE = "Core/Resources/GrowlHelperApp-Info.plist";
  3993 				INSTALL_PATH = "$(USER_APPS_DIR)";
  3994 				"OTHER_CFLAGS[arch=ppc64]" = "-fvisibility=default";
  3995 				"OTHER_CFLAGS[arch=x86_64]" = "-fvisibility=default";
  3996 				PREBINDING = NO;
  3997 				PRODUCT_NAME = GrowlHelperApp;
  3998 				REZ_RESOURCE_MAP_READ_ONLY = YES;
  3999 			};
  4000 			name = Release;
  4001 		};
  4002 		95EE27790855AA6C0045DB39 /* Debug */ = {
  4003 			isa = XCBuildConfiguration;
  4004 			buildSettings = {
  4005 				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
  4006 				GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  4007 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
  4008 				GCC_PREFIX_HEADER = Core/Source/Growl_Prefix.pch;
  4009 				INFOPLIST_FILE = "StatusItem/Resources/MenuExtra-Info.plist";
  4010 				INSTALL_PATH = "$(USER_APPS_DIR)";
  4011 				PRODUCT_NAME = GrowlMenu;
  4012 			};
  4013 			name = Debug;
  4014 		};
  4015 		95EE277A0855AA6C0045DB39 /* Release */ = {
  4016 			isa = XCBuildConfiguration;
  4017 			buildSettings = {
  4018 				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
  4019 				GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  4020 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
  4021 				GCC_PREFIX_HEADER = Core/Source/Growl_Prefix.pch;
  4022 				GCC_PREPROCESSOR_DEFINITIONS = (
  4023 					NDEBUG,
  4024 					NS_BLOCK_ASSERTIONS,
  4025 				);
  4026 				INFOPLIST_FILE = "StatusItem/Resources/MenuExtra-Info.plist";
  4027 				INSTALL_PATH = "$(USER_APPS_DIR)";
  4028 				PREBINDING = NO;
  4029 				PRODUCT_NAME = GrowlMenu;
  4030 			};
  4031 			name = Release;
  4032 		};
  4033 		95EE277E0855AA6C0045DB39 /* Debug */ = {
  4034 			isa = XCBuildConfiguration;
  4035 			buildSettings = {
  4036 				FRAMEWORK_SEARCH_PATHS = "\"$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks\"";
  4037 				GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  4038 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
  4039 				GCC_PREFIX_HEADER = Core/Source/Growl_Prefix.pch;
  4040 				INFOPLIST_FILE = Core/Resources/Info.plist;
  4041 				INSTALL_PATH = "$(HOME)/Library/PreferencePanes";
  4042 				LIBRARY_STYLE = BUNDLE;
  4043 				PRODUCT_NAME = Growl;
  4044 				REZ_RESOURCE_MAP_READ_ONLY = YES;
  4045 				WRAPPER_EXTENSION = prefPane;
  4046 			};
  4047 			name = Debug;
  4048 		};
  4049 		95EE277F0855AA6C0045DB39 /* Release */ = {
  4050 			isa = XCBuildConfiguration;
  4051 			buildSettings = {
  4052 				FRAMEWORK_SEARCH_PATHS = "\"$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks\"";
  4053 				GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  4054 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
  4055 				GCC_PREFIX_HEADER = Core/Source/Growl_Prefix.pch;
  4056 				GCC_PREPROCESSOR_DEFINITIONS = (
  4057 					NDEBUG,
  4058 					NS_BLOCK_ASSERTIONS,
  4059 				);
  4060 				INFOPLIST_FILE = Core/Resources/Info.plist;
  4061 				INSTALL_PATH = "$(HOME)/Library/PreferencePanes";
  4062 				LIBRARY_STYLE = BUNDLE;
  4063 				PRODUCT_NAME = Growl;
  4064 				REZ_RESOURCE_MAP_READ_ONLY = YES;
  4065 				WRAPPER_EXTENSION = prefPane;
  4066 			};
  4067 			name = Release;
  4068 		};
  4069 		95EE27880855AA6C0045DB39 /* Debug */ = {
  4070 			isa = XCBuildConfiguration;
  4071 			buildSettings = {
  4072 				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
  4073 				DYLIB_COMPATIBILITY_VERSION = 1;
  4074 				DYLIB_CURRENT_VERSION = 1;
  4075 				FRAMEWORK_VERSION = A;
  4076 				GCC_ENABLE_OBJC_GC = supported;
  4077 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
  4078 				GCC_PREFIX_HEADER = Framework/Source/GrowlFramework_Prefix.pch;
  4079 				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  4080 				INFOPLIST_FILE = "Framework/Resources/Growl.framework-Info.plist";
  4081 				INFOPLIST_PREFIX_HEADER = "$(TARGET_BUILD_DIR)/include/HgRevision.h";
  4082 				INFOPLIST_PREPROCESS = YES;
  4083 				INSTALL_PATH = "@executable_path/../Frameworks";
  4084 				LIBRARY_STYLE = DYNAMIC;
  4085 				MACH_O_TYPE = mh_dylib;
  4086 				"MACOSX_DEPLOYMENT_TARGET[arch=i386]" = 10.4;
  4087 				"MACOSX_DEPLOYMENT_TARGET[arch=ppc]" = 10.4;
  4088 				OTHER_LDFLAGS = (
  4089 					"-lobjc",
  4090 					"-sub_library",
  4091 					libobjc,
  4092 					"-seg1addr",
  4093 					0xC0000000,
  4094 				);
  4095 				PRODUCT_NAME = Growl;
  4096 				REZ_RESOURCE_MAP_READ_ONLY = YES;
  4097 				SKIP_INSTALL = YES;
  4098 				WARNING_LDFLAGS = "-Wassign-intercept";
  4099 			};
  4100 			name = Debug;
  4101 		};
  4102 		95EE27890855AA6C0045DB39 /* Release */ = {
  4103 			isa = XCBuildConfiguration;
  4104 			buildSettings = {
  4105 				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
  4106 				DYLIB_COMPATIBILITY_VERSION = 1;
  4107 				DYLIB_CURRENT_VERSION = 1;
  4108 				FRAMEWORK_VERSION = A;
  4109 				GCC_ENABLE_OBJC_GC = supported;
  4110 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
  4111 				GCC_PREFIX_HEADER = Framework/Source/GrowlFramework_Prefix.pch;
  4112 				GCC_PREPROCESSOR_DEFINITIONS = (
  4113 					NDEBUG,
  4114 					NS_BLOCK_ASSERTIONS,
  4115 				);
  4116 				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  4117 				INFOPLIST_FILE = "Framework/Resources/Growl.framework-Info.plist";
  4118 				INFOPLIST_PREFIX_HEADER = "$(TARGET_BUILD_DIR)/include/HgRevision.h";
  4119 				INFOPLIST_PREPROCESS = YES;
  4120 				INSTALL_PATH = "@executable_path/../Frameworks";
  4121 				LIBRARY_STYLE = DYNAMIC;
  4122 				MACH_O_TYPE = mh_dylib;
  4123 				"MACOSX_DEPLOYMENT_TARGET[arch=ppc]" = 10.4;
  4124 				OTHER_LDFLAGS = (
  4125 					"-lobjc",
  4126 					"-sub_library",
  4127 					libobjc,
  4128 					"-seg1addr",
  4129 					0xC0000000,
  4130 				);
  4131 				PRODUCT_NAME = Growl;
  4132 				REZ_RESOURCE_MAP_READ_ONLY = YES;
  4133 				SKIP_INSTALL = YES;
  4134 				WARNING_LDFLAGS = "-Wassign-intercept";
  4135 			};
  4136 			name = Release;
  4137 		};
  4138 		95EE278D0855AA6C0045DB39 /* Debug */ = {
  4139 			isa = XCBuildConfiguration;
  4140 			buildSettings = {
  4141 				DYLIB_COMPATIBILITY_VERSION = 1;
  4142 				DYLIB_CURRENT_VERSION = 1;
  4143 				FRAMEWORK_VERSION = A;
  4144 				GCC_ENABLE_OBJC_GC = supported;
  4145 				"GCC_ENABLE_OBJC_GC[arch=i386]" = unsupported;
  4146 				"GCC_ENABLE_OBJC_GC[arch=ppc]" = unsupported;
  4147 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
  4148 				GCC_PREFIX_HEADER = Framework/Source/GrowlFramework_Prefix.pch;
  4149 				GCC_PREPROCESSOR_DEFINITIONS = GROWL_WITH_INSTALLER;
  4150 				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  4151 				INFOPLIST_FILE = "Framework/Resources/Growl-WithInstaller.framework-Info.plist";
  4152 				INFOPLIST_PREFIX_HEADER = "$(TARGET_BUILD_DIR)/include/HgRevision.h";
  4153 				INFOPLIST_PREPROCESS = YES;
  4154 				INSTALL_PATH = "@executable_path/../Frameworks";
  4155 				LIBRARY_STYLE = DYNAMIC;
  4156 				MACH_O_TYPE = mh_dylib;
  4157 				"MACOSX_DEPLOYMENT_TARGET[arch=i386]" = 10.4;
  4158 				"MACOSX_DEPLOYMENT_TARGET[arch=ppc]" = 10.3;
  4159 				OTHER_LDFLAGS = (
  4160 					"-lobjc",
  4161 					"-sub_library",
  4162 					libobjc,
  4163 					"-seg1addr",
  4164 					0xC0000000,
  4165 				);
  4166 				PRODUCT_NAME = "Growl-WithInstaller";
  4167 				REZ_RESOURCE_MAP_READ_ONLY = YES;
  4168 				SKIP_INSTALL = YES;
  4169 			};
  4170 			name = Debug;
  4171 		};
  4172 		95EE278E0855AA6C0045DB39 /* Release */ = {
  4173 			isa = XCBuildConfiguration;
  4174 			buildSettings = {
  4175 				DYLIB_COMPATIBILITY_VERSION = 1;
  4176 				DYLIB_CURRENT_VERSION = 1;
  4177 				FRAMEWORK_VERSION = A;
  4178 				GCC_ENABLE_OBJC_GC = supported;
  4179 				"GCC_ENABLE_OBJC_GC[arch=i386]" = unsupported;
  4180 				"GCC_ENABLE_OBJC_GC[arch=ppc]" = unsupported;
  4181 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
  4182 				GCC_PREFIX_HEADER = Framework/Source/GrowlFramework_Prefix.pch;
  4183 				GCC_PREPROCESSOR_DEFINITIONS = (
  4184 					NDEBUG,
  4185 					NS_BLOCK_ASSERTIONS,
  4186 					GROWL_WITH_INSTALLER,
  4187 				);
  4188 				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  4189 				INFOPLIST_FILE = "Framework/Resources/Growl-WithInstaller.framework-Info.plist";
  4190 				INFOPLIST_PREFIX_HEADER = "$(TARGET_BUILD_DIR)/include/HgRevision.h";
  4191 				INFOPLIST_PREPROCESS = YES;
  4192 				INSTALL_PATH = "@executable_path/../Frameworks";
  4193 				LIBRARY_STYLE = DYNAMIC;
  4194 				MACH_O_TYPE = mh_dylib;
  4195 				"MACOSX_DEPLOYMENT_TARGET[arch=ppc]" = 10.3;
  4196 				OTHER_LDFLAGS = (
  4197 					"-lobjc",
  4198 					"-sub_library",
  4199 					libobjc,
  4200 					"-seg1addr",
  4201 					0xC0000000,
  4202 				);
  4203 				PRODUCT_NAME = "Growl-WithInstaller";
  4204 				REZ_RESOURCE_MAP_READ_ONLY = YES;
  4205 				SKIP_INSTALL = YES;
  4206 			};
  4207 			name = Release;
  4208 		};
  4209 		95EE27920855AA6C0045DB39 /* Debug */ = {
  4210 			isa = XCBuildConfiguration;
  4211 			buildSettings = {
  4212 				ALWAYS_SEARCH_USER_PATHS = NO;
  4213 				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
  4214 				COPY_PHASE_STRIP = NO;
  4215 				DEAD_CODE_STRIPPING = NO;
  4216 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  4217 				GCC_C_LANGUAGE_STANDARD = gnu99;
  4218 				GCC_DEBUGGING_SYMBOLS = default;
  4219 				GCC_DYNAMIC_NO_PIC = NO;
  4220 				GCC_ENABLE_FIX_AND_CONTINUE = NO;
  4221 				GCC_ENABLE_OBJC_GC = supported;
  4222 				GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
  4223 				GCC_OPTIMIZATION_LEVEL = 0;
  4224 				GCC_VERSION = 4.0;
  4225 				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  4226 				GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
  4227 				GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
  4228 				GCC_WARN_ABOUT_RETURN_TYPE = NO;
  4229 				GCC_WARN_CHECK_SWITCH_STATEMENTS = YES;
  4230 				GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
  4231 				GCC_WARN_MISSING_PARENTHESES = YES;
  4232 				GCC_WARN_SHADOW = YES;
  4233 				GCC_WARN_SIGN_COMPARE = YES;
  4234 				GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES;
  4235 				GCC_WARN_UNINITIALIZED_AUTOS = NO;
  4236 				GCC_WARN_UNKNOWN_PRAGMAS = YES;
  4237 				GCC_WARN_UNUSED_FUNCTION = YES;
  4238 				GCC_WARN_UNUSED_LABEL = YES;
  4239 				GCC_WARN_UNUSED_PARAMETER = YES;
  4240 				GCC_WARN_UNUSED_VALUE = YES;
  4241 				GCC_WARN_UNUSED_VARIABLE = YES;
  4242 				MACOSX_DEPLOYMENT_TARGET = 10.5;
  4243 				"MACOSX_DEPLOYMENT_TARGET[arch=i386]" = 10.4;
  4244 				"MACOSX_DEPLOYMENT_TARGET[arch=ppc]" = 10.4;
  4245 				"MACOSX_DEPLOYMENT_TARGET[arch=x86_64]" = 10.5;
  4246 				"OTHER_CFLAGS[arch=i386]" = "-fsingle-precision-constant";
  4247 				"OTHER_CFLAGS[arch=ppc]" = "-fsingle-precision-constant";
  4248 				PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
  4249 				REZ_PREPROCESSOR_DEFINITIONS = DEBUG;
  4250 				SDKROOT = macosx10.5;
  4251 				STRIP_STYLE = debugging;
  4252 				VALID_ARCHS = "i386 ppc ppc7400 ppc970 x86_64";
  4253 				WARNING_CFLAGS = (
  4254 					"-W",
  4255 					"-Wall",
  4256 					"-Wpointer-arith",
  4257 					"-Wformat=2",
  4258 					"-Wfloat-equal",
  4259 				);
  4260 				ZERO_LINK = NO;
  4261 			};
  4262 			name = Debug;
  4263 		};
  4264 		95EE27930855AA6C0045DB39 /* Release */ = {
  4265 			isa = XCBuildConfiguration;
  4266 			buildSettings = {
  4267 				ALWAYS_SEARCH_USER_PATHS = NO;
  4268 				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
  4269 				COPY_PHASE_STRIP = NO;
  4270 				DEAD_CODE_STRIPPING = YES;
  4271 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  4272 				DEPLOYMENT_POSTPROCESSING = YES;
  4273 				GCC_C_LANGUAGE_STANDARD = gnu99;
  4274 				GCC_DEBUGGING_SYMBOLS = full;
  4275 				GCC_ENABLE_FIX_AND_CONTINUE = NO;
  4276 				GCC_ENABLE_OBJC_GC = supported;
  4277 				GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
  4278 				GCC_VERSION = 4.0;
  4279 				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  4280 				GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
  4281 				GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
  4282 				GCC_WARN_ABOUT_RETURN_TYPE = NO;
  4283 				GCC_WARN_CHECK_SWITCH_STATEMENTS = YES;
  4284 				GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
  4285 				GCC_WARN_MISSING_PARENTHESES = YES;
  4286 				GCC_WARN_SHADOW = YES;
  4287 				GCC_WARN_SIGN_COMPARE = YES;
  4288 				GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES;
  4289 				GCC_WARN_UNINITIALIZED_AUTOS = YES;
  4290 				GCC_WARN_UNKNOWN_PRAGMAS = YES;
  4291 				GCC_WARN_UNUSED_FUNCTION = YES;
  4292 				GCC_WARN_UNUSED_LABEL = YES;
  4293 				GCC_WARN_UNUSED_PARAMETER = YES;
  4294 				GCC_WARN_UNUSED_VALUE = YES;
  4295 				GCC_WARN_UNUSED_VARIABLE = YES;
  4296 				MACOSX_DEPLOYMENT_TARGET = 10.5;
  4297 				"MACOSX_DEPLOYMENT_TARGET[arch=i386]" = 10.4;
  4298 				"MACOSX_DEPLOYMENT_TARGET[arch=ppc]" = 10.4;
  4299 				"MACOSX_DEPLOYMENT_TARGET[arch=x86_64]" = 10.5;
  4300 				"OTHER_CFLAGS[arch=i386]" = "-fsingle-precision-constant";
  4301 				"OTHER_CFLAGS[arch=ppc]" = "-fsingle-precision-constant";
  4302 				PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
  4303 				SDKROOT = macosx10.5;
  4304 				SEPARATE_STRIP = YES;
  4305 				STRIP_INSTALLED_PRODUCT = YES;
  4306 				STRIP_STYLE = debugging;
  4307 				VALID_ARCHS = "i386 ppc ppc7400 ppc970 x86_64";
  4308 				WARNING_CFLAGS = (
  4309 					"-W",
  4310 					"-Wall",
  4311 					"-Wpointer-arith",
  4312 					"-Wformat=2",
  4313 					"-Wfloat-equal",
  4314 				);
  4315 				ZERO_LINK = NO;
  4316 			};
  4317 			name = Release;
  4318 		};
  4319 		E14410ED0A94072E0063C4DC /* Debug */ = {
  4320 			isa = XCBuildConfiguration;
  4321 			buildSettings = {
  4322 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
  4323 				GCC_PREFIX_HEADER = "Plugins/Displays/Display Plugins_Prefix.pch";
  4324 				HEADER_SEARCH_PATHS = Source;
  4325 				INFOPLIST_FILE = Plugins/Displays/iCal/Info.plist;
  4326 				INSTALL_PATH = "$(USER_LIBRARY_DIR)/Application Support/Growl/Plugins";
  4327 				LIBRARY_STYLE = BUNDLE;
  4328 				OTHER_LDFLAGS = (
  4329 					"-undefined",
  4330 					dynamic_lookup,
  4331 				);
  4332 				PRODUCT_NAME = iCal;
  4333 				REZ_RESOURCE_MAP_READ_ONLY = YES;
  4334 				WRAPPER_EXTENSION = growlView;
  4335 			};
  4336 			name = Debug;
  4337 		};
  4338 		E14410EE0A94072E0063C4DC /* Release */ = {
  4339 			isa = XCBuildConfiguration;
  4340 			buildSettings = {
  4341 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
  4342 				GCC_PREFIX_HEADER = "Plugins/Displays/Display Plugins_Prefix.pch";
  4343 				GCC_PREPROCESSOR_DEFINITIONS = (
  4344 					NDEBUG,
  4345 					NS_BLOCK_ASSERTIONS,
  4346 				);
  4347 				HEADER_SEARCH_PATHS = Source;
  4348 				INFOPLIST_FILE = Plugins/Displays/iCal/Info.plist;
  4349 				INSTALL_PATH = "$(USER_LIBRARY_DIR)/Application Support/Growl/Plugins";
  4350 				LIBRARY_STYLE = BUNDLE;
  4351 				OTHER_LDFLAGS = (
  4352 					"-undefined",
  4353 					dynamic_lookup,
  4354 				);
  4355 				PRODUCT_NAME = iCal;
  4356 				REZ_RESOURCE_MAP_READ_ONLY = YES;
  4357 				WRAPPER_EXTENSION = growlView;
  4358 			};
  4359 			name = Release;
  4360 		};
  4361 /* End XCBuildConfiguration section */
  4362 
  4363 /* Begin XCConfigurationList section */
  4364 		34725DC90C0678C800499F50 /* Build configuration list for PBXNativeTarget "Growl.dylib" */ = {
  4365 			isa = XCConfigurationList;
  4366 			buildConfigurations = (
  4367 				34725DCA0C0678C800499F50 /* Debug */,
  4368 				34725DCB0C0678C800499F50 /* Release */,
  4369 			);
  4370 			defaultConfigurationIsVisible = 0;
  4371 			defaultConfigurationName = Debug;
  4372 		};
  4373 		9340E3050C94D4B300A1F682 /* Build configuration list for PBXAggregateTarget "SystemPreferencesTesting" */ = {
  4374 			isa = XCConfigurationList;
  4375 			buildConfigurations = (
  4376 				9340E3060C94D4B300A1F682 /* Debug */,
  4377 				9340E3070C94D4B300A1F682 /* Release */,
  4378 			);
  4379 			defaultConfigurationIsVisible = 0;
  4380 			defaultConfigurationName = Debug;
  4381 		};
  4382 		93BC379B095A662B0002B365 /* Build configuration list for PBXNativeTarget "Nano" */ = {
  4383 			isa = XCConfigurationList;
  4384 			buildConfigurations = (
  4385 				93BC379C095A662B0002B365 /* Debug */,
  4386 				93BC379D095A662B0002B365 /* Release */,
  4387 			);
  4388 			defaultConfigurationIsVisible = 0;
  4389 			defaultConfigurationName = Debug;
  4390 		};
  4391 		95E17B99085E21C400990AB3 /* Build configuration list for PBXAggregateTarget "hg revision" */ = {
  4392 			isa = XCConfigurationList;
  4393 			buildConfigurations = (
  4394 				95E17B9A085E21C400990AB3 /* Debug */,
  4395 				95E17B9B085E21C400990AB3 /* Release */,
  4396 			);
  4397 			defaultConfigurationIsVisible = 0;
  4398 			defaultConfigurationName = Debug;
  4399 		};
  4400 		95EE274B0855AA6C0045DB39 /* Build configuration list for PBXNativeTarget "Brushed" */ = {
  4401 			isa = XCConfigurationList;
  4402 			buildConfigurations = (
  4403 				95EE274C0855AA6C0045DB39 /* Debug */,
  4404 				95EE274D0855AA6C0045DB39 /* Release */,
  4405 			);
  4406 			defaultConfigurationIsVisible = 0;
  4407 			defaultConfigurationName = Debug;
  4408 		};
  4409 		95EE27500855AA6C0045DB39 /* Build configuration list for PBXNativeTarget "Bubbles" */ = {
  4410 			isa = XCConfigurationList;
  4411 			buildConfigurations = (
  4412 				95EE27510855AA6C0045DB39 /* Debug */,
  4413 				95EE27520855AA6C0045DB39 /* Release */,
  4414 			);
  4415 			defaultConfigurationIsVisible = 0;
  4416 			defaultConfigurationName = Debug;
  4417 		};
  4418 		95EE27550855AA6C0045DB39 /* Build configuration list for PBXNativeTarget "Bezel" */ = {
  4419 			isa = XCConfigurationList;
  4420 			buildConfigurations = (
  4421 				95EE27560855AA6C0045DB39 /* Debug */,
  4422 				95EE27570855AA6C0045DB39 /* Release */,
  4423 			);
  4424 			defaultConfigurationIsVisible = 0;
  4425 			defaultConfigurationName = Debug;
  4426 		};
  4427 		95EE275A0855AA6C0045DB39 /* Build configuration list for PBXNativeTarget "Speech" */ = {
  4428 			isa = XCConfigurationList;
  4429 			buildConfigurations = (
  4430 				95EE275B0855AA6C0045DB39 /* Debug */,
  4431 				95EE275C0855AA6C0045DB39 /* Release */,
  4432 			);
  4433 			defaultConfigurationIsVisible = 0;
  4434 			defaultConfigurationName = Debug;
  4435 		};
  4436 		95EE275F0855AA6C0045DB39 /* Build configuration list for PBXNativeTarget "Smoke" */ = {
  4437 			isa = XCConfigurationList;
  4438 			buildConfigurations = (
  4439 				95EE27600855AA6C0045DB39 /* Debug */,
  4440 				95EE27610855AA6C0045DB39 /* Release */,
  4441 			);
  4442 			defaultConfigurationIsVisible = 0;
  4443 			defaultConfigurationName = Debug;
  4444 		};
  4445 		95EE27640855AA6C0045DB39 /* Build configuration list for PBXNativeTarget "MailMe" */ = {
  4446 			isa = XCConfigurationList;
  4447 			buildConfigurations = (
  4448 				95EE27650855AA6C0045DB39 /* Debug */,
  4449 				95EE27660855AA6C0045DB39 /* Release */,
  4450 			);
  4451 			defaultConfigurationIsVisible = 0;
  4452 			defaultConfigurationName = Debug;
  4453 		};
  4454 		95EE27690855AA6C0045DB39 /* Build configuration list for PBXNativeTarget "MusicVideo" */ = {
  4455 			isa = XCConfigurationList;
  4456 			buildConfigurations = (
  4457 				95EE276A0855AA6C0045DB39 /* Debug */,
  4458 				95EE276B0855AA6C0045DB39 /* Release */,
  4459 			);
  4460 			defaultConfigurationIsVisible = 0;
  4461 			defaultConfigurationName = Debug;
  4462 		};
  4463 		95EE276E0855AA6C0045DB39 /* Build configuration list for PBXNativeTarget "SMS" */ = {
  4464 			isa = XCConfigurationList;
  4465 			buildConfigurations = (
  4466 				95EE276F0855AA6C0045DB39 /* Debug */,
  4467 				95EE27700855AA6C0045DB39 /* Release */,
  4468 			);
  4469 			defaultConfigurationIsVisible = 0;
  4470 			defaultConfigurationName = Debug;
  4471 		};
  4472 		95EE27730855AA6C0045DB39 /* Build configuration list for PBXNativeTarget "GrowlHelperApp" */ = {
  4473 			isa = XCConfigurationList;
  4474 			buildConfigurations = (
  4475 				95EE27740855AA6C0045DB39 /* Debug */,
  4476 				95EE27750855AA6C0045DB39 /* Release */,
  4477 			);
  4478 			defaultConfigurationIsVisible = 0;
  4479 			defaultConfigurationName = Debug;
  4480 		};
  4481 		95EE27780855AA6C0045DB39 /* Build configuration list for PBXNativeTarget "GrowlMenu" */ = {
  4482 			isa = XCConfigurationList;
  4483 			buildConfigurations = (
  4484 				95EE27790855AA6C0045DB39 /* Debug */,
  4485 				95EE277A0855AA6C0045DB39 /* Release */,
  4486 			);
  4487 			defaultConfigurationIsVisible = 0;
  4488 			defaultConfigurationName = Debug;
  4489 		};
  4490 		95EE277D0855AA6C0045DB39 /* Build configuration list for PBXNativeTarget "Growl" */ = {
  4491 			isa = XCConfigurationList;
  4492 			buildConfigurations = (
  4493 				95EE277E0855AA6C0045DB39 /* Debug */,
  4494 				95EE277F0855AA6C0045DB39 /* Release */,
  4495 			);
  4496 			defaultConfigurationIsVisible = 0;
  4497 			defaultConfigurationName = Debug;
  4498 		};
  4499 		95EE27870855AA6C0045DB39 /* Build configuration list for PBXNativeTarget "Growl.framework" */ = {
  4500 			isa = XCConfigurationList;
  4501 			buildConfigurations = (
  4502 				95EE27880855AA6C0045DB39 /* Debug */,
  4503 				95EE27890855AA6C0045DB39 /* Release */,
  4504 			);
  4505 			defaultConfigurationIsVisible = 0;
  4506 			defaultConfigurationName = Debug;
  4507 		};
  4508 		95EE278C0855AA6C0045DB39 /* Build configuration list for PBXNativeTarget "Growl-WithInstaller.framework" */ = {
  4509 			isa = XCConfigurationList;
  4510 			buildConfigurations = (
  4511 				95EE278D0855AA6C0045DB39 /* Debug */,
  4512 				95EE278E0855AA6C0045DB39 /* Release */,
  4513 			);
  4514 			defaultConfigurationIsVisible = 0;
  4515 			defaultConfigurationName = Debug;
  4516 		};
  4517 		95EE27910855AA6C0045DB39 /* Build configuration list for PBXProject "Growl" */ = {
  4518 			isa = XCConfigurationList;
  4519 			buildConfigurations = (
  4520 				95EE27920855AA6C0045DB39 /* Debug */,
  4521 				95EE27930855AA6C0045DB39 /* Release */,
  4522 			);
  4523 			defaultConfigurationIsVisible = 0;
  4524 			defaultConfigurationName = Debug;
  4525 		};
  4526 		E14410EC0A94072E0063C4DC /* Build configuration list for PBXNativeTarget "iCal" */ = {
  4527 			isa = XCConfigurationList;
  4528 			buildConfigurations = (
  4529 				E14410ED0A94072E0063C4DC /* Debug */,
  4530 				E14410EE0A94072E0063C4DC /* Release */,
  4531 			);
  4532 			defaultConfigurationIsVisible = 0;
  4533 			defaultConfigurationName = Debug;
  4534 		};
  4535 /* End XCConfigurationList section */
  4536 	};
  4537 	rootObject = 089C1669FE841209C02AAC07 /* Project object */;
  4538 }