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

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

APEMain.m: Note missing Xcode 3 support. Add Terminal 2.0 support.

English.lproj/APE Manager plugin.nib:

English.lproj/APEInfo.rtfd:

ICeCoffEE.[hm]: Bring triggering window and app to front if error
dialog displayed in ICCF_HandleException. Remove initial word
selection. Launch preexisting selection if present. Remove 10.3
support. Update for new ICeCoffEETrigger API. Rename downEvent
parameter for consistency.

ICeCoffEE.xcodeproj: Added files.

ICeCoffEEParser.m: Handle multiline URLs.

ICeCoffEETTView.[hm]: Terminal 2.0 support (thank you for having a
usable NSTextInput implementation!)

ICeCoffEETTViewTrigger.[hm]: ICeCoffEETrigger implementation for
TTView. Can't set range as we do for NSTextView because you can't
have an arbitrary empty selection range in Terminal, so we pass it
directly to ICCF_LaunchURLFromTTView.

ICeCoffEETerminal.[hm]: Fix capitalization on ICeCoffEETermSubviewSuper.
Pass downEvent to ICCF_HandleException so it can bring the triggering
window to the front.

ICeCoffEETextViewTrigger.[hm]: Moved from ICeCoffEETrigger.

ICeCoffEETrigger.[hm]: Now an abstract superclass. Replace direct
access to ICCF_sharedTrigger with +cancel. Create 0-character range
(if click outside selectedRange) or save selectedRange. Move
debugging logs here from ICeCoffEE.m. Add description method.

ICeCoffEEWebKit.m: Pass downEvent to ICCF_HandleException so it can
bring the triggering window to the front.

Installer components/ui/ui.plist: Updated for 1.5d3.

TestParser.m: Handle multiline URLs; newlines are printed as \ and
tabs as >. Implement ICCF_StringByRemovingCharactersInSet, which will
move elsewhere once Internet Config support is removed.

VERSION.xcconfig: Updated for 1.5d3.

urls.plist: Test for multiline URLs.

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