source: trunk/ICeCoffEE/ICeCoffEE/ICeCoffEE.xcodeproj/project.pbxproj@ 321

Last change on this file since 321 was 321, checked in by Nicholas Riley, 17 years ago

VERSION.xcconfig: Using one of Dave Dribin's suggestions from
<http://www.dribin.org/dave/blog/archives/2006/08/02/versioning_os_x_apps/>.
Now down to changing the version number in two places,
VERSION.xcconfig and ui.plist. The second could be scripted but I
haven't bothered yet.

Info-APE Module.plist: Version number wasn't visible in the Finder any
more (oops). Move some stuff from InfoPlist.strings; get version
number from VERSION.xcconfig.

English.lproj/InfoPlist.strings: Move much stuff to Info.plist
instead.

ui.plist: Update version to 1.5d1.

Select Services.nib: Fix some resizing problems. Make the English
sheet as wide as the German one; it looks squashed otherwise. Make
the Key column wide enough to accommodate collision display in
English. Use alternating row coloring.

ICeCoffEENonHighlightingTextFieldCell.m,
ICeCoffEENonHighlightingButtonCell.m: Return nil instead of [NSColor
whiteColor] to work properly with alternating coloring.

Info-APEManagerPrefPane.plist: Get version number from VERSION.xcconfig.

ICeCoffEE.xcodeproj: Use VERSION.xcconfig. Include InfoPlist.strings
in APE build (oops!).

File size: 59.4 KB
Line 
1// !$*UTF8*$!
2{
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 42;
7 objects = {
8
9/* Begin PBXAggregateTarget section */
10 E120DB7308141CCB00BF8DDC /* ICeCoffEE Installer */ = {
11 isa = PBXAggregateTarget;
12 buildConfigurationList = E1E685B80A044B330072E0C9 /* Build configuration list for PBXAggregateTarget "ICeCoffEE Installer" */;
13 buildPhases = (
14 E120DF0E08141D6900BF8DDC /* CopyFiles */,
15 E120DF1008141D9600BF8DDC /* CopyFiles */,
16 E120DF1408141DB200BF8DDC /* CopyFiles */,
17 E120DF1A08141DD600BF8DDC /* ShellScript */,
18 );
19 dependencies = (
20 E1EF063A0814203F00C464C7 /* PBXTargetDependency */,
21 E1EF063C0814203F00C464C7 /* PBXTargetDependency */,
22 );
23 name = "ICeCoffEE Installer";
24 productName = "ICeCoffEE Installer agg";
25 };
26/* End PBXAggregateTarget section */
27
28/* Begin PBXBuildFile section */
29 E120DF0F08141D7E00BF8DDC /* ICeCoffEE Installer.app in CopyFiles */ = {isa = PBXBuildFile; fileRef = E120DF0C08141D5100BF8DDC /* ICeCoffEE Installer.app */; };
30 E120DF1108141D9F00BF8DDC /* ui.icns in CopyFiles */ = {isa = PBXBuildFile; fileRef = E1BF15A003DBAA4600050002 /* ui.icns */; };
31 E120DF1608141DBD00BF8DDC /* KillPrefpanesCache.sh in CopyFiles */ = {isa = PBXBuildFile; fileRef = E1BF15A403DBAA5600050002 /* KillPrefpanesCache.sh */; };
32 E120DF1908141DBD00BF8DDC /* ui.plist in CopyFiles */ = {isa = PBXBuildFile; fileRef = E1BF15A503DBAA5600050002 /* ui.plist */; };
33 E14521D70A044FAA00C9B040 /* SmartCrashReportsAPI.h in Headers */ = {isa = PBXBuildFile; fileRef = E14521D60A044FAA00C9B040 /* SmartCrashReportsAPI.h */; };
34 E14521D90A044FB300C9B040 /* SmartCrashReportsAPI.o in Frameworks */ = {isa = PBXBuildFile; fileRef = E14521D80A044FB300C9B040 /* SmartCrashReportsAPI.o */; };
35 E14DF1DA0A6F374700346107 /* APETools.o in Frameworks */ = {isa = PBXBuildFile; fileRef = E14DF1D90A6F374700346107 /* APETools.o */; };
36 E170DFDF0835D6F400B484AC /* ICeCoffEETrigger.h in Headers */ = {isa = PBXBuildFile; fileRef = E170DFDD0835D6F400B484AC /* ICeCoffEETrigger.h */; };
37 E170DFE00835D6F400B484AC /* ICeCoffEETrigger.m in Sources */ = {isa = PBXBuildFile; fileRef = E170DFDE0835D6F400B484AC /* ICeCoffEETrigger.m */; };
38 E191FC9E0831B8FB003B09BC /* ICeCoffEEServices.h in Headers */ = {isa = PBXBuildFile; fileRef = E191FC9C0831B8FB003B09BC /* ICeCoffEEServices.h */; };
39 E191FC9F0831B8FB003B09BC /* ICeCoffEEServices.m in Sources */ = {isa = PBXBuildFile; fileRef = E191FC9D0831B8FB003B09BC /* ICeCoffEEServices.m */; };
40 E191FCA00831B8FB003B09BC /* ICeCoffEEServices.h in Headers */ = {isa = PBXBuildFile; fileRef = E191FC9C0831B8FB003B09BC /* ICeCoffEEServices.h */; };
41 E191FCA10831B8FB003B09BC /* ICeCoffEEServices.m in Sources */ = {isa = PBXBuildFile; fileRef = E191FC9D0831B8FB003B09BC /* ICeCoffEEServices.m */; };
42 E1ABAE900812F4B2007C5427 /* ICeCoffEE.h in Headers */ = {isa = PBXBuildFile; fileRef = E14343B303DB4CF200050002 /* ICeCoffEE.h */; };
43 E1ABAE910812F4B2007C5427 /* ICeCoffEEScanner.h in Headers */ = {isa = PBXBuildFile; fileRef = E14343B703DB4CFE00050002 /* ICeCoffEEScanner.h */; };
44 E1ABAE920812F4B2007C5427 /* ICeCoffEESuper.h in Headers */ = {isa = PBXBuildFile; fileRef = E14343CD03DB66E900050002 /* ICeCoffEESuper.h */; };
45 E1ABAE930812F4B2007C5427 /* ICeCoffEEMenuOnly.h in Headers */ = {isa = PBXBuildFile; fileRef = E1BB268F03DB74B700050002 /* ICeCoffEEMenuOnly.h */; };
46 E1ABAE940812F4B2007C5427 /* ICeCoffEEMenuSuper.h in Headers */ = {isa = PBXBuildFile; fileRef = E1BB269303DB74C200050002 /* ICeCoffEEMenuSuper.h */; };
47 E1ABAE950812F4B2007C5427 /* ICeCoffEEWebKitSuper.h in Headers */ = {isa = PBXBuildFile; fileRef = E1BF166B03DBE27000050002 /* ICeCoffEEWebKitSuper.h */; };
48 E1ABAE960812F4B2007C5427 /* ICeCoffEEShared.h in Headers */ = {isa = PBXBuildFile; fileRef = E135625E03DC9FC200050002 /* ICeCoffEEShared.h */; };
49 E1ABAE970812F4B2007C5427 /* ICeCoffEETerminal.h in Headers */ = {isa = PBXBuildFile; fileRef = E1317B2E03DFC4DE00050002 /* ICeCoffEETerminal.h */; };
50 E1ABAE990812F4B2007C5427 /* ICeCoffEEAction.h in Headers */ = {isa = PBXBuildFile; fileRef = E165AB3503E7A7FC00050002 /* ICeCoffEEAction.h */; };
51 E1ABAE9A0812F4B2007C5427 /* ICeCoffEEBookmarks.h in Headers */ = {isa = PBXBuildFile; fileRef = E13762D103EC636D00050002 /* ICeCoffEEBookmarks.h */; };
52 E1ABAE9B0812F4B2007C5427 /* ICeCoffEEConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = E169DBA703E4F6A400050002 /* ICeCoffEEConfig.h */; };
53 E1ABAE9C0812F4B2007C5427 /* CPS.h in Headers */ = {isa = PBXBuildFile; fileRef = E11854F703F2709E00050002 /* CPS.h */; };
54 E1ABAE9D0812F4B2007C5427 /* ICeCoffEEWebKit.h in Headers */ = {isa = PBXBuildFile; fileRef = E1BF166D03DBE27000050002 /* ICeCoffEEWebKit.h */; };
55 E1ABAE9F0812F4B2007C5427 /* APEInfo.rtfd in Resources */ = {isa = PBXBuildFile; fileRef = E140C472040BB987009FF178 /* APEInfo.rtfd */; };
56 E1ABAEA00812F4B2007C5427 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = E1CBC99A03E7603400050002 /* Localizable.strings */; };
57 E1ABAEA30812F4B2007C5427 /* APEMain.m in Sources */ = {isa = PBXBuildFile; fileRef = F9A6986E03BE1DF000AA4DA5 /* APEMain.m */; };
58 E1ABAEA40812F4B2007C5427 /* ICeCoffEE.m in Sources */ = {isa = PBXBuildFile; fileRef = E14343B403DB4CF200050002 /* ICeCoffEE.m */; };
59 E1ABAEA50812F4B2007C5427 /* ICeCoffEEScanner.m in Sources */ = {isa = PBXBuildFile; fileRef = E14343B803DB4CFE00050002 /* ICeCoffEEScanner.m */; };
60 E1ABAEA60812F4B2007C5427 /* ICeCoffEEMenuOnly.m in Sources */ = {isa = PBXBuildFile; fileRef = E1BB269003DB74B700050002 /* ICeCoffEEMenuOnly.m */; };
61 E1ABAEA70812F4B2007C5427 /* ICeCoffEEMenuSuper.m in Sources */ = {isa = PBXBuildFile; fileRef = E1BB269403DB74C200050002 /* ICeCoffEEMenuSuper.m */; };
62 E1ABAEA80812F4B2007C5427 /* ICeCoffEEWebKit.m in Sources */ = {isa = PBXBuildFile; fileRef = E1BF166A03DBE27000050002 /* ICeCoffEEWebKit.m */; };
63 E1ABAEA90812F4B2007C5427 /* ICeCoffEEWebKitSuper.m in Sources */ = {isa = PBXBuildFile; fileRef = E1BF166C03DBE27000050002 /* ICeCoffEEWebKitSuper.m */; };
64 E1ABAEAA0812F4B2007C5427 /* ICeCoffEEShared.m in Sources */ = {isa = PBXBuildFile; fileRef = E182C8F603DE817F00050002 /* ICeCoffEEShared.m */; };
65 E1ABAEAB0812F4B2007C5427 /* ICeCoffEETerminal.m in Sources */ = {isa = PBXBuildFile; fileRef = E1317B2F03DFC4DE00050002 /* ICeCoffEETerminal.m */; };
66 E1ABAEAD0812F4B2007C5427 /* ICeCoffEEAction.c in Sources */ = {isa = PBXBuildFile; fileRef = E165AB3603E7A7FC00050002 /* ICeCoffEEAction.c */; };
67 E1ABAEAE0812F4B2007C5427 /* ICeCoffEEBookmarks.c in Sources */ = {isa = PBXBuildFile; fileRef = E13762D203EC636D00050002 /* ICeCoffEEBookmarks.c */; };
68 E1ABAEAF0812F4B2007C5427 /* ICeCoffEESuper.m in Sources */ = {isa = PBXBuildFile; fileRef = E14343CE03DB66E900050002 /* ICeCoffEESuper.m */; };
69 E1ABAEB10812F4B2007C5427 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F574113202F45276011A08DB /* Cocoa.framework */; };
70 E1ABAEB20812F4B2007C5427 /* ApplicationEnhancer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F5D3F9FC0305A40D01FE0BDE /* ApplicationEnhancer.framework */; };
71 E1ABAEB40812F4B2007C5427 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E169DCAB03E4FF7A00050002 /* Carbon.framework */; };
72 E1ABAEBC0812F4B2007C5427 /* CFPreferencesWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = F56276B903796C8B01AA4DA5 /* CFPreferencesWrapper.h */; };
73 E1ABAEBD0812F4B2007C5427 /* ICeCoffEEController.h in Headers */ = {isa = PBXBuildFile; fileRef = F9A6987003BE1DFF00AA4DA5 /* ICeCoffEEController.h */; };
74 E1ABAEBE0812F4B2007C5427 /* ICeCoffEEShared.h in Headers */ = {isa = PBXBuildFile; fileRef = E135625E03DC9FC200050002 /* ICeCoffEEShared.h */; };
75 E1ABAEBF0812F4B2007C5427 /* ICeCoffEEServicePrefController.h in Headers */ = {isa = PBXBuildFile; fileRef = E12FEC3E04959F5A00AEFBF9 /* ICeCoffEEServicePrefController.h */; };
76 E1ABAEC00812F4B2007C5427 /* ICeCoffEENonHighlightingOutlineView.h in Headers */ = {isa = PBXBuildFile; fileRef = E12FEC4204959F5A00AEFBF9 /* ICeCoffEENonHighlightingOutlineView.h */; };
77 E1ABAEC10812F4B2007C5427 /* ICeCoffEENonHighlightingTextFieldCell.h in Headers */ = {isa = PBXBuildFile; fileRef = E12FEC4004959F5A00AEFBF9 /* ICeCoffEENonHighlightingTextFieldCell.h */; };
78 E1ABAEC20812F4B2007C5427 /* ICeCoffEENonHighlightingButtonCell.h in Headers */ = {isa = PBXBuildFile; fileRef = E12FEC4404959F5A00AEFBF9 /* ICeCoffEENonHighlightingButtonCell.h */; };
79 E1ABAEC40812F4B2007C5427 /* APE Manager plugin.nib in Resources */ = {isa = PBXBuildFile; fileRef = 29B97318FDCFA39411CA2CEA /* APE Manager plugin.nib */; };
80 E1ABAEC50812F4B2007C5427 /* Select services.nib in Resources */ = {isa = PBXBuildFile; fileRef = E12FEC6104959FB800AEFBF9 /* Select services.nib */; };
81 E1ABAEC70812F4B2007C5427 /* CFPreferencesWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = F56276BA03796C8B01AA4DA5 /* CFPreferencesWrapper.m */; };
82 E1ABAEC80812F4B2007C5427 /* ICeCoffEEController.m in Sources */ = {isa = PBXBuildFile; fileRef = F9A6987103BE1DFF00AA4DA5 /* ICeCoffEEController.m */; };
83 E1ABAEC90812F4B2007C5427 /* ICeCoffEEShared.m in Sources */ = {isa = PBXBuildFile; fileRef = E182C8F603DE817F00050002 /* ICeCoffEEShared.m */; };
84 E1ABAECA0812F4B2007C5427 /* ICeCoffEEServicePrefController.m in Sources */ = {isa = PBXBuildFile; fileRef = E12FEC3D04959F5A00AEFBF9 /* ICeCoffEEServicePrefController.m */; };
85 E1ABAECB0812F4B2007C5427 /* ICeCoffEENonHighlightingOutlineView.m in Sources */ = {isa = PBXBuildFile; fileRef = E12FEC4104959F5A00AEFBF9 /* ICeCoffEENonHighlightingOutlineView.m */; };
86 E1ABAECC0812F4B2007C5427 /* ICeCoffEENonHighlightingTextFieldCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E12FEC3F04959F5A00AEFBF9 /* ICeCoffEENonHighlightingTextFieldCell.m */; };
87 E1ABAECD0812F4B2007C5427 /* ICeCoffEENonHighlightingButtonCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E12FEC4304959F5A00AEFBF9 /* ICeCoffEENonHighlightingButtonCell.m */; };
88 E1ABAECE0812F4B2007C5427 /* ICeCoffEEKeyEquivalents.m in Sources */ = {isa = PBXBuildFile; fileRef = E12FEC4504959F5A00AEFBF9 /* ICeCoffEEKeyEquivalents.m */; };
89 E1ABAED00812F4B2007C5427 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F574113202F45276011A08DB /* Cocoa.framework */; };
90 E1ABAED10812F4B2007C5427 /* ApplicationEnhancer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F5D3F9FC0305A40D01FE0BDE /* ApplicationEnhancer.framework */; };
91 E1ABAED20812F4B2007C5427 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E169DCAB03E4FF7A00050002 /* Carbon.framework */; };
92 E1ABAED80812F4B2007C5427 /* ICFindFilesToRemove_Prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = E19EB4F903DD35A700050002 /* ICFindFilesToRemove_Prefix.h */; };
93 E1ABAED90812F4B2007C5427 /* UICookieMonster.h in Headers */ = {isa = PBXBuildFile; fileRef = E19EB4FC03DD35A700050002 /* UICookieMonster.h */; };
94 E1ABAEDB0812F4B2007C5427 /* UICookieMonster.m in Sources */ = {isa = PBXBuildFile; fileRef = E19EB4FA03DD35A700050002 /* UICookieMonster.m */; };
95 E1ABAEDC0812F4B2007C5427 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E19EB4FB03DD35A700050002 /* main.m */; };
96 E1ABAEDE0812F4B2007C5427 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E19EB50303DD36E600050002 /* Foundation.framework */; };
97 E1ABAEF90812F4B3007C5427 /* APEManagerPrefPane.plugin in CopyFiles */ = {isa = PBXBuildFile; fileRef = E1ABAED50812F4B2007C5427 /* APEManagerPrefPane.plugin */; };
98 E1C30BC50C236E7400EAE48A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
99 E1F84A480A7165B800D1FBA1 /* UI_SCRInstall.plugin in CopyFiles */ = {isa = PBXBuildFile; fileRef = E1F84A360A7165B800D1FBA1 /* UI_SCRInstall.plugin */; };
100 E1F84A6D0A7165D400D1FBA1 /* Smart Crash Reports in CopyFiles */ = {isa = PBXBuildFile; fileRef = E1F84A490A7165D400D1FBA1 /* Smart Crash Reports */; };
101 E1FC8F280C1A3C530021AB09 /* ICeCoffEELabeledIconCell.h in Headers */ = {isa = PBXBuildFile; fileRef = E1FC8F260C1A3C530021AB09 /* ICeCoffEELabeledIconCell.h */; };
102 E1FC8F290C1A3C530021AB09 /* ICeCoffEELabeledIconCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E1FC8F270C1A3C530021AB09 /* ICeCoffEELabeledIconCell.m */; };
103/* End PBXBuildFile section */
104
105/* Begin PBXContainerItemProxy section */
106 E1ABAEF30812F4B3007C5427 /* PBXContainerItemProxy */ = {
107 isa = PBXContainerItemProxy;
108 containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
109 proxyType = 1;
110 remoteGlobalIDString = E1ABAEBA0812F4B2007C5427;
111 remoteInfo = "APEManagerPrefPane (Upgraded)";
112 };
113 E1EF06390814203F00C464C7 /* PBXContainerItemProxy */ = {
114 isa = PBXContainerItemProxy;
115 containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
116 proxyType = 1;
117 remoteGlobalIDString = E1ABAE8D0812F4B2007C5427;
118 remoteInfo = "APE Module";
119 };
120 E1EF063B0814203F00C464C7 /* PBXContainerItemProxy */ = {
121 isa = PBXContainerItemProxy;
122 containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
123 proxyType = 1;
124 remoteGlobalIDString = E1ABAED60812F4B2007C5427;
125 remoteInfo = ICFindFilesToRemove;
126 };
127/* End PBXContainerItemProxy section */
128
129/* Begin PBXCopyFilesBuildPhase section */
130 E120DF0E08141D6900BF8DDC /* CopyFiles */ = {
131 isa = PBXCopyFilesBuildPhase;
132 buildActionMask = 2147483647;
133 dstPath = "";
134 dstSubfolderSpec = 16;
135 files = (
136 E120DF0F08141D7E00BF8DDC /* ICeCoffEE Installer.app in CopyFiles */,
137 );
138 runOnlyForDeploymentPostprocessing = 0;
139 };
140 E120DF1008141D9600BF8DDC /* CopyFiles */ = {
141 isa = PBXCopyFilesBuildPhase;
142 buildActionMask = 2147483647;
143 dstPath = "ICeCoffEE Installer.app/Contents/Resources";
144 dstSubfolderSpec = 16;
145 files = (
146 E120DF1108141D9F00BF8DDC /* ui.icns in CopyFiles */,
147 );
148 runOnlyForDeploymentPostprocessing = 0;
149 };
150 E120DF1408141DB200BF8DDC /* CopyFiles */ = {
151 isa = PBXCopyFilesBuildPhase;
152 buildActionMask = 2147483647;
153 dstPath = "ICeCoffEE Installer.app/Contents/Resources/ui";
154 dstSubfolderSpec = 16;
155 files = (
156 E1F84A480A7165B800D1FBA1 /* UI_SCRInstall.plugin in CopyFiles */,
157 E1F84A6D0A7165D400D1FBA1 /* Smart Crash Reports in CopyFiles */,
158 E120DF1608141DBD00BF8DDC /* KillPrefpanesCache.sh in CopyFiles */,
159 E120DF1908141DBD00BF8DDC /* ui.plist in CopyFiles */,
160 );
161 runOnlyForDeploymentPostprocessing = 0;
162 };
163 E1ABAEB50812F4B2007C5427 /* CopyFiles */ = {
164 isa = PBXCopyFilesBuildPhase;
165 buildActionMask = 2147483647;
166 dstPath = "";
167 dstSubfolderSpec = 7;
168 files = (
169 E1ABAEF90812F4B3007C5427 /* APEManagerPrefPane.plugin in CopyFiles */,
170 );
171 runOnlyForDeploymentPostprocessing = 0;
172 };
173/* End PBXCopyFilesBuildPhase section */
174
175/* Begin PBXFileReference section */
176 089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
177 29B97319FDCFA39411CA2CEA /* APE Manager plugin.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = "APE Manager plugin.nib"; path = "English.lproj/APE Manager plugin.nib"; sourceTree = "<group>"; };
178 E11854F703F2709E00050002 /* CPS.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CPS.h; sourceTree = "<group>"; };
179 E120DF0C08141D5100BF8DDC /* ICeCoffEE Installer.app */ = {isa = PBXFileReference; lastKnownFileType = wrapper.application; name = "ICeCoffEE Installer.app"; path = "Installer components/ICeCoffEE Installer.app"; sourceTree = "<group>"; };
180 E1240CA10A7150E400886FB4 /* German */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = German; path = "German.lproj/Select services.nib"; sourceTree = "<group>"; };
181 E128636008381A34009C048B /* French */ = {isa = PBXFileReference; lastKnownFileType = wrapper.rtfd; name = French; path = French.lproj/APEInfo.rtfd; sourceTree = "<group>"; };
182 E128636B08381AB5009C048B /* French */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = French; path = "French.lproj/APE Manager plugin.nib"; sourceTree = "<group>"; };
183 E128637008381AC7009C048B /* French */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = French; path = French.lproj/Localizable.strings; sourceTree = "<group>"; };
184 E12FEC3D04959F5A00AEFBF9 /* ICeCoffEEServicePrefController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = ICeCoffEEServicePrefController.m; sourceTree = "<group>"; wrapsLines = 1; };
185 E12FEC3E04959F5A00AEFBF9 /* ICeCoffEEServicePrefController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ICeCoffEEServicePrefController.h; sourceTree = "<group>"; };
186 E12FEC3F04959F5A00AEFBF9 /* ICeCoffEENonHighlightingTextFieldCell.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = ICeCoffEENonHighlightingTextFieldCell.m; sourceTree = "<group>"; };
187 E12FEC4004959F5A00AEFBF9 /* ICeCoffEENonHighlightingTextFieldCell.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ICeCoffEENonHighlightingTextFieldCell.h; sourceTree = "<group>"; };
188 E12FEC4104959F5A00AEFBF9 /* ICeCoffEENonHighlightingOutlineView.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = ICeCoffEENonHighlightingOutlineView.m; sourceTree = "<group>"; };
189 E12FEC4204959F5A00AEFBF9 /* ICeCoffEENonHighlightingOutlineView.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ICeCoffEENonHighlightingOutlineView.h; sourceTree = "<group>"; };
190 E12FEC4304959F5A00AEFBF9 /* ICeCoffEENonHighlightingButtonCell.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = ICeCoffEENonHighlightingButtonCell.m; sourceTree = "<group>"; };
191 E12FEC4404959F5A00AEFBF9 /* ICeCoffEENonHighlightingButtonCell.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ICeCoffEENonHighlightingButtonCell.h; sourceTree = "<group>"; };
192 E12FEC4504959F5A00AEFBF9 /* ICeCoffEEKeyEquivalents.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = ICeCoffEEKeyEquivalents.m; sourceTree = "<group>"; };
193 E12FEC6204959FB800AEFBF9 /* Select services.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = "Select services.nib"; path = "English.lproj/Select services.nib"; sourceTree = "<group>"; };
194 E1317B2E03DFC4DE00050002 /* ICeCoffEETerminal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ICeCoffEETerminal.h; sourceTree = "<group>"; };
195 E1317B2F03DFC4DE00050002 /* ICeCoffEETerminal.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = ICeCoffEETerminal.m; sourceTree = "<group>"; };
196 E135625E03DC9FC200050002 /* ICeCoffEEShared.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ICeCoffEEShared.h; sourceTree = "<group>"; };
197 E13762D103EC636D00050002 /* ICeCoffEEBookmarks.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ICeCoffEEBookmarks.h; sourceTree = "<group>"; };
198 E13762D203EC636D00050002 /* ICeCoffEEBookmarks.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = ICeCoffEEBookmarks.c; sourceTree = "<group>"; };
199 E140C475040BB997009FF178 /* Japanese */ = {isa = PBXFileReference; lastKnownFileType = wrapper.rtfd; name = Japanese; path = Japanese.lproj/APEInfo.rtfd; sourceTree = "<group>"; };
200 E140C476040BBABD009FF178 /* Japanese */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Japanese; path = "Japanese.lproj/APE Manager plugin.nib"; sourceTree = "<group>"; };
201 E14343B303DB4CF200050002 /* ICeCoffEE.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ICeCoffEE.h; sourceTree = "<group>"; };
202 E14343B403DB4CF200050002 /* ICeCoffEE.m */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.objc; path = ICeCoffEE.m; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
203 E14343B703DB4CFE00050002 /* ICeCoffEEScanner.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ICeCoffEEScanner.h; sourceTree = "<group>"; };
204 E14343B803DB4CFE00050002 /* ICeCoffEEScanner.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = ICeCoffEEScanner.m; sourceTree = "<group>"; };
205 E14343CD03DB66E900050002 /* ICeCoffEESuper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ICeCoffEESuper.h; sourceTree = "<group>"; };
206 E14343CE03DB66E900050002 /* ICeCoffEESuper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ICeCoffEESuper.m; sourceTree = "<group>"; };
207 E14521D60A044FAA00C9B040 /* SmartCrashReportsAPI.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SmartCrashReportsAPI.h; sourceTree = "<group>"; };
208 E14521D80A044FB300C9B040 /* SmartCrashReportsAPI.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = SmartCrashReportsAPI.o; sourceTree = "<group>"; };
209 E14DF1D90A6F374700346107 /* APETools.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; name = APETools.o; path = /Library/Frameworks/ApplicationEnhancer.framework/Versions/A/Libraries/APETools.o; sourceTree = "<absolute>"; };
210 E165AB3503E7A7FC00050002 /* ICeCoffEEAction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ICeCoffEEAction.h; sourceTree = "<group>"; };
211 E165AB3603E7A7FC00050002 /* ICeCoffEEAction.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = ICeCoffEEAction.c; sourceTree = "<group>"; };
212 E169DBA703E4F6A400050002 /* ICeCoffEEConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ICeCoffEEConfig.h; sourceTree = "<group>"; };
213 E169DCAB03E4FF7A00050002 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; };
214 E170DFDD0835D6F400B484AC /* ICeCoffEETrigger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ICeCoffEETrigger.h; sourceTree = "<group>"; };
215 E170DFDE0835D6F400B484AC /* ICeCoffEETrigger.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ICeCoffEETrigger.m; sourceTree = "<group>"; };
216 E182C8F603DE817F00050002 /* ICeCoffEEShared.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = ICeCoffEEShared.m; sourceTree = "<group>"; };
217 E191FC9C0831B8FB003B09BC /* ICeCoffEEServices.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ICeCoffEEServices.h; sourceTree = "<group>"; };
218 E191FC9D0831B8FB003B09BC /* ICeCoffEEServices.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ICeCoffEEServices.m; sourceTree = "<group>"; };
219 E19EB4F903DD35A700050002 /* ICFindFilesToRemove_Prefix.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ICFindFilesToRemove_Prefix.h; path = ICFindFilesToRemove/ICFindFilesToRemove_Prefix.h; sourceTree = "<group>"; };
220 E19EB4FA03DD35A700050002 /* UICookieMonster.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = UICookieMonster.m; path = ICFindFilesToRemove/UICookieMonster.m; sourceTree = "<group>"; };
221 E19EB4FB03DD35A700050002 /* main.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = main.m; path = ICFindFilesToRemove/main.m; sourceTree = "<group>"; };
222 E19EB4FC03DD35A700050002 /* UICookieMonster.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = UICookieMonster.h; path = ICFindFilesToRemove/UICookieMonster.h; sourceTree = "<group>"; };
223 E19EB50303DD36E600050002 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
224 E1ABAEB80812F4B2007C5427 /* Info-APE Module.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = "Info-APE Module.plist"; sourceTree = "<group>"; };
225 E1ABAEB90812F4B2007C5427 /* ICeCoffEE.ape */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ICeCoffEE.ape; sourceTree = BUILT_PRODUCTS_DIR; };
226 E1ABAED40812F4B2007C5427 /* Info-APEManagerPrefPane.plist */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "Info-APEManagerPrefPane.plist"; sourceTree = "<group>"; };
227 E1ABAED50812F4B2007C5427 /* APEManagerPrefPane.plugin */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = APEManagerPrefPane.plugin; sourceTree = BUILT_PRODUCTS_DIR; };
228 E1ABAEDF0812F4B2007C5427 /* ICFindFilesToRemove */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = ICFindFilesToRemove; sourceTree = BUILT_PRODUCTS_DIR; };
229 E1ABAEF00812F4B3007C5427 /* Info-ICeCoffEE Installer.plist */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "Info-ICeCoffEE Installer.plist"; sourceTree = "<group>"; };
230 E1BB268F03DB74B700050002 /* ICeCoffEEMenuOnly.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ICeCoffEEMenuOnly.h; sourceTree = "<group>"; };
231 E1BB269003DB74B700050002 /* ICeCoffEEMenuOnly.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ICeCoffEEMenuOnly.m; sourceTree = "<group>"; };
232 E1BB269303DB74C200050002 /* ICeCoffEEMenuSuper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ICeCoffEEMenuSuper.h; sourceTree = "<group>"; };
233 E1BB269403DB74C200050002 /* ICeCoffEEMenuSuper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ICeCoffEEMenuSuper.m; sourceTree = "<group>"; };
234 E1BF15A003DBAA4600050002 /* ui.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = ui.icns; path = "Installer components/ui.icns"; sourceTree = "<group>"; };
235 E1BF15A403DBAA5600050002 /* KillPrefpanesCache.sh */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.script.sh; path = KillPrefpanesCache.sh; sourceTree = "<group>"; };
236 E1BF15A503DBAA5600050002 /* ui.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist; path = ui.plist; sourceTree = "<group>"; };
237 E1BF15BD03DBBD3E00050002 /* package-ICeCoffEE.sh */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.script.sh; name = "package-ICeCoffEE.sh"; path = "/Users/nicholas/Documents/Development/ICeCoffEE/package-ICeCoffEE.sh"; sourceTree = "<absolute>"; };
238 E1BF166A03DBE27000050002 /* ICeCoffEEWebKit.m */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.objc; path = ICeCoffEEWebKit.m; sourceTree = "<group>"; tabWidth = 8; usesTabs = 1; };
239 E1BF166B03DBE27000050002 /* ICeCoffEEWebKitSuper.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ICeCoffEEWebKitSuper.h; sourceTree = "<group>"; };
240 E1BF166C03DBE27000050002 /* ICeCoffEEWebKitSuper.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = ICeCoffEEWebKitSuper.m; sourceTree = "<group>"; };
241 E1BF166D03DBE27000050002 /* ICeCoffEEWebKit.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ICeCoffEEWebKit.h; sourceTree = "<group>"; };
242 E1BF167203DBEAA000050002 /* WebCoreBridge.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = WebCoreBridge.h; sourceTree = "<group>"; };
243 E1BF4A4D0487C77C00C20906 /* German */ = {isa = PBXFileReference; lastKnownFileType = wrapper.rtfd; name = German; path = German.lproj/APEInfo.rtfd; sourceTree = "<group>"; };
244 E1BF4A500487C7B300C20906 /* German */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = German; path = "German.lproj/APE Manager plugin.nib"; sourceTree = "<group>"; };
245 E1BF4A570487CA5300C20906 /* German */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = German; path = German.lproj/Localizable.strings; sourceTree = "<group>"; };
246 E1C30B100C23684D00EAE48A /* VERSION.xcconfig */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xcconfig; path = VERSION.xcconfig; sourceTree = "<group>"; };
247 E1CBC99803E7602700050002 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/Localizable.strings; sourceTree = "<group>"; };
248 E1F6E3AC040BCC5700050002 /* Japanese */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = Japanese; path = Japanese.lproj/Localizable.strings; sourceTree = "<group>"; };
249 E1F84A360A7165B800D1FBA1 /* UI_SCRInstall.plugin */ = {isa = PBXFileReference; lastKnownFileType = folder; path = UI_SCRInstall.plugin; sourceTree = "<group>"; };
250 E1F84A490A7165D400D1FBA1 /* Smart Crash Reports */ = {isa = PBXFileReference; lastKnownFileType = folder; path = "Smart Crash Reports"; sourceTree = "<group>"; };
251 E1FC8F260C1A3C530021AB09 /* ICeCoffEELabeledIconCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ICeCoffEELabeledIconCell.h; sourceTree = "<group>"; };
252 E1FC8F270C1A3C530021AB09 /* ICeCoffEELabeledIconCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ICeCoffEELabeledIconCell.m; sourceTree = "<group>"; };
253 F56276B903796C8B01AA4DA5 /* CFPreferencesWrapper.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CFPreferencesWrapper.h; sourceTree = "<group>"; };
254 F56276BA03796C8B01AA4DA5 /* CFPreferencesWrapper.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = CFPreferencesWrapper.m; sourceTree = "<group>"; };
255 F56276C20379923401AA4DA5 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.rtfd; name = English; path = English.lproj/APEInfo.rtfd; sourceTree = "<group>"; };
256 F574113202F45276011A08DB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
257 F5CD5EAA02DAE61A01AA4DA5 /* Exports.exp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.exports; path = Exports.exp; sourceTree = "<group>"; };
258 F5D3F9FC0305A40D01FE0BDE /* ApplicationEnhancer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationEnhancer.framework; path = /Library/Frameworks/ApplicationEnhancer.framework; sourceTree = "<absolute>"; };
259 F9A6986E03BE1DF000AA4DA5 /* APEMain.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = APEMain.m; sourceTree = "<group>"; };
260 F9A6987003BE1DFF00AA4DA5 /* ICeCoffEEController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ICeCoffEEController.h; sourceTree = "<group>"; };
261 F9A6987103BE1DFF00AA4DA5 /* ICeCoffEEController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = ICeCoffEEController.m; sourceTree = "<group>"; };
262/* End PBXFileReference section */
263
264/* Begin PBXFrameworksBuildPhase section */
265 E1ABAEB00812F4B2007C5427 /* Frameworks */ = {
266 isa = PBXFrameworksBuildPhase;
267 buildActionMask = 2147483647;
268 files = (
269 E1ABAEB10812F4B2007C5427 /* Cocoa.framework in Frameworks */,
270 E1ABAEB20812F4B2007C5427 /* ApplicationEnhancer.framework in Frameworks */,
271 E1ABAEB40812F4B2007C5427 /* Carbon.framework in Frameworks */,
272 E14521D90A044FB300C9B040 /* SmartCrashReportsAPI.o in Frameworks */,
273 E14DF1DA0A6F374700346107 /* APETools.o in Frameworks */,
274 );
275 runOnlyForDeploymentPostprocessing = 0;
276 };
277 E1ABAECF0812F4B2007C5427 /* Frameworks */ = {
278 isa = PBXFrameworksBuildPhase;
279 buildActionMask = 2147483647;
280 files = (
281 E1ABAED00812F4B2007C5427 /* Cocoa.framework in Frameworks */,
282 E1ABAED10812F4B2007C5427 /* ApplicationEnhancer.framework in Frameworks */,
283 E1ABAED20812F4B2007C5427 /* Carbon.framework in Frameworks */,
284 );
285 runOnlyForDeploymentPostprocessing = 0;
286 };
287 E1ABAEDD0812F4B2007C5427 /* Frameworks */ = {
288 isa = PBXFrameworksBuildPhase;
289 buildActionMask = 2147483647;
290 files = (
291 E1ABAEDE0812F4B2007C5427 /* Foundation.framework in Frameworks */,
292 );
293 runOnlyForDeploymentPostprocessing = 0;
294 };
295/* End PBXFrameworksBuildPhase section */
296
297/* Begin PBXGroup section */
298 19C28FACFE9D520D11CA2CBB /* Products */ = {
299 isa = PBXGroup;
300 children = (
301 E1ABAEB90812F4B2007C5427 /* ICeCoffEE.ape */,
302 E1ABAED50812F4B2007C5427 /* APEManagerPrefPane.plugin */,
303 E1ABAEDF0812F4B2007C5427 /* ICFindFilesToRemove */,
304 );
305 name = Products;
306 sourceTree = "<group>";
307 };
308 29B97314FDCFA39411CA2CEA /* PatchTest */ = {
309 isa = PBXGroup;
310 children = (
311 E14993A503DE868D00050002 /* Shared sources */,
312 29B97315FDCFA39411CA2CEA /* APE sources */,
313 E12FEC3C04959F1C00AEFBF9 /* Select Services sources */,
314 E14343AE03DB48F700050002 /* APE preference pane plugin sources */,
315 E14521D00A044F8600C9B040 /* Smart Crash Reports */,
316 E1BF159F03DBA81600050002 /* Installer components */,
317 E1BF15BD03DBBD3E00050002 /* package-ICeCoffEE.sh */,
318 E1BF154403DB950B00050002 /* Documentation */,
319 29B97317FDCFA39411CA2CEA /* Resources */,
320 29B97323FDCFA39411CA2CEA /* Frameworks */,
321 19C28FACFE9D520D11CA2CBB /* Products */,
322 );
323 name = PatchTest;
324 sourceTree = "<group>";
325 };
326 29B97315FDCFA39411CA2CEA /* APE sources */ = {
327 isa = PBXGroup;
328 children = (
329 F9A6986E03BE1DF000AA4DA5 /* APEMain.m */,
330 E11854F703F2709E00050002 /* CPS.h */,
331 E169DBA703E4F6A400050002 /* ICeCoffEEConfig.h */,
332 E14343B303DB4CF200050002 /* ICeCoffEE.h */,
333 E14343B403DB4CF200050002 /* ICeCoffEE.m */,
334 E165AB3503E7A7FC00050002 /* ICeCoffEEAction.h */,
335 E165AB3603E7A7FC00050002 /* ICeCoffEEAction.c */,
336 E13762D103EC636D00050002 /* ICeCoffEEBookmarks.h */,
337 E13762D203EC636D00050002 /* ICeCoffEEBookmarks.c */,
338 E1AFA51C03ECFDB000050001 /* Cocoa */,
339 E1AFA51D03ECFDBF00050001 /* Carbon */,
340 F5CD5EAA02DAE61A01AA4DA5 /* Exports.exp */,
341 E14DF1D90A6F374700346107 /* APETools.o */,
342 );
343 name = "APE sources";
344 sourceTree = "<group>";
345 };
346 29B97317FDCFA39411CA2CEA /* Resources */ = {
347 isa = PBXGroup;
348 children = (
349 E1C30B100C23684D00EAE48A /* VERSION.xcconfig */,
350 29B97318FDCFA39411CA2CEA /* APE Manager plugin.nib */,
351 E12FEC6104959FB800AEFBF9 /* Select services.nib */,
352 E1ABAEB80812F4B2007C5427 /* Info-APE Module.plist */,
353 E1ABAED40812F4B2007C5427 /* Info-APEManagerPrefPane.plist */,
354 E1ABAEF00812F4B3007C5427 /* Info-ICeCoffEE Installer.plist */,
355 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
356 E1CBC99A03E7603400050002 /* Localizable.strings */,
357 );
358 name = Resources;
359 sourceTree = "<group>";
360 };
361 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
362 isa = PBXGroup;
363 children = (
364 E169DCAB03E4FF7A00050002 /* Carbon.framework */,
365 F574113202F45276011A08DB /* Cocoa.framework */,
366 F5D3F9FC0305A40D01FE0BDE /* ApplicationEnhancer.framework */,
367 E19EB50303DD36E600050002 /* Foundation.framework */,
368 );
369 name = Frameworks;
370 sourceTree = "<group>";
371 };
372 E12FEC3C04959F1C00AEFBF9 /* Select Services sources */ = {
373 isa = PBXGroup;
374 children = (
375 E12FEC3E04959F5A00AEFBF9 /* ICeCoffEEServicePrefController.h */,
376 E12FEC3D04959F5A00AEFBF9 /* ICeCoffEEServicePrefController.m */,
377 E12FEC4204959F5A00AEFBF9 /* ICeCoffEENonHighlightingOutlineView.h */,
378 E12FEC4104959F5A00AEFBF9 /* ICeCoffEENonHighlightingOutlineView.m */,
379 E12FEC4004959F5A00AEFBF9 /* ICeCoffEENonHighlightingTextFieldCell.h */,
380 E12FEC3F04959F5A00AEFBF9 /* ICeCoffEENonHighlightingTextFieldCell.m */,
381 E1FC8F260C1A3C530021AB09 /* ICeCoffEELabeledIconCell.h */,
382 E1FC8F270C1A3C530021AB09 /* ICeCoffEELabeledIconCell.m */,
383 E12FEC4404959F5A00AEFBF9 /* ICeCoffEENonHighlightingButtonCell.h */,
384 E12FEC4304959F5A00AEFBF9 /* ICeCoffEENonHighlightingButtonCell.m */,
385 E12FEC4504959F5A00AEFBF9 /* ICeCoffEEKeyEquivalents.m */,
386 );
387 name = "Select Services sources";
388 sourceTree = "<group>";
389 };
390 E14343AE03DB48F700050002 /* APE preference pane plugin sources */ = {
391 isa = PBXGroup;
392 children = (
393 F9A6987003BE1DFF00AA4DA5 /* ICeCoffEEController.h */,
394 F9A6987103BE1DFF00AA4DA5 /* ICeCoffEEController.m */,
395 F56276B903796C8B01AA4DA5 /* CFPreferencesWrapper.h */,
396 F56276BA03796C8B01AA4DA5 /* CFPreferencesWrapper.m */,
397 );
398 name = "APE preference pane plugin sources";
399 sourceTree = "<group>";
400 };
401 E14521D00A044F8600C9B040 /* Smart Crash Reports */ = {
402 isa = PBXGroup;
403 children = (
404 E14521D60A044FAA00C9B040 /* SmartCrashReportsAPI.h */,
405 E14521D80A044FB300C9B040 /* SmartCrashReportsAPI.o */,
406 );
407 name = "Smart Crash Reports";
408 sourceTree = "<group>";
409 };
410 E14993A503DE868D00050002 /* Shared sources */ = {
411 isa = PBXGroup;
412 children = (
413 E135625E03DC9FC200050002 /* ICeCoffEEShared.h */,
414 E182C8F603DE817F00050002 /* ICeCoffEEShared.m */,
415 E191FC9C0831B8FB003B09BC /* ICeCoffEEServices.h */,
416 E191FC9D0831B8FB003B09BC /* ICeCoffEEServices.m */,
417 );
418 name = "Shared sources";
419 sourceTree = "<group>";
420 };
421 E19EB4F503DD359100050002 /* ICFindFilesToRemove */ = {
422 isa = PBXGroup;
423 children = (
424 E19EB4FB03DD35A700050002 /* main.m */,
425 E19EB4FC03DD35A700050002 /* UICookieMonster.h */,
426 E19EB4FA03DD35A700050002 /* UICookieMonster.m */,
427 E19EB4F903DD35A700050002 /* ICFindFilesToRemove_Prefix.h */,
428 );
429 name = ICFindFilesToRemove;
430 sourceTree = "<group>";
431 };
432 E1AFA51C03ECFDB000050001 /* Cocoa */ = {
433 isa = PBXGroup;
434 children = (
435 E14343CD03DB66E900050002 /* ICeCoffEESuper.h */,
436 E14343CE03DB66E900050002 /* ICeCoffEESuper.m */,
437 E170DFDD0835D6F400B484AC /* ICeCoffEETrigger.h */,
438 E170DFDE0835D6F400B484AC /* ICeCoffEETrigger.m */,
439 E14343B703DB4CFE00050002 /* ICeCoffEEScanner.h */,
440 E14343B803DB4CFE00050002 /* ICeCoffEEScanner.m */,
441 E1317B2E03DFC4DE00050002 /* ICeCoffEETerminal.h */,
442 E1317B2F03DFC4DE00050002 /* ICeCoffEETerminal.m */,
443 E1BB268F03DB74B700050002 /* ICeCoffEEMenuOnly.h */,
444 E1BB269003DB74B700050002 /* ICeCoffEEMenuOnly.m */,
445 E1BB269303DB74C200050002 /* ICeCoffEEMenuSuper.h */,
446 E1BB269403DB74C200050002 /* ICeCoffEEMenuSuper.m */,
447 E1BF167203DBEAA000050002 /* WebCoreBridge.h */,
448 E1BF166D03DBE27000050002 /* ICeCoffEEWebKit.h */,
449 E1BF166A03DBE27000050002 /* ICeCoffEEWebKit.m */,
450 E1BF166B03DBE27000050002 /* ICeCoffEEWebKitSuper.h */,
451 E1BF166C03DBE27000050002 /* ICeCoffEEWebKitSuper.m */,
452 );
453 name = Cocoa;
454 sourceTree = "<group>";
455 };
456 E1AFA51D03ECFDBF00050001 /* Carbon */ = {
457 isa = PBXGroup;
458 children = (
459 );
460 name = Carbon;
461 sourceTree = "<group>";
462 };
463 E1BF154403DB950B00050002 /* Documentation */ = {
464 isa = PBXGroup;
465 children = (
466 E140C472040BB987009FF178 /* APEInfo.rtfd */,
467 );
468 name = Documentation;
469 sourceTree = "<group>";
470 };
471 E1BF159F03DBA81600050002 /* Installer components */ = {
472 isa = PBXGroup;
473 children = (
474 E19EB4F503DD359100050002 /* ICFindFilesToRemove */,
475 E120DF0C08141D5100BF8DDC /* ICeCoffEE Installer.app */,
476 E1BF15A003DBAA4600050002 /* ui.icns */,
477 E1BF15A203DBAA5600050002 /* ui */,
478 );
479 name = "Installer components";
480 sourceTree = "<group>";
481 };
482 E1BF15A203DBAA5600050002 /* ui */ = {
483 isa = PBXGroup;
484 children = (
485 E1F84A360A7165B800D1FBA1 /* UI_SCRInstall.plugin */,
486 E1F84A490A7165D400D1FBA1 /* Smart Crash Reports */,
487 E1BF15A403DBAA5600050002 /* KillPrefpanesCache.sh */,
488 E1BF15A503DBAA5600050002 /* ui.plist */,
489 );
490 name = ui;
491 path = "Installer components/ui";
492 sourceTree = "<group>";
493 };
494/* End PBXGroup section */
495
496/* Begin PBXHeadersBuildPhase section */
497 E1ABAE8F0812F4B2007C5427 /* Headers */ = {
498 isa = PBXHeadersBuildPhase;
499 buildActionMask = 2147483647;
500 files = (
501 E1ABAE900812F4B2007C5427 /* ICeCoffEE.h in Headers */,
502 E1ABAE910812F4B2007C5427 /* ICeCoffEEScanner.h in Headers */,
503 E1ABAE920812F4B2007C5427 /* ICeCoffEESuper.h in Headers */,
504 E1ABAE930812F4B2007C5427 /* ICeCoffEEMenuOnly.h in Headers */,
505 E1ABAE940812F4B2007C5427 /* ICeCoffEEMenuSuper.h in Headers */,
506 E1ABAE950812F4B2007C5427 /* ICeCoffEEWebKitSuper.h in Headers */,
507 E1ABAE960812F4B2007C5427 /* ICeCoffEEShared.h in Headers */,
508 E1ABAE970812F4B2007C5427 /* ICeCoffEETerminal.h in Headers */,
509 E1ABAE990812F4B2007C5427 /* ICeCoffEEAction.h in Headers */,
510 E1ABAE9A0812F4B2007C5427 /* ICeCoffEEBookmarks.h in Headers */,
511 E1ABAE9B0812F4B2007C5427 /* ICeCoffEEConfig.h in Headers */,
512 E1ABAE9C0812F4B2007C5427 /* CPS.h in Headers */,
513 E1ABAE9D0812F4B2007C5427 /* ICeCoffEEWebKit.h in Headers */,
514 E191FC9E0831B8FB003B09BC /* ICeCoffEEServices.h in Headers */,
515 E170DFDF0835D6F400B484AC /* ICeCoffEETrigger.h in Headers */,
516 E14521D70A044FAA00C9B040 /* SmartCrashReportsAPI.h in Headers */,
517 );
518 runOnlyForDeploymentPostprocessing = 0;
519 };
520 E1ABAEBB0812F4B2007C5427 /* Headers */ = {
521 isa = PBXHeadersBuildPhase;
522 buildActionMask = 2147483647;
523 files = (
524 E1ABAEBC0812F4B2007C5427 /* CFPreferencesWrapper.h in Headers */,
525 E1ABAEBD0812F4B2007C5427 /* ICeCoffEEController.h in Headers */,
526 E1ABAEBE0812F4B2007C5427 /* ICeCoffEEShared.h in Headers */,
527 E1ABAEBF0812F4B2007C5427 /* ICeCoffEEServicePrefController.h in Headers */,
528 E1ABAEC00812F4B2007C5427 /* ICeCoffEENonHighlightingOutlineView.h in Headers */,
529 E1ABAEC10812F4B2007C5427 /* ICeCoffEENonHighlightingTextFieldCell.h in Headers */,
530 E1ABAEC20812F4B2007C5427 /* ICeCoffEENonHighlightingButtonCell.h in Headers */,
531 E191FCA00831B8FB003B09BC /* ICeCoffEEServices.h in Headers */,
532 E1FC8F280C1A3C530021AB09 /* ICeCoffEELabeledIconCell.h in Headers */,
533 );
534 runOnlyForDeploymentPostprocessing = 0;
535 };
536 E1ABAED70812F4B2007C5427 /* Headers */ = {
537 isa = PBXHeadersBuildPhase;
538 buildActionMask = 2147483647;
539 files = (
540 E1ABAED80812F4B2007C5427 /* ICFindFilesToRemove_Prefix.h in Headers */,
541 E1ABAED90812F4B2007C5427 /* UICookieMonster.h in Headers */,
542 );
543 runOnlyForDeploymentPostprocessing = 0;
544 };
545/* End PBXHeadersBuildPhase section */
546
547/* Begin PBXNativeTarget section */
548 E1ABAE8D0812F4B2007C5427 /* APE Module */ = {
549 isa = PBXNativeTarget;
550 buildConfigurationList = E1E685B00A044B330072E0C9 /* Build configuration list for PBXNativeTarget "APE Module" */;
551 buildPhases = (
552 E1ABAE8F0812F4B2007C5427 /* Headers */,
553 E1ABAE9E0812F4B2007C5427 /* Resources */,
554 E1ABAEA10812F4B2007C5427 /* Sources */,
555 E1ABAEB00812F4B2007C5427 /* Frameworks */,
556 E1ABAEB50812F4B2007C5427 /* CopyFiles */,
557 E1ABAEB70812F4B2007C5427 /* ShellScript */,
558 );
559 buildRules = (
560 );
561 dependencies = (
562 E1ABAEF40812F4B3007C5427 /* PBXTargetDependency */,
563 );
564 name = "APE Module";
565 productInstallPath = "$(USER_LIBRARY_DIR)/Bundles";
566 productName = "Labels X";
567 productReference = E1ABAEB90812F4B2007C5427 /* ICeCoffEE.ape */;
568 productType = "com.apple.product-type.bundle";
569 };
570 E1ABAEBA0812F4B2007C5427 /* APEManagerPrefPane */ = {
571 isa = PBXNativeTarget;
572 buildConfigurationList = E1E685AC0A044B330072E0C9 /* Build configuration list for PBXNativeTarget "APEManagerPrefPane" */;
573 buildPhases = (
574 E1ABAEBB0812F4B2007C5427 /* Headers */,
575 E1ABAEC30812F4B2007C5427 /* Resources */,
576 E1ABAEC60812F4B2007C5427 /* Sources */,
577 E1ABAECF0812F4B2007C5427 /* Frameworks */,
578 E1ABAED30812F4B2007C5427 /* Rez */,
579 );
580 buildRules = (
581 );
582 dependencies = (
583 );
584 name = APEManagerPrefPane;
585 productInstallPath = "$(USER_LIBRARY_DIR)/Bundles";
586 productName = APEManagerPrefPane;
587 productReference = E1ABAED50812F4B2007C5427 /* APEManagerPrefPane.plugin */;
588 productType = "com.apple.product-type.bundle";
589 };
590 E1ABAED60812F4B2007C5427 /* ICFindFilesToRemove */ = {
591 isa = PBXNativeTarget;
592 buildConfigurationList = E1E685B40A044B330072E0C9 /* Build configuration list for PBXNativeTarget "ICFindFilesToRemove" */;
593 buildPhases = (
594 E1ABAED70812F4B2007C5427 /* Headers */,
595 E1ABAEDA0812F4B2007C5427 /* Sources */,
596 E1ABAEDD0812F4B2007C5427 /* Frameworks */,
597 );
598 buildRules = (
599 );
600 dependencies = (
601 );
602 name = ICFindFilesToRemove;
603 productInstallPath = /usr/local/bin;
604 productName = ICFindFilesToRemove;
605 productReference = E1ABAEDF0812F4B2007C5427 /* ICFindFilesToRemove */;
606 productType = "com.apple.product-type.tool";
607 };
608/* End PBXNativeTarget section */
609
610/* Begin PBXProject section */
611 29B97313FDCFA39411CA2CEA /* Project object */ = {
612 isa = PBXProject;
613 buildConfigurationList = E1E685BC0A044B330072E0C9 /* Build configuration list for PBXProject "ICeCoffEE" */;
614 hasScannedForEncodings = 1;
615 knownPlatforms = (
616 macos,
617 macosclassic,
618 windows,
619 solaris,
620 hpux,
621 German,
622 );
623 knownRegions = (
624 English,
625 Japanese,
626 French,
627 German,
628 es,
629 Italian,
630 );
631 mainGroup = 29B97314FDCFA39411CA2CEA /* PatchTest */;
632 projectDirPath = "";
633 targets = (
634 E1ABAE8D0812F4B2007C5427 /* APE Module */,
635 E1ABAEBA0812F4B2007C5427 /* APEManagerPrefPane */,
636 E1ABAED60812F4B2007C5427 /* ICFindFilesToRemove */,
637 E120DB7308141CCB00BF8DDC /* ICeCoffEE Installer */,
638 );
639 };
640/* End PBXProject section */
641
642/* Begin PBXResourcesBuildPhase section */
643 E1ABAE9E0812F4B2007C5427 /* Resources */ = {
644 isa = PBXResourcesBuildPhase;
645 buildActionMask = 2147483647;
646 files = (
647 E1ABAE9F0812F4B2007C5427 /* APEInfo.rtfd in Resources */,
648 E1ABAEA00812F4B2007C5427 /* Localizable.strings in Resources */,
649 E1C30BC50C236E7400EAE48A /* InfoPlist.strings in Resources */,
650 );
651 runOnlyForDeploymentPostprocessing = 0;
652 };
653 E1ABAEC30812F4B2007C5427 /* Resources */ = {
654 isa = PBXResourcesBuildPhase;
655 buildActionMask = 2147483647;
656 files = (
657 E1ABAEC40812F4B2007C5427 /* APE Manager plugin.nib in Resources */,
658 E1ABAEC50812F4B2007C5427 /* Select services.nib in Resources */,
659 );
660 runOnlyForDeploymentPostprocessing = 0;
661 };
662/* End PBXResourcesBuildPhase section */
663
664/* Begin PBXRezBuildPhase section */
665 E1ABAED30812F4B2007C5427 /* Rez */ = {
666 isa = PBXRezBuildPhase;
667 buildActionMask = 2147483647;
668 files = (
669 );
670 runOnlyForDeploymentPostprocessing = 0;
671 };
672/* End PBXRezBuildPhase section */
673
674/* Begin PBXShellScriptBuildPhase section */
675 E120DF1A08141DD600BF8DDC /* ShellScript */ = {
676 isa = PBXShellScriptBuildPhase;
677 buildActionMask = 2147483647;
678 files = (
679 );
680 inputPaths = (
681 );
682 outputPaths = (
683 );
684 runOnlyForDeploymentPostprocessing = 0;
685 shellPath = /bin/sh;
686 shellScript = "cd \"${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}.${WRAPPER_EXTENSION}/Contents/Resources/\" && \\\n/usr/bin/install \"${BUILT_PRODUCTS_DIR}/ICFindFilesToRemove\" ui && \\\nrm -rf ui/ICeCoffEE.ape && \\\nmkdir ui/ICeCoffEE.ape && \\\n/usr/bin/ditto -rsrc \"${BUILT_PRODUCTS_DIR}/ICeCoffEE.ape\" ui/ICeCoffEE.ape && \\\nfor i in ui/ICeCoffEE.ape/Contents/Resources/*.lproj\ndo\n LPROJ=\"`basename $i`\"\n mkdir -p \"${LPROJ}/ui\"\n ln -s \"../../ui/ICeCoffEE.ape/Contents/Resources/$LPROJ/APEInfo.rtfd\" \"${LPROJ}/ui/ReadMe.rtfd\"\ndone";
687 };
688 E1ABAEB70812F4B2007C5427 /* ShellScript */ = {
689 isa = PBXShellScriptBuildPhase;
690 buildActionMask = 2147483647;
691 files = (
692 );
693 runOnlyForDeploymentPostprocessing = 0;
694 shellPath = /bin/sh;
695 shellScript = "/Developer/Tools/SetFile -a B \"$TARGET_BUILD_DIR/$PRODUCT_NAME.$WRAPPER_EXTENSION\"";
696 };
697/* End PBXShellScriptBuildPhase section */
698
699/* Begin PBXSourcesBuildPhase section */
700 E1ABAEA10812F4B2007C5427 /* Sources */ = {
701 isa = PBXSourcesBuildPhase;
702 buildActionMask = 2147483647;
703 files = (
704 E1ABAEA30812F4B2007C5427 /* APEMain.m in Sources */,
705 E1ABAEA40812F4B2007C5427 /* ICeCoffEE.m in Sources */,
706 E1ABAEA50812F4B2007C5427 /* ICeCoffEEScanner.m in Sources */,
707 E1ABAEA60812F4B2007C5427 /* ICeCoffEEMenuOnly.m in Sources */,
708 E1ABAEA70812F4B2007C5427 /* ICeCoffEEMenuSuper.m in Sources */,
709 E1ABAEA80812F4B2007C5427 /* ICeCoffEEWebKit.m in Sources */,
710 E1ABAEA90812F4B2007C5427 /* ICeCoffEEWebKitSuper.m in Sources */,
711 E1ABAEAA0812F4B2007C5427 /* ICeCoffEEShared.m in Sources */,
712 E1ABAEAB0812F4B2007C5427 /* ICeCoffEETerminal.m in Sources */,
713 E1ABAEAD0812F4B2007C5427 /* ICeCoffEEAction.c in Sources */,
714 E1ABAEAE0812F4B2007C5427 /* ICeCoffEEBookmarks.c in Sources */,
715 E1ABAEAF0812F4B2007C5427 /* ICeCoffEESuper.m in Sources */,
716 E191FC9F0831B8FB003B09BC /* ICeCoffEEServices.m in Sources */,
717 E170DFE00835D6F400B484AC /* ICeCoffEETrigger.m in Sources */,
718 );
719 runOnlyForDeploymentPostprocessing = 0;
720 };
721 E1ABAEC60812F4B2007C5427 /* Sources */ = {
722 isa = PBXSourcesBuildPhase;
723 buildActionMask = 2147483647;
724 files = (
725 E1ABAEC70812F4B2007C5427 /* CFPreferencesWrapper.m in Sources */,
726 E1ABAEC80812F4B2007C5427 /* ICeCoffEEController.m in Sources */,
727 E1ABAEC90812F4B2007C5427 /* ICeCoffEEShared.m in Sources */,
728 E1ABAECA0812F4B2007C5427 /* ICeCoffEEServicePrefController.m in Sources */,
729 E1ABAECB0812F4B2007C5427 /* ICeCoffEENonHighlightingOutlineView.m in Sources */,
730 E1ABAECC0812F4B2007C5427 /* ICeCoffEENonHighlightingTextFieldCell.m in Sources */,
731 E1ABAECD0812F4B2007C5427 /* ICeCoffEENonHighlightingButtonCell.m in Sources */,
732 E1ABAECE0812F4B2007C5427 /* ICeCoffEEKeyEquivalents.m in Sources */,
733 E191FCA10831B8FB003B09BC /* ICeCoffEEServices.m in Sources */,
734 E1FC8F290C1A3C530021AB09 /* ICeCoffEELabeledIconCell.m in Sources */,
735 );
736 runOnlyForDeploymentPostprocessing = 0;
737 };
738 E1ABAEDA0812F4B2007C5427 /* Sources */ = {
739 isa = PBXSourcesBuildPhase;
740 buildActionMask = 2147483647;
741 files = (
742 E1ABAEDB0812F4B2007C5427 /* UICookieMonster.m in Sources */,
743 E1ABAEDC0812F4B2007C5427 /* main.m in Sources */,
744 );
745 runOnlyForDeploymentPostprocessing = 0;
746 };
747/* End PBXSourcesBuildPhase section */
748
749/* Begin PBXTargetDependency section */
750 E1ABAEF40812F4B3007C5427 /* PBXTargetDependency */ = {
751 isa = PBXTargetDependency;
752 target = E1ABAEBA0812F4B2007C5427 /* APEManagerPrefPane */;
753 targetProxy = E1ABAEF30812F4B3007C5427 /* PBXContainerItemProxy */;
754 };
755 E1EF063A0814203F00C464C7 /* PBXTargetDependency */ = {
756 isa = PBXTargetDependency;
757 target = E1ABAE8D0812F4B2007C5427 /* APE Module */;
758 targetProxy = E1EF06390814203F00C464C7 /* PBXContainerItemProxy */;
759 };
760 E1EF063C0814203F00C464C7 /* PBXTargetDependency */ = {
761 isa = PBXTargetDependency;
762 target = E1ABAED60812F4B2007C5427 /* ICFindFilesToRemove */;
763 targetProxy = E1EF063B0814203F00C464C7 /* PBXContainerItemProxy */;
764 };
765/* End PBXTargetDependency section */
766
767/* Begin PBXVariantGroup section */
768 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
769 isa = PBXVariantGroup;
770 children = (
771 089C165DFE840E0CC02AAC07 /* English */,
772 );
773 name = InfoPlist.strings;
774 sourceTree = "<group>";
775 };
776 29B97318FDCFA39411CA2CEA /* APE Manager plugin.nib */ = {
777 isa = PBXVariantGroup;
778 children = (
779 29B97319FDCFA39411CA2CEA /* APE Manager plugin.nib */,
780 E140C476040BBABD009FF178 /* Japanese */,
781 E1BF4A500487C7B300C20906 /* German */,
782 E128636B08381AB5009C048B /* French */,
783 );
784 name = "APE Manager plugin.nib";
785 sourceTree = "<group>";
786 };
787 E12FEC6104959FB800AEFBF9 /* Select services.nib */ = {
788 isa = PBXVariantGroup;
789 children = (
790 E12FEC6204959FB800AEFBF9 /* Select services.nib */,
791 E1240CA10A7150E400886FB4 /* German */,
792 );
793 name = "Select services.nib";
794 sourceTree = "<group>";
795 };
796 E140C472040BB987009FF178 /* APEInfo.rtfd */ = {
797 isa = PBXVariantGroup;
798 children = (
799 F56276C20379923401AA4DA5 /* English */,
800 E140C475040BB997009FF178 /* Japanese */,
801 E1BF4A4D0487C77C00C20906 /* German */,
802 E128636008381A34009C048B /* French */,
803 );
804 name = APEInfo.rtfd;
805 sourceTree = "<group>";
806 };
807 E1CBC99A03E7603400050002 /* Localizable.strings */ = {
808 isa = PBXVariantGroup;
809 children = (
810 E1CBC99803E7602700050002 /* English */,
811 E1F6E3AC040BCC5700050002 /* Japanese */,
812 E1BF4A570487CA5300C20906 /* German */,
813 E128637008381AC7009C048B /* French */,
814 );
815 name = Localizable.strings;
816 sourceTree = "<group>";
817 };
818/* End PBXVariantGroup section */
819
820/* Begin XCBuildConfiguration section */
821 E1E685AD0A044B330072E0C9 /* Development */ = {
822 isa = XCBuildConfiguration;
823 buildSettings = {
824 COPY_PHASE_STRIP = NO;
825 FRAMEWORK_SEARCH_PATHS = /Library/Frameworks;
826 GCC_DYNAMIC_NO_PIC = NO;
827 GCC_ENABLE_FIX_AND_CONTINUE = YES;
828 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
829 GCC_OPTIMIZATION_LEVEL = 0;
830 INFOPLIST_FILE = "Info-APEManagerPrefPane.plist";
831 OPTIMIZATION_CFLAGS = "-O0";
832 PRODUCT_NAME = APEManagerPrefPane;
833 WARNING_CFLAGS = (
834 "-Wmost",
835 "-Wno-four-char-constants",
836 "-Wno-unknown-pragmas",
837 );
838 WRAPPER_EXTENSION = plugin;
839 ZERO_LINK = NO;
840 };
841 name = Development;
842 };
843 E1E685AE0A044B330072E0C9 /* Deployment */ = {
844 isa = XCBuildConfiguration;
845 buildSettings = {
846 COPY_PHASE_STRIP = YES;
847 FRAMEWORK_SEARCH_PATHS = /Library/Frameworks;
848 GCC_C_LANGUAGE_STANDARD = c99;
849 GCC_ENABLE_FIX_AND_CONTINUE = NO;
850 INFOPLIST_FILE = "Info-APEManagerPrefPane.plist";
851 PRODUCT_NAME = APEManagerPrefPane;
852 WARNING_CFLAGS = (
853 "-Wmost",
854 "-Wno-four-char-constants",
855 "-Wno-unknown-pragmas",
856 );
857 WRAPPER_EXTENSION = plugin;
858 ZERO_LINK = NO;
859 };
860 name = Deployment;
861 };
862 E1E685B10A044B330072E0C9 /* Development */ = {
863 isa = XCBuildConfiguration;
864 buildSettings = {
865 COPY_PHASE_STRIP = NO;
866 EXPORTED_SYMBOLS_FILE = Exports.exp;
867 FRAMEWORK_SEARCH_PATHS = (
868 /Library/Frameworks,
869 "$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks",
870 );
871 GCC_DYNAMIC_NO_PIC = NO;
872 GCC_ENABLE_FIX_AND_CONTINUE = NO;
873 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
874 GCC_OPTIMIZATION_LEVEL = 0;
875 INFOPLIST_FILE = "Info-APE Module.plist";
876 OPTIMIZATION_CFLAGS = "-O0";
877 PRODUCT_NAME = ICeCoffEE;
878 WARNING_CFLAGS = (
879 "-Wmost",
880 "-Wno-four-char-constants",
881 "-Wno-unknown-pragmas",
882 );
883 WRAPPER_EXTENSION = ape;
884 ZERO_LINK = NO;
885 };
886 name = Development;
887 };
888 E1E685B20A044B330072E0C9 /* Deployment */ = {
889 isa = XCBuildConfiguration;
890 buildSettings = {
891 COPY_PHASE_STRIP = YES;
892 EXPORTED_SYMBOLS_FILE = Exports.exp;
893 FRAMEWORK_SEARCH_PATHS = (
894 /Library/Frameworks,
895 "$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks",
896 );
897 GCC_C_LANGUAGE_STANDARD = c99;
898 GCC_ENABLE_FIX_AND_CONTINUE = NO;
899 INFOPLIST_FILE = "Info-APE Module.plist";
900 PRODUCT_NAME = ICeCoffEE;
901 WARNING_CFLAGS = (
902 "-Wmost",
903 "-Wno-four-char-constants",
904 "-Wno-unknown-pragmas",
905 );
906 WRAPPER_EXTENSION = ape;
907 ZERO_LINK = NO;
908 };
909 name = Deployment;
910 };
911 E1E685B50A044B330072E0C9 /* Development */ = {
912 isa = XCBuildConfiguration;
913 buildSettings = {
914 COPY_PHASE_STRIP = NO;
915 GCC_DYNAMIC_NO_PIC = NO;
916 GCC_ENABLE_FIX_AND_CONTINUE = YES;
917 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
918 GCC_OPTIMIZATION_LEVEL = 0;
919 GCC_PRECOMPILE_PREFIX_HEADER = YES;
920 GCC_PREFIX_HEADER = ICFindFilesToRemove/ICFindFilesToRemove_Prefix.h;
921 OPTIMIZATION_CFLAGS = "-O0";
922 OTHER_CFLAGS = "";
923 OTHER_LDFLAGS = "";
924 OTHER_REZFLAGS = "";
925 PRODUCT_NAME = ICFindFilesToRemove;
926 REZ_EXECUTABLE = YES;
927 SECTORDER_FLAGS = "";
928 WARNING_CFLAGS = (
929 "-Wmost",
930 "-Wno-four-char-constants",
931 "-Wno-unknown-pragmas",
932 );
933 ZERO_LINK = NO;
934 };
935 name = Development;
936 };
937 E1E685B60A044B330072E0C9 /* Deployment */ = {
938 isa = XCBuildConfiguration;
939 buildSettings = {
940 COPY_PHASE_STRIP = YES;
941 GCC_C_LANGUAGE_STANDARD = c99;
942 GCC_ENABLE_FIX_AND_CONTINUE = NO;
943 GCC_PRECOMPILE_PREFIX_HEADER = YES;
944 GCC_PREFIX_HEADER = ICFindFilesToRemove/ICFindFilesToRemove_Prefix.h;
945 OTHER_CFLAGS = "";
946 OTHER_LDFLAGS = "";
947 OTHER_REZFLAGS = "";
948 PRODUCT_NAME = ICFindFilesToRemove;
949 REZ_EXECUTABLE = YES;
950 SECTORDER_FLAGS = "";
951 WARNING_CFLAGS = (
952 "-Wmost",
953 "-Wno-four-char-constants",
954 "-Wno-unknown-pragmas",
955 );
956 ZERO_LINK = NO;
957 };
958 name = Deployment;
959 };
960 E1E685B90A044B330072E0C9 /* Development */ = {
961 isa = XCBuildConfiguration;
962 buildSettings = {
963 COPY_PHASE_STRIP = NO;
964 GCC_DYNAMIC_NO_PIC = NO;
965 GCC_ENABLE_FIX_AND_CONTINUE = YES;
966 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
967 GCC_OPTIMIZATION_LEVEL = 0;
968 OPTIMIZATION_CFLAGS = "-O0";
969 PRODUCT_NAME = "ICeCoffEE Installer";
970 WRAPPER_EXTENSION = app;
971 ZERO_LINK = YES;
972 };
973 name = Development;
974 };
975 E1E685BA0A044B330072E0C9 /* Deployment */ = {
976 isa = XCBuildConfiguration;
977 buildSettings = {
978 COPY_PHASE_STRIP = YES;
979 GCC_C_LANGUAGE_STANDARD = c99;
980 GCC_ENABLE_FIX_AND_CONTINUE = NO;
981 PRODUCT_NAME = "ICeCoffEE Installer";
982 WRAPPER_EXTENSION = app;
983 ZERO_LINK = NO;
984 };
985 name = Deployment;
986 };
987 E1E685BD0A044B330072E0C9 /* Development */ = {
988 isa = XCBuildConfiguration;
989 baseConfigurationReference = E1C30B100C23684D00EAE48A /* VERSION.xcconfig */;
990 buildSettings = {
991 ARCHS = (
992 ppc,
993 i386,
994 );
995 GCC_C_LANGUAGE_STANDARD = c99;
996 GCC_VERSION_ppc = 3.3;
997 MACOSX_DEPLOYMENT_TARGET = 10.3;
998 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
999 };
1000 name = Development;
1001 };
1002 E1E685BE0A044B330072E0C9 /* Deployment */ = {
1003 isa = XCBuildConfiguration;
1004 baseConfigurationReference = E1C30B100C23684D00EAE48A /* VERSION.xcconfig */;
1005 buildSettings = {
1006 ARCHS = (
1007 ppc,
1008 i386,
1009 );
1010 GCC_C_LANGUAGE_STANDARD = c99;
1011 GCC_VERSION_ppc = 3.3;
1012 MACOSX_DEPLOYMENT_TARGET = 10.3;
1013 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
1014 };
1015 name = Deployment;
1016 };
1017/* End XCBuildConfiguration section */
1018
1019/* Begin XCConfigurationList section */
1020 E1E685AC0A044B330072E0C9 /* Build configuration list for PBXNativeTarget "APEManagerPrefPane" */ = {
1021 isa = XCConfigurationList;
1022 buildConfigurations = (
1023 E1E685AD0A044B330072E0C9 /* Development */,
1024 E1E685AE0A044B330072E0C9 /* Deployment */,
1025 );
1026 defaultConfigurationIsVisible = 0;
1027 defaultConfigurationName = Development;
1028 };
1029 E1E685B00A044B330072E0C9 /* Build configuration list for PBXNativeTarget "APE Module" */ = {
1030 isa = XCConfigurationList;
1031 buildConfigurations = (
1032 E1E685B10A044B330072E0C9 /* Development */,
1033 E1E685B20A044B330072E0C9 /* Deployment */,
1034 );
1035 defaultConfigurationIsVisible = 0;
1036 defaultConfigurationName = Development;
1037 };
1038 E1E685B40A044B330072E0C9 /* Build configuration list for PBXNativeTarget "ICFindFilesToRemove" */ = {
1039 isa = XCConfigurationList;
1040 buildConfigurations = (
1041 E1E685B50A044B330072E0C9 /* Development */,
1042 E1E685B60A044B330072E0C9 /* Deployment */,
1043 );
1044 defaultConfigurationIsVisible = 0;
1045 defaultConfigurationName = Development;
1046 };
1047 E1E685B80A044B330072E0C9 /* Build configuration list for PBXAggregateTarget "ICeCoffEE Installer" */ = {
1048 isa = XCConfigurationList;
1049 buildConfigurations = (
1050 E1E685B90A044B330072E0C9 /* Development */,
1051 E1E685BA0A044B330072E0C9 /* Deployment */,
1052 );
1053 defaultConfigurationIsVisible = 0;
1054 defaultConfigurationName = Development;
1055 };
1056 E1E685BC0A044B330072E0C9 /* Build configuration list for PBXProject "ICeCoffEE" */ = {
1057 isa = XCConfigurationList;
1058 buildConfigurations = (
1059 E1E685BD0A044B330072E0C9 /* Development */,
1060 E1E685BE0A044B330072E0C9 /* Deployment */,
1061 );
1062 defaultConfigurationIsVisible = 0;
1063 defaultConfigurationName = Development;
1064 };
1065/* End XCConfigurationList section */
1066 };
1067 rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
1068}
Note: See TracBrowser for help on using the repository browser.