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

Last change on this file since 216 was 216, checked in by Nicholas Riley, 18 years ago

VERSION: Starting with 1.4.3d1.

APE.icns: Generic APE icon (not sure whether we care).

SmartCrashReportsAPI.[ho]: SCR 1.1.

ICeCoffEEWebKit.m: -elementAtPoint: isn't in current
development WebKit; switch to the version in WebHTMLView.

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

ICeCoffEE.xcodeproj: Xcode 2 version of project, required fixing
script which copies the APE bundle into the installer. We're still
building for 10.3.9 and later on PowerPC only for this release.

English.lproj/APEInfo.rtfd: Small clarifications, update release notes
and version information.

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

ICeCoffEEShared.h: Use varargs macros to finally fix the stupid
warnings when ICCF_DEBUG is 0.

ICeCoffEE APE.xcode: Removed.

ICeCoffEETerminal.m: Fixes crash on clicking disabled close/minimize
widgets in Open dialog (invalid super method call) by implementing
overridden methods in the faked superclass.

ape_install: APE 1.5.1.

Info-APEManagerPrefPane.plist: Update version number.

APEMain.m: Implement SCR. Fix a comment typo. Remove some useless
uses of the comma operator so the new warning-less ICapeprintf works.

package-ICeCoffEE.sh: Use new xcodebuild syntax and build layout.
Remove a useless use of the semicolon. Nuke localizations on
development builds.

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