]> git.saurik.com Git - apple/syslog.git/blob - syslog.xcodeproj/project.pbxproj
syslog-377.60.2.tar.gz
[apple/syslog.git] / syslog.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 46;
7 objects = {
8
9 /* Begin PBXAggregateTarget section */
10 3F0552BB1614E58B00F729CC /* libasl_Sim */ = {
11 isa = PBXAggregateTarget;
12 buildConfigurationList = 3F0552BC1614E58B00F729CC /* Build configuration list for PBXAggregateTarget "libasl_Sim" */;
13 buildPhases = (
14 );
15 dependencies = (
16 3FFD440917486329007DAC1B /* PBXTargetDependency */,
17 );
18 name = libasl_Sim;
19 productName = libasl_Sim;
20 };
21 3F6F440B1613AA3600CA9ADB /* libasl */ = {
22 isa = PBXAggregateTarget;
23 buildConfigurationList = 3F6F440C1613AA3700CA9ADB /* Build configuration list for PBXAggregateTarget "libasl" */;
24 buildPhases = (
25 );
26 dependencies = (
27 3F6F440F1613AA3B00CA9ADB /* PBXTargetDependency */,
28 );
29 name = libasl;
30 productName = libasl;
31 };
32 3FFD43F9174862D0007DAC1B /* executables_Sim */ = {
33 isa = PBXAggregateTarget;
34 buildConfigurationList = 3FFD4402174862D0007DAC1B /* Build configuration list for PBXAggregateTarget "executables_Sim" */;
35 buildPhases = (
36 );
37 dependencies = (
38 3FFD440717486325007DAC1B /* PBXTargetDependency */,
39 );
40 name = executables_Sim;
41 productName = All;
42 };
43 5020A3211098EBDE00982ED6 /* executables */ = {
44 isa = PBXAggregateTarget;
45 buildConfigurationList = 5020A3311098EC3000982ED6 /* Build configuration list for PBXAggregateTarget "executables" */;
46 buildPhases = (
47 );
48 dependencies = (
49 5020A3241098EBF400982ED6 /* PBXTargetDependency */,
50 5020A3261098EBF900982ED6 /* PBXTargetDependency */,
51 5020A3281098EBFC00982ED6 /* PBXTargetDependency */,
52 503A82141098FB9300B0D08A /* PBXTargetDependency */,
53 );
54 name = executables;
55 productName = All;
56 };
57 721700891CCABF6F000FC779 /* executables_DaytonaBridge */ = {
58 isa = PBXAggregateTarget;
59 buildConfigurationList = 721700921CCABF6F000FC779 /* Build configuration list for PBXAggregateTarget "executables_DaytonaBridge" */;
60 buildPhases = (
61 );
62 dependencies = (
63 7217008A1CCABF6F000FC779 /* PBXTargetDependency */,
64 7217008E1CCABF6F000FC779 /* PBXTargetDependency */,
65 721700901CCABF6F000FC779 /* PBXTargetDependency */,
66 );
67 name = executables_DaytonaBridge;
68 productName = All;
69 };
70 /* End PBXAggregateTarget section */
71
72 /* Begin PBXBuildFile section */
73 2D30656E150E6EFF00F31A54 /* asl_common.c in Sources */ = {isa = PBXBuildFile; fileRef = 2D30656C150E6EFF00F31A54 /* asl_common.c */; };
74 2D30D2811AE6C84200673818 /* daemon.c in Sources */ = {isa = PBXBuildFile; fileRef = 2D30D27F1AE6C84200673818 /* daemon.c */; };
75 2D31F3C517E77F3300F2A60C /* asl_client.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D31F3C117E77F3300F2A60C /* asl_client.h */; settings = {ATTRIBUTES = (Private, ); }; };
76 2D31F3C617E77F3300F2A60C /* asl_msg_list.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D31F3C217E77F3300F2A60C /* asl_msg_list.h */; settings = {ATTRIBUTES = (Private, ); }; };
77 2D31F3C717E77F3300F2A60C /* asl_object.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D31F3C317E77F3300F2A60C /* asl_object.h */; settings = {ATTRIBUTES = (Private, ); }; };
78 2D31F3C817E77F3300F2A60C /* asl_string.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D31F3C417E77F3300F2A60C /* asl_string.h */; settings = {ATTRIBUTES = (Private, ); }; };
79 2D31F3CD17E77F8800F2A60C /* asl_client.c in Sources */ = {isa = PBXBuildFile; fileRef = 2D31F3C917E77F8800F2A60C /* asl_client.c */; };
80 2D31F3CE17E77F8800F2A60C /* asl_msg_list.c in Sources */ = {isa = PBXBuildFile; fileRef = 2D31F3CA17E77F8800F2A60C /* asl_msg_list.c */; };
81 2D31F3CF17E77F8800F2A60C /* asl_object.c in Sources */ = {isa = PBXBuildFile; fileRef = 2D31F3CB17E77F8800F2A60C /* asl_object.c */; };
82 2D31F3D017E77F8800F2A60C /* asl_string.c in Sources */ = {isa = PBXBuildFile; fileRef = 2D31F3CC17E77F8800F2A60C /* asl_string.c */; };
83 2D60F61115657D0F00F2E3F9 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 2D60F61015657D0F00F2E3F9 /* libz.dylib */; };
84 2D9DEB64150E6FE80059BA61 /* asl_common.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D30656D150E6EFF00F31A54 /* asl_common.h */; };
85 2DCF701A150E97C0002D5E8F /* libaslcommon.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 505ACB9D108FD16400197086 /* libaslcommon.a */; };
86 3F6F43F21613A8E300CA9ADB /* asl.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F6F43CF1613A8E300CA9ADB /* asl.h */; settings = {ATTRIBUTES = (Public, ); }; };
87 3F6F43F31613A8E300CA9ADB /* asl_core.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F6F43D01613A8E300CA9ADB /* asl_core.h */; settings = {ATTRIBUTES = (Private, ); }; };
88 3F6F43F41613A8E300CA9ADB /* asl_file.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F6F43D11613A8E300CA9ADB /* asl_file.h */; settings = {ATTRIBUTES = (Private, ); }; };
89 3F6F43F51613A8E300CA9ADB /* asl_legacy1.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F6F43D21613A8E300CA9ADB /* asl_legacy1.h */; settings = {ATTRIBUTES = (Private, ); }; };
90 3F6F43F61613A8E300CA9ADB /* asl_msg.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F6F43D31613A8E300CA9ADB /* asl_msg.h */; settings = {ATTRIBUTES = (Private, ); }; };
91 3F6F43F71613A8E300CA9ADB /* asl_private.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F6F43D41613A8E300CA9ADB /* asl_private.h */; settings = {ATTRIBUTES = (Private, ); }; };
92 3F6F43F81613A8E300CA9ADB /* asl_store.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F6F43D51613A8E300CA9ADB /* asl_store.h */; settings = {ATTRIBUTES = (Private, ); }; };
93 3F6F43FB1613A8E300CA9ADB /* asl.c in Sources */ = {isa = PBXBuildFile; fileRef = 3F6F43E21613A8E300CA9ADB /* asl.c */; };
94 3F6F43FC1613A8E300CA9ADB /* asl_core.c in Sources */ = {isa = PBXBuildFile; fileRef = 3F6F43E31613A8E300CA9ADB /* asl_core.c */; };
95 3F6F43FD1613A8E300CA9ADB /* asl_fd.c in Sources */ = {isa = PBXBuildFile; fileRef = 3F6F43E41613A8E300CA9ADB /* asl_fd.c */; };
96 3F6F43FE1613A8E300CA9ADB /* asl_file.c in Sources */ = {isa = PBXBuildFile; fileRef = 3F6F43E51613A8E300CA9ADB /* asl_file.c */; };
97 3F6F43FF1613A8E300CA9ADB /* asl_legacy1.c in Sources */ = {isa = PBXBuildFile; fileRef = 3F6F43E61613A8E300CA9ADB /* asl_legacy1.c */; };
98 3F6F44001613A8E300CA9ADB /* asl_msg.c in Sources */ = {isa = PBXBuildFile; fileRef = 3F6F43E71613A8E300CA9ADB /* asl_msg.c */; };
99 3F6F44011613A8E300CA9ADB /* asl_store.c in Sources */ = {isa = PBXBuildFile; fileRef = 3F6F43E81613A8E300CA9ADB /* asl_store.c */; };
100 3F6F44021613A8E300CA9ADB /* asl_util.c in Sources */ = {isa = PBXBuildFile; fileRef = 3F6F43E91613A8E300CA9ADB /* asl_util.c */; };
101 3F6F440A1613A91E00CA9ADB /* asl_ipc.defs in Sources */ = {isa = PBXBuildFile; fileRef = 505ACBA2108FD18400197086 /* asl_ipc.defs */; };
102 3F6F44141613AAA600CA9ADB /* asl.3 in Install man3 */ = {isa = PBXBuildFile; fileRef = 3F6F43D91613A8E300CA9ADB /* asl.3 */; };
103 3FE798E416161F2A00D547B0 /* syslog.c in Sources */ = {isa = PBXBuildFile; fileRef = 3FE798E316161F2A00D547B0 /* syslog.c */; };
104 3FE798E616161F5D00D547B0 /* syslog.3 in Install man3 */ = {isa = PBXBuildFile; fileRef = 3FE798E516161F3A00D547B0 /* syslog.3 */; };
105 5020A36B1098EE1D00982ED6 /* libaslcommon.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 505ACB9D108FD16400197086 /* libaslcommon.a */; };
106 5020A37F1098EEC400982ED6 /* libaslcommon.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 505ACB9D108FD16400197086 /* libaslcommon.a */; };
107 5039176F1091408B0001165E /* aslmanager.c in Sources */ = {isa = PBXBuildFile; fileRef = 5039176C1091408B0001165E /* aslmanager.c */; };
108 503917B81091410E0001165E /* asl_action.c in Sources */ = {isa = PBXBuildFile; fileRef = 503917A61091410E0001165E /* asl_action.c */; };
109 503917BB1091410E0001165E /* bsd_in.c in Sources */ = {isa = PBXBuildFile; fileRef = 503917AA1091410E0001165E /* bsd_in.c */; };
110 503917BC1091410E0001165E /* bsd_out.c in Sources */ = {isa = PBXBuildFile; fileRef = 503917AB1091410E0001165E /* bsd_out.c */; };
111 503917BD1091410E0001165E /* daemon.c in Sources */ = {isa = PBXBuildFile; fileRef = 503917AD1091410E0001165E /* daemon.c */; };
112 503917BE1091410E0001165E /* dbserver.c in Sources */ = {isa = PBXBuildFile; fileRef = 503917AF1091410E0001165E /* dbserver.c */; };
113 503917BF1091410E0001165E /* klog_in.c in Sources */ = {isa = PBXBuildFile; fileRef = 503917B01091410E0001165E /* klog_in.c */; };
114 503917C11091410E0001165E /* remote.c in Sources */ = {isa = PBXBuildFile; fileRef = 503917B21091410E0001165E /* remote.c */; };
115 503917C21091410E0001165E /* syslogd.c in Sources */ = {isa = PBXBuildFile; fileRef = 503917B51091410E0001165E /* syslogd.c */; };
116 503917C31091410E0001165E /* udp_in.c in Sources */ = {isa = PBXBuildFile; fileRef = 503917B71091410E0001165E /* udp_in.c */; };
117 503917D2109141530001165E /* syslog.c in Sources */ = {isa = PBXBuildFile; fileRef = 503917D1109141530001165E /* syslog.c */; };
118 503A81D81098FA3900B0D08A /* asl_ipc.defs in Sources */ = {isa = PBXBuildFile; fileRef = 505ACBA2108FD18400197086 /* asl_ipc.defs */; settings = {ATTRIBUTES = (Client, Server, ); }; };
119 503A82471099029200B0D08A /* libbsm.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 503A82461099029200B0D08A /* libbsm.dylib */; };
120 503A82741099045F00B0D08A /* aslmanager.8 in Copy Manpage.8 */ = {isa = PBXBuildFile; fileRef = 5039176B1091408B0001165E /* aslmanager.8 */; };
121 503A82761099049900B0D08A /* syslog.1 in Copy Manpage.1 */ = {isa = PBXBuildFile; fileRef = 503917D0109141530001165E /* syslog.1 */; };
122 503A8278109904C000B0D08A /* syslogd.8 in Copy Manpage.8 */ = {isa = PBXBuildFile; fileRef = 503917B41091410E0001165E /* syslogd.8 */; };
123 503A827A109904E400B0D08A /* asl.conf.5 in Copy Manpages.5 */ = {isa = PBXBuildFile; fileRef = 503917A81091410E0001165E /* asl.conf.5 */; };
124 503A827B109904E400B0D08A /* syslog.conf.5 in Copy Manpages.5 */ = {isa = PBXBuildFile; fileRef = 503917B31091410E0001165E /* syslog.conf.5 */; };
125 505ACBA8108FD18400197086 /* asl_ipc.defs in Headers */ = {isa = PBXBuildFile; fileRef = 505ACBA2108FD18400197086 /* asl_ipc.defs */; };
126 505ACBA9108FD18400197086 /* asl_memory.c in Sources */ = {isa = PBXBuildFile; fileRef = 505ACBA3108FD18400197086 /* asl_memory.c */; };
127 505ACBAA108FD18400197086 /* asl_memory.h in Headers */ = {isa = PBXBuildFile; fileRef = 505ACBA4108FD18400197086 /* asl_memory.h */; };
128 8FBD22362241ED0000CEBA6A /* asl_mt_shim.c in Sources */ = {isa = PBXBuildFile; fileRef = 8F77AF5A2241CD17004AF9B4 /* asl_mt_shim.c */; };
129 /* End PBXBuildFile section */
130
131 /* Begin PBXContainerItemProxy section */
132 3F6F440E1613AA3B00CA9ADB /* PBXContainerItemProxy */ = {
133 isa = PBXContainerItemProxy;
134 containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
135 proxyType = 1;
136 remoteGlobalIDString = 3F6F43C91613922800CA9ADB;
137 remoteInfo = libsystem_asl;
138 };
139 3FFD440617486325007DAC1B /* PBXContainerItemProxy */ = {
140 isa = PBXContainerItemProxy;
141 containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
142 proxyType = 1;
143 remoteGlobalIDString = 5020A3211098EBDE00982ED6;
144 remoteInfo = executables;
145 };
146 3FFD440817486329007DAC1B /* PBXContainerItemProxy */ = {
147 isa = PBXContainerItemProxy;
148 containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
149 proxyType = 1;
150 remoteGlobalIDString = 3F6F440B1613AA3600CA9ADB;
151 remoteInfo = libasl;
152 };
153 5020A3231098EBF400982ED6 /* PBXContainerItemProxy */ = {
154 isa = PBXContainerItemProxy;
155 containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
156 proxyType = 1;
157 remoteGlobalIDString = 505ACB9C108FD16400197086;
158 remoteInfo = aslcommon;
159 };
160 5020A3251098EBF900982ED6 /* PBXContainerItemProxy */ = {
161 isa = PBXContainerItemProxy;
162 containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
163 proxyType = 1;
164 remoteGlobalIDString = 50391765109140450001165E;
165 remoteInfo = aslmanager;
166 };
167 5020A3271098EBFC00982ED6 /* PBXContainerItemProxy */ = {
168 isa = PBXContainerItemProxy;
169 containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
170 proxyType = 1;
171 remoteGlobalIDString = 503917C71091413E0001165E;
172 remoteInfo = util;
173 };
174 503A82131098FB9300B0D08A /* PBXContainerItemProxy */ = {
175 isa = PBXContainerItemProxy;
176 containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
177 proxyType = 1;
178 remoteGlobalIDString = 5039177B109140C30001165E;
179 remoteInfo = syslogd;
180 };
181 7217008B1CCABF6F000FC779 /* PBXContainerItemProxy */ = {
182 isa = PBXContainerItemProxy;
183 containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
184 proxyType = 1;
185 remoteGlobalIDString = 505ACB9C108FD16400197086;
186 remoteInfo = aslcommon;
187 };
188 7217008F1CCABF6F000FC779 /* PBXContainerItemProxy */ = {
189 isa = PBXContainerItemProxy;
190 containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
191 proxyType = 1;
192 remoteGlobalIDString = 503917C71091413E0001165E;
193 remoteInfo = util;
194 };
195 721700911CCABF6F000FC779 /* PBXContainerItemProxy */ = {
196 isa = PBXContainerItemProxy;
197 containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
198 proxyType = 1;
199 remoteGlobalIDString = 5039177B109140C30001165E;
200 remoteInfo = syslogd;
201 };
202 FCF3761810D2EED700C0EC8D /* PBXContainerItemProxy */ = {
203 isa = PBXContainerItemProxy;
204 containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
205 proxyType = 1;
206 remoteGlobalIDString = 505ACB9C108FD16400197086;
207 remoteInfo = aslcommon;
208 };
209 FCF3761A10D2EEDF00C0EC8D /* PBXContainerItemProxy */ = {
210 isa = PBXContainerItemProxy;
211 containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
212 proxyType = 1;
213 remoteGlobalIDString = 505ACB9C108FD16400197086;
214 remoteInfo = aslcommon;
215 };
216 /* End PBXContainerItemProxy section */
217
218 /* Begin PBXCopyFilesBuildPhase section */
219 3F6F44131613AA9300CA9ADB /* Install man3 */ = {
220 isa = PBXCopyFilesBuildPhase;
221 buildActionMask = 8;
222 dstPath = /usr/share/man/man3;
223 dstSubfolderSpec = 0;
224 files = (
225 3F6F44141613AAA600CA9ADB /* asl.3 in Install man3 */,
226 3FE798E616161F5D00D547B0 /* syslog.3 in Install man3 */,
227 );
228 name = "Install man3";
229 runOnlyForDeploymentPostprocessing = 1;
230 };
231 503A82631099037D00B0D08A /* Copy Manpage.8 */ = {
232 isa = PBXCopyFilesBuildPhase;
233 buildActionMask = 8;
234 dstPath = /usr/share/man/man8;
235 dstSubfolderSpec = 0;
236 files = (
237 503A82741099045F00B0D08A /* aslmanager.8 in Copy Manpage.8 */,
238 );
239 name = "Copy Manpage.8";
240 runOnlyForDeploymentPostprocessing = 1;
241 };
242 503A8285109904FD00B0D08A /* Copy Manpage.1 */ = {
243 isa = PBXCopyFilesBuildPhase;
244 buildActionMask = 8;
245 dstPath = /usr/share/man/man1;
246 dstSubfolderSpec = 0;
247 files = (
248 503A82761099049900B0D08A /* syslog.1 in Copy Manpage.1 */,
249 );
250 name = "Copy Manpage.1";
251 runOnlyForDeploymentPostprocessing = 1;
252 };
253 503A8286109904FD00B0D08A /* Copy Manpage.8 */ = {
254 isa = PBXCopyFilesBuildPhase;
255 buildActionMask = 8;
256 dstPath = /usr/share/man/man8;
257 dstSubfolderSpec = 0;
258 files = (
259 503A8278109904C000B0D08A /* syslogd.8 in Copy Manpage.8 */,
260 );
261 name = "Copy Manpage.8";
262 runOnlyForDeploymentPostprocessing = 1;
263 };
264 503A8287109904FD00B0D08A /* Copy Manpages.5 */ = {
265 isa = PBXCopyFilesBuildPhase;
266 buildActionMask = 8;
267 dstPath = /usr/share/man/man5;
268 dstSubfolderSpec = 0;
269 files = (
270 503A827A109904E400B0D08A /* asl.conf.5 in Copy Manpages.5 */,
271 503A827B109904E400B0D08A /* syslog.conf.5 in Copy Manpages.5 */,
272 );
273 name = "Copy Manpages.5";
274 runOnlyForDeploymentPostprocessing = 1;
275 };
276 /* End PBXCopyFilesBuildPhase section */
277
278 /* Begin PBXFileReference section */
279 2D30656C150E6EFF00F31A54 /* asl_common.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = asl_common.c; sourceTree = "<group>"; };
280 2D30656D150E6EFF00F31A54 /* asl_common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = asl_common.h; sourceTree = "<group>"; };
281 2D30D27F1AE6C84200673818 /* daemon.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = daemon.c; path = aslmanager.tproj/daemon.c; sourceTree = "<group>"; };
282 2D30D2801AE6C84200673818 /* daemon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = daemon.h; path = aslmanager.tproj/daemon.h; sourceTree = "<group>"; };
283 2D31F3C117E77F3300F2A60C /* asl_client.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = asl_client.h; sourceTree = "<group>"; };
284 2D31F3C217E77F3300F2A60C /* asl_msg_list.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = asl_msg_list.h; sourceTree = "<group>"; };
285 2D31F3C317E77F3300F2A60C /* asl_object.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = asl_object.h; sourceTree = "<group>"; };
286 2D31F3C417E77F3300F2A60C /* asl_string.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = asl_string.h; sourceTree = "<group>"; };
287 2D31F3C917E77F8800F2A60C /* asl_client.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = asl_client.c; sourceTree = "<group>"; };
288 2D31F3CA17E77F8800F2A60C /* asl_msg_list.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = asl_msg_list.c; sourceTree = "<group>"; };
289 2D31F3CB17E77F8800F2A60C /* asl_object.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = asl_object.c; sourceTree = "<group>"; };
290 2D31F3CC17E77F8800F2A60C /* asl_string.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = asl_string.c; sourceTree = "<group>"; };
291 2D60F61015657D0F00F2E3F9 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; };
292 2D9C4F131B3A29E700219FB3 /* com.apple.system.log */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = com.apple.system.log; path = syslogd.tproj/com.apple.system.log; sourceTree = "<group>"; };
293 2DB4DA0A125FC69A001CDC45 /* after_install.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; name = after_install.sh; path = syslogd.tproj/after_install.sh; sourceTree = "<group>"; };
294 2DB8178915589D0C004D0BDE /* entitlements.plist */ = {isa = PBXFileReference; lastKnownFileType = file.bplist; name = entitlements.plist; path = util.tproj/entitlements.plist; sourceTree = "<group>"; };
295 3ABA38852335754100E6D121 /* com.apple.syslogd.disabled.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = com.apple.syslogd.disabled.plist; path = syslogd.tproj/com.apple.syslogd.disabled.plist; sourceTree = "<group>"; };
296 3F6B6311185AF66C00F692C5 /* aslmanager.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = aslmanager.xcconfig; sourceTree = "<group>"; };
297 3F6B6312185AF66C00F692C5 /* base.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = base.xcconfig; sourceTree = "<group>"; };
298 3F6B6313185AF66C00F692C5 /* syslogd.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = syslogd.xcconfig; sourceTree = "<group>"; };
299 3F6B6314185AF66C00F692C5 /* util.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = util.xcconfig; sourceTree = "<group>"; };
300 3F6F43CA1613922800CA9ADB /* libsystem_asl.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libsystem_asl.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
301 3F6F43CF1613A8E300CA9ADB /* asl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = asl.h; sourceTree = "<group>"; };
302 3F6F43D01613A8E300CA9ADB /* asl_core.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = asl_core.h; sourceTree = "<group>"; };
303 3F6F43D11613A8E300CA9ADB /* asl_file.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = asl_file.h; sourceTree = "<group>"; };
304 3F6F43D21613A8E300CA9ADB /* asl_legacy1.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = asl_legacy1.h; sourceTree = "<group>"; };
305 3F6F43D31613A8E300CA9ADB /* asl_msg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = asl_msg.h; sourceTree = "<group>"; };
306 3F6F43D41613A8E300CA9ADB /* asl_private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = asl_private.h; sourceTree = "<group>"; };
307 3F6F43D51613A8E300CA9ADB /* asl_store.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = asl_store.h; sourceTree = "<group>"; };
308 3F6F43D91613A8E300CA9ADB /* asl.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = asl.3; sourceTree = "<group>"; };
309 3F6F43DF1613A8E300CA9ADB /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = "<group>"; };
310 3F6F43E21613A8E300CA9ADB /* asl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = asl.c; sourceTree = "<group>"; };
311 3F6F43E31613A8E300CA9ADB /* asl_core.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = asl_core.c; sourceTree = "<group>"; };
312 3F6F43E41613A8E300CA9ADB /* asl_fd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = asl_fd.c; sourceTree = "<group>"; };
313 3F6F43E51613A8E300CA9ADB /* asl_file.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = asl_file.c; sourceTree = "<group>"; };
314 3F6F43E61613A8E300CA9ADB /* asl_legacy1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = asl_legacy1.c; sourceTree = "<group>"; };
315 3F6F43E71613A8E300CA9ADB /* asl_msg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = asl_msg.c; sourceTree = "<group>"; };
316 3F6F43E81613A8E300CA9ADB /* asl_store.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = asl_store.c; sourceTree = "<group>"; };
317 3F6F43E91613A8E300CA9ADB /* asl_util.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = asl_util.c; sourceTree = "<group>"; };
318 3F900DB619383950003CA7E6 /* sim-compat-symlink.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "sim-compat-symlink.sh"; sourceTree = "<group>"; };
319 3FCCB5361749B53D00F8FEBC /* asl.conf.ios_sim */ = {isa = PBXFileReference; lastKnownFileType = text; name = asl.conf.ios_sim; path = syslogd.tproj/asl.conf.ios_sim; sourceTree = "<group>"; };
320 3FE6E8391A529FEF0075D75F /* asl.conf.ios */ = {isa = PBXFileReference; lastKnownFileType = text; name = asl.conf.ios; path = syslogd.tproj/asl.conf.ios; sourceTree = "<group>"; };
321 3FE6E83A1A529FEF0075D75F /* asl.conf.osx */ = {isa = PBXFileReference; lastKnownFileType = text; name = asl.conf.osx; path = syslogd.tproj/asl.conf.osx; sourceTree = "<group>"; };
322 3FE6E83B1A529FEF0075D75F /* syslog.conf */ = {isa = PBXFileReference; lastKnownFileType = text; name = syslog.conf; path = syslogd.tproj/syslog.conf; sourceTree = "<group>"; };
323 3FE798E316161F2A00D547B0 /* syslog.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = syslog.c; sourceTree = "<group>"; };
324 3FE798E516161F3A00D547B0 /* syslog.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = syslog.3; sourceTree = "<group>"; };
325 3FFD43F817485C5B007DAC1B /* libasl.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = libasl.xcconfig; sourceTree = "<group>"; };
326 50391766109140450001165E /* aslmanager */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = aslmanager; sourceTree = BUILT_PRODUCTS_DIR; };
327 5039176B1091408B0001165E /* aslmanager.8 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = aslmanager.8; path = aslmanager.tproj/aslmanager.8; sourceTree = "<group>"; };
328 5039176C1091408B0001165E /* aslmanager.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = aslmanager.c; path = aslmanager.tproj/aslmanager.c; sourceTree = "<group>"; };
329 5039176D1091408B0001165E /* com.apple.aslmanager.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = com.apple.aslmanager.plist; path = aslmanager.tproj/com.apple.aslmanager.plist; sourceTree = "<group>"; };
330 5039177C109140C30001165E /* syslogd */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = syslogd; sourceTree = BUILT_PRODUCTS_DIR; };
331 503917A61091410E0001165E /* asl_action.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = asl_action.c; path = syslogd.tproj/asl_action.c; sourceTree = "<group>"; };
332 503917A81091410E0001165E /* asl.conf.5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = asl.conf.5; path = syslogd.tproj/asl.conf.5; sourceTree = "<group>"; };
333 503917AA1091410E0001165E /* bsd_in.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = bsd_in.c; path = syslogd.tproj/bsd_in.c; sourceTree = "<group>"; };
334 503917AB1091410E0001165E /* bsd_out.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = bsd_out.c; path = syslogd.tproj/bsd_out.c; sourceTree = "<group>"; };
335 503917AC1091410E0001165E /* com.apple.syslogd.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = com.apple.syslogd.plist; path = syslogd.tproj/com.apple.syslogd.plist; sourceTree = "<group>"; };
336 503917AD1091410E0001165E /* daemon.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = daemon.c; path = syslogd.tproj/daemon.c; sourceTree = "<group>"; };
337 503917AE1091410E0001165E /* daemon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = daemon.h; path = syslogd.tproj/daemon.h; sourceTree = "<group>"; };
338 503917AF1091410E0001165E /* dbserver.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = dbserver.c; path = syslogd.tproj/dbserver.c; sourceTree = "<group>"; };
339 503917B01091410E0001165E /* klog_in.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = klog_in.c; path = syslogd.tproj/klog_in.c; sourceTree = "<group>"; };
340 503917B21091410E0001165E /* remote.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = remote.c; path = syslogd.tproj/remote.c; sourceTree = "<group>"; };
341 503917B31091410E0001165E /* syslog.conf.5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = syslog.conf.5; path = syslogd.tproj/syslog.conf.5; sourceTree = "<group>"; };
342 503917B41091410E0001165E /* syslogd.8 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = syslogd.8; path = syslogd.tproj/syslogd.8; sourceTree = "<group>"; };
343 503917B51091410E0001165E /* syslogd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = syslogd.c; path = syslogd.tproj/syslogd.c; sourceTree = "<group>"; };
344 503917B61091410E0001165E /* syslogd.sb */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = syslogd.sb; path = syslogd.tproj/syslogd.sb; sourceTree = "<group>"; };
345 503917B71091410E0001165E /* udp_in.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = udp_in.c; path = syslogd.tproj/udp_in.c; sourceTree = "<group>"; };
346 503917C81091413E0001165E /* syslog */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = syslog; sourceTree = BUILT_PRODUCTS_DIR; };
347 503917D0109141530001165E /* syslog.1 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.man; name = syslog.1; path = util.tproj/syslog.1; sourceTree = "<group>"; };
348 503917D1109141530001165E /* syslog.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = syslog.c; path = util.tproj/syslog.c; sourceTree = "<group>"; };
349 503A82461099029200B0D08A /* libbsm.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libbsm.dylib; path = usr/lib/libbsm.dylib; sourceTree = SDKROOT; };
350 505ACB9D108FD16400197086 /* libaslcommon.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libaslcommon.a; sourceTree = BUILT_PRODUCTS_DIR; };
351 505ACBA2108FD18400197086 /* asl_ipc.defs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.mig; path = asl_ipc.defs; sourceTree = "<group>"; };
352 505ACBA3108FD18400197086 /* asl_memory.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = asl_memory.c; sourceTree = "<group>"; };
353 505ACBA4108FD18400197086 /* asl_memory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = asl_memory.h; sourceTree = "<group>"; };
354 8F77AF5A2241CD17004AF9B4 /* asl_mt_shim.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = asl_mt_shim.c; sourceTree = "<group>"; };
355 /* End PBXFileReference section */
356
357 /* Begin PBXFrameworksBuildPhase section */
358 3F6F43C71613922800CA9ADB /* Frameworks */ = {
359 isa = PBXFrameworksBuildPhase;
360 buildActionMask = 2147483647;
361 files = (
362 );
363 runOnlyForDeploymentPostprocessing = 0;
364 };
365 50391764109140450001165E /* Frameworks */ = {
366 isa = PBXFrameworksBuildPhase;
367 buildActionMask = 2147483647;
368 files = (
369 2D60F61115657D0F00F2E3F9 /* libz.dylib in Frameworks */,
370 2DCF701A150E97C0002D5E8F /* libaslcommon.a in Frameworks */,
371 );
372 runOnlyForDeploymentPostprocessing = 0;
373 };
374 5039177A109140C30001165E /* Frameworks */ = {
375 isa = PBXFrameworksBuildPhase;
376 buildActionMask = 2147483647;
377 files = (
378 5020A37F1098EEC400982ED6 /* libaslcommon.a in Frameworks */,
379 503A82471099029200B0D08A /* libbsm.dylib in Frameworks */,
380 );
381 runOnlyForDeploymentPostprocessing = 0;
382 };
383 503917C61091413E0001165E /* Frameworks */ = {
384 isa = PBXFrameworksBuildPhase;
385 buildActionMask = 2147483647;
386 files = (
387 5020A36B1098EE1D00982ED6 /* libaslcommon.a in Frameworks */,
388 );
389 runOnlyForDeploymentPostprocessing = 0;
390 };
391 505ACB9B108FD16400197086 /* Frameworks */ = {
392 isa = PBXFrameworksBuildPhase;
393 buildActionMask = 2147483647;
394 files = (
395 );
396 runOnlyForDeploymentPostprocessing = 0;
397 };
398 /* End PBXFrameworksBuildPhase section */
399
400 /* Begin PBXGroup section */
401 08FB7794FE84155DC02AAC07 /* syslog */ = {
402 isa = PBXGroup;
403 children = (
404 505ACBA1108FD18400197086 /* aslcommon */,
405 503917691091404D0001165E /* aslmanager */,
406 503917C41091412B0001165E /* util */,
407 503917711091409F0001165E /* syslogd */,
408 3F6F43CD1613A8E300CA9ADB /* libsystem_asl */,
409 505ACB9E108FD16400197086 /* Products */,
410 3FFD43F717485C5B007DAC1B /* xcodeconfig */,
411 3F900DB519383950003CA7E6 /* xcodescripts */,
412 503A82461099029200B0D08A /* libbsm.dylib */,
413 2D60F61015657D0F00F2E3F9 /* libz.dylib */,
414 );
415 name = syslog;
416 sourceTree = "<group>";
417 };
418 3F6F43CD1613A8E300CA9ADB /* libsystem_asl */ = {
419 isa = PBXGroup;
420 children = (
421 3F6F43CE1613A8E300CA9ADB /* include */,
422 3F6F43D81613A8E300CA9ADB /* man */,
423 3F6F43DF1613A8E300CA9ADB /* README */,
424 3F6F43E01613A8E300CA9ADB /* src */,
425 );
426 name = libsystem_asl;
427 path = libsystem_asl.tproj;
428 sourceTree = "<group>";
429 };
430 3F6F43CE1613A8E300CA9ADB /* include */ = {
431 isa = PBXGroup;
432 children = (
433 3F6F43CF1613A8E300CA9ADB /* asl.h */,
434 3F6F43D01613A8E300CA9ADB /* asl_core.h */,
435 2D31F3C117E77F3300F2A60C /* asl_client.h */,
436 2D31F3C217E77F3300F2A60C /* asl_msg_list.h */,
437 2D31F3C317E77F3300F2A60C /* asl_object.h */,
438 2D31F3C417E77F3300F2A60C /* asl_string.h */,
439 3F6F43D11613A8E300CA9ADB /* asl_file.h */,
440 3F6F43D21613A8E300CA9ADB /* asl_legacy1.h */,
441 3F6F43D31613A8E300CA9ADB /* asl_msg.h */,
442 3F6F43D41613A8E300CA9ADB /* asl_private.h */,
443 3F6F43D51613A8E300CA9ADB /* asl_store.h */,
444 );
445 path = include;
446 sourceTree = "<group>";
447 };
448 3F6F43D81613A8E300CA9ADB /* man */ = {
449 isa = PBXGroup;
450 children = (
451 3F6F43D91613A8E300CA9ADB /* asl.3 */,
452 3FE798E516161F3A00D547B0 /* syslog.3 */,
453 );
454 path = man;
455 sourceTree = "<group>";
456 };
457 3F6F43E01613A8E300CA9ADB /* src */ = {
458 isa = PBXGroup;
459 children = (
460 3FE798E316161F2A00D547B0 /* syslog.c */,
461 3F6F43E21613A8E300CA9ADB /* asl.c */,
462 2D31F3C917E77F8800F2A60C /* asl_client.c */,
463 2D31F3CA17E77F8800F2A60C /* asl_msg_list.c */,
464 2D31F3CB17E77F8800F2A60C /* asl_object.c */,
465 2D31F3CC17E77F8800F2A60C /* asl_string.c */,
466 3F6F43E31613A8E300CA9ADB /* asl_core.c */,
467 3F6F43E41613A8E300CA9ADB /* asl_fd.c */,
468 3F6F43E51613A8E300CA9ADB /* asl_file.c */,
469 3F6F43E61613A8E300CA9ADB /* asl_legacy1.c */,
470 3F6F43E71613A8E300CA9ADB /* asl_msg.c */,
471 8F77AF5A2241CD17004AF9B4 /* asl_mt_shim.c */,
472 3F6F43E81613A8E300CA9ADB /* asl_store.c */,
473 3F6F43E91613A8E300CA9ADB /* asl_util.c */,
474 );
475 path = src;
476 sourceTree = "<group>";
477 };
478 3F900DB519383950003CA7E6 /* xcodescripts */ = {
479 isa = PBXGroup;
480 children = (
481 3F900DB619383950003CA7E6 /* sim-compat-symlink.sh */,
482 );
483 path = xcodescripts;
484 sourceTree = "<group>";
485 };
486 3FFD43F717485C5B007DAC1B /* xcodeconfig */ = {
487 isa = PBXGroup;
488 children = (
489 3F6B6311185AF66C00F692C5 /* aslmanager.xcconfig */,
490 3F6B6312185AF66C00F692C5 /* base.xcconfig */,
491 3F6B6313185AF66C00F692C5 /* syslogd.xcconfig */,
492 3F6B6314185AF66C00F692C5 /* util.xcconfig */,
493 3FFD43F817485C5B007DAC1B /* libasl.xcconfig */,
494 );
495 path = xcodeconfig;
496 sourceTree = "<group>";
497 };
498 503917691091404D0001165E /* aslmanager */ = {
499 isa = PBXGroup;
500 children = (
501 5039176B1091408B0001165E /* aslmanager.8 */,
502 5039176C1091408B0001165E /* aslmanager.c */,
503 2D30D27F1AE6C84200673818 /* daemon.c */,
504 2D30D2801AE6C84200673818 /* daemon.h */,
505 5039176D1091408B0001165E /* com.apple.aslmanager.plist */,
506 );
507 name = aslmanager;
508 sourceTree = "<group>";
509 };
510 503917711091409F0001165E /* syslogd */ = {
511 isa = PBXGroup;
512 children = (
513 3FE6E8391A529FEF0075D75F /* asl.conf.ios */,
514 2D9C4F131B3A29E700219FB3 /* com.apple.system.log */,
515 3FE6E83A1A529FEF0075D75F /* asl.conf.osx */,
516 3FCCB5361749B53D00F8FEBC /* asl.conf.ios_sim */,
517 3FE6E83B1A529FEF0075D75F /* syslog.conf */,
518 503917A61091410E0001165E /* asl_action.c */,
519 2DB4DA0A125FC69A001CDC45 /* after_install.sh */,
520 503917A81091410E0001165E /* asl.conf.5 */,
521 503917AA1091410E0001165E /* bsd_in.c */,
522 503917AB1091410E0001165E /* bsd_out.c */,
523 503917AC1091410E0001165E /* com.apple.syslogd.plist */,
524 3ABA38852335754100E6D121 /* com.apple.syslogd.disabled.plist */,
525 503917AD1091410E0001165E /* daemon.c */,
526 503917AE1091410E0001165E /* daemon.h */,
527 503917AF1091410E0001165E /* dbserver.c */,
528 503917B01091410E0001165E /* klog_in.c */,
529 503917B21091410E0001165E /* remote.c */,
530 503917B31091410E0001165E /* syslog.conf.5 */,
531 503917B41091410E0001165E /* syslogd.8 */,
532 503917B51091410E0001165E /* syslogd.c */,
533 503917B61091410E0001165E /* syslogd.sb */,
534 503917B71091410E0001165E /* udp_in.c */,
535 );
536 name = syslogd;
537 sourceTree = "<group>";
538 };
539 503917C41091412B0001165E /* util */ = {
540 isa = PBXGroup;
541 children = (
542 503917D0109141530001165E /* syslog.1 */,
543 503917D1109141530001165E /* syslog.c */,
544 2DB8178915589D0C004D0BDE /* entitlements.plist */,
545 );
546 name = util;
547 sourceTree = "<group>";
548 };
549 505ACB9E108FD16400197086 /* Products */ = {
550 isa = PBXGroup;
551 children = (
552 505ACB9D108FD16400197086 /* libaslcommon.a */,
553 50391766109140450001165E /* aslmanager */,
554 5039177C109140C30001165E /* syslogd */,
555 503917C81091413E0001165E /* syslog */,
556 3F6F43CA1613922800CA9ADB /* libsystem_asl.dylib */,
557 );
558 name = Products;
559 sourceTree = "<group>";
560 };
561 505ACBA1108FD18400197086 /* aslcommon */ = {
562 isa = PBXGroup;
563 children = (
564 2D30656C150E6EFF00F31A54 /* asl_common.c */,
565 2D30656D150E6EFF00F31A54 /* asl_common.h */,
566 505ACBA2108FD18400197086 /* asl_ipc.defs */,
567 505ACBA3108FD18400197086 /* asl_memory.c */,
568 505ACBA4108FD18400197086 /* asl_memory.h */,
569 );
570 path = aslcommon;
571 sourceTree = "<group>";
572 };
573 /* End PBXGroup section */
574
575 /* Begin PBXHeadersBuildPhase section */
576 3F6F43C81613922800CA9ADB /* Headers */ = {
577 isa = PBXHeadersBuildPhase;
578 buildActionMask = 2147483647;
579 files = (
580 2D31F3C517E77F3300F2A60C /* asl_client.h in Headers */,
581 2D31F3C817E77F3300F2A60C /* asl_string.h in Headers */,
582 3F6F43F21613A8E300CA9ADB /* asl.h in Headers */,
583 2D31F3C717E77F3300F2A60C /* asl_object.h in Headers */,
584 2D31F3C617E77F3300F2A60C /* asl_msg_list.h in Headers */,
585 3F6F43F31613A8E300CA9ADB /* asl_core.h in Headers */,
586 3F6F43F41613A8E300CA9ADB /* asl_file.h in Headers */,
587 3F6F43F51613A8E300CA9ADB /* asl_legacy1.h in Headers */,
588 3F6F43F61613A8E300CA9ADB /* asl_msg.h in Headers */,
589 3F6F43F71613A8E300CA9ADB /* asl_private.h in Headers */,
590 3F6F43F81613A8E300CA9ADB /* asl_store.h in Headers */,
591 );
592 runOnlyForDeploymentPostprocessing = 0;
593 };
594 505ACB99108FD16400197086 /* Headers */ = {
595 isa = PBXHeadersBuildPhase;
596 buildActionMask = 2147483647;
597 files = (
598 505ACBA8108FD18400197086 /* asl_ipc.defs in Headers */,
599 505ACBAA108FD18400197086 /* asl_memory.h in Headers */,
600 2D9DEB64150E6FE80059BA61 /* asl_common.h in Headers */,
601 );
602 runOnlyForDeploymentPostprocessing = 0;
603 };
604 /* End PBXHeadersBuildPhase section */
605
606 /* Begin PBXNativeTarget section */
607 3F6F43C91613922800CA9ADB /* libsystem_asl */ = {
608 isa = PBXNativeTarget;
609 buildConfigurationList = 3F6F43CB1613922800CA9ADB /* Build configuration list for PBXNativeTarget "libsystem_asl" */;
610 buildPhases = (
611 3F6F43C61613922800CA9ADB /* Sources */,
612 3F6F43C71613922800CA9ADB /* Frameworks */,
613 3F6F43C81613922800CA9ADB /* Headers */,
614 3F6F44131613AA9300CA9ADB /* Install man3 */,
615 3F900DB41938393C003CA7E6 /* Sim compat symlink */,
616 );
617 buildRules = (
618 );
619 dependencies = (
620 );
621 name = libsystem_asl;
622 productName = libsystem_asl.dylib;
623 productReference = 3F6F43CA1613922800CA9ADB /* libsystem_asl.dylib */;
624 productType = "com.apple.product-type.library.dynamic";
625 };
626 50391765109140450001165E /* aslmanager */ = {
627 isa = PBXNativeTarget;
628 buildConfigurationList = 5039176A1091404D0001165E /* Build configuration list for PBXNativeTarget "aslmanager" */;
629 buildPhases = (
630 50391763109140450001165E /* Sources */,
631 50391764109140450001165E /* Frameworks */,
632 503A82631099037D00B0D08A /* Copy Manpage.8 */,
633 FCAC6D7410AB34C9008DEAC9 /* ShellScript */,
634 );
635 buildRules = (
636 );
637 dependencies = (
638 );
639 name = aslmanager;
640 productName = aslmanager;
641 productReference = 50391766109140450001165E /* aslmanager */;
642 productType = "com.apple.product-type.tool";
643 };
644 5039177B109140C30001165E /* syslogd */ = {
645 isa = PBXNativeTarget;
646 buildConfigurationList = 50391782109140CA0001165E /* Build configuration list for PBXNativeTarget "syslogd" */;
647 buildPhases = (
648 50391779109140C30001165E /* Sources */,
649 5039177A109140C30001165E /* Frameworks */,
650 503A8286109904FD00B0D08A /* Copy Manpage.8 */,
651 503A8287109904FD00B0D08A /* Copy Manpages.5 */,
652 50A9CB7A10A8D16300AA715E /* after install */,
653 );
654 buildRules = (
655 );
656 dependencies = (
657 FCF3761B10D2EEDF00C0EC8D /* PBXTargetDependency */,
658 );
659 name = syslogd;
660 productName = syslogd;
661 productReference = 5039177C109140C30001165E /* syslogd */;
662 productType = "com.apple.product-type.tool";
663 };
664 503917C71091413E0001165E /* util */ = {
665 isa = PBXNativeTarget;
666 buildConfigurationList = 503917CF1091414A0001165E /* Build configuration list for PBXNativeTarget "util" */;
667 buildPhases = (
668 503917C51091413E0001165E /* Sources */,
669 503917C61091413E0001165E /* Frameworks */,
670 503A8285109904FD00B0D08A /* Copy Manpage.1 */,
671 );
672 buildRules = (
673 );
674 dependencies = (
675 FCF3761910D2EED700C0EC8D /* PBXTargetDependency */,
676 );
677 name = util;
678 productName = util;
679 productReference = 503917C81091413E0001165E /* syslog */;
680 productType = "com.apple.product-type.tool";
681 };
682 505ACB9C108FD16400197086 /* aslcommon */ = {
683 isa = PBXNativeTarget;
684 buildConfigurationList = 505ACBA0108FD16500197086 /* Build configuration list for PBXNativeTarget "aslcommon" */;
685 buildPhases = (
686 505ACB99108FD16400197086 /* Headers */,
687 505ACB9A108FD16400197086 /* Sources */,
688 505ACB9B108FD16400197086 /* Frameworks */,
689 FCF3762A10D2F47C00C0EC8D /* ShellScript */,
690 );
691 buildRules = (
692 );
693 dependencies = (
694 );
695 name = aslcommon;
696 productName = aslcommon;
697 productReference = 505ACB9D108FD16400197086 /* libaslcommon.a */;
698 productType = "com.apple.product-type.library.static";
699 };
700 /* End PBXNativeTarget section */
701
702 /* Begin PBXProject section */
703 08FB7793FE84155DC02AAC07 /* Project object */ = {
704 isa = PBXProject;
705 attributes = {
706 LastUpgradeCheck = 0460;
707 };
708 buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "syslog" */;
709 compatibilityVersion = "Xcode 3.2";
710 developmentRegion = English;
711 hasScannedForEncodings = 1;
712 knownRegions = (
713 English,
714 Japanese,
715 French,
716 German,
717 );
718 mainGroup = 08FB7794FE84155DC02AAC07 /* syslog */;
719 productRefGroup = 505ACB9E108FD16400197086 /* Products */;
720 projectDirPath = "";
721 projectRoot = "";
722 targets = (
723 5020A3211098EBDE00982ED6 /* executables */,
724 3FFD43F9174862D0007DAC1B /* executables_Sim */,
725 3F6F440B1613AA3600CA9ADB /* libasl */,
726 3F0552BB1614E58B00F729CC /* libasl_Sim */,
727 505ACB9C108FD16400197086 /* aslcommon */,
728 50391765109140450001165E /* aslmanager */,
729 503917C71091413E0001165E /* util */,
730 5039177B109140C30001165E /* syslogd */,
731 3F6F43C91613922800CA9ADB /* libsystem_asl */,
732 721700891CCABF6F000FC779 /* executables_DaytonaBridge */,
733 );
734 };
735 /* End PBXProject section */
736
737 /* Begin PBXShellScriptBuildPhase section */
738 3F900DB41938393C003CA7E6 /* Sim compat symlink */ = {
739 isa = PBXShellScriptBuildPhase;
740 buildActionMask = 8;
741 files = (
742 );
743 inputPaths = (
744 "$(SRCROOT)/xcodescripts/sim-compat-symlink.sh",
745 );
746 name = "Sim compat symlink";
747 outputPaths = (
748 );
749 runOnlyForDeploymentPostprocessing = 1;
750 shellPath = "/bin/bash -e -x";
751 shellScript = ". \"${SCRIPT_INPUT_FILE_0}\"";
752 };
753 50A9CB7A10A8D16300AA715E /* after install */ = {
754 isa = PBXShellScriptBuildPhase;
755 buildActionMask = 8;
756 files = (
757 );
758 inputPaths = (
759 );
760 name = "after install";
761 outputPaths = (
762 );
763 runOnlyForDeploymentPostprocessing = 1;
764 shellPath = /bin/sh;
765 shellScript = "exec ${PROJECT_DIR}/syslogd.tproj/after_install.sh";
766 };
767 FCAC6D7410AB34C9008DEAC9 /* ShellScript */ = {
768 isa = PBXShellScriptBuildPhase;
769 buildActionMask = 8;
770 files = (
771 );
772 inputPaths = (
773 );
774 outputPaths = (
775 );
776 runOnlyForDeploymentPostprocessing = 1;
777 shellPath = /bin/sh;
778 shellScript = "set -e\n\nDESTDIR=\"$DSTROOT\"/System/Library/LaunchDaemons\ninstall -d -m 0755 -o root -g wheel -d \"$DESTDIR\"\ninstall -m 0644 -o root -g wheel \"$SRCROOT\"/aslmanager.tproj/com.apple.aslmanager.plist \"$DESTDIR\"\nplutil -convert binary1 \"$DESTDIR\"/com.apple.aslmanager.plist";
779 showEnvVarsInLog = 0;
780 };
781 FCF3762A10D2F47C00C0EC8D /* ShellScript */ = {
782 isa = PBXShellScriptBuildPhase;
783 buildActionMask = 2147483647;
784 files = (
785 );
786 inputPaths = (
787 );
788 outputPaths = (
789 );
790 runOnlyForDeploymentPostprocessing = 0;
791 shellPath = /bin/sh;
792 shellScript = "set -ex\n\n# Install asl_ipc.h in a location that other targets can find.\n\nfor ARCH in $ARCHS ; do\n\tDESTDIR=\"$BUILT_PRODUCTS_DIR/$ARCH\"\n\tmkdir -p \"$DESTDIR\"\n\tcp \"$DERIVED_SOURCES_DIR/$ARCH\"/asl_ipc{,Server}.h \"$DESTDIR\"\ndone";
793 };
794 /* End PBXShellScriptBuildPhase section */
795
796 /* Begin PBXSourcesBuildPhase section */
797 3F6F43C61613922800CA9ADB /* Sources */ = {
798 isa = PBXSourcesBuildPhase;
799 buildActionMask = 2147483647;
800 files = (
801 8FBD22362241ED0000CEBA6A /* asl_mt_shim.c in Sources */,
802 2D31F3CD17E77F8800F2A60C /* asl_client.c in Sources */,
803 3F6F43FB1613A8E300CA9ADB /* asl.c in Sources */,
804 3F6F43FC1613A8E300CA9ADB /* asl_core.c in Sources */,
805 2D31F3D017E77F8800F2A60C /* asl_string.c in Sources */,
806 3F6F43FD1613A8E300CA9ADB /* asl_fd.c in Sources */,
807 2D31F3CE17E77F8800F2A60C /* asl_msg_list.c in Sources */,
808 3F6F43FE1613A8E300CA9ADB /* asl_file.c in Sources */,
809 3F6F43FF1613A8E300CA9ADB /* asl_legacy1.c in Sources */,
810 3F6F44001613A8E300CA9ADB /* asl_msg.c in Sources */,
811 3F6F44011613A8E300CA9ADB /* asl_store.c in Sources */,
812 3F6F44021613A8E300CA9ADB /* asl_util.c in Sources */,
813 2D31F3CF17E77F8800F2A60C /* asl_object.c in Sources */,
814 3F6F440A1613A91E00CA9ADB /* asl_ipc.defs in Sources */,
815 3FE798E416161F2A00D547B0 /* syslog.c in Sources */,
816 );
817 runOnlyForDeploymentPostprocessing = 0;
818 };
819 50391763109140450001165E /* Sources */ = {
820 isa = PBXSourcesBuildPhase;
821 buildActionMask = 2147483647;
822 files = (
823 2D30D2811AE6C84200673818 /* daemon.c in Sources */,
824 5039176F1091408B0001165E /* aslmanager.c in Sources */,
825 );
826 runOnlyForDeploymentPostprocessing = 0;
827 };
828 50391779109140C30001165E /* Sources */ = {
829 isa = PBXSourcesBuildPhase;
830 buildActionMask = 2147483647;
831 files = (
832 503917B81091410E0001165E /* asl_action.c in Sources */,
833 503917BB1091410E0001165E /* bsd_in.c in Sources */,
834 503917BC1091410E0001165E /* bsd_out.c in Sources */,
835 503917BD1091410E0001165E /* daemon.c in Sources */,
836 503917BE1091410E0001165E /* dbserver.c in Sources */,
837 503917BF1091410E0001165E /* klog_in.c in Sources */,
838 503917C11091410E0001165E /* remote.c in Sources */,
839 503917C21091410E0001165E /* syslogd.c in Sources */,
840 503917C31091410E0001165E /* udp_in.c in Sources */,
841 );
842 runOnlyForDeploymentPostprocessing = 0;
843 };
844 503917C51091413E0001165E /* Sources */ = {
845 isa = PBXSourcesBuildPhase;
846 buildActionMask = 2147483647;
847 files = (
848 503917D2109141530001165E /* syslog.c in Sources */,
849 );
850 runOnlyForDeploymentPostprocessing = 0;
851 };
852 505ACB9A108FD16400197086 /* Sources */ = {
853 isa = PBXSourcesBuildPhase;
854 buildActionMask = 2147483647;
855 files = (
856 503A81D81098FA3900B0D08A /* asl_ipc.defs in Sources */,
857 505ACBA9108FD18400197086 /* asl_memory.c in Sources */,
858 2D30656E150E6EFF00F31A54 /* asl_common.c in Sources */,
859 );
860 runOnlyForDeploymentPostprocessing = 0;
861 };
862 /* End PBXSourcesBuildPhase section */
863
864 /* Begin PBXTargetDependency section */
865 3F6F440F1613AA3B00CA9ADB /* PBXTargetDependency */ = {
866 isa = PBXTargetDependency;
867 target = 3F6F43C91613922800CA9ADB /* libsystem_asl */;
868 targetProxy = 3F6F440E1613AA3B00CA9ADB /* PBXContainerItemProxy */;
869 };
870 3FFD440717486325007DAC1B /* PBXTargetDependency */ = {
871 isa = PBXTargetDependency;
872 target = 5020A3211098EBDE00982ED6 /* executables */;
873 targetProxy = 3FFD440617486325007DAC1B /* PBXContainerItemProxy */;
874 };
875 3FFD440917486329007DAC1B /* PBXTargetDependency */ = {
876 isa = PBXTargetDependency;
877 target = 3F6F440B1613AA3600CA9ADB /* libasl */;
878 targetProxy = 3FFD440817486329007DAC1B /* PBXContainerItemProxy */;
879 };
880 5020A3241098EBF400982ED6 /* PBXTargetDependency */ = {
881 isa = PBXTargetDependency;
882 target = 505ACB9C108FD16400197086 /* aslcommon */;
883 targetProxy = 5020A3231098EBF400982ED6 /* PBXContainerItemProxy */;
884 };
885 5020A3261098EBF900982ED6 /* PBXTargetDependency */ = {
886 isa = PBXTargetDependency;
887 target = 50391765109140450001165E /* aslmanager */;
888 targetProxy = 5020A3251098EBF900982ED6 /* PBXContainerItemProxy */;
889 };
890 5020A3281098EBFC00982ED6 /* PBXTargetDependency */ = {
891 isa = PBXTargetDependency;
892 target = 503917C71091413E0001165E /* util */;
893 targetProxy = 5020A3271098EBFC00982ED6 /* PBXContainerItemProxy */;
894 };
895 503A82141098FB9300B0D08A /* PBXTargetDependency */ = {
896 isa = PBXTargetDependency;
897 target = 5039177B109140C30001165E /* syslogd */;
898 targetProxy = 503A82131098FB9300B0D08A /* PBXContainerItemProxy */;
899 };
900 7217008A1CCABF6F000FC779 /* PBXTargetDependency */ = {
901 isa = PBXTargetDependency;
902 target = 505ACB9C108FD16400197086 /* aslcommon */;
903 targetProxy = 7217008B1CCABF6F000FC779 /* PBXContainerItemProxy */;
904 };
905 7217008E1CCABF6F000FC779 /* PBXTargetDependency */ = {
906 isa = PBXTargetDependency;
907 target = 503917C71091413E0001165E /* util */;
908 targetProxy = 7217008F1CCABF6F000FC779 /* PBXContainerItemProxy */;
909 };
910 721700901CCABF6F000FC779 /* PBXTargetDependency */ = {
911 isa = PBXTargetDependency;
912 target = 5039177B109140C30001165E /* syslogd */;
913 targetProxy = 721700911CCABF6F000FC779 /* PBXContainerItemProxy */;
914 };
915 FCF3761910D2EED700C0EC8D /* PBXTargetDependency */ = {
916 isa = PBXTargetDependency;
917 target = 505ACB9C108FD16400197086 /* aslcommon */;
918 targetProxy = FCF3761810D2EED700C0EC8D /* PBXContainerItemProxy */;
919 };
920 FCF3761B10D2EEDF00C0EC8D /* PBXTargetDependency */ = {
921 isa = PBXTargetDependency;
922 target = 505ACB9C108FD16400197086 /* aslcommon */;
923 targetProxy = FCF3761A10D2EEDF00C0EC8D /* PBXContainerItemProxy */;
924 };
925 /* End PBXTargetDependency section */
926
927 /* Begin XCBuildConfiguration section */
928 1DEB928B08733DD80010E9CD /* Release */ = {
929 isa = XCBuildConfiguration;
930 baseConfigurationReference = 3F6B6312185AF66C00F692C5 /* base.xcconfig */;
931 buildSettings = {
932 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
933 CURRENT_PROJECT_VERSION = "$(RC_ProjectSourceVersion)";
934 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
935 GCC_C_LANGUAGE_STANDARD = gnu99;
936 GCC_PREFIX_HEADER = "";
937 GCC_WARN_ABOUT_RETURN_TYPE = YES;
938 GCC_WARN_UNUSED_VARIABLE = YES;
939 HEADER_SEARCH_PATHS = (
940 "$(BUILT_PRODUCTS_DIR)/$(CURRENT_ARCH)",
941 "$(PROJECT_DIR)/libsystem_asl.tproj/include",
942 "$(PROJECT_DIR)/aslcommon",
943 );
944 USE_HEADERMAP = NO;
945 VERSIONING_SYSTEM = "apple-generic";
946 WARNING_CFLAGS = "-Werror=format";
947 ZERO_LINK = NO;
948 };
949 name = Release;
950 };
951 3F0552BD1614E58B00F729CC /* Release */ = {
952 isa = XCBuildConfiguration;
953 buildSettings = {
954 PRODUCT_NAME = "$(TARGET_NAME)";
955 };
956 name = Release;
957 };
958 3F6F43CC1613922800CA9ADB /* Release */ = {
959 isa = XCBuildConfiguration;
960 baseConfigurationReference = 3FFD43F817485C5B007DAC1B /* libasl.xcconfig */;
961 buildSettings = {
962 HEADER_SEARCH_PATHS = (
963 "$(inherited)",
964 "$(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders",
965 );
966 "ORDER_FILE[sdk=iphoneos*]" = "${SDK_ROOT}/AppleInternal/OrderFiles/libsystem_asl.order";
967 };
968 name = Release;
969 };
970 3F6F440D1613AA3700CA9ADB /* Release */ = {
971 isa = XCBuildConfiguration;
972 buildSettings = {
973 PRODUCT_NAME = "$(TARGET_NAME)";
974 };
975 name = Release;
976 };
977 3FFD4403174862D0007DAC1B /* Release */ = {
978 isa = XCBuildConfiguration;
979 buildSettings = {
980 COMBINE_HIDPI_IMAGES = YES;
981 COPY_PHASE_STRIP = YES;
982 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
983 PRODUCT_NAME = "executables copy";
984 ZERO_LINK = NO;
985 };
986 name = Release;
987 };
988 5020A3221098EBDF00982ED6 /* Release */ = {
989 isa = XCBuildConfiguration;
990 buildSettings = {
991 COMBINE_HIDPI_IMAGES = YES;
992 COPY_PHASE_STRIP = YES;
993 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
994 PRODUCT_NAME = "$(TARGET_NAME)";
995 ZERO_LINK = NO;
996 };
997 name = Release;
998 };
999 50391768109140460001165E /* Release */ = {
1000 isa = XCBuildConfiguration;
1001 baseConfigurationReference = 3F6B6311185AF66C00F692C5 /* aslmanager.xcconfig */;
1002 buildSettings = {
1003 ALWAYS_SEARCH_USER_PATHS = NO;
1004 CODE_SIGN_IDENTITY = "-";
1005 COPY_PHASE_STRIP = YES;
1006 DEAD_CODE_STRIPPING = YES;
1007 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1008 FRAMEWORK_SEARCH_PATHS = (
1009 "$(inherited)",
1010 "$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks",
1011 );
1012 GCC_DYNAMIC_NO_PIC = NO;
1013 OTHER_CFLAGS = (
1014 "-Wall",
1015 "-DINET6",
1016 );
1017 OTHER_LDFLAGS = "";
1018 PRODUCT_NAME = aslmanager;
1019 ZERO_LINK = NO;
1020 };
1021 name = Release;
1022 };
1023 5039177E109140C40001165E /* Release */ = {
1024 isa = XCBuildConfiguration;
1025 baseConfigurationReference = 3F6B6313185AF66C00F692C5 /* syslogd.xcconfig */;
1026 buildSettings = {
1027 ALWAYS_SEARCH_USER_PATHS = NO;
1028 CODE_SIGN_IDENTITY = "-";
1029 COPY_PHASE_STRIP = YES;
1030 DEAD_CODE_STRIPPING = YES;
1031 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1032 GCC_DYNAMIC_NO_PIC = NO;
1033 HEADER_SEARCH_PATHS = (
1034 "$(inherited)",
1035 "$(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders",
1036 );
1037 OTHER_CFLAGS = (
1038 "-Wall",
1039 "-DINET6",
1040 );
1041 "OTHER_CFLAGS[sdk=iphoneos*][arch=*]" = (
1042 "$(OTHER_CFLAGS)",
1043 "-DLOCKDOWN",
1044 );
1045 "OTHER_CFLAGS[sdk=macosx*][arch=*]" = (
1046 "$(OTHER_CFLAGS)",
1047 "-DREMOTE_IPV4",
1048 );
1049 PRODUCT_NAME = syslogd;
1050 ZERO_LINK = NO;
1051 };
1052 name = Release;
1053 };
1054 503917CA1091413E0001165E /* Release */ = {
1055 isa = XCBuildConfiguration;
1056 baseConfigurationReference = 3F6B6314185AF66C00F692C5 /* util.xcconfig */;
1057 buildSettings = {
1058 ALWAYS_SEARCH_USER_PATHS = NO;
1059 CODE_SIGN_ENTITLEMENTS = util.tproj/entitlements.plist;
1060 "CODE_SIGN_ENTITLEMENTS[sdk=macosx*]" = "";
1061 CODE_SIGN_IDENTITY = "-";
1062 COPY_PHASE_STRIP = YES;
1063 DEAD_CODE_STRIPPING = YES;
1064 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1065 GCC_DYNAMIC_NO_PIC = NO;
1066 OTHER_CFLAGS = (
1067 "-Wall",
1068 "-DINET6",
1069 );
1070 PRODUCT_NAME = syslog;
1071 ZERO_LINK = NO;
1072 };
1073 name = Release;
1074 };
1075 505ACB9F108FD16500197086 /* Release */ = {
1076 isa = XCBuildConfiguration;
1077 buildSettings = {
1078 ALWAYS_SEARCH_USER_PATHS = NO;
1079 CODE_SIGN_IDENTITY = "-";
1080 COMBINE_HIDPI_IMAGES = YES;
1081 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1082 OTHER_CFLAGS = (
1083 "-Wall",
1084 "-D__MigTypeCheck=1",
1085 );
1086 "OTHER_CFLAGS[sdk=iphoneos*][arch=*]" = (
1087 "$(OTHER_CFLAGS)",
1088 "-DLOCKDOWN",
1089 );
1090 "OTHER_CFLAGS[sdk=macosx*][arch=*]" = (
1091 "$(OTHER_CFLAGS)",
1092 "-DREMOTE_IPV4",
1093 );
1094 PRODUCT_NAME = aslcommon;
1095 SKIP_INSTALL = YES;
1096 ZERO_LINK = NO;
1097 };
1098 name = Release;
1099 };
1100 721700931CCABF6F000FC779 /* Release */ = {
1101 isa = XCBuildConfiguration;
1102 buildSettings = {
1103 COMBINE_HIDPI_IMAGES = YES;
1104 COPY_PHASE_STRIP = YES;
1105 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1106 PRODUCT_NAME = "$(TARGET_NAME)";
1107 ZERO_LINK = NO;
1108 };
1109 name = Release;
1110 };
1111 /* End XCBuildConfiguration section */
1112
1113 /* Begin XCConfigurationList section */
1114 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "syslog" */ = {
1115 isa = XCConfigurationList;
1116 buildConfigurations = (
1117 1DEB928B08733DD80010E9CD /* Release */,
1118 );
1119 defaultConfigurationIsVisible = 0;
1120 defaultConfigurationName = Release;
1121 };
1122 3F0552BC1614E58B00F729CC /* Build configuration list for PBXAggregateTarget "libasl_Sim" */ = {
1123 isa = XCConfigurationList;
1124 buildConfigurations = (
1125 3F0552BD1614E58B00F729CC /* Release */,
1126 );
1127 defaultConfigurationIsVisible = 0;
1128 defaultConfigurationName = Release;
1129 };
1130 3F6F43CB1613922800CA9ADB /* Build configuration list for PBXNativeTarget "libsystem_asl" */ = {
1131 isa = XCConfigurationList;
1132 buildConfigurations = (
1133 3F6F43CC1613922800CA9ADB /* Release */,
1134 );
1135 defaultConfigurationIsVisible = 0;
1136 defaultConfigurationName = Release;
1137 };
1138 3F6F440C1613AA3700CA9ADB /* Build configuration list for PBXAggregateTarget "libasl" */ = {
1139 isa = XCConfigurationList;
1140 buildConfigurations = (
1141 3F6F440D1613AA3700CA9ADB /* Release */,
1142 );
1143 defaultConfigurationIsVisible = 0;
1144 defaultConfigurationName = Release;
1145 };
1146 3FFD4402174862D0007DAC1B /* Build configuration list for PBXAggregateTarget "executables_Sim" */ = {
1147 isa = XCConfigurationList;
1148 buildConfigurations = (
1149 3FFD4403174862D0007DAC1B /* Release */,
1150 );
1151 defaultConfigurationIsVisible = 0;
1152 defaultConfigurationName = Release;
1153 };
1154 5020A3311098EC3000982ED6 /* Build configuration list for PBXAggregateTarget "executables" */ = {
1155 isa = XCConfigurationList;
1156 buildConfigurations = (
1157 5020A3221098EBDF00982ED6 /* Release */,
1158 );
1159 defaultConfigurationIsVisible = 0;
1160 defaultConfigurationName = Release;
1161 };
1162 5039176A1091404D0001165E /* Build configuration list for PBXNativeTarget "aslmanager" */ = {
1163 isa = XCConfigurationList;
1164 buildConfigurations = (
1165 50391768109140460001165E /* Release */,
1166 );
1167 defaultConfigurationIsVisible = 0;
1168 defaultConfigurationName = Release;
1169 };
1170 50391782109140CA0001165E /* Build configuration list for PBXNativeTarget "syslogd" */ = {
1171 isa = XCConfigurationList;
1172 buildConfigurations = (
1173 5039177E109140C40001165E /* Release */,
1174 );
1175 defaultConfigurationIsVisible = 0;
1176 defaultConfigurationName = Release;
1177 };
1178 503917CF1091414A0001165E /* Build configuration list for PBXNativeTarget "util" */ = {
1179 isa = XCConfigurationList;
1180 buildConfigurations = (
1181 503917CA1091413E0001165E /* Release */,
1182 );
1183 defaultConfigurationIsVisible = 0;
1184 defaultConfigurationName = Release;
1185 };
1186 505ACBA0108FD16500197086 /* Build configuration list for PBXNativeTarget "aslcommon" */ = {
1187 isa = XCConfigurationList;
1188 buildConfigurations = (
1189 505ACB9F108FD16500197086 /* Release */,
1190 );
1191 defaultConfigurationIsVisible = 0;
1192 defaultConfigurationName = Release;
1193 };
1194 721700921CCABF6F000FC779 /* Build configuration list for PBXAggregateTarget "executables_DaytonaBridge" */ = {
1195 isa = XCConfigurationList;
1196 buildConfigurations = (
1197 721700931CCABF6F000FC779 /* Release */,
1198 );
1199 defaultConfigurationIsVisible = 0;
1200 defaultConfigurationName = Release;
1201 };
1202 /* End XCConfigurationList section */
1203 };
1204 rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
1205 }