Extras/HardwareGrowler/HardwareGrowler.xcodeproj/project.pbxproj
author Peter Hosey
Wed Apr 15 18:54:23 2009 -0700 (2009-04-15)
changeset 4195 07c18306756c
parent 4194 4a55497142b3
child 4204 2564276c9d5c
permissions -rw-r--r--
Switched the build configurations to use the DWARF-with-dSYM debug symbol format. We'll keep the dSYM files for each release so that we can symbolicate crash logs from the stripped executables.
     1 // !$*UTF8*$!
     2 {
     3 	archiveVersion = 1;
     4 	classes = {
     5 	};
     6 	objectVersion = 42;
     7 	objects = {
     8 
     9 /* Begin PBXAggregateTarget section */
    10 		9533C229085C3E8C009F8046 /* External Frameworks */ = {
    11 			isa = PBXAggregateTarget;
    12 			buildConfigurationList = 9533C22E085C3E94009F8046 /* Build configuration list for PBXAggregateTarget "External Frameworks" */;
    13 			buildPhases = (
    14 				9533C2B7085C3EED009F8046 /* ShellScript */,
    15 			);
    16 			dependencies = (
    17 				9598A0A1086F4D410014C386 /* PBXTargetDependency */,
    18 			);
    19 			name = "External Frameworks";
    20 			productName = "External Frameworks";
    21 		};
    22 /* End PBXAggregateTarget section */
    23 
    24 /* Begin PBXBuildFile section */
    25 		179B92900C14D110004FB187 /* VolumeNotifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 179B928F0C14D110004FB187 /* VolumeNotifier.m */; };
    26 		3423607209D8888A009FF634 /* PowerNotifier.c in Sources */ = {isa = PBXBuildFile; fileRef = 3423607009D8888A009FF634 /* PowerNotifier.c */; };
    27 		345BD6330C8B12B8005C3DA2 /* NetworkNotifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 345BD6320C8B12B8005C3DA2 /* NetworkNotifier.m */; };
    28 		8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 29B97318FDCFA39411CA2CEA /* MainMenu.nib */; };
    29 		8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
    30 		8D11072D0486CEB800E47090 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.c */; settings = {ATTRIBUTES = (); }; };
    31 		8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
    32 		9324AE7907BD77DB001CB55C /* Growl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9324AE7807BD77DB001CB55C /* Growl.framework */; };
    33 		9324AE8807BD781B001CB55C /* Growl.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9324AE7807BD77DB001CB55C /* Growl.framework */; };
    34 		950626470840CB8200C01CD2 /* BluetoothLogo.png in Resources */ = {isa = PBXBuildFile; fileRef = 950626460840CB8200C01CD2 /* BluetoothLogo.png */; };
    35 		9586EF0408C9C3A40039789E /* SyncNotifier.c in Sources */ = {isa = PBXBuildFile; fileRef = 9586EF0208C9C3A40039789E /* SyncNotifier.c */; };
    36 		958AB9DE07C6A7FD00F56B45 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 958AB9DD07C6A7FD00F56B45 /* SystemConfiguration.framework */; };
    37 		95AC163C0858A3BF008213B8 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 95AC163A0858A3BF008213B8 /* Localizable.strings */; };
    38 		95F4FC5809F16BA300666FA8 /* CFGrowlAdditions.c in Sources */ = {isa = PBXBuildFile; fileRef = 95F4FC5709F16BA300666FA8 /* CFGrowlAdditions.c */; };
    39 		DD1E113F07C7558B005BD5FC /* hwGrowlerIcon.icns in Resources */ = {isa = PBXBuildFile; fileRef = DD1E113E07C7558B005BD5FC /* hwGrowlerIcon.icns */; };
    40 		DD1E135C07C923FD005BD5FC /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = DD1E135B07C923FD005BD5FC /* Credits.rtf */; };
    41 		DD54997107BA5E420010BE54 /* AppController.m in Sources */ = {isa = PBXBuildFile; fileRef = DD54996F07BA5E420010BE54 /* AppController.m */; };
    42 		DD54999B07BA61650010BE54 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DD54999A07BA61650010BE54 /* IOKit.framework */; };
    43 		DDE55D2807BAEDE2000631AC /* FireWireNotifier.c in Sources */ = {isa = PBXBuildFile; fileRef = DDE55D2607BAEDE2000631AC /* FireWireNotifier.c */; };
    44 		DDF9B2B007BBD4600007B5B7 /* USBNotifier.c in Sources */ = {isa = PBXBuildFile; fileRef = DDF9B2AE07BBD4600007B5B7 /* USBNotifier.c */; };
    45 		DDF9B2FE07BBD9020007B5B7 /* BluetoothNotifier.c in Sources */ = {isa = PBXBuildFile; fileRef = DDF9B2FC07BBD9020007B5B7 /* BluetoothNotifier.c */; };
    46 		DDF9B33A07BBDAA40007B5B7 /* IOBluetooth.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDF9B33907BBDAA40007B5B7 /* IOBluetooth.framework */; };
    47 		DDF9B6D107BC16E30007B5B7 /* FireWireLogo.png in Resources */ = {isa = PBXBuildFile; fileRef = DDF9B6D007BC16E30007B5B7 /* FireWireLogo.png */; };
    48 		DDF9B6FB07BC1C800007B5B7 /* usbLogo.png in Resources */ = {isa = PBXBuildFile; fileRef = DDF9B6FA07BC1C800007B5B7 /* usbLogo.png */; };
    49 		DDF9B70707BC1D5D0007B5B7 /* usbLogoWhite.png in Resources */ = {isa = PBXBuildFile; fileRef = DDF9B70607BC1D5D0007B5B7 /* usbLogoWhite.png */; };
    50 		DDF9B81107BC20630007B5B7 /* readme.txt in Resources */ = {isa = PBXBuildFile; fileRef = DDF9B81007BC20630007B5B7 /* readme.txt */; };
    51 /* End PBXBuildFile section */
    52 
    53 /* Begin PBXContainerItemProxy section */
    54 		179B92760C14D0C3004FB187 /* PBXContainerItemProxy */ = {
    55 			isa = PBXContainerItemProxy;
    56 			containerPortal = 9533C287085C3ED6009F8046 /* Growl.xcodeproj */;
    57 			proxyType = 2;
    58 			remoteGlobalIDString = 34725B0F0C0678A000499F50;
    59 			remoteInfo = Growl.dylib;
    60 		};
    61 		319838500C0F5F8B002C7607 /* PBXContainerItemProxy */ = {
    62 			isa = PBXContainerItemProxy;
    63 			containerPortal = 9533C287085C3ED6009F8046 /* Growl.xcodeproj */;
    64 			proxyType = 2;
    65 			remoteGlobalIDString = E14410EF0A94072E0063C4DC;
    66 			remoteInfo = iCal;
    67 		};
    68 		9504458F09B57BB5000EAB59 /* PBXContainerItemProxy */ = {
    69 			isa = PBXContainerItemProxy;
    70 			containerPortal = 9533C287085C3ED6009F8046 /* Growl.xcodeproj */;
    71 			proxyType = 2;
    72 			remoteGlobalIDString = 93BC379E095A662B0002B365;
    73 			remoteInfo = Nano;
    74 		};
    75 		9533C299085C3ED6009F8046 /* PBXContainerItemProxy */ = {
    76 			isa = PBXContainerItemProxy;
    77 			containerPortal = 9533C287085C3ED6009F8046 /* Growl.xcodeproj */;
    78 			proxyType = 2;
    79 			remoteGlobalIDString = 8D202CF80486D31800D8A456;
    80 			remoteInfo = Growl;
    81 		};
    82 		9533C29D085C3ED6009F8046 /* PBXContainerItemProxy */ = {
    83 			isa = PBXContainerItemProxy;
    84 			containerPortal = 9533C287085C3ED6009F8046 /* Growl.xcodeproj */;
    85 			proxyType = 2;
    86 			remoteGlobalIDString = CB61E5180637763C00E0DDC7;
    87 			remoteInfo = GrowlHelperApp;
    88 		};
    89 		9533C29F085C3ED6009F8046 /* PBXContainerItemProxy */ = {
    90 			isa = PBXContainerItemProxy;
    91 			containerPortal = 9533C287085C3ED6009F8046 /* Growl.xcodeproj */;
    92 			proxyType = 2;
    93 			remoteGlobalIDString = 95075AB00817F5DB00D862A5;
    94 			remoteInfo = GrowlMenu;
    95 		};
    96 		9533C2A1085C3ED6009F8046 /* PBXContainerItemProxy */ = {
    97 			isa = PBXContainerItemProxy;
    98 			containerPortal = 9533C287085C3ED6009F8046 /* Growl.xcodeproj */;
    99 			proxyType = 2;
   100 			remoteGlobalIDString = 34F60EAB078E1CD500CECA86;
   101 			remoteInfo = Growl.framework;
   102 		};
   103 		9533C2A3085C3ED6009F8046 /* PBXContainerItemProxy */ = {
   104 			isa = PBXContainerItemProxy;
   105 			containerPortal = 9533C287085C3ED6009F8046 /* Growl.xcodeproj */;
   106 			proxyType = 2;
   107 			remoteGlobalIDString = 34F60EF9078E226300CECA86;
   108 			remoteInfo = "Growl-WithInstaller.framework";
   109 		};
   110 		9533C2A5085C3ED6009F8046 /* PBXContainerItemProxy */ = {
   111 			isa = PBXContainerItemProxy;
   112 			containerPortal = 9533C287085C3ED6009F8046 /* Growl.xcodeproj */;
   113 			proxyType = 2;
   114 			remoteGlobalIDString = 0AB508B10767C87B006EA5CB;
   115 			remoteInfo = Speech;
   116 		};
   117 		9533C2A7085C3ED6009F8046 /* PBXContainerItemProxy */ = {
   118 			isa = PBXContainerItemProxy;
   119 			containerPortal = 9533C287085C3ED6009F8046 /* Growl.xcodeproj */;
   120 			proxyType = 2;
   121 			remoteGlobalIDString = 95FC347907E0458E00BD8674;
   122 			remoteInfo = Brushed;
   123 		};
   124 		9533C2A9085C3ED6009F8046 /* PBXContainerItemProxy */ = {
   125 			isa = PBXContainerItemProxy;
   126 			containerPortal = 9533C287085C3ED6009F8046 /* Growl.xcodeproj */;
   127 			proxyType = 2;
   128 			remoteGlobalIDString = 0AB508AE0767C87B006EA5CB;
   129 			remoteInfo = Bubbles;
   130 		};
   131 		9533C2AB085C3ED6009F8046 /* PBXContainerItemProxy */ = {
   132 			isa = PBXContainerItemProxy;
   133 			containerPortal = 9533C287085C3ED6009F8046 /* Growl.xcodeproj */;
   134 			proxyType = 2;
   135 			remoteGlobalIDString = 0AB508B40767C87B006EA5CB;
   136 			remoteInfo = Bezel;
   137 		};
   138 		9533C2AD085C3ED6009F8046 /* PBXContainerItemProxy */ = {
   139 			isa = PBXContainerItemProxy;
   140 			containerPortal = 9533C287085C3ED6009F8046 /* Growl.xcodeproj */;
   141 			proxyType = 2;
   142 			remoteGlobalIDString = 0AB508AF0767C87B006EA5CB;
   143 			remoteInfo = Smoke;
   144 		};
   145 		9533C2AF085C3ED6009F8046 /* PBXContainerItemProxy */ = {
   146 			isa = PBXContainerItemProxy;
   147 			containerPortal = 9533C287085C3ED6009F8046 /* Growl.xcodeproj */;
   148 			proxyType = 2;
   149 			remoteGlobalIDString = 0AB508B00767C87B006EA5CB;
   150 			remoteInfo = MailMe;
   151 		};
   152 		9533C2B1085C3ED6009F8046 /* PBXContainerItemProxy */ = {
   153 			isa = PBXContainerItemProxy;
   154 			containerPortal = 9533C287085C3ED6009F8046 /* Growl.xcodeproj */;
   155 			proxyType = 2;
   156 			remoteGlobalIDString = 0AB508B30767C87B006EA5CB;
   157 			remoteInfo = MusicVideo;
   158 		};
   159 		9533C2B3085C3ED6009F8046 /* PBXContainerItemProxy */ = {
   160 			isa = PBXContainerItemProxy;
   161 			containerPortal = 9533C287085C3ED6009F8046 /* Growl.xcodeproj */;
   162 			proxyType = 2;
   163 			remoteGlobalIDString = DD4939CC084BACA700D1CCCB;
   164 			remoteInfo = SMS;
   165 		};
   166 		9533C2BB085C3F4E009F8046 /* PBXContainerItemProxy */ = {
   167 			isa = PBXContainerItemProxy;
   168 			containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
   169 			proxyType = 1;
   170 			remoteGlobalIDString = 9533C229085C3E8C009F8046;
   171 			remoteInfo = "External Frameworks";
   172 		};
   173 		9598A0A0086F4D410014C386 /* PBXContainerItemProxy */ = {
   174 			isa = PBXContainerItemProxy;
   175 			containerPortal = 9533C287085C3ED6009F8046 /* Growl.xcodeproj */;
   176 			proxyType = 1;
   177 			remoteGlobalIDString = 34F60EAA078E1CD500CECA86;
   178 			remoteInfo = Growl.framework;
   179 		};
   180 /* End PBXContainerItemProxy section */
   181 
   182 /* Begin PBXCopyFilesBuildPhase section */
   183 		9324AE8407BD780A001CB55C /* CopyFiles */ = {
   184 			isa = PBXCopyFilesBuildPhase;
   185 			buildActionMask = 2147483647;
   186 			dstPath = "";
   187 			dstSubfolderSpec = 10;
   188 			files = (
   189 				9324AE8807BD781B001CB55C /* Growl.framework in CopyFiles */,
   190 			);
   191 			runOnlyForDeploymentPostprocessing = 0;
   192 		};
   193 /* End PBXCopyFilesBuildPhase section */
   194 
   195 /* Begin PBXFileReference section */
   196 		089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
   197 		1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
   198 		179B928F0C14D110004FB187 /* VolumeNotifier.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VolumeNotifier.m; sourceTree = "<group>"; };
   199 		29B97316FDCFA39411CA2CEA /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; };
   200 		29B97319FDCFA39411CA2CEA /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/MainMenu.nib; sourceTree = "<group>"; };
   201 		29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
   202 		29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
   203 		32CA4F630368D1EE00C91783 /* HardwareNotifier_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HardwareNotifier_Prefix.pch; sourceTree = "<group>"; };
   204 		3423606F09D8888A009FF634 /* PowerNotifier.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PowerNotifier.h; sourceTree = "<group>"; };
   205 		3423607009D8888A009FF634 /* PowerNotifier.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = PowerNotifier.c; sourceTree = "<group>"; };
   206 		345BD6320C8B12B8005C3DA2 /* NetworkNotifier.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NetworkNotifier.m; sourceTree = "<group>"; };
   207 		347931350C85E5D1007ADCAA /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
   208 		347931360C85E5D1007ADCAA /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/Localizable.strings; sourceTree = "<group>"; };
   209 		347931370C85E5D2007ADCAA /* nl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nl; path = nl.lproj/MainMenu.nib; sourceTree = "<group>"; };
   210 		34CD98520C87C8F10040C77F /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/InfoPlist.strings; sourceTree = "<group>"; };
   211 		34CD98530C87C8F10040C77F /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/Localizable.strings; sourceTree = "<group>"; };
   212 		34CD98540C87C8F10040C77F /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = sv.lproj/MainMenu.nib; sourceTree = "<group>"; };
   213 		34CD98C90C87CA7F0040C77F /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt_BR; path = pt_BR.lproj/InfoPlist.strings; sourceTree = "<group>"; };
   214 		34CD98CA0C87CA7F0040C77F /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt_BR; path = pt_BR.lproj/Localizable.strings; sourceTree = "<group>"; };
   215 		34CD98CB0C87CA7F0040C77F /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = pt_BR.lproj/MainMenu.nib; sourceTree = "<group>"; };
   216 		34CF44AD0C8D7D2300A2EFA4 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/InfoPlist.strings; sourceTree = "<group>"; };
   217 		34CF44AE0C8D7D2300A2EFA4 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/Localizable.strings; sourceTree = "<group>"; };
   218 		34CF44AF0C8D7D2300A2EFA4 /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = ru.lproj/MainMenu.nib; sourceTree = "<group>"; };
   219 		8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
   220 		8D1107320486CEB800E47090 /* HardwareGrowler.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HardwareGrowler.app; sourceTree = BUILT_PRODUCTS_DIR; };
   221 		9324AE7807BD77DB001CB55C /* Growl.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Growl.framework; sourceTree = BUILT_PRODUCTS_DIR; };
   222 		950445A309B57BED000EAB59 /* fr */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = "<group>"; };
   223 		950626460840CB8200C01CD2 /* BluetoothLogo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = BluetoothLogo.png; sourceTree = "<group>"; };
   224 		9533C287085C3ED6009F8046 /* Growl.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Growl.xcodeproj; path = ../../Growl.xcodeproj; sourceTree = SOURCE_ROOT; };
   225 		9586EF0108C9C3A40039789E /* SyncNotifier.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SyncNotifier.h; sourceTree = "<group>"; };
   226 		9586EF0208C9C3A40039789E /* SyncNotifier.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SyncNotifier.c; sourceTree = "<group>"; };
   227 		958AB93507C69DE000F56B45 /* NetworkNotifier.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NetworkNotifier.h; sourceTree = "<group>"; };
   228 		958AB9DD07C6A7FD00F56B45 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = /System/Library/Frameworks/SystemConfiguration.framework; sourceTree = "<absolute>"; };
   229 		95AC163B0858A3BF008213B8 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/Localizable.strings; sourceTree = "<group>"; };
   230 		95AC16450858A3ED008213B8 /* de */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = "<group>"; };
   231 		95B00A8C08468A62004A8623 /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = zh_CN.lproj/MainMenu.nib; sourceTree = "<group>"; };
   232 		95F4FC0C09F16A1100666FA8 /* CFGrowlAdditions.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = CFGrowlAdditions.h; path = ../../Common/Source/CFGrowlAdditions.h; sourceTree = SOURCE_ROOT; };
   233 		95F4FC5709F16BA300666FA8 /* CFGrowlAdditions.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = CFGrowlAdditions.c; path = ../../Common/Source/CFGrowlAdditions.c; sourceTree = SOURCE_ROOT; };
   234 		DD1E113E07C7558B005BD5FC /* hwGrowlerIcon.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = hwGrowlerIcon.icns; sourceTree = "<group>"; };
   235 		DD1E135B07C923FD005BD5FC /* Credits.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = Credits.rtf; path = English.lproj/Credits.rtf; sourceTree = "<group>"; };
   236 		DD43C6EF0840C0100022A0D1 /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = de.lproj/MainMenu.nib; sourceTree = "<group>"; };
   237 		DD54996E07BA5E420010BE54 /* AppController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AppController.h; sourceTree = "<group>"; };
   238 		DD54996F07BA5E420010BE54 /* AppController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = AppController.m; sourceTree = "<group>"; };
   239 		DD54999A07BA61650010BE54 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = "<absolute>"; };
   240 		DDE55D2507BAEDE2000631AC /* FireWireNotifier.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = FireWireNotifier.h; sourceTree = "<group>"; };
   241 		DDE55D2607BAEDE2000631AC /* FireWireNotifier.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = FireWireNotifier.c; sourceTree = "<group>"; };
   242 		DDF9B2AD07BBD4600007B5B7 /* USBNotifier.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = USBNotifier.h; sourceTree = "<group>"; };
   243 		DDF9B2AE07BBD4600007B5B7 /* USBNotifier.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = USBNotifier.c; sourceTree = "<group>"; };
   244 		DDF9B2FC07BBD9020007B5B7 /* BluetoothNotifier.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = BluetoothNotifier.c; sourceTree = "<group>"; };
   245 		DDF9B2FD07BBD9020007B5B7 /* BluetoothNotifier.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = BluetoothNotifier.h; sourceTree = "<group>"; };
   246 		DDF9B33907BBDAA40007B5B7 /* IOBluetooth.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOBluetooth.framework; path = /System/Library/Frameworks/IOBluetooth.framework; sourceTree = "<absolute>"; };
   247 		DDF9B63707BC07B30007B5B7 /* VolumeNotifier.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VolumeNotifier.h; sourceTree = "<group>"; };
   248 		DDF9B6D007BC16E30007B5B7 /* FireWireLogo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = FireWireLogo.png; sourceTree = "<group>"; };
   249 		DDF9B6FA07BC1C800007B5B7 /* usbLogo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = usbLogo.png; sourceTree = "<group>"; };
   250 		DDF9B70607BC1D5D0007B5B7 /* usbLogoWhite.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = usbLogoWhite.png; sourceTree = "<group>"; };
   251 		DDF9B81007BC20630007B5B7 /* readme.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = readme.txt; sourceTree = "<group>"; };
   252 /* End PBXFileReference section */
   253 
   254 /* Begin PBXFrameworksBuildPhase section */
   255 		8D11072E0486CEB800E47090 /* Frameworks */ = {
   256 			isa = PBXFrameworksBuildPhase;
   257 			buildActionMask = 2147483647;
   258 			files = (
   259 				8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
   260 				DD54999B07BA61650010BE54 /* IOKit.framework in Frameworks */,
   261 				DDF9B33A07BBDAA40007B5B7 /* IOBluetooth.framework in Frameworks */,
   262 				9324AE7907BD77DB001CB55C /* Growl.framework in Frameworks */,
   263 				958AB9DE07C6A7FD00F56B45 /* SystemConfiguration.framework in Frameworks */,
   264 			);
   265 			runOnlyForDeploymentPostprocessing = 0;
   266 		};
   267 /* End PBXFrameworksBuildPhase section */
   268 
   269 /* Begin PBXGroup section */
   270 		080E96DDFE201D6D7F000001 /* Classes */ = {
   271 			isa = PBXGroup;
   272 			children = (
   273 				95F4FC5709F16BA300666FA8 /* CFGrowlAdditions.c */,
   274 				95F4FC0C09F16A1100666FA8 /* CFGrowlAdditions.h */,
   275 				DD54996E07BA5E420010BE54 /* AppController.h */,
   276 				DD54996F07BA5E420010BE54 /* AppController.m */,
   277 				DDE55D2507BAEDE2000631AC /* FireWireNotifier.h */,
   278 				DDE55D2607BAEDE2000631AC /* FireWireNotifier.c */,
   279 				DDF9B2AD07BBD4600007B5B7 /* USBNotifier.h */,
   280 				DDF9B2AE07BBD4600007B5B7 /* USBNotifier.c */,
   281 				DDF9B2FD07BBD9020007B5B7 /* BluetoothNotifier.h */,
   282 				DDF9B2FC07BBD9020007B5B7 /* BluetoothNotifier.c */,
   283 				DDF9B63707BC07B30007B5B7 /* VolumeNotifier.h */,
   284 				179B928F0C14D110004FB187 /* VolumeNotifier.m */,
   285 				958AB93507C69DE000F56B45 /* NetworkNotifier.h */,
   286 				345BD6320C8B12B8005C3DA2 /* NetworkNotifier.m */,
   287 				9586EF0108C9C3A40039789E /* SyncNotifier.h */,
   288 				9586EF0208C9C3A40039789E /* SyncNotifier.c */,
   289 				3423606F09D8888A009FF634 /* PowerNotifier.h */,
   290 				3423607009D8888A009FF634 /* PowerNotifier.c */,
   291 			);
   292 			name = Classes;
   293 			sourceTree = "<group>";
   294 		};
   295 		1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
   296 			isa = PBXGroup;
   297 			children = (
   298 				958AB9DD07C6A7FD00F56B45 /* SystemConfiguration.framework */,
   299 				1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
   300 				9324AE7807BD77DB001CB55C /* Growl.framework */,
   301 				DDF9B33907BBDAA40007B5B7 /* IOBluetooth.framework */,
   302 				DD54999A07BA61650010BE54 /* IOKit.framework */,
   303 			);
   304 			name = "Linked Frameworks";
   305 			sourceTree = "<group>";
   306 		};
   307 		1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
   308 			isa = PBXGroup;
   309 			children = (
   310 				29B97325FDCFA39411CA2CEA /* Foundation.framework */,
   311 				29B97324FDCFA39411CA2CEA /* AppKit.framework */,
   312 			);
   313 			name = "Other Frameworks";
   314 			sourceTree = "<group>";
   315 		};
   316 		19C28FACFE9D520D11CA2CBB /* Products */ = {
   317 			isa = PBXGroup;
   318 			children = (
   319 				8D1107320486CEB800E47090 /* HardwareGrowler.app */,
   320 			);
   321 			name = Products;
   322 			sourceTree = "<group>";
   323 		};
   324 		29B97314FDCFA39411CA2CEA /* HarwareNotifier */ = {
   325 			isa = PBXGroup;
   326 			children = (
   327 				9533C287085C3ED6009F8046 /* Growl.xcodeproj */,
   328 				080E96DDFE201D6D7F000001 /* Classes */,
   329 				29B97315FDCFA39411CA2CEA /* Other Sources */,
   330 				29B97317FDCFA39411CA2CEA /* Resources */,
   331 				29B97323FDCFA39411CA2CEA /* Frameworks */,
   332 				19C28FACFE9D520D11CA2CBB /* Products */,
   333 			);
   334 			name = HarwareNotifier;
   335 			sourceTree = "<group>";
   336 		};
   337 		29B97315FDCFA39411CA2CEA /* Other Sources */ = {
   338 			isa = PBXGroup;
   339 			children = (
   340 				32CA4F630368D1EE00C91783 /* HardwareNotifier_Prefix.pch */,
   341 				29B97316FDCFA39411CA2CEA /* main.c */,
   342 			);
   343 			name = "Other Sources";
   344 			sourceTree = "<group>";
   345 		};
   346 		29B97317FDCFA39411CA2CEA /* Resources */ = {
   347 			isa = PBXGroup;
   348 			children = (
   349 				95AC163A0858A3BF008213B8 /* Localizable.strings */,
   350 				950626460840CB8200C01CD2 /* BluetoothLogo.png */,
   351 				DDF9B81007BC20630007B5B7 /* readme.txt */,
   352 				DD1E135B07C923FD005BD5FC /* Credits.rtf */,
   353 				DD1E113E07C7558B005BD5FC /* hwGrowlerIcon.icns */,
   354 				DDF9B70607BC1D5D0007B5B7 /* usbLogoWhite.png */,
   355 				DDF9B6FA07BC1C800007B5B7 /* usbLogo.png */,
   356 				DDF9B6D007BC16E30007B5B7 /* FireWireLogo.png */,
   357 				8D1107310486CEB800E47090 /* Info.plist */,
   358 				089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
   359 				29B97318FDCFA39411CA2CEA /* MainMenu.nib */,
   360 			);
   361 			name = Resources;
   362 			sourceTree = "<group>";
   363 		};
   364 		29B97323FDCFA39411CA2CEA /* Frameworks */ = {
   365 			isa = PBXGroup;
   366 			children = (
   367 				1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
   368 				1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
   369 			);
   370 			name = Frameworks;
   371 			sourceTree = "<group>";
   372 		};
   373 		9533C288085C3ED6009F8046 /* Products */ = {
   374 			isa = PBXGroup;
   375 			children = (
   376 				9533C29A085C3ED6009F8046 /* Growl.prefPane */,
   377 				9533C29E085C3ED6009F8046 /* GrowlHelperApp.app */,
   378 				9533C2A0085C3ED6009F8046 /* GrowlMenu.app */,
   379 				9533C2A2085C3ED6009F8046 /* Growl.framework */,
   380 				179B92770C14D0C3004FB187 /* Growl.dylib */,
   381 				9533C2A4085C3ED6009F8046 /* Growl-WithInstaller.framework */,
   382 				9533C2A6085C3ED6009F8046 /* Speech.growlView */,
   383 				9533C2A8085C3ED6009F8046 /* Brushed.growlView */,
   384 				9533C2AA085C3ED6009F8046 /* Bubbles.growlView */,
   385 				319838510C0F5F8B002C7607 /* iCal.growlView */,
   386 				9533C2AC085C3ED6009F8046 /* Bezel.growlView */,
   387 				9533C2AE085C3ED6009F8046 /* Smoke.growlView */,
   388 				9504459009B57BB5000EAB59 /* Nano.growlView */,
   389 				9533C2B0085C3ED6009F8046 /* MailMe.growlView */,
   390 				9533C2B2085C3ED6009F8046 /* MusicVideo.growlView */,
   391 				9533C2B4085C3ED6009F8046 /* SMS.growlView */,
   392 			);
   393 			name = Products;
   394 			sourceTree = "<group>";
   395 		};
   396 /* End PBXGroup section */
   397 
   398 /* Begin PBXNativeTarget section */
   399 		8D1107260486CEB800E47090 /* HardwareGrowler */ = {
   400 			isa = PBXNativeTarget;
   401 			buildConfigurationList = 95E4A2B50855C0DB006B3F45 /* Build configuration list for PBXNativeTarget "HardwareGrowler" */;
   402 			buildPhases = (
   403 				8D1107290486CEB800E47090 /* Resources */,
   404 				8D11072C0486CEB800E47090 /* Sources */,
   405 				8D11072E0486CEB800E47090 /* Frameworks */,
   406 				9324AE8407BD780A001CB55C /* CopyFiles */,
   407 			);
   408 			buildRules = (
   409 			);
   410 			comments = "Rawr!!..\n\n";
   411 			dependencies = (
   412 				9533C2BC085C3F4E009F8046 /* PBXTargetDependency */,
   413 			);
   414 			name = HardwareGrowler;
   415 			productInstallPath = "$(HOME)/Applications";
   416 			productName = HarwareNotifier;
   417 			productReference = 8D1107320486CEB800E47090 /* HardwareGrowler.app */;
   418 			productType = "com.apple.product-type.application";
   419 		};
   420 /* End PBXNativeTarget section */
   421 
   422 /* Begin PBXProject section */
   423 		29B97313FDCFA39411CA2CEA /* Project object */ = {
   424 			isa = PBXProject;
   425 			buildConfigurationList = 95E4A2BA0855C0DB006B3F45 /* Build configuration list for PBXProject "HardwareGrowler" */;
   426 			compatibilityVersion = "Xcode 2.4";
   427 			hasScannedForEncodings = 1;
   428 			knownRegions = (
   429 				English,
   430 				ja,
   431 				fr,
   432 				de,
   433 				zh_CN,
   434 				nl,
   435 				sv,
   436 				pt_BR,
   437 				ru,
   438 			);
   439 			mainGroup = 29B97314FDCFA39411CA2CEA /* HarwareNotifier */;
   440 			projectDirPath = "";
   441 			projectReferences = (
   442 				{
   443 					ProductGroup = 9533C288085C3ED6009F8046 /* Products */;
   444 					ProjectRef = 9533C287085C3ED6009F8046 /* Growl.xcodeproj */;
   445 				},
   446 			);
   447 			projectRoot = "";
   448 			targets = (
   449 				8D1107260486CEB800E47090 /* HardwareGrowler */,
   450 				9533C229085C3E8C009F8046 /* External Frameworks */,
   451 			);
   452 		};
   453 /* End PBXProject section */
   454 
   455 /* Begin PBXReferenceProxy section */
   456 		179B92770C14D0C3004FB187 /* Growl.dylib */ = {
   457 			isa = PBXReferenceProxy;
   458 			fileType = "compiled.mach-o.dylib";
   459 			path = Growl.dylib;
   460 			remoteRef = 179B92760C14D0C3004FB187 /* PBXContainerItemProxy */;
   461 			sourceTree = BUILT_PRODUCTS_DIR;
   462 		};
   463 		319838510C0F5F8B002C7607 /* iCal.growlView */ = {
   464 			isa = PBXReferenceProxy;
   465 			fileType = wrapper.cfbundle;
   466 			path = iCal.growlView;
   467 			remoteRef = 319838500C0F5F8B002C7607 /* PBXContainerItemProxy */;
   468 			sourceTree = BUILT_PRODUCTS_DIR;
   469 		};
   470 		9504459009B57BB5000EAB59 /* Nano.growlView */ = {
   471 			isa = PBXReferenceProxy;
   472 			fileType = wrapper.cfbundle;
   473 			path = Nano.growlView;
   474 			remoteRef = 9504458F09B57BB5000EAB59 /* PBXContainerItemProxy */;
   475 			sourceTree = BUILT_PRODUCTS_DIR;
   476 		};
   477 		9533C29A085C3ED6009F8046 /* Growl.prefPane */ = {
   478 			isa = PBXReferenceProxy;
   479 			fileType = wrapper.cfbundle;
   480 			path = Growl.prefPane;
   481 			remoteRef = 9533C299085C3ED6009F8046 /* PBXContainerItemProxy */;
   482 			sourceTree = BUILT_PRODUCTS_DIR;
   483 		};
   484 		9533C29E085C3ED6009F8046 /* GrowlHelperApp.app */ = {
   485 			isa = PBXReferenceProxy;
   486 			fileType = wrapper.application;
   487 			path = GrowlHelperApp.app;
   488 			remoteRef = 9533C29D085C3ED6009F8046 /* PBXContainerItemProxy */;
   489 			sourceTree = BUILT_PRODUCTS_DIR;
   490 		};
   491 		9533C2A0085C3ED6009F8046 /* GrowlMenu.app */ = {
   492 			isa = PBXReferenceProxy;
   493 			fileType = wrapper.application;
   494 			path = GrowlMenu.app;
   495 			remoteRef = 9533C29F085C3ED6009F8046 /* PBXContainerItemProxy */;
   496 			sourceTree = BUILT_PRODUCTS_DIR;
   497 		};
   498 		9533C2A2085C3ED6009F8046 /* Growl.framework */ = {
   499 			isa = PBXReferenceProxy;
   500 			fileType = wrapper.framework;
   501 			path = Growl.framework;
   502 			remoteRef = 9533C2A1085C3ED6009F8046 /* PBXContainerItemProxy */;
   503 			sourceTree = BUILT_PRODUCTS_DIR;
   504 		};
   505 		9533C2A4085C3ED6009F8046 /* Growl-WithInstaller.framework */ = {
   506 			isa = PBXReferenceProxy;
   507 			fileType = wrapper.framework;
   508 			path = "Growl-WithInstaller.framework";
   509 			remoteRef = 9533C2A3085C3ED6009F8046 /* PBXContainerItemProxy */;
   510 			sourceTree = BUILT_PRODUCTS_DIR;
   511 		};
   512 		9533C2A6085C3ED6009F8046 /* Speech.growlView */ = {
   513 			isa = PBXReferenceProxy;
   514 			fileType = wrapper.cfbundle;
   515 			path = Speech.growlView;
   516 			remoteRef = 9533C2A5085C3ED6009F8046 /* PBXContainerItemProxy */;
   517 			sourceTree = BUILT_PRODUCTS_DIR;
   518 		};
   519 		9533C2A8085C3ED6009F8046 /* Brushed.growlView */ = {
   520 			isa = PBXReferenceProxy;
   521 			fileType = wrapper.cfbundle;
   522 			path = Brushed.growlView;
   523 			remoteRef = 9533C2A7085C3ED6009F8046 /* PBXContainerItemProxy */;
   524 			sourceTree = BUILT_PRODUCTS_DIR;
   525 		};
   526 		9533C2AA085C3ED6009F8046 /* Bubbles.growlView */ = {
   527 			isa = PBXReferenceProxy;
   528 			fileType = wrapper.cfbundle;
   529 			path = Bubbles.growlView;
   530 			remoteRef = 9533C2A9085C3ED6009F8046 /* PBXContainerItemProxy */;
   531 			sourceTree = BUILT_PRODUCTS_DIR;
   532 		};
   533 		9533C2AC085C3ED6009F8046 /* Bezel.growlView */ = {
   534 			isa = PBXReferenceProxy;
   535 			fileType = wrapper.cfbundle;
   536 			path = Bezel.growlView;
   537 			remoteRef = 9533C2AB085C3ED6009F8046 /* PBXContainerItemProxy */;
   538 			sourceTree = BUILT_PRODUCTS_DIR;
   539 		};
   540 		9533C2AE085C3ED6009F8046 /* Smoke.growlView */ = {
   541 			isa = PBXReferenceProxy;
   542 			fileType = wrapper.cfbundle;
   543 			path = Smoke.growlView;
   544 			remoteRef = 9533C2AD085C3ED6009F8046 /* PBXContainerItemProxy */;
   545 			sourceTree = BUILT_PRODUCTS_DIR;
   546 		};
   547 		9533C2B0085C3ED6009F8046 /* MailMe.growlView */ = {
   548 			isa = PBXReferenceProxy;
   549 			fileType = wrapper.cfbundle;
   550 			path = MailMe.growlView;
   551 			remoteRef = 9533C2AF085C3ED6009F8046 /* PBXContainerItemProxy */;
   552 			sourceTree = BUILT_PRODUCTS_DIR;
   553 		};
   554 		9533C2B2085C3ED6009F8046 /* MusicVideo.growlView */ = {
   555 			isa = PBXReferenceProxy;
   556 			fileType = wrapper.cfbundle;
   557 			path = MusicVideo.growlView;
   558 			remoteRef = 9533C2B1085C3ED6009F8046 /* PBXContainerItemProxy */;
   559 			sourceTree = BUILT_PRODUCTS_DIR;
   560 		};
   561 		9533C2B4085C3ED6009F8046 /* SMS.growlView */ = {
   562 			isa = PBXReferenceProxy;
   563 			fileType = wrapper.cfbundle;
   564 			path = SMS.growlView;
   565 			remoteRef = 9533C2B3085C3ED6009F8046 /* PBXContainerItemProxy */;
   566 			sourceTree = BUILT_PRODUCTS_DIR;
   567 		};
   568 /* End PBXReferenceProxy section */
   569 
   570 /* Begin PBXResourcesBuildPhase section */
   571 		8D1107290486CEB800E47090 /* Resources */ = {
   572 			isa = PBXResourcesBuildPhase;
   573 			buildActionMask = 2147483647;
   574 			files = (
   575 				8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */,
   576 				8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
   577 				DDF9B6D107BC16E30007B5B7 /* FireWireLogo.png in Resources */,
   578 				DDF9B6FB07BC1C800007B5B7 /* usbLogo.png in Resources */,
   579 				DDF9B70707BC1D5D0007B5B7 /* usbLogoWhite.png in Resources */,
   580 				DDF9B81107BC20630007B5B7 /* readme.txt in Resources */,
   581 				DD1E113F07C7558B005BD5FC /* hwGrowlerIcon.icns in Resources */,
   582 				DD1E135C07C923FD005BD5FC /* Credits.rtf in Resources */,
   583 				950626470840CB8200C01CD2 /* BluetoothLogo.png in Resources */,
   584 				95AC163C0858A3BF008213B8 /* Localizable.strings in Resources */,
   585 			);
   586 			runOnlyForDeploymentPostprocessing = 0;
   587 		};
   588 /* End PBXResourcesBuildPhase section */
   589 
   590 /* Begin PBXShellScriptBuildPhase section */
   591 		9533C2B7085C3EED009F8046 /* ShellScript */ = {
   592 			isa = PBXShellScriptBuildPhase;
   593 			buildActionMask = 2147483647;
   594 			files = (
   595 			);
   596 			inputPaths = (
   597 			);
   598 			outputPaths = (
   599 			);
   600 			runOnlyForDeploymentPostprocessing = 0;
   601 			shellPath = /bin/sh;
   602 			shellScript = "mkdir -p \"$BUILT_PRODUCTS_DIR\"\nGROWL_FRAMEWORK=\"$SRCROOT/../../build/$CONFIGURATION/Growl.framework\"\nif [ -d \"$GROWL_FRAMEWORK\" ]; then\n\trm -f \"$BUILT_PRODUCTS_DIR/Growl.framework\"\n\tln -s \"$GROWL_FRAMEWORK\" \"$BUILT_PRODUCTS_DIR/Growl.framework\"\nfi\n";
   603 		};
   604 /* End PBXShellScriptBuildPhase section */
   605 
   606 /* Begin PBXSourcesBuildPhase section */
   607 		8D11072C0486CEB800E47090 /* Sources */ = {
   608 			isa = PBXSourcesBuildPhase;
   609 			buildActionMask = 2147483647;
   610 			files = (
   611 				8D11072D0486CEB800E47090 /* main.c in Sources */,
   612 				DD54997107BA5E420010BE54 /* AppController.m in Sources */,
   613 				DDE55D2807BAEDE2000631AC /* FireWireNotifier.c in Sources */,
   614 				DDF9B2B007BBD4600007B5B7 /* USBNotifier.c in Sources */,
   615 				DDF9B2FE07BBD9020007B5B7 /* BluetoothNotifier.c in Sources */,
   616 				9586EF0408C9C3A40039789E /* SyncNotifier.c in Sources */,
   617 				3423607209D8888A009FF634 /* PowerNotifier.c in Sources */,
   618 				95F4FC5809F16BA300666FA8 /* CFGrowlAdditions.c in Sources */,
   619 				179B92900C14D110004FB187 /* VolumeNotifier.m in Sources */,
   620 				345BD6330C8B12B8005C3DA2 /* NetworkNotifier.m in Sources */,
   621 			);
   622 			runOnlyForDeploymentPostprocessing = 0;
   623 		};
   624 /* End PBXSourcesBuildPhase section */
   625 
   626 /* Begin PBXTargetDependency section */
   627 		9533C2BC085C3F4E009F8046 /* PBXTargetDependency */ = {
   628 			isa = PBXTargetDependency;
   629 			target = 9533C229085C3E8C009F8046 /* External Frameworks */;
   630 			targetProxy = 9533C2BB085C3F4E009F8046 /* PBXContainerItemProxy */;
   631 		};
   632 		9598A0A1086F4D410014C386 /* PBXTargetDependency */ = {
   633 			isa = PBXTargetDependency;
   634 			name = Growl.framework;
   635 			targetProxy = 9598A0A0086F4D410014C386 /* PBXContainerItemProxy */;
   636 		};
   637 /* End PBXTargetDependency section */
   638 
   639 /* Begin PBXVariantGroup section */
   640 		089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
   641 			isa = PBXVariantGroup;
   642 			children = (
   643 				089C165DFE840E0CC02AAC07 /* English */,
   644 				347931350C85E5D1007ADCAA /* nl */,
   645 				34CD98520C87C8F10040C77F /* sv */,
   646 				34CD98C90C87CA7F0040C77F /* pt_BR */,
   647 				34CF44AD0C8D7D2300A2EFA4 /* ru */,
   648 			);
   649 			name = InfoPlist.strings;
   650 			sourceTree = "<group>";
   651 		};
   652 		29B97318FDCFA39411CA2CEA /* MainMenu.nib */ = {
   653 			isa = PBXVariantGroup;
   654 			children = (
   655 				29B97319FDCFA39411CA2CEA /* English */,
   656 				DD43C6EF0840C0100022A0D1 /* de */,
   657 				95B00A8C08468A62004A8623 /* zh_CN */,
   658 				347931370C85E5D2007ADCAA /* nl */,
   659 				34CD98540C87C8F10040C77F /* sv */,
   660 				34CD98CB0C87CA7F0040C77F /* pt_BR */,
   661 				34CF44AF0C8D7D2300A2EFA4 /* ru */,
   662 			);
   663 			name = MainMenu.nib;
   664 			sourceTree = "<group>";
   665 		};
   666 		95AC163A0858A3BF008213B8 /* Localizable.strings */ = {
   667 			isa = PBXVariantGroup;
   668 			children = (
   669 				95AC163B0858A3BF008213B8 /* English */,
   670 				95AC16450858A3ED008213B8 /* de */,
   671 				950445A309B57BED000EAB59 /* fr */,
   672 				347931360C85E5D1007ADCAA /* nl */,
   673 				34CD98530C87C8F10040C77F /* sv */,
   674 				34CD98CA0C87CA7F0040C77F /* pt_BR */,
   675 				34CF44AE0C8D7D2300A2EFA4 /* ru */,
   676 			);
   677 			name = Localizable.strings;
   678 			sourceTree = "<group>";
   679 		};
   680 /* End PBXVariantGroup section */
   681 
   682 /* Begin XCBuildConfiguration section */
   683 		9533C22F085C3E94009F8046 /* Development */ = {
   684 			isa = XCBuildConfiguration;
   685 			buildSettings = {
   686 				COPY_PHASE_STRIP = NO;
   687 				GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
   688 				GCC_OPTIMIZATION_LEVEL = 0;
   689 				OTHER_CFLAGS = "";
   690 				OTHER_LDFLAGS = "";
   691 				OTHER_REZFLAGS = "";
   692 				PRODUCT_NAME = "External Frameworks";
   693 				SECTORDER_FLAGS = "";
   694 				WARNING_CFLAGS = (
   695 					"-Wmost",
   696 					"-Wno-four-char-constants",
   697 					"-Wno-unknown-pragmas",
   698 				);
   699 			};
   700 			name = Development;
   701 		};
   702 		9533C230085C3E94009F8046 /* Deployment */ = {
   703 			isa = XCBuildConfiguration;
   704 			buildSettings = {
   705 				COPY_PHASE_STRIP = YES;
   706 				GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
   707 				GCC_OPTIMIZATION_LEVEL = 0;
   708 				OTHER_CFLAGS = "";
   709 				OTHER_LDFLAGS = "";
   710 				OTHER_REZFLAGS = "";
   711 				PRODUCT_NAME = "External Frameworks";
   712 				SECTORDER_FLAGS = "";
   713 				WARNING_CFLAGS = (
   714 					"-Wmost",
   715 					"-Wno-four-char-constants",
   716 					"-Wno-unknown-pragmas",
   717 				);
   718 			};
   719 			name = Deployment;
   720 		};
   721 		9533C231085C3E94009F8046 /* Deployment - Tiger - G4 */ = {
   722 			isa = XCBuildConfiguration;
   723 			buildSettings = {
   724 				GCC_OPTIMIZATION_LEVEL = 0;
   725 				OTHER_CFLAGS = "";
   726 				OTHER_LDFLAGS = "";
   727 				OTHER_REZFLAGS = "";
   728 				PRODUCT_NAME = "External Frameworks";
   729 				SECTORDER_FLAGS = "";
   730 				WARNING_CFLAGS = (
   731 					"-Wmost",
   732 					"-Wno-four-char-constants",
   733 					"-Wno-unknown-pragmas",
   734 				);
   735 			};
   736 			name = "Deployment - Tiger - G4";
   737 		};
   738 		9533C232085C3E94009F8046 /* Default */ = {
   739 			isa = XCBuildConfiguration;
   740 			buildSettings = {
   741 				GCC_OPTIMIZATION_LEVEL = 0;
   742 				OTHER_CFLAGS = "";
   743 				OTHER_LDFLAGS = "";
   744 				OTHER_REZFLAGS = "";
   745 				PRODUCT_NAME = "External Frameworks";
   746 				SECTORDER_FLAGS = "";
   747 				WARNING_CFLAGS = (
   748 					"-Wmost",
   749 					"-Wno-four-char-constants",
   750 					"-Wno-unknown-pragmas",
   751 				);
   752 			};
   753 			name = Default;
   754 		};
   755 		95E4A2B60855C0DB006B3F45 /* Development */ = {
   756 			isa = XCBuildConfiguration;
   757 			buildSettings = {
   758 				FRAMEWORK_SEARCH_PATHS = "\"../../build/${BUILD_STYLE}\"";
   759 				GCC_C_LANGUAGE_STANDARD = gnu99;
   760 				GCC_DYNAMIC_NO_PIC = NO;
   761 				GCC_ENABLE_FIX_AND_CONTINUE = YES;
   762 				GCC_ENABLE_SYMBOL_SEPARATION = NO;
   763 				GCC_OPTIMIZATION_LEVEL = 0;
   764 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
   765 				GCC_PREFIX_HEADER = HardwareNotifier_Prefix.pch;
   766 				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
   767 				GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
   768 				GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
   769 				GCC_WARN_ABOUT_RETURN_TYPE = YES;
   770 				GCC_WARN_CHECK_SWITCH_STATEMENTS = YES;
   771 				GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
   772 				GCC_WARN_MISSING_PARENTHESES = YES;
   773 				GCC_WARN_SHADOW = YES;
   774 				GCC_WARN_SIGN_COMPARE = YES;
   775 				GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES;
   776 				GCC_WARN_UNINITIALIZED_AUTOS = NO;
   777 				GCC_WARN_UNUSED_FUNCTION = YES;
   778 				GCC_WARN_UNUSED_LABEL = YES;
   779 				GCC_WARN_UNUSED_VALUE = YES;
   780 				GCC_WARN_UNUSED_VARIABLE = YES;
   781 				INFOPLIST_FILE = Info.plist;
   782 				INSTALL_PATH = "$(HOME)/Applications";
   783 				MACOSX_DEPLOYMENT_TARGET = 10.3;
   784 				PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
   785 				PRODUCT_NAME = HardwareGrowler;
   786 				WARNING_CFLAGS = (
   787 					"-W",
   788 					"-Wall",
   789 				);
   790 				WRAPPER_EXTENSION = app;
   791 				ZERO_LINK = NO;
   792 			};
   793 			name = Development;
   794 		};
   795 		95E4A2B70855C0DB006B3F45 /* Deployment */ = {
   796 			isa = XCBuildConfiguration;
   797 			buildSettings = {
   798 				DEAD_CODE_STRIPPING = YES;
   799 				FRAMEWORK_SEARCH_PATHS = "\"../../build/${BUILD_STYLE}\"";
   800 				GCC_C_LANGUAGE_STANDARD = gnu99;
   801 				GCC_DEBUGGING_SYMBOLS = full;
   802 				GCC_ENABLE_FIX_AND_CONTINUE = NO;
   803 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
   804 				GCC_PREFIX_HEADER = HardwareNotifier_Prefix.pch;
   805 				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
   806 				GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
   807 				GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
   808 				GCC_WARN_ABOUT_RETURN_TYPE = YES;
   809 				GCC_WARN_CHECK_SWITCH_STATEMENTS = YES;
   810 				GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
   811 				GCC_WARN_MISSING_PARENTHESES = YES;
   812 				GCC_WARN_SHADOW = YES;
   813 				GCC_WARN_SIGN_COMPARE = YES;
   814 				GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES;
   815 				GCC_WARN_UNINITIALIZED_AUTOS = YES;
   816 				GCC_WARN_UNKNOWN_PRAGMAS = YES;
   817 				GCC_WARN_UNUSED_FUNCTION = YES;
   818 				GCC_WARN_UNUSED_LABEL = YES;
   819 				GCC_WARN_UNUSED_PARAMETER = YES;
   820 				GCC_WARN_UNUSED_VALUE = YES;
   821 				GCC_WARN_UNUSED_VARIABLE = YES;
   822 				INFOPLIST_FILE = Info.plist;
   823 				INSTALL_PATH = "$(HOME)/Applications";
   824 				MACOSX_DEPLOYMENT_TARGET = 10.3;
   825 				PRODUCT_NAME = HardwareGrowler;
   826 				WARNING_CFLAGS = (
   827 					"-W",
   828 					"-Wall",
   829 				);
   830 				WRAPPER_EXTENSION = app;
   831 				ZERO_LINK = NO;
   832 			};
   833 			name = Deployment;
   834 		};
   835 		95E4A2B80855C0DB006B3F45 /* Deployment - Tiger - G4 */ = {
   836 			isa = XCBuildConfiguration;
   837 			buildSettings = {
   838 				DEAD_CODE_STRIPPING = YES;
   839 				DEPLOYMENT_POSTPROCESSING = YES;
   840 				FRAMEWORK_SEARCH_PATHS = "\"../../build/${BUILD_STYLE}\"";
   841 				GCC_C_LANGUAGE_STANDARD = gnu99;
   842 				GCC_DEBUGGING_SYMBOLS = full;
   843 				GCC_ENABLE_FIX_AND_CONTINUE = NO;
   844 				GCC_ENABLE_SYMBOL_SEPARATION = NO;
   845 				GCC_FAST_OBJC_DISPATCH = YES;
   846 				GCC_MODEL_CPU = G4;
   847 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
   848 				GCC_PREFIX_HEADER = HardwareNotifier_Prefix.pch;
   849 				GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
   850 				GCC_WARN_ABOUT_RETURN_TYPE = YES;
   851 				GCC_WARN_CHECK_SWITCH_STATEMENTS = YES;
   852 				GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
   853 				GCC_WARN_MISSING_PARENTHESES = YES;
   854 				GCC_WARN_SHADOW = YES;
   855 				GCC_WARN_SIGN_COMPARE = YES;
   856 				GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES;
   857 				GCC_WARN_UNINITIALIZED_AUTOS = YES;
   858 				GCC_WARN_UNKNOWN_PRAGMAS = YES;
   859 				GCC_WARN_UNUSED_FUNCTION = YES;
   860 				GCC_WARN_UNUSED_LABEL = YES;
   861 				GCC_WARN_UNUSED_PARAMETER = YES;
   862 				GCC_WARN_UNUSED_VALUE = YES;
   863 				GCC_WARN_UNUSED_VARIABLE = YES;
   864 				INFOPLIST_FILE = Info.plist;
   865 				INSTALL_PATH = "$(HOME)/Applications";
   866 				MACOSX_DEPLOYMENT_TARGET = 10.4;
   867 				PREBINDING = NO;
   868 				PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
   869 				PRODUCT_NAME = HardwareGrowler;
   870 				WARNING_CFLAGS = (
   871 					"-W",
   872 					"-Wall",
   873 				);
   874 				WRAPPER_EXTENSION = app;
   875 				ZERO_LINK = NO;
   876 			};
   877 			name = "Deployment - Tiger - G4";
   878 		};
   879 		95E4A2B90855C0DB006B3F45 /* Default */ = {
   880 			isa = XCBuildConfiguration;
   881 			buildSettings = {
   882 				FRAMEWORK_SEARCH_PATHS = "\"../../build/${BUILD_STYLE}\"";
   883 				GCC_C_LANGUAGE_STANDARD = gnu99;
   884 				GCC_ENABLE_SYMBOL_SEPARATION = NO;
   885 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
   886 				GCC_PREFIX_HEADER = HardwareNotifier_Prefix.pch;
   887 				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
   888 				GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
   889 				GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
   890 				GCC_WARN_ABOUT_RETURN_TYPE = YES;
   891 				GCC_WARN_CHECK_SWITCH_STATEMENTS = YES;
   892 				GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
   893 				GCC_WARN_MISSING_PARENTHESES = YES;
   894 				GCC_WARN_SHADOW = YES;
   895 				GCC_WARN_SIGN_COMPARE = YES;
   896 				GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES;
   897 				GCC_WARN_UNINITIALIZED_AUTOS = YES;
   898 				GCC_WARN_UNKNOWN_PRAGMAS = YES;
   899 				GCC_WARN_UNUSED_FUNCTION = YES;
   900 				GCC_WARN_UNUSED_LABEL = YES;
   901 				GCC_WARN_UNUSED_PARAMETER = YES;
   902 				GCC_WARN_UNUSED_VALUE = YES;
   903 				GCC_WARN_UNUSED_VARIABLE = YES;
   904 				INFOPLIST_FILE = Info.plist;
   905 				INSTALL_PATH = "$(HOME)/Applications";
   906 				MACOSX_DEPLOYMENT_TARGET = 10.3;
   907 				PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
   908 				PRODUCT_NAME = HardwareGrowler;
   909 				WARNING_CFLAGS = (
   910 					"-W",
   911 					"-Wall",
   912 				);
   913 				WRAPPER_EXTENSION = app;
   914 				ZERO_LINK = NO;
   915 			};
   916 			name = Default;
   917 		};
   918 		95E4A2BB0855C0DB006B3F45 /* Development */ = {
   919 			isa = XCBuildConfiguration;
   920 			buildSettings = {
   921 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
   922 				GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
   923 			};
   924 			name = Development;
   925 		};
   926 		95E4A2BC0855C0DB006B3F45 /* Deployment */ = {
   927 			isa = XCBuildConfiguration;
   928 			buildSettings = {
   929 				ARCHS = (
   930 					ppc,
   931 					i386,
   932 				);
   933 				COPY_PHASE_STRIP = NO;
   934 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
   935 				DEPLOYMENT_POSTPROCESSING = YES;
   936 				GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
   937 				MACOSX_DEPLOYMENT_TARGET = 10.4;
   938 				SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
   939 				SEPARATE_STRIP = YES;
   940 				STRIP_INSTALLED_PRODUCT = YES;
   941 			};
   942 			name = Deployment;
   943 		};
   944 		95E4A2BD0855C0DB006B3F45 /* Deployment - Tiger - G4 */ = {
   945 			isa = XCBuildConfiguration;
   946 			buildSettings = {
   947 				ARCHS = (
   948 					ppc,
   949 					i386,
   950 				);
   951 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
   952 				GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
   953 				MACOSX_DEPLOYMENT_TARGET = 10.4;
   954 				SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
   955 			};
   956 			name = "Deployment - Tiger - G4";
   957 		};
   958 		95E4A2BE0855C0DB006B3F45 /* Default */ = {
   959 			isa = XCBuildConfiguration;
   960 			buildSettings = {
   961 				ARCHS = (
   962 					ppc,
   963 					i386,
   964 				);
   965 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
   966 				GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
   967 				MACOSX_DEPLOYMENT_TARGET = 10.4;
   968 				SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
   969 			};
   970 			name = Default;
   971 		};
   972 /* End XCBuildConfiguration section */
   973 
   974 /* Begin XCConfigurationList section */
   975 		9533C22E085C3E94009F8046 /* Build configuration list for PBXAggregateTarget "External Frameworks" */ = {
   976 			isa = XCConfigurationList;
   977 			buildConfigurations = (
   978 				9533C22F085C3E94009F8046 /* Development */,
   979 				9533C230085C3E94009F8046 /* Deployment */,
   980 				9533C231085C3E94009F8046 /* Deployment - Tiger - G4 */,
   981 				9533C232085C3E94009F8046 /* Default */,
   982 			);
   983 			defaultConfigurationIsVisible = 0;
   984 			defaultConfigurationName = Default;
   985 		};
   986 		95E4A2B50855C0DB006B3F45 /* Build configuration list for PBXNativeTarget "HardwareGrowler" */ = {
   987 			isa = XCConfigurationList;
   988 			buildConfigurations = (
   989 				95E4A2B60855C0DB006B3F45 /* Development */,
   990 				95E4A2B70855C0DB006B3F45 /* Deployment */,
   991 				95E4A2B80855C0DB006B3F45 /* Deployment - Tiger - G4 */,
   992 				95E4A2B90855C0DB006B3F45 /* Default */,
   993 			);
   994 			defaultConfigurationIsVisible = 0;
   995 			defaultConfigurationName = Default;
   996 		};
   997 		95E4A2BA0855C0DB006B3F45 /* Build configuration list for PBXProject "HardwareGrowler" */ = {
   998 			isa = XCConfigurationList;
   999 			buildConfigurations = (
  1000 				95E4A2BB0855C0DB006B3F45 /* Development */,
  1001 				95E4A2BC0855C0DB006B3F45 /* Deployment */,
  1002 				95E4A2BD0855C0DB006B3F45 /* Deployment - Tiger - G4 */,
  1003 				95E4A2BE0855C0DB006B3F45 /* Default */,
  1004 			);
  1005 			defaultConfigurationIsVisible = 0;
  1006 			defaultConfigurationName = Default;
  1007 		};
  1008 /* End XCConfigurationList section */
  1009 	};
  1010 	rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
  1011 }