wxr
2020-06-15 b8e94316e41eba72d927d5ca7d931b26139ee8ff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
// !$*UTF8*$!
{
    archiveVersion = 1;
    classes = {
    };
    objectVersion = 46;
    objects = {
 
/* Begin PBXBuildFile section */
        4B25C0932063509400D4E99E /* MyIpAddress.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B25C0912063509400D4E99E /* MyIpAddress.m */; };
        4B9EE6C121087D1C0077E3A7 /* GCDWebDAVServer.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B9EE6A021087D1C0077E3A7 /* GCDWebDAVServer.m */; };
        4B9EE6C221087D1C0077E3A7 /* GCDWebServerResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B9EE6A521087D1C0077E3A7 /* GCDWebServerResponse.m */; };
        4B9EE6C321087D1C0077E3A7 /* GCDWebServerRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B9EE6A821087D1C0077E3A7 /* GCDWebServerRequest.m */; };
        4B9EE6C421087D1C0077E3A7 /* GCDWebServerFunctions.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B9EE6AB21087D1C0077E3A7 /* GCDWebServerFunctions.m */; };
        4B9EE6C521087D1C0077E3A7 /* GCDWebServer.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B9EE6AC21087D1C0077E3A7 /* GCDWebServer.m */; };
        4B9EE6C621087D1C0077E3A7 /* GCDWebServerConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B9EE6AD21087D1C0077E3A7 /* GCDWebServerConnection.m */; };
        4B9EE6C721087D1C0077E3A7 /* GCDWebServerErrorResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B9EE6B221087D1C0077E3A7 /* GCDWebServerErrorResponse.m */; };
        4B9EE6C821087D1C0077E3A7 /* GCDWebServerFileResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B9EE6B421087D1C0077E3A7 /* GCDWebServerFileResponse.m */; };
        4B9EE6C921087D1C0077E3A7 /* GCDWebServerDataResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B9EE6B521087D1C0077E3A7 /* GCDWebServerDataResponse.m */; };
        4B9EE6CA21087D1C0077E3A7 /* GCDWebServerStreamedResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B9EE6B721087D1C0077E3A7 /* GCDWebServerStreamedResponse.m */; };
        4B9EE6CB21087D1C0077E3A7 /* GCDWebServerURLEncodedFormRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B9EE6BC21087D1C0077E3A7 /* GCDWebServerURLEncodedFormRequest.m */; };
        4B9EE6CC21087D1C0077E3A7 /* GCDWebServerMultiPartFormRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B9EE6BD21087D1C0077E3A7 /* GCDWebServerMultiPartFormRequest.m */; };
        4B9EE6CD21087D1C0077E3A7 /* GCDWebServerDataRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B9EE6BE21087D1C0077E3A7 /* GCDWebServerDataRequest.m */; };
        4B9EE6CE21087D1C0077E3A7 /* GCDWebServerFileRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B9EE6BF21087D1C0077E3A7 /* GCDWebServerFileRequest.m */; };
        4B9EE6E021095FE90077E3A7 /* GlobalInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B9EE6DF21095FE90077E3A7 /* GlobalInfo.m */; };
        4BD552A3213FDCEE004362ED /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BD54876213E7FF3004362ED /* WebKit.framework */; };
        E196624F1C4E3FDA0073441F /* AMPopTip.m in Sources */ = {isa = PBXBuildFile; fileRef = E196624A1C4E3FDA0073441F /* AMPopTip.m */; };
/* End PBXBuildFile section */
 
/* Begin PBXCopyFilesBuildPhase section */
        E15A2BFE1C3FA8E600174B40 /* CopyFiles */ = {
            isa = PBXCopyFilesBuildPhase;
            buildActionMask = 2147483647;
            dstPath = "include/$(PRODUCT_NAME)";
            dstSubfolderSpec = 16;
            files = (
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXCopyFilesBuildPhase section */
 
/* Begin PBXFileReference section */
        4B25C0912063509400D4E99E /* MyIpAddress.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MyIpAddress.m; sourceTree = "<group>"; };
        4B25C0922063509400D4E99E /* MyIpAddress.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MyIpAddress.h; sourceTree = "<group>"; };
        4B9EE69F21087D1C0077E3A7 /* GCDWebDAVServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebDAVServer.h; sourceTree = "<group>"; };
        4B9EE6A021087D1C0077E3A7 /* GCDWebDAVServer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebDAVServer.m; sourceTree = "<group>"; };
        4B9EE6A321087D1C0077E3A7 /* GCDWebServerFunctions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerFunctions.h; sourceTree = "<group>"; };
        4B9EE6A421087D1C0077E3A7 /* GCDWebServerPrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerPrivate.h; sourceTree = "<group>"; };
        4B9EE6A521087D1C0077E3A7 /* GCDWebServerResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerResponse.m; sourceTree = "<group>"; };
        4B9EE6A621087D1C0077E3A7 /* GCDWebServerConnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerConnection.h; sourceTree = "<group>"; };
        4B9EE6A721087D1C0077E3A7 /* GCDWebServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServer.h; sourceTree = "<group>"; };
        4B9EE6A821087D1C0077E3A7 /* GCDWebServerRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerRequest.m; sourceTree = "<group>"; };
        4B9EE6A921087D1C0077E3A7 /* GCDWebServerHTTPStatusCodes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerHTTPStatusCodes.h; sourceTree = "<group>"; };
        4B9EE6AA21087D1C0077E3A7 /* GCDWebServerResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerResponse.h; sourceTree = "<group>"; };
        4B9EE6AB21087D1C0077E3A7 /* GCDWebServerFunctions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerFunctions.m; sourceTree = "<group>"; };
        4B9EE6AC21087D1C0077E3A7 /* GCDWebServer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServer.m; sourceTree = "<group>"; };
        4B9EE6AD21087D1C0077E3A7 /* GCDWebServerConnection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerConnection.m; sourceTree = "<group>"; };
        4B9EE6AE21087D1C0077E3A7 /* GCDWebServerRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerRequest.h; sourceTree = "<group>"; };
        4B9EE6B021087D1C0077E3A7 /* GCDWebServerFileResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerFileResponse.h; sourceTree = "<group>"; };
        4B9EE6B121087D1C0077E3A7 /* GCDWebServerStreamedResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerStreamedResponse.h; sourceTree = "<group>"; };
        4B9EE6B221087D1C0077E3A7 /* GCDWebServerErrorResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerErrorResponse.m; sourceTree = "<group>"; };
        4B9EE6B321087D1C0077E3A7 /* GCDWebServerDataResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerDataResponse.h; sourceTree = "<group>"; };
        4B9EE6B421087D1C0077E3A7 /* GCDWebServerFileResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerFileResponse.m; sourceTree = "<group>"; };
        4B9EE6B521087D1C0077E3A7 /* GCDWebServerDataResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerDataResponse.m; sourceTree = "<group>"; };
        4B9EE6B621087D1C0077E3A7 /* GCDWebServerErrorResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerErrorResponse.h; sourceTree = "<group>"; };
        4B9EE6B721087D1C0077E3A7 /* GCDWebServerStreamedResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerStreamedResponse.m; sourceTree = "<group>"; };
        4B9EE6B921087D1C0077E3A7 /* GCDWebServerDataRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerDataRequest.h; sourceTree = "<group>"; };
        4B9EE6BA21087D1C0077E3A7 /* GCDWebServerMultiPartFormRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerMultiPartFormRequest.h; sourceTree = "<group>"; };
        4B9EE6BB21087D1C0077E3A7 /* GCDWebServerFileRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerFileRequest.h; sourceTree = "<group>"; };
        4B9EE6BC21087D1C0077E3A7 /* GCDWebServerURLEncodedFormRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerURLEncodedFormRequest.m; sourceTree = "<group>"; };
        4B9EE6BD21087D1C0077E3A7 /* GCDWebServerMultiPartFormRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerMultiPartFormRequest.m; sourceTree = "<group>"; };
        4B9EE6BE21087D1C0077E3A7 /* GCDWebServerDataRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerDataRequest.m; sourceTree = "<group>"; };
        4B9EE6BF21087D1C0077E3A7 /* GCDWebServerFileRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerFileRequest.m; sourceTree = "<group>"; };
        4B9EE6C021087D1C0077E3A7 /* GCDWebServerURLEncodedFormRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerURLEncodedFormRequest.h; sourceTree = "<group>"; };
        4B9EE6DF21095FE90077E3A7 /* GlobalInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GlobalInfo.m; sourceTree = "<group>"; };
        4B9EE6E121095FF40077E3A7 /* GlobalInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GlobalInfo.h; sourceTree = "<group>"; };
        4BD54876213E7FF3004362ED /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; };
        E15A2C001C3FA8E600174B40 /* libMyLibrary.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libMyLibrary.a; sourceTree = BUILT_PRODUCTS_DIR; };
        E19662491C4E3FDA0073441F /* AMPopTip.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AMPopTip.h; sourceTree = "<group>"; };
        E196624A1C4E3FDA0073441F /* AMPopTip.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AMPopTip.m; sourceTree = "<group>"; };
        E196624B1C4E3FDA0073441F /* AMPopTipDefaults.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AMPopTipDefaults.h; sourceTree = "<group>"; };
/* End PBXFileReference section */
 
/* Begin PBXFrameworksBuildPhase section */
        E15A2BFD1C3FA8E600174B40 /* Frameworks */ = {
            isa = PBXFrameworksBuildPhase;
            buildActionMask = 2147483647;
            files = (
                4BD552A3213FDCEE004362ED /* WebKit.framework in Frameworks */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXFrameworksBuildPhase section */
 
/* Begin PBXGroup section */
        4B25C0902063509400D4E99E /* MyIpAddress */ = {
            isa = PBXGroup;
            children = (
                4B25C0912063509400D4E99E /* MyIpAddress.m */,
                4B25C0922063509400D4E99E /* MyIpAddress.h */,
            );
            name = MyIpAddress;
            path = MyLibrary/MyIpAddress;
            sourceTree = "<group>";
        };
        4B9EE69E21087D1C0077E3A7 /* GCDWebDAVServer */ = {
            isa = PBXGroup;
            children = (
                4B9EE69F21087D1C0077E3A7 /* GCDWebDAVServer.h */,
                4B9EE6A021087D1C0077E3A7 /* GCDWebDAVServer.m */,
            );
            name = GCDWebDAVServer;
            path = MyLibrary/GCDWebDAVServer;
            sourceTree = "<group>";
        };
        4B9EE6A121087D1C0077E3A7 /* GCDWebServer */ = {
            isa = PBXGroup;
            children = (
                4B9EE6A221087D1C0077E3A7 /* Core */,
                4B9EE6AF21087D1C0077E3A7 /* Responses */,
                4B9EE6B821087D1C0077E3A7 /* Requests */,
            );
            name = GCDWebServer;
            path = MyLibrary/GCDWebServer;
            sourceTree = "<group>";
        };
        4B9EE6A221087D1C0077E3A7 /* Core */ = {
            isa = PBXGroup;
            children = (
                4B9EE6A321087D1C0077E3A7 /* GCDWebServerFunctions.h */,
                4B9EE6A421087D1C0077E3A7 /* GCDWebServerPrivate.h */,
                4B9EE6A521087D1C0077E3A7 /* GCDWebServerResponse.m */,
                4B9EE6A621087D1C0077E3A7 /* GCDWebServerConnection.h */,
                4B9EE6A721087D1C0077E3A7 /* GCDWebServer.h */,
                4B9EE6A821087D1C0077E3A7 /* GCDWebServerRequest.m */,
                4B9EE6A921087D1C0077E3A7 /* GCDWebServerHTTPStatusCodes.h */,
                4B9EE6AA21087D1C0077E3A7 /* GCDWebServerResponse.h */,
                4B9EE6AB21087D1C0077E3A7 /* GCDWebServerFunctions.m */,
                4B9EE6AC21087D1C0077E3A7 /* GCDWebServer.m */,
                4B9EE6AD21087D1C0077E3A7 /* GCDWebServerConnection.m */,
                4B9EE6AE21087D1C0077E3A7 /* GCDWebServerRequest.h */,
            );
            path = Core;
            sourceTree = "<group>";
        };
        4B9EE6AF21087D1C0077E3A7 /* Responses */ = {
            isa = PBXGroup;
            children = (
                4B9EE6B021087D1C0077E3A7 /* GCDWebServerFileResponse.h */,
                4B9EE6B121087D1C0077E3A7 /* GCDWebServerStreamedResponse.h */,
                4B9EE6B221087D1C0077E3A7 /* GCDWebServerErrorResponse.m */,
                4B9EE6B321087D1C0077E3A7 /* GCDWebServerDataResponse.h */,
                4B9EE6B421087D1C0077E3A7 /* GCDWebServerFileResponse.m */,
                4B9EE6B521087D1C0077E3A7 /* GCDWebServerDataResponse.m */,
                4B9EE6B621087D1C0077E3A7 /* GCDWebServerErrorResponse.h */,
                4B9EE6B721087D1C0077E3A7 /* GCDWebServerStreamedResponse.m */,
            );
            path = Responses;
            sourceTree = "<group>";
        };
        4B9EE6B821087D1C0077E3A7 /* Requests */ = {
            isa = PBXGroup;
            children = (
                4B9EE6B921087D1C0077E3A7 /* GCDWebServerDataRequest.h */,
                4B9EE6BA21087D1C0077E3A7 /* GCDWebServerMultiPartFormRequest.h */,
                4B9EE6BB21087D1C0077E3A7 /* GCDWebServerFileRequest.h */,
                4B9EE6BC21087D1C0077E3A7 /* GCDWebServerURLEncodedFormRequest.m */,
                4B9EE6BD21087D1C0077E3A7 /* GCDWebServerMultiPartFormRequest.m */,
                4B9EE6BE21087D1C0077E3A7 /* GCDWebServerDataRequest.m */,
                4B9EE6BF21087D1C0077E3A7 /* GCDWebServerFileRequest.m */,
                4B9EE6C021087D1C0077E3A7 /* GCDWebServerURLEncodedFormRequest.h */,
            );
            path = Requests;
            sourceTree = "<group>";
        };
        4BD54875213E7FF2004362ED /* Frameworks */ = {
            isa = PBXGroup;
            children = (
                4BD54876213E7FF3004362ED /* WebKit.framework */,
            );
            name = Frameworks;
            sourceTree = "<group>";
        };
        E15A2BF71C3FA8E600174B40 = {
            isa = PBXGroup;
            children = (
                4B9EE6E121095FF40077E3A7 /* GlobalInfo.h */,
                4B9EE6DF21095FE90077E3A7 /* GlobalInfo.m */,
                4B9EE69E21087D1C0077E3A7 /* GCDWebDAVServer */,
                4B9EE6A121087D1C0077E3A7 /* GCDWebServer */,
                4B25C0902063509400D4E99E /* MyIpAddress */,
                E19662421C4E3FDA0073441F /* AMPopTip */,
                E15A2C011C3FA8E600174B40 /* Products */,
                4BD54875213E7FF2004362ED /* Frameworks */,
            );
            sourceTree = "<group>";
        };
        E15A2C011C3FA8E600174B40 /* Products */ = {
            isa = PBXGroup;
            children = (
                E15A2C001C3FA8E600174B40 /* libMyLibrary.a */,
            );
            name = Products;
            sourceTree = "<group>";
        };
        E19662421C4E3FDA0073441F /* AMPopTip */ = {
            isa = PBXGroup;
            children = (
                E19662491C4E3FDA0073441F /* AMPopTip.h */,
                E196624A1C4E3FDA0073441F /* AMPopTip.m */,
                E196624B1C4E3FDA0073441F /* AMPopTipDefaults.h */,
            );
            name = AMPopTip;
            path = MyLibrary/AMPopTip;
            sourceTree = "<group>";
        };
/* End PBXGroup section */
 
/* Begin PBXNativeTarget section */
        E15A2BFF1C3FA8E600174B40 /* MyLibrary */ = {
            isa = PBXNativeTarget;
            buildConfigurationList = E15A2C091C3FA8E600174B40 /* Build configuration list for PBXNativeTarget "MyLibrary" */;
            buildPhases = (
                E15A2BFC1C3FA8E600174B40 /* Sources */,
                E15A2BFD1C3FA8E600174B40 /* Frameworks */,
                E15A2BFE1C3FA8E600174B40 /* CopyFiles */,
            );
            buildRules = (
            );
            dependencies = (
            );
            name = MyLibrary;
            productName = MyLibrary;
            productReference = E15A2C001C3FA8E600174B40 /* libMyLibrary.a */;
            productType = "com.apple.product-type.library.static";
        };
/* End PBXNativeTarget section */
 
/* Begin PBXProject section */
        E15A2BF81C3FA8E600174B40 /* Project object */ = {
            isa = PBXProject;
            attributes = {
                KnownAssetTags = (
                    New,
                );
                LastUpgradeCheck = 0720;
                ORGANIZATIONNAME = com.hw;
                TargetAttributes = {
                    E15A2BFF1C3FA8E600174B40 = {
                        CreatedOnToolsVersion = 7.2;
                    };
                };
            };
            buildConfigurationList = E15A2BFB1C3FA8E600174B40 /* Build configuration list for PBXProject "MyLibrary" */;
            compatibilityVersion = "Xcode 3.2";
            developmentRegion = English;
            hasScannedForEncodings = 0;
            knownRegions = (
                English,
                en,
            );
            mainGroup = E15A2BF71C3FA8E600174B40;
            productRefGroup = E15A2C011C3FA8E600174B40 /* Products */;
            projectDirPath = "";
            projectRoot = "";
            targets = (
                E15A2BFF1C3FA8E600174B40 /* MyLibrary */,
            );
        };
/* End PBXProject section */
 
/* Begin PBXSourcesBuildPhase section */
        E15A2BFC1C3FA8E600174B40 /* Sources */ = {
            isa = PBXSourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
                4B25C0932063509400D4E99E /* MyIpAddress.m in Sources */,
                E196624F1C4E3FDA0073441F /* AMPopTip.m in Sources */,
                4B9EE6E021095FE90077E3A7 /* GlobalInfo.m in Sources */,
                4B9EE6C221087D1C0077E3A7 /* GCDWebServerResponse.m in Sources */,
                4B9EE6C121087D1C0077E3A7 /* GCDWebDAVServer.m in Sources */,
                4B9EE6CE21087D1C0077E3A7 /* GCDWebServerFileRequest.m in Sources */,
                4B9EE6CC21087D1C0077E3A7 /* GCDWebServerMultiPartFormRequest.m in Sources */,
                4B9EE6C521087D1C0077E3A7 /* GCDWebServer.m in Sources */,
                4B9EE6C821087D1C0077E3A7 /* GCDWebServerFileResponse.m in Sources */,
                4B9EE6C321087D1C0077E3A7 /* GCDWebServerRequest.m in Sources */,
                4B9EE6CB21087D1C0077E3A7 /* GCDWebServerURLEncodedFormRequest.m in Sources */,
                4B9EE6C721087D1C0077E3A7 /* GCDWebServerErrorResponse.m in Sources */,
                4B9EE6CD21087D1C0077E3A7 /* GCDWebServerDataRequest.m in Sources */,
                4B9EE6CA21087D1C0077E3A7 /* GCDWebServerStreamedResponse.m in Sources */,
                4B9EE6C921087D1C0077E3A7 /* GCDWebServerDataResponse.m in Sources */,
                4B9EE6C421087D1C0077E3A7 /* GCDWebServerFunctions.m in Sources */,
                4B9EE6C621087D1C0077E3A7 /* GCDWebServerConnection.m in Sources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXSourcesBuildPhase section */
 
/* Begin XCBuildConfiguration section */
        E15A2C071C3FA8E600174B40 /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ALWAYS_SEARCH_USER_PATHS = NO;
                ARCHS = (
                    armv7,
                    armv7s,
                    arm64,
                );
                CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
                CLANG_CXX_LIBRARY = "libc++";
                CLANG_ENABLE_MODULES = YES;
                CLANG_ENABLE_OBJC_ARC = YES;
                CLANG_WARN_BOOL_CONVERSION = YES;
                CLANG_WARN_CONSTANT_CONVERSION = YES;
                CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
                CLANG_WARN_EMPTY_BODY = YES;
                CLANG_WARN_ENUM_CONVERSION = YES;
                CLANG_WARN_INT_CONVERSION = YES;
                CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
                CLANG_WARN_UNREACHABLE_CODE = YES;
                CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
                "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
                COPY_PHASE_STRIP = NO;
                DEBUG_INFORMATION_FORMAT = dwarf;
                ENABLE_STRICT_OBJC_MSGSEND = YES;
                ENABLE_TESTABILITY = YES;
                GCC_C_LANGUAGE_STANDARD = gnu99;
                GCC_DYNAMIC_NO_PIC = NO;
                GCC_ENABLE_BUILTIN_FUNCTIONS = YES;
                GCC_NO_COMMON_BLOCKS = YES;
                GCC_OPTIMIZATION_LEVEL = 0;
                GCC_PREFIX_HEADER = "/Users/hdl/MyFiles/My/Xamarin/MyApp/Library/MyLibrary/iOS-Echarts-PrefixHeader.pch";
                GCC_PREPROCESSOR_DEFINITIONS = (
                    "DEBUG=1",
                    "$(inherited)",
                );
                GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
                GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
                GCC_WARN_UNDECLARED_SELECTOR = YES;
                GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
                GCC_WARN_UNUSED_FUNCTION = YES;
                GCC_WARN_UNUSED_VARIABLE = YES;
                IPHONEOS_DEPLOYMENT_TARGET = 8.4;
                MTL_ENABLE_DEBUG_INFO = YES;
                ONLY_ACTIVE_ARCH = YES;
                SDKROOT = iphoneos;
                VALID_ARCHS = "arm64 armv7 armv7s";
            };
            name = Debug;
        };
        E15A2C081C3FA8E600174B40 /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ALWAYS_SEARCH_USER_PATHS = NO;
                ARCHS = (
                    armv7,
                    armv7s,
                    arm64,
                );
                CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
                CLANG_CXX_LIBRARY = "libc++";
                CLANG_ENABLE_MODULES = YES;
                CLANG_ENABLE_OBJC_ARC = YES;
                CLANG_WARN_BOOL_CONVERSION = YES;
                CLANG_WARN_CONSTANT_CONVERSION = YES;
                CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
                CLANG_WARN_EMPTY_BODY = YES;
                CLANG_WARN_ENUM_CONVERSION = YES;
                CLANG_WARN_INT_CONVERSION = YES;
                CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
                CLANG_WARN_UNREACHABLE_CODE = YES;
                CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
                "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
                COPY_PHASE_STRIP = NO;
                DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
                ENABLE_NS_ASSERTIONS = NO;
                ENABLE_STRICT_OBJC_MSGSEND = YES;
                GCC_C_LANGUAGE_STANDARD = gnu99;
                GCC_ENABLE_BUILTIN_FUNCTIONS = YES;
                GCC_NO_COMMON_BLOCKS = YES;
                GCC_PREFIX_HEADER = "/Users/hdl/MyFiles/My/Xamarin/MyApp/Library/MyLibrary/iOS-Echarts-PrefixHeader.pch";
                GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
                GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
                GCC_WARN_UNDECLARED_SELECTOR = YES;
                GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
                GCC_WARN_UNUSED_FUNCTION = YES;
                GCC_WARN_UNUSED_VARIABLE = YES;
                IPHONEOS_DEPLOYMENT_TARGET = 8.4;
                MTL_ENABLE_DEBUG_INFO = NO;
                ONLY_ACTIVE_ARCH = YES;
                SDKROOT = iphoneos;
                VALIDATE_PRODUCT = YES;
                VALID_ARCHS = "arm64 armv7 armv7s";
            };
            name = Release;
        };
        E15A2C0A1C3FA8E600174B40 /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ARCHS = (
                    armv7,
                    armv7s,
                    arm64,
                );
                GCC_PREFIX_HEADER = "";
                HEADER_SEARCH_PATHS = "$(SDKROOT)/usr/include/libxml2";
                ONLY_ACTIVE_ARCH = NO;
                OTHER_LDFLAGS = "-ObjC";
                PRODUCT_NAME = "$(TARGET_NAME)";
                SDKROOT = iphoneos;
                SKIP_INSTALL = YES;
                VALID_ARCHS = "arm64 armv7 armv7s";
            };
            name = Debug;
        };
        E15A2C0B1C3FA8E600174B40 /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ARCHS = (
                    armv7,
                    armv7s,
                    arm64,
                );
                GCC_PREFIX_HEADER = "";
                HEADER_SEARCH_PATHS = "$(SDKROOT)/usr/include/libxml2";
                ONLY_ACTIVE_ARCH = NO;
                OTHER_LDFLAGS = "-ObjC";
                PRODUCT_NAME = "$(TARGET_NAME)";
                SDKROOT = iphoneos;
                SKIP_INSTALL = YES;
                VALID_ARCHS = "arm64 armv7 armv7s i386 x86_64";
            };
            name = Release;
        };
/* End XCBuildConfiguration section */
 
/* Begin XCConfigurationList section */
        E15A2BFB1C3FA8E600174B40 /* Build configuration list for PBXProject "MyLibrary" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                E15A2C071C3FA8E600174B40 /* Debug */,
                E15A2C081C3FA8E600174B40 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        E15A2C091C3FA8E600174B40 /* Build configuration list for PBXNativeTarget "MyLibrary" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                E15A2C0A1C3FA8E600174B40 /* Debug */,
                E15A2C0B1C3FA8E600174B40 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
/* End XCConfigurationList section */
    };
    rootObject = E15A2BF81C3FA8E600174B40 /* Project object */;
}