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

Last change on this file since 375 was 375, checked in by Nicholas Riley, 16 years ago

ICeCoffEE.[hm]: Restore ICCF_CheckRange, moved in [322], as we don't
want the range limited in TestParser.

ICeCoffEEParser.m: Remove ICCF_CheckRange. Comment out expandFront
URL/parens stuff; it's as yet untested. Handle {...} in URLs. Don't
assert when )/} is last character in string. Fix indentation.

ICeCoffEE.xcodeproj: Link TestParser to Cocoa normally. Remove
obsolete build settings.

TestParser.m: Stub out ICCF_CheckRange. Test beginning with
one-character ranges all the way through the string. Output summary
stats at end.

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