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

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

ICeCoffEE.[hm]: Move parsing functions (ICCF_CheckRange,
ICCF_Delimiters, ICCF_ParseURL) and Internet Config start/stop
routines (ICCF_Stop/StartIC) to ICeCoffEEParser.[hm] so they can be
tested outside the APE. Also move ICCF_MAX_URL_LEN definition, and
extract guts of NSTextView parsing into ICCF_URLEnclosingRange.
Remove comment about TXNClick; if MLTE is deprecated I'm not going to
mess with it.

ICeCoffEEParser.[hm]: Moved everything discussed above to here.

ICeCoffEEServices.m: Some comments, now I realize how irritating the
service localization problem is.

ICeCoffEETerminal.m: Remove long-unused reference to
ICeCoffEEScanner.h (was from 1.2?).

ICeCoffEEScanner.[hm]: Removed, no longer in use.

TestParser.m: Very simple first pass at testing. There's much more I
want to do here.

urls.plist: First pass at URL test cases.

ICeCoffEE.xcodeproj: Add TestParser target (yes, it uses ZeroLink
because my machine is slow and it actually helps).

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