chenqiyang
2022-05-11 7960485054f37eb60d63a98231686cef41302a8b
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
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
// !$*UTF8*$!
{
    archiveVersion = 1;
    classes = {
    };
    objectVersion = 50;
    objects = {
 
/* Begin PBXBuildFile section */
        AE68FB1826CE40AA00EBE112 /* HDLLPOnMonitorViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = AE68FB1726CE40AA00EBE112 /* HDLLPOnMonitorViewController.m */; };
        AE7718EE26BD250C00C9FD1B /* HDLLinphoneCallDelegate.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = AE9CCFA626BA3D0800FD514C /* HDLLinphoneCallDelegate.h */; };
        AE9CC93426B8DD3F00FD514C /* HDLLinPhoneSDK.m in Sources */ = {isa = PBXBuildFile; fileRef = AE9CC93326B8DD3F00FD514C /* HDLLinPhoneSDK.m */; };
        AE9CCF7726BA390300FD514C /* belr.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE9CCF6226BA390300FD514C /* belr.framework */; };
        AE9CCF7826BA390400FD514C /* mediastreamer2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE9CCF6326BA390300FD514C /* mediastreamer2.framework */; };
        AE9CCF7926BA390400FD514C /* msopenh264.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE9CCF6426BA390300FD514C /* msopenh264.framework */; };
        AE9CCF7A26BA390400FD514C /* bctoolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE9CCF6526BA390300FD514C /* bctoolbox.framework */; };
        AE9CCF7B26BA390400FD514C /* mswebrtc.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE9CCF6626BA390300FD514C /* mswebrtc.framework */; };
        AE9CCF7C26BA390400FD514C /* msamr.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE9CCF6726BA390300FD514C /* msamr.framework */; };
        AE9CCF7D26BA390400FD514C /* belle-sip.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE9CCF6826BA390300FD514C /* belle-sip.framework */; };
        AE9CCF7E26BA390400FD514C /* linphonetester.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE9CCF6926BA390300FD514C /* linphonetester.framework */; };
        AE9CCF7F26BA390400FD514C /* bctoolbox-tester.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE9CCF6A26BA390300FD514C /* bctoolbox-tester.framework */; };
        AE9CCF8026BA390400FD514C /* ortp.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE9CCF6B26BA390300FD514C /* ortp.framework */; };
        AE9CCF8126BA390400FD514C /* limetester.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE9CCF6C26BA390300FD514C /* limetester.framework */; };
        AE9CCF8226BA390400FD514C /* mscodec2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE9CCF6D26BA390300FD514C /* mscodec2.framework */; };
        AE9CCF8326BA390400FD514C /* mssilk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE9CCF6E26BA390300FD514C /* mssilk.framework */; };
        AE9CCF8426BA390400FD514C /* lime.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE9CCF6F26BA390300FD514C /* lime.framework */; };
        AE9CCF8526BA390400FD514C /* belcard.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE9CCF7026BA390300FD514C /* belcard.framework */; };
        AE9CCF8626BA390400FD514C /* msx264.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE9CCF7126BA390300FD514C /* msx264.framework */; };
        AE9CCF8726BA390400FD514C /* bctoolbox-ios.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE9CCF7226BA390300FD514C /* bctoolbox-ios.framework */; };
        AE9CCF8826BA390500FD514C /* linphone.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE9CCF7326BA390300FD514C /* linphone.framework */; };
        AE9CCF8926BA390600FD514C /* LinphoneWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE9CCF7626BA390300FD514C /* LinphoneWrapper.swift */; };
        AE9CCF9526BA39EC00FD514C /* HDLAppManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE9CCF8A26BA39EB00FD514C /* HDLAppManager.swift */; };
        AE9CCF9826BA39EC00FD514C /* HDLConfigManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE9CCF8E26BA39EB00FD514C /* HDLConfigManager.swift */; };
        AE9CCF9926BA39EC00FD514C /* HDLAudioHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = AE9CCF8F26BA39EB00FD514C /* HDLAudioHelper.m */; };
        AE9CCF9A26BA39EC00FD514C /* HDLCallManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE9CCF9026BA39EB00FD514C /* HDLCallManager.swift */; };
        AE9CCF9B26BA39EC00FD514C /* HDLCoreManagerDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE9CCF9126BA39EB00FD514C /* HDLCoreManagerDelegate.swift */; };
        AE9CCF9C26BA39EC00FD514C /* HDLCoreManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE9CCF9326BA39EB00FD514C /* HDLCoreManager.swift */; };
        AE9CCF9D26BA39EC00FD514C /* HDLProviderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE9CCF9426BA39EB00FD514C /* HDLProviderDelegate.swift */; };
        AE9CCFA726BA3D0800FD514C /* HDLLinphoneIntercomVC.m in Sources */ = {isa = PBXBuildFile; fileRef = AE9CCFA326BA3D0700FD514C /* HDLLinphoneIntercomVC.m */; };
        AE9CCFA826BA3D0800FD514C /* HDLLinphoneCallDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = AE9CCFA426BA3D0700FD514C /* HDLLinphoneCallDelegate.m */; };
        AE9CD26C26BA696500FD514C /* HDLLinphoneManager.m in Sources */ = {isa = PBXBuildFile; fileRef = AE9CD26B26BA696500FD514C /* HDLLinphoneManager.m */; };
        AEB4A76526BBED39005641ED /* HDLLinPhoneCommon.m in Sources */ = {isa = PBXBuildFile; fileRef = AEB4A76426BBED39005641ED /* HDLLinPhoneCommon.m */; };
        AEB4A76626BBF57B005641ED /* HDLLinPhoneSDK.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = AE9CC93226B8DD3F00FD514C /* HDLLinPhoneSDK.h */; };
/* End PBXBuildFile section */
 
/* Begin PBXCopyFilesBuildPhase section */
        AE9CC92D26B8DD3F00FD514C /* CopyFiles */ = {
            isa = PBXCopyFilesBuildPhase;
            buildActionMask = 2147483647;
            dstPath = "include/$(PRODUCT_NAME)";
            dstSubfolderSpec = 16;
            files = (
                AE7718EE26BD250C00C9FD1B /* HDLLinphoneCallDelegate.h in CopyFiles */,
                AEB4A76626BBF57B005641ED /* HDLLinPhoneSDK.h in CopyFiles */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXCopyFilesBuildPhase section */
 
/* Begin PBXFileReference section */
        AE4FA53326CA5DBC0085435B /* libswiftCoreMIDI.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libswiftCoreMIDI.tbd; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk/usr/lib/swift/libswiftCoreMIDI.tbd; sourceTree = DEVELOPER_DIR; };
        AE68FB1626CE40AA00EBE112 /* HDLLPOnMonitorViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HDLLPOnMonitorViewController.h; sourceTree = "<group>"; };
        AE68FB1726CE40AA00EBE112 /* HDLLPOnMonitorViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HDLLPOnMonitorViewController.m; sourceTree = "<group>"; };
        AE9CC92F26B8DD3F00FD514C /* libHDLLinPhoneSDK.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libHDLLinPhoneSDK.a; sourceTree = BUILT_PRODUCTS_DIR; };
        AE9CC93226B8DD3F00FD514C /* HDLLinPhoneSDK.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HDLLinPhoneSDK.h; sourceTree = "<group>"; };
        AE9CC93326B8DD3F00FD514C /* HDLLinPhoneSDK.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HDLLinPhoneSDK.m; sourceTree = "<group>"; };
        AE9CCEE226BA390200FD514C /* nowebcamVGA.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = nowebcamVGA.jpg; sourceTree = "<group>"; };
        AE9CCEE326BA390200FD514C /* nowebcamCIF.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = nowebcamCIF.jpg; sourceTree = "<group>"; };
        AE9CCEE426BA390200FD514C /* linphonesiteqr_captured.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = linphonesiteqr_captured.jpg; sourceTree = "<group>"; };
        AE9CCEE526BA390200FD514C /* linphonesiteqr.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = linphonesiteqr.jpg; sourceTree = "<group>"; };
        AE9CCEE626BA390200FD514C /* linphone.svg */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = linphone.svg; sourceTree = "<group>"; };
        AE9CCEE726BA390200FD514C /* local_tester_hosts */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = local_tester_hosts; sourceTree = "<group>"; };
        AE9CCEE926BA390200FD514C /* thousand_vcards.vcf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = thousand_vcards.vcf; sourceTree = "<group>"; };
        AE9CCEEA26BA390200FD514C /* vcards.vcf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vcards.vcf; sourceTree = "<group>"; };
        AE9CCEED26BA390200FD514C /* agent.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = agent.pem; sourceTree = "<group>"; };
        AE9CCEEE26BA390200FD514C /* openssl-altname.cnf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "openssl-altname.cnf"; sourceTree = "<group>"; };
        AE9CCEEF26BA390200FD514C /* cafile.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = cafile.pem; sourceTree = "<group>"; };
        AE9CCEF126BA390200FD514C /* openssl-cn.cnf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "openssl-cn.cnf"; sourceTree = "<group>"; };
        AE9CCEF226BA390200FD514C /* agent.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = agent.pem; sourceTree = "<group>"; };
        AE9CCEF326BA390200FD514C /* cafile.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = cafile.pem; sourceTree = "<group>"; };
        AE9CCEF526BA390200FD514C /* cert2-signed-by-other-ca.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "cert2-signed-by-other-ca.pem"; sourceTree = "<group>"; };
        AE9CCEF626BA390200FD514C /* cert3.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = cert3.pem; sourceTree = "<group>"; };
        AE9CCEF726BA390200FD514C /* cert2.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = cert2.pem; sourceTree = "<group>"; };
        AE9CCEF826BA390200FD514C /* key.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = key.pem; sourceTree = "<group>"; };
        AE9CCEF926BA390200FD514C /* key3.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = key3.pem; sourceTree = "<group>"; };
        AE9CCEFA26BA390200FD514C /* key2.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = key2.pem; sourceTree = "<group>"; };
        AE9CCEFB26BA390200FD514C /* cert.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = cert.pem; sourceTree = "<group>"; };
        AE9CCEFD26BA390200FD514C /* hello8000.mkv */ = {isa = PBXFileReference; lastKnownFileType = file; path = hello8000.mkv; sourceTree = "<group>"; };
        AE9CCEFE26BA390200FD514C /* hello44100.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = hello44100.wav; sourceTree = "<group>"; };
        AE9CCEFF26BA390200FD514C /* vrroom.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = vrroom.wav; sourceTree = "<group>"; };
        AE9CCF0026BA390200FD514C /* ahbahouaismaisbon.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = ahbahouaismaisbon.wav; sourceTree = "<group>"; };
        AE9CCF0126BA390200FD514C /* hello8000.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = hello8000.wav; sourceTree = "<group>"; };
        AE9CCF0226BA390200FD514C /* sintel_trailer_opus_h264.mkv */ = {isa = PBXFileReference; lastKnownFileType = file; path = sintel_trailer_opus_h264.mkv; sourceTree = "<group>"; };
        AE9CCF0326BA390200FD514C /* sintel_trailer_opus_vp8.mkv */ = {isa = PBXFileReference; lastKnownFileType = file; path = sintel_trailer_opus_vp8.mkv; sourceTree = "<group>"; };
        AE9CCF0426BA390200FD514C /* oldphone.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = oldphone.wav; sourceTree = "<group>"; };
        AE9CCF0526BA390200FD514C /* ringback.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = ringback.wav; sourceTree = "<group>"; };
        AE9CCF0626BA390200FD514C /* hello8000_mkv_ref.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = hello8000_mkv_ref.wav; sourceTree = "<group>"; };
        AE9CCF0726BA390200FD514C /* sintel_trailer_pcmu_h264.mkv */ = {isa = PBXFileReference; lastKnownFileType = file; path = sintel_trailer_pcmu_h264.mkv; sourceTree = "<group>"; };
        AE9CCF0826BA390200FD514C /* tester_hosts */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = tester_hosts; sourceTree = "<group>"; };
        AE9CCF0A26BA390200FD514C /* messages.db */ = {isa = PBXFileReference; lastKnownFileType = file; path = messages.db; sourceTree = "<group>"; };
        AE9CCF0B26BA390200FD514C /* linphone.db */ = {isa = PBXFileReference; lastKnownFileType = file; path = linphone.db; sourceTree = "<group>"; };
        AE9CCF0C26BA390200FD514C /* friends.db */ = {isa = PBXFileReference; lastKnownFileType = file; path = friends.db; sourceTree = "<group>"; };
        AE9CCF0D26BA390200FD514C /* chatrooms.db */ = {isa = PBXFileReference; lastKnownFileType = file; path = chatrooms.db; sourceTree = "<group>"; };
        AE9CCF0F26BA390200FD514C /* sip_update_within_icoming_reinvite_with_no_sdp.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = sip_update_within_icoming_reinvite_with_no_sdp.xml; sourceTree = "<group>"; };
        AE9CCF1026BA390200FD514C /* call_with_multiple_audio_mline_in_sdp.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = call_with_multiple_audio_mline_in_sdp.xml; sourceTree = "<group>"; };
        AE9CCF1126BA390200FD514C /* call_with_video_mline_before_audio_in_sdp.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = call_with_video_mline_before_audio_in_sdp.xml; sourceTree = "<group>"; };
        AE9CCF1226BA390200FD514C /* call_invite_200ok_without_contact_header.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = call_invite_200ok_without_contact_header.xml; sourceTree = "<group>"; };
        AE9CCF1326BA390200FD514C /* call_with_audio_mline_before_video_in_sdp.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = call_with_audio_mline_before_video_in_sdp.xml; sourceTree = "<group>"; };
        AE9CCF1426BA390200FD514C /* call_with_multiple_video_mline_in_sdp.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = call_with_multiple_video_mline_in_sdp.xml; sourceTree = "<group>"; };
        AE9CCF1626BA390200FD514C /* marie_dependent_proxy_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = marie_dependent_proxy_rc; sourceTree = "<group>"; };
        AE9CCF1726BA390200FD514C /* pauline_zrtp_aes256_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pauline_zrtp_aes256_rc; sourceTree = "<group>"; };
        AE9CCF1826BA390200FD514C /* marie_remote_default_values_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = marie_remote_default_values_rc; sourceTree = "<group>"; };
        AE9CCF1926BA390200FD514C /* marie_remote_localfile_android_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = marie_remote_localfile_android_rc; sourceTree = "<group>"; };
        AE9CCF1A26BA390200FD514C /* empty_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = empty_rc; sourceTree = "<group>"; };
        AE9CCF1B26BA390200FD514C /* pauline_well_known_port_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pauline_well_known_port_rc; sourceTree = "<group>"; };
        AE9CCF1C26BA390200FD514C /* lime_x3dh_xml_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = lime_x3dh_xml_rc; sourceTree = "<group>"; };
        AE9CCF1D26BA390200FD514C /* groupchat_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = groupchat_rc; sourceTree = "<group>"; };
        AE9CCF1E26BA390200FD514C /* marie_zrtp_ecdh448_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = marie_zrtp_ecdh448_rc; sourceTree = "<group>"; };
        AE9CCF1F26BA390200FD514C /* zero_length_params_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = zero_length_params_rc; sourceTree = "<group>"; };
        AE9CCF2026BA390200FD514C /* marie_zrtp_srtpsuite_aes256_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = marie_zrtp_srtpsuite_aes256_rc; sourceTree = "<group>"; };
        AE9CCF2126BA390200FD514C /* marie_remote_localfile2_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = marie_remote_localfile2_rc; sourceTree = "<group>"; };
        AE9CCF2226BA390200FD514C /* marie_remote_localfile_win10_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = marie_remote_localfile_win10_rc; sourceTree = "<group>"; };
        AE9CCF2326BA390200FD514C /* stun_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = stun_rc; sourceTree = "<group>"; };
        AE9CCF2426BA390200FD514C /* pauline_tcp_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pauline_tcp_rc; sourceTree = "<group>"; };
        AE9CCF2526BA390200FD514C /* marie_dual_proxy_2_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = marie_dual_proxy_2_rc; sourceTree = "<group>"; };
        AE9CCF2626BA390200FD514C /* marie_h264_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = marie_h264_rc; sourceTree = "<group>"; };
        AE9CCF2726BA390200FD514C /* marie_lime_x3dh_no_server_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = marie_lime_x3dh_no_server_rc; sourceTree = "<group>"; };
        AE9CCF2826BA390200FD514C /* marie_remote_404_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = marie_remote_404_rc; sourceTree = "<group>"; };
        AE9CCF2926BA390200FD514C /* marie_session_timers_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = marie_session_timers_rc; sourceTree = "<group>"; };
        AE9CCF2A26BA390200FD514C /* pauline_zrtp_ecdh448_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pauline_zrtp_ecdh448_rc; sourceTree = "<group>"; };
        AE9CCF2B26BA390300FD514C /* pauline_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pauline_rc; sourceTree = "<group>"; };
        AE9CCF2C26BA390300FD514C /* marie_remote_https_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = marie_remote_https_rc; sourceTree = "<group>"; };
        AE9CCF2D26BA390300FD514C /* groupchat_lime_x3dh_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = groupchat_lime_x3dh_rc; sourceTree = "<group>"; };
        AE9CCF2E26BA390300FD514C /* pauline_as_friend_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pauline_as_friend_rc; sourceTree = "<group>"; };
        AE9CCF2F26BA390300FD514C /* marie_remote_localfile_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = marie_remote_localfile_rc; sourceTree = "<group>"; };
        AE9CCF3026BA390300FD514C /* pauline_zrtp_srtpsuite_aes256_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pauline_zrtp_srtpsuite_aes256_rc; sourceTree = "<group>"; };
        AE9CCF3126BA390300FD514C /* pauline_sips_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pauline_sips_rc; sourceTree = "<group>"; };
        AE9CCF3226BA390300FD514C /* laure_call_logs_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = laure_call_logs_rc; sourceTree = "<group>"; };
        AE9CCF3326BA390300FD514C /* pauline_external_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pauline_external_rc; sourceTree = "<group>"; };
        AE9CCF3426BA390300FD514C /* invalid_friends_xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = invalid_friends_xml; sourceTree = "<group>"; };
        AE9CCF3526BA390300FD514C /* marie_early_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = marie_early_rc; sourceTree = "<group>"; };
        AE9CCF3626BA390300FD514C /* marie2_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = marie2_rc; sourceTree = "<group>"; };
        AE9CCF3726BA390300FD514C /* friends_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = friends_rc; sourceTree = "<group>"; };
        AE9CCF3826BA390300FD514C /* pauline_rc_rtcp_xr */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pauline_rc_rtcp_xr; sourceTree = "<group>"; };
        AE9CCF3926BA390300FD514C /* marie_rc_rtcp_xr */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = marie_rc_rtcp_xr; sourceTree = "<group>"; };
        AE9CCF3A26BA390300FD514C /* pauline_tunnel_verify_server_certificate_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pauline_tunnel_verify_server_certificate_rc; sourceTree = "<group>"; };
        AE9CCF3B26BA390300FD514C /* chloe_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = chloe_rc; sourceTree = "<group>"; };
        AE9CCF3C26BA390300FD514C /* marie_zrtp_b256_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = marie_zrtp_b256_rc; sourceTree = "<group>"; };
        AE9CCF3D26BA390300FD514C /* marie_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = marie_rc; sourceTree = "<group>"; };
        AE9CCF3E26BA390300FD514C /* pauline_tls_client_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pauline_tls_client_rc; sourceTree = "<group>"; };
        AE9CCF3F26BA390300FD514C /* pauline_zrtp_b256_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pauline_zrtp_b256_rc; sourceTree = "<group>"; };
        AE9CCF4026BA390300FD514C /* marie_dual_proxy_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = marie_dual_proxy_rc; sourceTree = "<group>"; };
        AE9CCF4126BA390300FD514C /* invalid_friends_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = invalid_friends_rc; sourceTree = "<group>"; };
        AE9CCF4226BA390300FD514C /* marie_sips_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = marie_sips_rc; sourceTree = "<group>"; };
        AE9CCF4326BA390300FD514C /* pauline_nat64_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pauline_nat64_rc; sourceTree = "<group>"; };
        AE9CCF4426BA390300FD514C /* marie_well_known_port_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = marie_well_known_port_rc; sourceTree = "<group>"; };
        AE9CCF4526BA390300FD514C /* pauline_zrtp_ecdh255_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pauline_zrtp_ecdh255_rc; sourceTree = "<group>"; };
        AE9CCF4626BA390300FD514C /* marie_remote_invalid_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = marie_remote_invalid_rc; sourceTree = "<group>"; };
        AE9CCF4726BA390300FD514C /* remote_zero_length_params_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = remote_zero_length_params_rc; sourceTree = "<group>"; };
        AE9CCF4826BA390300FD514C /* chloe_lime_x3dh_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = chloe_lime_x3dh_rc; sourceTree = "<group>"; };
        AE9CCF4926BA390300FD514C /* carddav_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = carddav_rc; sourceTree = "<group>"; };
        AE9CCF4A26BA390300FD514C /* marie_remote_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = marie_remote_rc; sourceTree = "<group>"; };
        AE9CCF4B26BA390300FD514C /* marie_transient_remote_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = marie_transient_remote_rc; sourceTree = "<group>"; };
        AE9CCF4C26BA390300FD514C /* pauline_lime_x3dh_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pauline_lime_x3dh_rc; sourceTree = "<group>"; };
        AE9CCF4D26BA390300FD514C /* marie_bodyless_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = marie_bodyless_rc; sourceTree = "<group>"; };
        AE9CCF4E26BA390300FD514C /* marie_remote_invalid_uri_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = marie_remote_invalid_uri_rc; sourceTree = "<group>"; };
        AE9CCF4F26BA390300FD514C /* marie_lime_x3dh_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = marie_lime_x3dh_rc; sourceTree = "<group>"; };
        AE9CCF5026BA390300FD514C /* laure_tcp_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = laure_tcp_rc; sourceTree = "<group>"; };
        AE9CCF5126BA390300FD514C /* pauline_wild_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pauline_wild_rc; sourceTree = "<group>"; };
        AE9CCF5226BA390300FD514C /* assistant_create.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = assistant_create.rc; sourceTree = "<group>"; };
        AE9CCF5326BA390300FD514C /* pauline_alt_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pauline_alt_rc; sourceTree = "<group>"; };
        AE9CCF5426BA390300FD514C /* marie_nat64_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = marie_nat64_rc; sourceTree = "<group>"; };
        AE9CCF5526BA390300FD514C /* laure_rc_udp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = laure_rc_udp; sourceTree = "<group>"; };
        AE9CCF5626BA390300FD514C /* marie_quality_reporting_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = marie_quality_reporting_rc; sourceTree = "<group>"; };
        AE9CCF5726BA390300FD514C /* conference_focus_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = conference_focus_rc; sourceTree = "<group>"; };
        AE9CCF5826BA390300FD514C /* pauline_h264_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pauline_h264_rc; sourceTree = "<group>"; };
        AE9CCF5926BA390300FD514C /* marie_zrtp_aes256_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = marie_zrtp_aes256_rc; sourceTree = "<group>"; };
        AE9CCF5A26BA390300FD514C /* michelle_rc_udp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = michelle_rc_udp; sourceTree = "<group>"; };
        AE9CCF5B26BA390300FD514C /* multi_account_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = multi_account_rc; sourceTree = "<group>"; };
        AE9CCF5C26BA390300FD514C /* marie_v4proxy_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = marie_v4proxy_rc; sourceTree = "<group>"; };
        AE9CCF5D26BA390300FD514C /* account_creator_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = account_creator_rc; sourceTree = "<group>"; };
        AE9CCF5E26BA390300FD514C /* pauline_v4proxy_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pauline_v4proxy_rc; sourceTree = "<group>"; };
        AE9CCF5F26BA390300FD514C /* marie_zrtp_ecdh255_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = marie_zrtp_ecdh255_rc; sourceTree = "<group>"; };
        AE9CCF6026BA390300FD514C /* laure_lime_x3dh_rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = laure_lime_x3dh_rc; sourceTree = "<group>"; };
        AE9CCF6226BA390300FD514C /* belr.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = belr.framework; sourceTree = "<group>"; };
        AE9CCF6326BA390300FD514C /* mediastreamer2.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = mediastreamer2.framework; sourceTree = "<group>"; };
        AE9CCF6426BA390300FD514C /* msopenh264.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = msopenh264.framework; sourceTree = "<group>"; };
        AE9CCF6526BA390300FD514C /* bctoolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = bctoolbox.framework; sourceTree = "<group>"; };
        AE9CCF6626BA390300FD514C /* mswebrtc.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = mswebrtc.framework; sourceTree = "<group>"; };
        AE9CCF6726BA390300FD514C /* msamr.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = msamr.framework; sourceTree = "<group>"; };
        AE9CCF6826BA390300FD514C /* belle-sip.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = "belle-sip.framework"; sourceTree = "<group>"; };
        AE9CCF6926BA390300FD514C /* linphonetester.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = linphonetester.framework; sourceTree = "<group>"; };
        AE9CCF6A26BA390300FD514C /* bctoolbox-tester.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = "bctoolbox-tester.framework"; sourceTree = "<group>"; };
        AE9CCF6B26BA390300FD514C /* ortp.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = ortp.framework; sourceTree = "<group>"; };
        AE9CCF6C26BA390300FD514C /* limetester.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = limetester.framework; sourceTree = "<group>"; };
        AE9CCF6D26BA390300FD514C /* mscodec2.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = mscodec2.framework; sourceTree = "<group>"; };
        AE9CCF6E26BA390300FD514C /* mssilk.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = mssilk.framework; sourceTree = "<group>"; };
        AE9CCF6F26BA390300FD514C /* lime.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = lime.framework; sourceTree = "<group>"; };
        AE9CCF7026BA390300FD514C /* belcard.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = belcard.framework; sourceTree = "<group>"; };
        AE9CCF7126BA390300FD514C /* msx264.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = msx264.framework; sourceTree = "<group>"; };
        AE9CCF7226BA390300FD514C /* bctoolbox-ios.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = "bctoolbox-ios.framework"; sourceTree = "<group>"; };
        AE9CCF7326BA390300FD514C /* linphone.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = linphone.framework; sourceTree = "<group>"; };
        AE9CCF7626BA390300FD514C /* LinphoneWrapper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LinphoneWrapper.swift; sourceTree = "<group>"; };
        AE9CCF8A26BA39EB00FD514C /* HDLAppManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HDLAppManager.swift; sourceTree = "<group>"; };
        AE9CCF8C26BA39EB00FD514C /* HDLAudioHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HDLAudioHelper.h; sourceTree = "<group>"; };
        AE9CCF8E26BA39EB00FD514C /* HDLConfigManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HDLConfigManager.swift; sourceTree = "<group>"; };
        AE9CCF8F26BA39EB00FD514C /* HDLAudioHelper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HDLAudioHelper.m; sourceTree = "<group>"; };
        AE9CCF9026BA39EB00FD514C /* HDLCallManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HDLCallManager.swift; sourceTree = "<group>"; };
        AE9CCF9126BA39EB00FD514C /* HDLCoreManagerDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HDLCoreManagerDelegate.swift; sourceTree = "<group>"; };
        AE9CCF9326BA39EB00FD514C /* HDLCoreManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HDLCoreManager.swift; sourceTree = "<group>"; };
        AE9CCF9426BA39EB00FD514C /* HDLProviderDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HDLProviderDelegate.swift; sourceTree = "<group>"; };
        AE9CCF9F26BA3A7F00FD514C /* HDLLinPhoneSDK-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "HDLLinPhoneSDK-Bridging-Header.h"; sourceTree = "<group>"; };
        AE9CCFA226BA3D0700FD514C /* HDLLinphoneIntercomVC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HDLLinphoneIntercomVC.h; sourceTree = "<group>"; };
        AE9CCFA326BA3D0700FD514C /* HDLLinphoneIntercomVC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HDLLinphoneIntercomVC.m; sourceTree = "<group>"; };
        AE9CCFA426BA3D0700FD514C /* HDLLinphoneCallDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HDLLinphoneCallDelegate.m; sourceTree = "<group>"; };
        AE9CCFA526BA3D0700FD514C /* HDLLinphoneUtlis.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HDLLinphoneUtlis.h; sourceTree = "<group>"; };
        AE9CCFA626BA3D0800FD514C /* HDLLinphoneCallDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HDLLinphoneCallDelegate.h; sourceTree = "<group>"; };
        AE9CD26326BA677900FD514C /* HDLLinphoneManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HDLLinphoneManager.h; sourceTree = "<group>"; };
        AE9CD26B26BA696500FD514C /* HDLLinphoneManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HDLLinphoneManager.m; sourceTree = "<group>"; };
        AE9D027C26CCAE5B00620834 /* libswiftCore.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libswiftCore.tbd; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk/usr/lib/swift/libswiftCore.tbd; sourceTree = DEVELOPER_DIR; };
        AEB4A76326BBED39005641ED /* HDLLinPhoneCommon.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HDLLinPhoneCommon.h; sourceTree = "<group>"; };
        AEB4A76426BBED39005641ED /* HDLLinPhoneCommon.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HDLLinPhoneCommon.m; sourceTree = "<group>"; };
/* End PBXFileReference section */
 
/* Begin PBXFrameworksBuildPhase section */
        AE9CC92C26B8DD3F00FD514C /* Frameworks */ = {
            isa = PBXFrameworksBuildPhase;
            buildActionMask = 2147483647;
            files = (
                AE9CCF8626BA390400FD514C /* msx264.framework in Frameworks */,
                AE9CCF7E26BA390400FD514C /* linphonetester.framework in Frameworks */,
                AE9CCF7F26BA390400FD514C /* bctoolbox-tester.framework in Frameworks */,
                AE9CCF8326BA390400FD514C /* mssilk.framework in Frameworks */,
                AE9CCF8726BA390400FD514C /* bctoolbox-ios.framework in Frameworks */,
                AE9CCF7926BA390400FD514C /* msopenh264.framework in Frameworks */,
                AE9CCF8026BA390400FD514C /* ortp.framework in Frameworks */,
                AE9CCF7B26BA390400FD514C /* mswebrtc.framework in Frameworks */,
                AE9CCF7726BA390300FD514C /* belr.framework in Frameworks */,
                AE9CCF8826BA390500FD514C /* linphone.framework in Frameworks */,
                AE9CCF8426BA390400FD514C /* lime.framework in Frameworks */,
                AE9CCF7826BA390400FD514C /* mediastreamer2.framework in Frameworks */,
                AE9CCF8526BA390400FD514C /* belcard.framework in Frameworks */,
                AE9CCF7D26BA390400FD514C /* belle-sip.framework in Frameworks */,
                AE9CCF8126BA390400FD514C /* limetester.framework in Frameworks */,
                AE9CCF7A26BA390400FD514C /* bctoolbox.framework in Frameworks */,
                AE9CCF8226BA390400FD514C /* mscodec2.framework in Frameworks */,
                AE9CCF7C26BA390400FD514C /* msamr.framework in Frameworks */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXFrameworksBuildPhase section */
 
/* Begin PBXGroup section */
        AE996FCE26C249060000F1F9 /* Frameworks */ = {
            isa = PBXGroup;
            children = (
                AE9D027C26CCAE5B00620834 /* libswiftCore.tbd */,
                AE4FA53326CA5DBC0085435B /* libswiftCoreMIDI.tbd */,
            );
            name = Frameworks;
            sourceTree = "<group>";
        };
        AE9CC92626B8DD3F00FD514C = {
            isa = PBXGroup;
            children = (
                AE9CC93126B8DD3F00FD514C /* HDLLinPhoneSDK */,
                AE9CC93026B8DD3F00FD514C /* Products */,
                AE996FCE26C249060000F1F9 /* Frameworks */,
            );
            sourceTree = "<group>";
        };
        AE9CC93026B8DD3F00FD514C /* Products */ = {
            isa = PBXGroup;
            children = (
                AE9CC92F26B8DD3F00FD514C /* libHDLLinPhoneSDK.a */,
            );
            name = Products;
            sourceTree = "<group>";
        };
        AE9CC93126B8DD3F00FD514C /* HDLLinPhoneSDK */ = {
            isa = PBXGroup;
            children = (
                AE9CCEDE26BA390200FD514C /* apple-darwin */,
                AE9CC93226B8DD3F00FD514C /* HDLLinPhoneSDK.h */,
                AE9CC93326B8DD3F00FD514C /* HDLLinPhoneSDK.m */,
                AE9CCFA626BA3D0800FD514C /* HDLLinphoneCallDelegate.h */,
                AE9CCFA426BA3D0700FD514C /* HDLLinphoneCallDelegate.m */,
                AE9CCFA226BA3D0700FD514C /* HDLLinphoneIntercomVC.h */,
                AE9CCFA326BA3D0700FD514C /* HDLLinphoneIntercomVC.m */,
                AE68FB1626CE40AA00EBE112 /* HDLLPOnMonitorViewController.h */,
                AE68FB1726CE40AA00EBE112 /* HDLLPOnMonitorViewController.m */,
                AE9CD26326BA677900FD514C /* HDLLinphoneManager.h */,
                AE9CD26B26BA696500FD514C /* HDLLinphoneManager.m */,
                AE9CCFA526BA3D0700FD514C /* HDLLinphoneUtlis.h */,
                AE9CCF8A26BA39EB00FD514C /* HDLAppManager.swift */,
                AE9CCF8C26BA39EB00FD514C /* HDLAudioHelper.h */,
                AE9CCF8F26BA39EB00FD514C /* HDLAudioHelper.m */,
                AE9CCF9026BA39EB00FD514C /* HDLCallManager.swift */,
                AE9CCF8E26BA39EB00FD514C /* HDLConfigManager.swift */,
                AE9CCF9326BA39EB00FD514C /* HDLCoreManager.swift */,
                AE9CCF9126BA39EB00FD514C /* HDLCoreManagerDelegate.swift */,
                AE9CCF9426BA39EB00FD514C /* HDLProviderDelegate.swift */,
                AE9CCF9F26BA3A7F00FD514C /* HDLLinPhoneSDK-Bridging-Header.h */,
                AEB4A76326BBED39005641ED /* HDLLinPhoneCommon.h */,
                AEB4A76426BBED39005641ED /* HDLLinPhoneCommon.m */,
            );
            path = HDLLinPhoneSDK;
            sourceTree = "<group>";
        };
        AE9CCEDE26BA390200FD514C /* apple-darwin */ = {
            isa = PBXGroup;
            children = (
                AE9CCEDF26BA390200FD514C /* Resources */,
                AE9CCF6126BA390300FD514C /* Frameworks */,
                AE9CCF7426BA390300FD514C /* share */,
            );
            path = "apple-darwin";
            sourceTree = "<group>";
        };
        AE9CCEDF26BA390200FD514C /* Resources */ = {
            isa = PBXGroup;
            children = (
                AE9CCEE026BA390200FD514C /* liblinphone_tester */,
            );
            path = Resources;
            sourceTree = "<group>";
        };
        AE9CCEE026BA390200FD514C /* liblinphone_tester */ = {
            isa = PBXGroup;
            children = (
                AE9CCEE126BA390200FD514C /* images */,
                AE9CCEE726BA390200FD514C /* local_tester_hosts */,
                AE9CCEE826BA390200FD514C /* vcards */,
                AE9CCEEB26BA390200FD514C /* certificates */,
                AE9CCEFC26BA390200FD514C /* sounds */,
                AE9CCF0826BA390200FD514C /* tester_hosts */,
                AE9CCF0926BA390200FD514C /* db */,
                AE9CCF0E26BA390200FD514C /* sipp */,
                AE9CCF1526BA390200FD514C /* rcfiles */,
            );
            path = liblinphone_tester;
            sourceTree = "<group>";
        };
        AE9CCEE126BA390200FD514C /* images */ = {
            isa = PBXGroup;
            children = (
                AE9CCEE226BA390200FD514C /* nowebcamVGA.jpg */,
                AE9CCEE326BA390200FD514C /* nowebcamCIF.jpg */,
                AE9CCEE426BA390200FD514C /* linphonesiteqr_captured.jpg */,
                AE9CCEE526BA390200FD514C /* linphonesiteqr.jpg */,
                AE9CCEE626BA390200FD514C /* linphone.svg */,
            );
            path = images;
            sourceTree = "<group>";
        };
        AE9CCEE826BA390200FD514C /* vcards */ = {
            isa = PBXGroup;
            children = (
                AE9CCEE926BA390200FD514C /* thousand_vcards.vcf */,
                AE9CCEEA26BA390200FD514C /* vcards.vcf */,
            );
            path = vcards;
            sourceTree = "<group>";
        };
        AE9CCEEB26BA390200FD514C /* certificates */ = {
            isa = PBXGroup;
            children = (
                AE9CCEEC26BA390200FD514C /* altname */,
                AE9CCEF026BA390200FD514C /* cn */,
                AE9CCEF426BA390200FD514C /* client */,
            );
            path = certificates;
            sourceTree = "<group>";
        };
        AE9CCEEC26BA390200FD514C /* altname */ = {
            isa = PBXGroup;
            children = (
                AE9CCEED26BA390200FD514C /* agent.pem */,
                AE9CCEEE26BA390200FD514C /* openssl-altname.cnf */,
                AE9CCEEF26BA390200FD514C /* cafile.pem */,
            );
            path = altname;
            sourceTree = "<group>";
        };
        AE9CCEF026BA390200FD514C /* cn */ = {
            isa = PBXGroup;
            children = (
                AE9CCEF126BA390200FD514C /* openssl-cn.cnf */,
                AE9CCEF226BA390200FD514C /* agent.pem */,
                AE9CCEF326BA390200FD514C /* cafile.pem */,
            );
            path = cn;
            sourceTree = "<group>";
        };
        AE9CCEF426BA390200FD514C /* client */ = {
            isa = PBXGroup;
            children = (
                AE9CCEF526BA390200FD514C /* cert2-signed-by-other-ca.pem */,
                AE9CCEF626BA390200FD514C /* cert3.pem */,
                AE9CCEF726BA390200FD514C /* cert2.pem */,
                AE9CCEF826BA390200FD514C /* key.pem */,
                AE9CCEF926BA390200FD514C /* key3.pem */,
                AE9CCEFA26BA390200FD514C /* key2.pem */,
                AE9CCEFB26BA390200FD514C /* cert.pem */,
            );
            path = client;
            sourceTree = "<group>";
        };
        AE9CCEFC26BA390200FD514C /* sounds */ = {
            isa = PBXGroup;
            children = (
                AE9CCEFD26BA390200FD514C /* hello8000.mkv */,
                AE9CCEFE26BA390200FD514C /* hello44100.wav */,
                AE9CCEFF26BA390200FD514C /* vrroom.wav */,
                AE9CCF0026BA390200FD514C /* ahbahouaismaisbon.wav */,
                AE9CCF0126BA390200FD514C /* hello8000.wav */,
                AE9CCF0226BA390200FD514C /* sintel_trailer_opus_h264.mkv */,
                AE9CCF0326BA390200FD514C /* sintel_trailer_opus_vp8.mkv */,
                AE9CCF0426BA390200FD514C /* oldphone.wav */,
                AE9CCF0526BA390200FD514C /* ringback.wav */,
                AE9CCF0626BA390200FD514C /* hello8000_mkv_ref.wav */,
                AE9CCF0726BA390200FD514C /* sintel_trailer_pcmu_h264.mkv */,
            );
            path = sounds;
            sourceTree = "<group>";
        };
        AE9CCF0926BA390200FD514C /* db */ = {
            isa = PBXGroup;
            children = (
                AE9CCF0A26BA390200FD514C /* messages.db */,
                AE9CCF0B26BA390200FD514C /* linphone.db */,
                AE9CCF0C26BA390200FD514C /* friends.db */,
                AE9CCF0D26BA390200FD514C /* chatrooms.db */,
            );
            path = db;
            sourceTree = "<group>";
        };
        AE9CCF0E26BA390200FD514C /* sipp */ = {
            isa = PBXGroup;
            children = (
                AE9CCF0F26BA390200FD514C /* sip_update_within_icoming_reinvite_with_no_sdp.xml */,
                AE9CCF1026BA390200FD514C /* call_with_multiple_audio_mline_in_sdp.xml */,
                AE9CCF1126BA390200FD514C /* call_with_video_mline_before_audio_in_sdp.xml */,
                AE9CCF1226BA390200FD514C /* call_invite_200ok_without_contact_header.xml */,
                AE9CCF1326BA390200FD514C /* call_with_audio_mline_before_video_in_sdp.xml */,
                AE9CCF1426BA390200FD514C /* call_with_multiple_video_mline_in_sdp.xml */,
            );
            path = sipp;
            sourceTree = "<group>";
        };
        AE9CCF1526BA390200FD514C /* rcfiles */ = {
            isa = PBXGroup;
            children = (
                AE9CCF1626BA390200FD514C /* marie_dependent_proxy_rc */,
                AE9CCF1726BA390200FD514C /* pauline_zrtp_aes256_rc */,
                AE9CCF1826BA390200FD514C /* marie_remote_default_values_rc */,
                AE9CCF1926BA390200FD514C /* marie_remote_localfile_android_rc */,
                AE9CCF1A26BA390200FD514C /* empty_rc */,
                AE9CCF1B26BA390200FD514C /* pauline_well_known_port_rc */,
                AE9CCF1C26BA390200FD514C /* lime_x3dh_xml_rc */,
                AE9CCF1D26BA390200FD514C /* groupchat_rc */,
                AE9CCF1E26BA390200FD514C /* marie_zrtp_ecdh448_rc */,
                AE9CCF1F26BA390200FD514C /* zero_length_params_rc */,
                AE9CCF2026BA390200FD514C /* marie_zrtp_srtpsuite_aes256_rc */,
                AE9CCF2126BA390200FD514C /* marie_remote_localfile2_rc */,
                AE9CCF2226BA390200FD514C /* marie_remote_localfile_win10_rc */,
                AE9CCF2326BA390200FD514C /* stun_rc */,
                AE9CCF2426BA390200FD514C /* pauline_tcp_rc */,
                AE9CCF2526BA390200FD514C /* marie_dual_proxy_2_rc */,
                AE9CCF2626BA390200FD514C /* marie_h264_rc */,
                AE9CCF2726BA390200FD514C /* marie_lime_x3dh_no_server_rc */,
                AE9CCF2826BA390200FD514C /* marie_remote_404_rc */,
                AE9CCF2926BA390200FD514C /* marie_session_timers_rc */,
                AE9CCF2A26BA390200FD514C /* pauline_zrtp_ecdh448_rc */,
                AE9CCF2B26BA390300FD514C /* pauline_rc */,
                AE9CCF2C26BA390300FD514C /* marie_remote_https_rc */,
                AE9CCF2D26BA390300FD514C /* groupchat_lime_x3dh_rc */,
                AE9CCF2E26BA390300FD514C /* pauline_as_friend_rc */,
                AE9CCF2F26BA390300FD514C /* marie_remote_localfile_rc */,
                AE9CCF3026BA390300FD514C /* pauline_zrtp_srtpsuite_aes256_rc */,
                AE9CCF3126BA390300FD514C /* pauline_sips_rc */,
                AE9CCF3226BA390300FD514C /* laure_call_logs_rc */,
                AE9CCF3326BA390300FD514C /* pauline_external_rc */,
                AE9CCF3426BA390300FD514C /* invalid_friends_xml */,
                AE9CCF3526BA390300FD514C /* marie_early_rc */,
                AE9CCF3626BA390300FD514C /* marie2_rc */,
                AE9CCF3726BA390300FD514C /* friends_rc */,
                AE9CCF3826BA390300FD514C /* pauline_rc_rtcp_xr */,
                AE9CCF3926BA390300FD514C /* marie_rc_rtcp_xr */,
                AE9CCF3A26BA390300FD514C /* pauline_tunnel_verify_server_certificate_rc */,
                AE9CCF3B26BA390300FD514C /* chloe_rc */,
                AE9CCF3C26BA390300FD514C /* marie_zrtp_b256_rc */,
                AE9CCF3D26BA390300FD514C /* marie_rc */,
                AE9CCF3E26BA390300FD514C /* pauline_tls_client_rc */,
                AE9CCF3F26BA390300FD514C /* pauline_zrtp_b256_rc */,
                AE9CCF4026BA390300FD514C /* marie_dual_proxy_rc */,
                AE9CCF4126BA390300FD514C /* invalid_friends_rc */,
                AE9CCF4226BA390300FD514C /* marie_sips_rc */,
                AE9CCF4326BA390300FD514C /* pauline_nat64_rc */,
                AE9CCF4426BA390300FD514C /* marie_well_known_port_rc */,
                AE9CCF4526BA390300FD514C /* pauline_zrtp_ecdh255_rc */,
                AE9CCF4626BA390300FD514C /* marie_remote_invalid_rc */,
                AE9CCF4726BA390300FD514C /* remote_zero_length_params_rc */,
                AE9CCF4826BA390300FD514C /* chloe_lime_x3dh_rc */,
                AE9CCF4926BA390300FD514C /* carddav_rc */,
                AE9CCF4A26BA390300FD514C /* marie_remote_rc */,
                AE9CCF4B26BA390300FD514C /* marie_transient_remote_rc */,
                AE9CCF4C26BA390300FD514C /* pauline_lime_x3dh_rc */,
                AE9CCF4D26BA390300FD514C /* marie_bodyless_rc */,
                AE9CCF4E26BA390300FD514C /* marie_remote_invalid_uri_rc */,
                AE9CCF4F26BA390300FD514C /* marie_lime_x3dh_rc */,
                AE9CCF5026BA390300FD514C /* laure_tcp_rc */,
                AE9CCF5126BA390300FD514C /* pauline_wild_rc */,
                AE9CCF5226BA390300FD514C /* assistant_create.rc */,
                AE9CCF5326BA390300FD514C /* pauline_alt_rc */,
                AE9CCF5426BA390300FD514C /* marie_nat64_rc */,
                AE9CCF5526BA390300FD514C /* laure_rc_udp */,
                AE9CCF5626BA390300FD514C /* marie_quality_reporting_rc */,
                AE9CCF5726BA390300FD514C /* conference_focus_rc */,
                AE9CCF5826BA390300FD514C /* pauline_h264_rc */,
                AE9CCF5926BA390300FD514C /* marie_zrtp_aes256_rc */,
                AE9CCF5A26BA390300FD514C /* michelle_rc_udp */,
                AE9CCF5B26BA390300FD514C /* multi_account_rc */,
                AE9CCF5C26BA390300FD514C /* marie_v4proxy_rc */,
                AE9CCF5D26BA390300FD514C /* account_creator_rc */,
                AE9CCF5E26BA390300FD514C /* pauline_v4proxy_rc */,
                AE9CCF5F26BA390300FD514C /* marie_zrtp_ecdh255_rc */,
                AE9CCF6026BA390300FD514C /* laure_lime_x3dh_rc */,
            );
            path = rcfiles;
            sourceTree = "<group>";
        };
        AE9CCF6126BA390300FD514C /* Frameworks */ = {
            isa = PBXGroup;
            children = (
                AE9CCF6226BA390300FD514C /* belr.framework */,
                AE9CCF6326BA390300FD514C /* mediastreamer2.framework */,
                AE9CCF6426BA390300FD514C /* msopenh264.framework */,
                AE9CCF6526BA390300FD514C /* bctoolbox.framework */,
                AE9CCF6626BA390300FD514C /* mswebrtc.framework */,
                AE9CCF6726BA390300FD514C /* msamr.framework */,
                AE9CCF6826BA390300FD514C /* belle-sip.framework */,
                AE9CCF6926BA390300FD514C /* linphonetester.framework */,
                AE9CCF6A26BA390300FD514C /* bctoolbox-tester.framework */,
                AE9CCF6B26BA390300FD514C /* ortp.framework */,
                AE9CCF6C26BA390300FD514C /* limetester.framework */,
                AE9CCF6D26BA390300FD514C /* mscodec2.framework */,
                AE9CCF6E26BA390300FD514C /* mssilk.framework */,
                AE9CCF6F26BA390300FD514C /* lime.framework */,
                AE9CCF7026BA390300FD514C /* belcard.framework */,
                AE9CCF7126BA390300FD514C /* msx264.framework */,
                AE9CCF7226BA390300FD514C /* bctoolbox-ios.framework */,
                AE9CCF7326BA390300FD514C /* linphone.framework */,
            );
            path = Frameworks;
            sourceTree = "<group>";
        };
        AE9CCF7426BA390300FD514C /* share */ = {
            isa = PBXGroup;
            children = (
                AE9CCF7526BA390300FD514C /* linphonesw */,
            );
            path = share;
            sourceTree = "<group>";
        };
        AE9CCF7526BA390300FD514C /* linphonesw */ = {
            isa = PBXGroup;
            children = (
                AE9CCF7626BA390300FD514C /* LinphoneWrapper.swift */,
            );
            path = linphonesw;
            sourceTree = "<group>";
        };
/* End PBXGroup section */
 
/* Begin PBXNativeTarget section */
        AE9CC92E26B8DD3F00FD514C /* HDLLinPhoneSDK */ = {
            isa = PBXNativeTarget;
            buildConfigurationList = AE9CC93826B8DD3F00FD514C /* Build configuration list for PBXNativeTarget "HDLLinPhoneSDK" */;
            buildPhases = (
                AE9CC92B26B8DD3F00FD514C /* Sources */,
                AE9CC92C26B8DD3F00FD514C /* Frameworks */,
                AE9CC92D26B8DD3F00FD514C /* CopyFiles */,
            );
            buildRules = (
            );
            dependencies = (
            );
            name = HDLLinPhoneSDK;
            productName = HDLLinPhoneSDK;
            productReference = AE9CC92F26B8DD3F00FD514C /* libHDLLinPhoneSDK.a */;
            productType = "com.apple.product-type.library.static";
        };
/* End PBXNativeTarget section */
 
/* Begin PBXProject section */
        AE9CC92726B8DD3F00FD514C /* Project object */ = {
            isa = PBXProject;
            attributes = {
                LastUpgradeCheck = 1150;
                ORGANIZATIONNAME = "陈启扬";
                TargetAttributes = {
                    AE9CC92E26B8DD3F00FD514C = {
                        CreatedOnToolsVersion = 11.5;
                    };
                };
            };
            buildConfigurationList = AE9CC92A26B8DD3F00FD514C /* Build configuration list for PBXProject "HDLLinPhoneSDK" */;
            compatibilityVersion = "Xcode 9.3";
            developmentRegion = en;
            hasScannedForEncodings = 0;
            knownRegions = (
                en,
                Base,
            );
            mainGroup = AE9CC92626B8DD3F00FD514C;
            productRefGroup = AE9CC93026B8DD3F00FD514C /* Products */;
            projectDirPath = "";
            projectRoot = "";
            targets = (
                AE9CC92E26B8DD3F00FD514C /* HDLLinPhoneSDK */,
            );
        };
/* End PBXProject section */
 
/* Begin PBXSourcesBuildPhase section */
        AE9CC92B26B8DD3F00FD514C /* Sources */ = {
            isa = PBXSourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
                AE9CCFA826BA3D0800FD514C /* HDLLinphoneCallDelegate.m in Sources */,
                AE9CCF9D26BA39EC00FD514C /* HDLProviderDelegate.swift in Sources */,
                AE9CCF9526BA39EC00FD514C /* HDLAppManager.swift in Sources */,
                AE9CCF8926BA390600FD514C /* LinphoneWrapper.swift in Sources */,
                AE9CCF9B26BA39EC00FD514C /* HDLCoreManagerDelegate.swift in Sources */,
                AE9CCF9C26BA39EC00FD514C /* HDLCoreManager.swift in Sources */,
                AE9CCF9A26BA39EC00FD514C /* HDLCallManager.swift in Sources */,
                AE68FB1826CE40AA00EBE112 /* HDLLPOnMonitorViewController.m in Sources */,
                AE9CD26C26BA696500FD514C /* HDLLinphoneManager.m in Sources */,
                AE9CC93426B8DD3F00FD514C /* HDLLinPhoneSDK.m in Sources */,
                AE9CCF9926BA39EC00FD514C /* HDLAudioHelper.m in Sources */,
                AE9CCFA726BA3D0800FD514C /* HDLLinphoneIntercomVC.m in Sources */,
                AEB4A76526BBED39005641ED /* HDLLinPhoneCommon.m in Sources */,
                AE9CCF9826BA39EC00FD514C /* HDLConfigManager.swift in Sources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXSourcesBuildPhase section */
 
/* Begin XCBuildConfiguration section */
        AE9CC93626B8DD3F00FD514C /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ALWAYS_SEARCH_USER_PATHS = NO;
                CLANG_ANALYZER_NONNULL = YES;
                CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
                CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
                CLANG_CXX_LIBRARY = "libc++";
                CLANG_ENABLE_MODULES = YES;
                CLANG_ENABLE_OBJC_ARC = YES;
                CLANG_ENABLE_OBJC_WEAK = YES;
                CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
                CLANG_WARN_BOOL_CONVERSION = YES;
                CLANG_WARN_COMMA = YES;
                CLANG_WARN_CONSTANT_CONVERSION = YES;
                CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
                CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
                CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
                CLANG_WARN_EMPTY_BODY = YES;
                CLANG_WARN_ENUM_CONVERSION = YES;
                CLANG_WARN_INFINITE_RECURSION = YES;
                CLANG_WARN_INT_CONVERSION = YES;
                CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
                CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
                CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
                CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
                CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
                CLANG_WARN_STRICT_PROTOTYPES = YES;
                CLANG_WARN_SUSPICIOUS_MOVE = YES;
                CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
                CLANG_WARN_UNREACHABLE_CODE = YES;
                CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
                COPY_PHASE_STRIP = NO;
                DEBUG_INFORMATION_FORMAT = dwarf;
                ENABLE_STRICT_OBJC_MSGSEND = YES;
                ENABLE_TESTABILITY = YES;
                GCC_C_LANGUAGE_STANDARD = gnu11;
                GCC_DYNAMIC_NO_PIC = NO;
                GCC_NO_COMMON_BLOCKS = YES;
                GCC_OPTIMIZATION_LEVEL = 0;
                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 = 10.0;
                MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
                MTL_FAST_MATH = YES;
                ONLY_ACTIVE_ARCH = YES;
                SDKROOT = iphoneos;
            };
            name = Debug;
        };
        AE9CC93726B8DD3F00FD514C /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ALWAYS_SEARCH_USER_PATHS = NO;
                CLANG_ANALYZER_NONNULL = YES;
                CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
                CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
                CLANG_CXX_LIBRARY = "libc++";
                CLANG_ENABLE_MODULES = YES;
                CLANG_ENABLE_OBJC_ARC = YES;
                CLANG_ENABLE_OBJC_WEAK = YES;
                CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
                CLANG_WARN_BOOL_CONVERSION = YES;
                CLANG_WARN_COMMA = YES;
                CLANG_WARN_CONSTANT_CONVERSION = YES;
                CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
                CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
                CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
                CLANG_WARN_EMPTY_BODY = YES;
                CLANG_WARN_ENUM_CONVERSION = YES;
                CLANG_WARN_INFINITE_RECURSION = YES;
                CLANG_WARN_INT_CONVERSION = YES;
                CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
                CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
                CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
                CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
                CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
                CLANG_WARN_STRICT_PROTOTYPES = YES;
                CLANG_WARN_SUSPICIOUS_MOVE = YES;
                CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
                CLANG_WARN_UNREACHABLE_CODE = YES;
                CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
                COPY_PHASE_STRIP = NO;
                DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
                ENABLE_NS_ASSERTIONS = NO;
                ENABLE_STRICT_OBJC_MSGSEND = YES;
                GCC_C_LANGUAGE_STANDARD = gnu11;
                GCC_NO_COMMON_BLOCKS = YES;
                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 = 10.0;
                MTL_ENABLE_DEBUG_INFO = NO;
                MTL_FAST_MATH = YES;
                SDKROOT = iphoneos;
                VALIDATE_PRODUCT = YES;
            };
            name = Release;
        };
        AE9CC93926B8DD3F00FD514C /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
                CODE_SIGN_STYLE = Automatic;
                DEVELOPMENT_TEAM = V39C74NPHU;
                ENABLE_BITCODE = NO;
                FRAMEWORK_SEARCH_PATHS = (
                    "$(inherited)",
                    "$(PROJECT_DIR)/HDLLinPhoneSDK/apple-darwin/Frameworks",
                );
                GCC_C_LANGUAGE_STANDARD = gnu11;
                IPHONEOS_DEPLOYMENT_TARGET = 10.0;
                LD_RUNPATH_SEARCH_PATHS = "";
                ONLY_ACTIVE_ARCH = NO;
                OTHER_LDFLAGS = "-ObjC";
                PRODUCT_NAME = "$(TARGET_NAME)";
                SKIP_INSTALL = YES;
                SWIFT_OBJC_BRIDGING_HEADER = "HDLLinPhoneSDK/HDLLinPhoneSDK-Bridging-Header.h";
                SWIFT_VERSION = 5.0;
                TARGETED_DEVICE_FAMILY = "1,2";
            };
            name = Debug;
        };
        AE9CC93A26B8DD3F00FD514C /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
                CODE_SIGN_STYLE = Automatic;
                DEVELOPMENT_TEAM = V39C74NPHU;
                ENABLE_BITCODE = NO;
                FRAMEWORK_SEARCH_PATHS = (
                    "$(inherited)",
                    "$(PROJECT_DIR)/HDLLinPhoneSDK/apple-darwin/Frameworks",
                );
                GCC_C_LANGUAGE_STANDARD = gnu11;
                IPHONEOS_DEPLOYMENT_TARGET = 10.0;
                LD_RUNPATH_SEARCH_PATHS = "";
                OTHER_LDFLAGS = "-ObjC";
                PRODUCT_NAME = "$(TARGET_NAME)";
                SKIP_INSTALL = YES;
                SWIFT_OBJC_BRIDGING_HEADER = "HDLLinPhoneSDK/HDLLinPhoneSDK-Bridging-Header.h";
                SWIFT_VERSION = 5.0;
                TARGETED_DEVICE_FAMILY = "1,2";
            };
            name = Release;
        };
/* End XCBuildConfiguration section */
 
/* Begin XCConfigurationList section */
        AE9CC92A26B8DD3F00FD514C /* Build configuration list for PBXProject "HDLLinPhoneSDK" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                AE9CC93626B8DD3F00FD514C /* Debug */,
                AE9CC93726B8DD3F00FD514C /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        AE9CC93826B8DD3F00FD514C /* Build configuration list for PBXNativeTarget "HDLLinPhoneSDK" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                AE9CC93926B8DD3F00FD514C /* Debug */,
                AE9CC93A26B8DD3F00FD514C /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
/* End XCConfigurationList section */
    };
    rootObject = AE9CC92726B8DD3F00FD514C /* Project object */;
}