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

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

VERSION: Starting with 1.5d1.

ICeCoffEEKeyEquivalents.m: Support "collision font" for displaying key
equivalent conflicts.

ICeCoffEE.m: Increase debug ICCF_MAX_URL_LEN to 120 for testing. Set
icons in ICCF_ConsolidateServicesMenu (needs better caching).

ICeCoffEEServicePrefController.m: Display icons, proper key
equivalents (instead of #, what was I thinking?!) and conflicts. Fix
a dumb bug in ICCF_PropagateServiceStateChange. Ellipsize long menu
items rather than chopping them off. Fix key equivalent column
getting moved when expanding disclosure triangles.

ICeCoffEELabeledIconCell.[hm]: An IconRef-displaying text cell.

Info-APE Module.plist: Update version to 1.5d1.

ICeCoffEE.xcodeproj: Added files, no significant changes.

English.lproj/InfoPlist.strings: Update version to 1.5d1.

English.lproj/APEInfo.rtfd/TXT.rtf: Some overdue documentation
updates.

ICeCoffEEShared.[hm]: Enable debugging; we're now using
kICServiceShortcut (though not yet for customizable shortcuts) so
define its data type.

ICeCoffEETerminal.m: Remove some useless code to "extend to beginning
of string" which seems to have been stolen from the NSTextView
implementation and not well understood. Handle common uses of
parentheses in URLs; still need to do this for NSTextView.

ICeCoffEESetServicesMenu.[hm]: Needs renaming; now with icon
extraction functionality and semi-working code to create a service
info dictionary.

Info-APEManagerPrefPane.plist: Update version to 1.5d1.

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