summaryrefslogtreecommitdiff
path: root/libs/ihealth-sdk/ios/ReactNativeIOSLibrary.xcodeproj/project.pbxproj
blob: 410724b52254f94011628b67b4a74520f841ba0a (plain)
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
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 46;
	objects = {

/* Begin PBXBuildFile section */
		182D028B1DE57A2F00E9B783 /* iHealthDeviceManagerModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 182D028A1DE57A2F00E9B783 /* iHealthDeviceManagerModule.m */; };
		183FB1681FF508300040009B /* BTMProfileModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 183FB1661FF5082F0040009B /* BTMProfileModule.m */; };
		183FB1691FF508300040009B /* BTMModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 183FB1671FF5082F0040009B /* BTMModule.m */; };
		1875101F1DE5E374005E66B1 /* BPProfileModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 1875101E1DE5E374005E66B1 /* BPProfileModule.m */; };
		187510221DE5E399005E66B1 /* BP550BTModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 187510211DE5E399005E66B1 /* BP550BTModule.m */; };
		187510251DE5E3CA005E66B1 /* BP7SModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 187510241DE5E3CA005E66B1 /* BP7SModule.m */; };
		187510281DE5E3E3005E66B1 /* BP5Module.m in Sources */ = {isa = PBXBuildFile; fileRef = 187510271DE5E3E3005E66B1 /* BP5Module.m */; };
		1875102B1DE5E3FB005E66B1 /* BP3LModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 1875102A1DE5E3FB005E66B1 /* BP3LModule.m */; };
		1875102E1DE5E411005E66B1 /* AMProfileModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 1875102D1DE5E410005E66B1 /* AMProfileModule.m */; };
		187510311DE5E424005E66B1 /* AM4Module.m in Sources */ = {isa = PBXBuildFile; fileRef = 187510301DE5E424005E66B1 /* AM4Module.m */; };
		187510341DE5E439005E66B1 /* AM3SModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 187510331DE5E439005E66B1 /* AM3SModule.m */; };
		18B752C41FFF61C500DE2629 /* ECGModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 18B752C31FFF61C500DE2629 /* ECGModule.m */; };
		18B752C91FFF67DE00DE2629 /* ECGProfileModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 18B752C81FFF67DE00DE2629 /* ECGProfileModule.m */; };
		18B752CC1FFF67F100DE2629 /* ECGUSBModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 18B752CB1FFF67F100DE2629 /* ECGUSBModule.m */; };
		3F31C42B21ABE80400811B02 /* HS2Module.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F31C42A21ABE80400811B02 /* HS2Module.m */; };
		4565653F26E0BDE7007DA850 /* AM5Module.m in Sources */ = {isa = PBXBuildFile; fileRef = 4565653D26E0BDE6007DA850 /* AM5Module.m */; };
		4565654026E0BDE7007DA850 /* AM5ProfileModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 4565653E26E0BDE7007DA850 /* AM5ProfileModule.m */; };
		456565E426E0C90D007DA850 /* iHealthSDK2.7.5.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 456565E326E0C90D007DA850 /* iHealthSDK2.7.5.a */; };
		45A72D18256E5FCB00825201 /* BP7Module.m in Sources */ = {isa = PBXBuildFile; fileRef = 45A72D16256E5FCB00825201 /* BP7Module.m */; };
		8CCCE9B21E5ADF49007F7FE4 /* PO3Module.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CCCE9AF1E5ADF49007F7FE4 /* PO3Module.m */; };
		8CCCE9B31E5ADF49007F7FE4 /* POProfileModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CCCE9B11E5ADF49007F7FE4 /* POProfileModule.m */; };
		8CCCE9E31E5E7C58007F7FE4 /* HS6ProfileModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CCCE9E21E5E7C58007F7FE4 /* HS6ProfileModule.m */; };
		9F3D8E1B1E0B6CDB00BA44B1 /* BG1Module.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F3D8E121E0B6CDB00BA44B1 /* BG1Module.m */; };
		9F3D8E1C1E0B6CDB00BA44B1 /* BG1ProfileModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F3D8E141E0B6CDB00BA44B1 /* BG1ProfileModule.m */; };
		9F3D8E1E1E0B6CDB00BA44B1 /* BG5Module.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F3D8E181E0B6CDB00BA44B1 /* BG5Module.m */; };
		9F3D8E1F1E0B6CDB00BA44B1 /* BGProfileModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F3D8E1A1E0B6CDB00BA44B1 /* BGProfileModule.m */; };
		AF1B3F141DF9482100DFDB23 /* HS4SModule.m in Sources */ = {isa = PBXBuildFile; fileRef = AF1B3F111DF9482100DFDB23 /* HS4SModule.m */; };
		AF1B3F151DF9482100DFDB23 /* HSProfileModule.m in Sources */ = {isa = PBXBuildFile; fileRef = AF1B3F131DF9482100DFDB23 /* HSProfileModule.m */; };
		AF1B3F3A1DFE72BD00DFDB23 /* HS6Module.m in Sources */ = {isa = PBXBuildFile; fileRef = AF1B3F391DFE72BD00DFDB23 /* HS6Module.m */; };
		CE6054B025482CC90059E83A /* BG5SModule.m in Sources */ = {isa = PBXBuildFile; fileRef = CE60549C25482CC70059E83A /* BG5SModule.m */; };
		CE6054B125482CC90059E83A /* BP5SModule.m in Sources */ = {isa = PBXBuildFile; fileRef = CE60549D25482CC70059E83A /* BP5SModule.m */; };
		CE6054B225482CC90059E83A /* BG1SModule.m in Sources */ = {isa = PBXBuildFile; fileRef = CE60549F25482CC80059E83A /* BG1SModule.m */; };
		CE6054B325482CC90059E83A /* BG5SProfileModule.m in Sources */ = {isa = PBXBuildFile; fileRef = CE6054A025482CC80059E83A /* BG5SProfileModule.m */; };
		CE6054B425482CC90059E83A /* NT13BProfileModule.m in Sources */ = {isa = PBXBuildFile; fileRef = CE6054A225482CC80059E83A /* NT13BProfileModule.m */; };
		CE6054B525482CC90059E83A /* TS28BModule.m in Sources */ = {isa = PBXBuildFile; fileRef = CE6054A525482CC80059E83A /* TS28BModule.m */; };
		CE6054B625482CC90059E83A /* HS2SProfileModule.m in Sources */ = {isa = PBXBuildFile; fileRef = CE6054A625482CC80059E83A /* HS2SProfileModule.m */; };
		CE6054B725482CC90059E83A /* NT13BModule.m in Sources */ = {isa = PBXBuildFile; fileRef = CE6054A825482CC80059E83A /* NT13BModule.m */; };
		CE6054B825482CC90059E83A /* BG1SProfileModule.m in Sources */ = {isa = PBXBuildFile; fileRef = CE6054AA25482CC80059E83A /* BG1SProfileModule.m */; };
		CE6054B925482CC90059E83A /* HS2SModule.m in Sources */ = {isa = PBXBuildFile; fileRef = CE6054AB25482CC90059E83A /* HS2SModule.m */; };
		CE6054BA25482CC90059E83A /* TS28BProfileModule.m in Sources */ = {isa = PBXBuildFile; fileRef = CE6054AE25482CC90059E83A /* TS28BProfileModule.m */; };
		CE6054C025482E590059E83A /* PO1Module.m in Sources */ = {isa = PBXBuildFile; fileRef = CE6054BD25482E580059E83A /* PO1Module.m */; };
		CE6054C125482E590059E83A /* PO1ProfileModule.m in Sources */ = {isa = PBXBuildFile; fileRef = CE6054BF25482E590059E83A /* PO1ProfileModule.m */; };
		CEEE2D0D2548F6E4007AC7E4 /* PT3SBTProfileModule.m in Sources */ = {isa = PBXBuildFile; fileRef = CEEE2D0B2548F6E4007AC7E4 /* PT3SBTProfileModule.m */; };
		CEEE2D0E2548F6E4007AC7E4 /* PT3SBTModule.m in Sources */ = {isa = PBXBuildFile; fileRef = CEEE2D0C2548F6E4007AC7E4 /* PT3SBTModule.m */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
		182D01F81DE565EC00E9B783 /* CopyFiles */ = {
			isa = PBXCopyFilesBuildPhase;
			buildActionMask = 2147483647;
			dstPath = "include/$(PRODUCT_NAME)";
			dstSubfolderSpec = 16;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
		182D01FA1DE565EC00E9B783 /* libReactNativeIOSLibrary.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libReactNativeIOSLibrary.a; sourceTree = BUILT_PRODUCTS_DIR; };
		182D02891DE57A2F00E9B783 /* iHealthDeviceManagerModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iHealthDeviceManagerModule.h; sourceTree = "<group>"; };
		182D028A1DE57A2F00E9B783 /* iHealthDeviceManagerModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = iHealthDeviceManagerModule.m; sourceTree = "<group>"; };
		183FB1641FF5082E0040009B /* BTMModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BTMModule.h; sourceTree = "<group>"; };
		183FB1651FF5082F0040009B /* BTMProfileModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BTMProfileModule.h; sourceTree = "<group>"; };
		183FB1661FF5082F0040009B /* BTMProfileModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BTMProfileModule.m; sourceTree = "<group>"; };
		183FB1671FF5082F0040009B /* BTMModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BTMModule.m; sourceTree = "<group>"; };
		1875101D1DE5E374005E66B1 /* BPProfileModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BPProfileModule.h; sourceTree = "<group>"; };
		1875101E1DE5E374005E66B1 /* BPProfileModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BPProfileModule.m; sourceTree = "<group>"; };
		187510201DE5E399005E66B1 /* BP550BTModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BP550BTModule.h; sourceTree = "<group>"; };
		187510211DE5E399005E66B1 /* BP550BTModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BP550BTModule.m; sourceTree = "<group>"; };
		187510231DE5E3CA005E66B1 /* BP7SModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BP7SModule.h; sourceTree = "<group>"; };
		187510241DE5E3CA005E66B1 /* BP7SModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BP7SModule.m; sourceTree = "<group>"; };
		187510261DE5E3E3005E66B1 /* BP5Module.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BP5Module.h; sourceTree = "<group>"; };
		187510271DE5E3E3005E66B1 /* BP5Module.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BP5Module.m; sourceTree = "<group>"; };
		187510291DE5E3FB005E66B1 /* BP3LModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BP3LModule.h; sourceTree = "<group>"; };
		1875102A1DE5E3FB005E66B1 /* BP3LModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BP3LModule.m; sourceTree = "<group>"; };
		1875102C1DE5E410005E66B1 /* AMProfileModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AMProfileModule.h; sourceTree = "<group>"; };
		1875102D1DE5E410005E66B1 /* AMProfileModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AMProfileModule.m; sourceTree = "<group>"; };
		1875102F1DE5E424005E66B1 /* AM4Module.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AM4Module.h; sourceTree = "<group>"; };
		187510301DE5E424005E66B1 /* AM4Module.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AM4Module.m; sourceTree = "<group>"; };
		187510321DE5E439005E66B1 /* AM3SModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AM3SModule.h; sourceTree = "<group>"; };
		187510331DE5E439005E66B1 /* AM3SModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AM3SModule.m; sourceTree = "<group>"; };
		18B752C21FFF61C500DE2629 /* ECGModule.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ECGModule.h; sourceTree = "<group>"; };
		18B752C31FFF61C500DE2629 /* ECGModule.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ECGModule.m; sourceTree = "<group>"; };
		18B752C71FFF67DE00DE2629 /* ECGProfileModule.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ECGProfileModule.h; sourceTree = "<group>"; };
		18B752C81FFF67DE00DE2629 /* ECGProfileModule.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ECGProfileModule.m; sourceTree = "<group>"; };
		18B752CA1FFF67F100DE2629 /* ECGUSBModule.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ECGUSBModule.h; sourceTree = "<group>"; };
		18B752CB1FFF67F100DE2629 /* ECGUSBModule.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ECGUSBModule.m; sourceTree = "<group>"; };
		3F31C42921ABE80400811B02 /* HS2Module.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HS2Module.h; sourceTree = "<group>"; };
		3F31C42A21ABE80400811B02 /* HS2Module.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HS2Module.m; sourceTree = "<group>"; };
		4565653B26E0BDE6007DA850 /* AM5Module.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AM5Module.h; sourceTree = "<group>"; };
		4565653C26E0BDE6007DA850 /* AM5ProfileModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AM5ProfileModule.h; sourceTree = "<group>"; };
		4565653D26E0BDE6007DA850 /* AM5Module.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AM5Module.m; sourceTree = "<group>"; };
		4565653E26E0BDE7007DA850 /* AM5ProfileModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AM5ProfileModule.m; sourceTree = "<group>"; };
		4565654F26E0C90A007DA850 /* IDOSyncBpDataModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IDOSyncBpDataModel.h; sourceTree = "<group>"; };
		4565655026E0C90A007DA850 /* BPContinua.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BPContinua.h; sourceTree = "<group>"; };
		4565655126E0C90A007DA850 /* IDOWeightBluetoothModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IDOWeightBluetoothModel.h; sourceTree = "<group>"; };
		4565655226E0C90A007DA850 /* ScanDeviceController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScanDeviceController.h; sourceTree = "<group>"; };
		4565655326E0C90A007DA850 /* AM5.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AM5.h; sourceTree = "<group>"; };
		4565655426E0C90A007DA850 /* ECGHeader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ECGHeader.h; sourceTree = "<group>"; };
		4565655526E0C90A007DA850 /* HS5.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HS5.h; sourceTree = "<group>"; };
		4565655626E0C90A007DA850 /* DFUHeader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DFUHeader.h; sourceTree = "<group>"; };
		4565655726E0C90A007DA850 /* AM5Header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AM5Header.h; sourceTree = "<group>"; };
		4565655826E0C90A007DA850 /* HS2SController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HS2SController.h; sourceTree = "<group>"; };
		4565655926E0C90A007DA850 /* IDODataExchangeModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IDODataExchangeModel.h; sourceTree = "<group>"; };
		4565655A26E0C90A007DA850 /* BP5CController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BP5CController.h; sourceTree = "<group>"; };
		4565655B26E0C90A007DA850 /* BPController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BPController.h; sourceTree = "<group>"; };
		4565655C26E0C90A007DA850 /* HS3Controller.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HS3Controller.h; sourceTree = "<group>"; };
		4565655D26E0C90A007DA850 /* IDOGetInfoBluetoothModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IDOGetInfoBluetoothModel.h; sourceTree = "<group>"; };
		4565655E26E0C90A007DA850 /* BPBTLEDevice.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BPBTLEDevice.h; sourceTree = "<group>"; };
		4565655F26E0C90A007DA850 /* NT13B.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NT13B.h; sourceTree = "<group>"; };
		4565656026E0C90A007DA850 /* BP7Controller.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BP7Controller.h; sourceTree = "<group>"; };
		4565656126E0C90A007DA850 /* BPAV10Device.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BPAV10Device.h; sourceTree = "<group>"; };
		4565656226E0C90A007DA850 /* BGMacroFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BGMacroFile.h; sourceTree = "<group>"; };
		4565656326E0C90A007DA850 /* AM5Controller.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AM5Controller.h; sourceTree = "<group>"; };
		4565656426E0C90A007DA850 /* BG3Controller.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BG3Controller.h; sourceTree = "<group>"; };
		4565656526E0C90A007DA850 /* PT3SBT.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PT3SBT.h; sourceTree = "<group>"; };
		4565656626E0C90A007DA850 /* HSMacroFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HSMacroFile.h; sourceTree = "<group>"; };
		4565656726E0C90A007DA850 /* IDOCalculateBluetoothModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IDOCalculateBluetoothModel.h; sourceTree = "<group>"; };
		4565656826E0C90A007DA850 /* AMMacroFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AMMacroFile.h; sourceTree = "<group>"; };
		4565656926E0C90A007DA850 /* IDOTransferFileManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IDOTransferFileManager.h; sourceTree = "<group>"; };
		4565656A26E0C90A007DA850 /* SDKFlowUpdateDevice.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDKFlowUpdateDevice.h; sourceTree = "<group>"; };
		4565656B26E0C90A007DA850 /* BPDevice.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BPDevice.h; sourceTree = "<group>"; };
		4565656C26E0C90A007DA850 /* POHeader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = POHeader.h; sourceTree = "<group>"; };
		4565656D26E0C90A007DA850 /* SDKUpdateDevice.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDKUpdateDevice.h; sourceTree = "<group>"; };
		4565656E26E0C90A007DA850 /* BP5.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BP5.h; sourceTree = "<group>"; };
		4565656F26E0C90A007DA850 /* BPHeader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BPHeader.h; sourceTree = "<group>"; };
		4565657026E0C90A007DA850 /* ABIController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ABIController.h; sourceTree = "<group>"; };
		4565657126E0C90A007DA850 /* TS28B.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TS28B.h; sourceTree = "<group>"; };
		4565657226E0C90A007DA850 /* HFSmartLink.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HFSmartLink.h; sourceTree = "<group>"; };
		4565657326E0C90A007DA850 /* BP5SController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BP5SController.h; sourceTree = "<group>"; };
		4565657426E0C90A007DA850 /* ConnectDeviceController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ConnectDeviceController.h; sourceTree = "<group>"; };
		4565657526E0C90A007DA850 /* BG5S.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BG5S.h; sourceTree = "<group>"; };
		4565657626E0C90A007DA850 /* BP5S.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BP5S.h; sourceTree = "<group>"; };
		4565657726E0C90A007DA850 /* THV3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = THV3.h; sourceTree = "<group>"; };
		4565657826E0C90A007DA850 /* BG1.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BG1.h; sourceTree = "<group>"; };
		4565657926E0C90A007DA850 /* BG1SController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BG1SController.h; sourceTree = "<group>"; };
		4565657A26E0C90A007DA850 /* HS5Controller.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HS5Controller.h; sourceTree = "<group>"; };
		4565657B26E0C90A007DA850 /* BG5.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BG5.h; sourceTree = "<group>"; };
		4565657C26E0C90A007DA850 /* ManageDeviceController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ManageDeviceController.h; sourceTree = "<group>"; };
		4565657D26E0C90A007DA850 /* BGDevice.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BGDevice.h; sourceTree = "<group>"; };
		4565657E26E0C90A007DA850 /* IDOErrorCodeToStr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IDOErrorCodeToStr.h; sourceTree = "<group>"; };
		4565657F26E0C90A007DA850 /* THV3Controller.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = THV3Controller.h; sourceTree = "<group>"; };
		4565658026E0C90A007DA850 /* BP5SRWController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BP5SRWController.h; sourceTree = "<group>"; };
		4565658126E0C90A007DA850 /* BG1S.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BG1S.h; sourceTree = "<group>"; };
		4565658226E0C90A007DA850 /* HS2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HS2.h; sourceTree = "<group>"; };
		4565658326E0C90A007DA850 /* PO1Controller.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PO1Controller.h; sourceTree = "<group>"; };
		4565658426E0C90A007DA850 /* BGHeader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BGHeader.h; sourceTree = "<group>"; };
		4565658526E0C90A007DA850 /* DFUController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DFUController.h; sourceTree = "<group>"; };
		4565658626E0C90A007DA850 /* PO3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PO3.h; sourceTree = "<group>"; };
		4565658726E0C90A007DA850 /* BP3LController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BP3LController.h; sourceTree = "<group>"; };
		4565658826E0C90A007DA850 /* IDOSyncHeartRateDataModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IDOSyncHeartRateDataModel.h; sourceTree = "<group>"; };
		4565658926E0C90A007DA850 /* NT13BHeader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NT13BHeader.h; sourceTree = "<group>"; };
		4565658A26E0C90A007DA850 /* BG5Controller.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BG5Controller.h; sourceTree = "<group>"; };
		4565658B26E0C90A007DA850 /* AM3Controller.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AM3Controller.h; sourceTree = "<group>"; };
		4565658C26E0C90A007DA850 /* BPM1AE.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BPM1AE.h; sourceTree = "<group>"; };
		4565658D26E0C90A007DA850 /* ABPM.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ABPM.h; sourceTree = "<group>"; };
		4565658E26E0C90A007DA850 /* IDOLogEnum.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IDOLogEnum.h; sourceTree = "<group>"; };
		4565658F26E0C90A007DA850 /* IDOSyncGpsDataModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IDOSyncGpsDataModel.h; sourceTree = "<group>"; };
		4565659026E0C90A007DA850 /* HealthHeader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HealthHeader.h; sourceTree = "<group>"; };
		4565659126E0C90A007DA850 /* IDOSyncPressureDataModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IDOSyncPressureDataModel.h; sourceTree = "<group>"; };
		4565659226E0C90A007DA850 /* IDOSyncSwimDataModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IDOSyncSwimDataModel.h; sourceTree = "<group>"; };
		4565659326E0C90A007DA850 /* HSHeader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HSHeader.h; sourceTree = "<group>"; };
		4565659426E0C90A007DA850 /* DFUMacro.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DFUMacro.h; sourceTree = "<group>"; };
		4565659526E0C90A007DA850 /* IDOTranEnum.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IDOTranEnum.h; sourceTree = "<group>"; };
		4565659626E0C90A007DA850 /* BG5SController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BG5SController.h; sourceTree = "<group>"; };
		4565659726E0C90A007DA850 /* AM3S_V2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AM3S_V2.h; sourceTree = "<group>"; };
		4565659826E0C90A007DA850 /* IDOCommonMacro.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IDOCommonMacro.h; sourceTree = "<group>"; };
		4565659926E0C90A007DA850 /* IDORecordDeviceLog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IDORecordDeviceLog.h; sourceTree = "<group>"; };
		4565659A26E0C90A007DA850 /* ABPMController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ABPMController.h; sourceTree = "<group>"; };
		4565659B26E0C90A007DA850 /* NT13BMacroFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NT13BMacroFile.h; sourceTree = "<group>"; };
		4565659C26E0C90A007DA850 /* POMacroFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = POMacroFile.h; sourceTree = "<group>"; };
		4565659D26E0C90A007DA850 /* IDOSyncEnum.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IDOSyncEnum.h; sourceTree = "<group>"; };
		4565659E26E0C90A007DA850 /* AM3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AM3.h; sourceTree = "<group>"; };
		4565659F26E0C90A007DA850 /* IDOSyncSpo2DataModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IDOSyncSpo2DataModel.h; sourceTree = "<group>"; };
		456565A026E0C90A007DA850 /* KN550BTController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KN550BTController.h; sourceTree = "<group>"; };
		456565A126E0C90A007DA850 /* IDODataMigrationManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IDODataMigrationManager.h; sourceTree = "<group>"; };
		456565A226E0C90A007DA850 /* BP7S.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BP7S.h; sourceTree = "<group>"; };
		456565A326E0C90B007DA850 /* PO3Controller.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PO3Controller.h; sourceTree = "<group>"; };
		456565A426E0C90B007DA850 /* HS3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HS3.h; sourceTree = "<group>"; };
		456565A526E0C90B007DA850 /* AM4Controller.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AM4Controller.h; sourceTree = "<group>"; };
		456565A626E0C90B007DA850 /* BPV25Device.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BPV25Device.h; sourceTree = "<group>"; };
		456565A726E0C90B007DA850 /* PT3SBTMacroFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PT3SBTMacroFile.h; sourceTree = "<group>"; };
		456565A826E0C90B007DA850 /* HS2Controller.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HS2Controller.h; sourceTree = "<group>"; };
		456565A926E0C90B007DA850 /* BP7SController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BP7SController.h; sourceTree = "<group>"; };
		456565AA26E0C90B007DA850 /* BPContinuaController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BPContinuaController.h; sourceTree = "<group>"; };
		456565AB26E0C90B007DA850 /* BP3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BP3.h; sourceTree = "<group>"; };
		456565AC26E0C90B007DA850 /* IDOPeripheralModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IDOPeripheralModel.h; sourceTree = "<group>"; };
		456565AD26E0C90B007DA850 /* AMHeader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AMHeader.h; sourceTree = "<group>"; };
		456565AE26E0C90B007DA850 /* BP3Controller.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BP3Controller.h; sourceTree = "<group>"; };
		456565AF26E0C90B007DA850 /* ECGMacroFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ECGMacroFile.h; sourceTree = "<group>"; };
		456565B026E0C90B007DA850 /* BPV24Device.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BPV24Device.h; sourceTree = "<group>"; };
		456565B126E0C90B007DA850 /* ECG3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ECG3.h; sourceTree = "<group>"; };
		456565B226E0C90B007DA850 /* IDOBluetoothManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IDOBluetoothManager.h; sourceTree = "<group>"; };
		456565B326E0C90B007DA850 /* BPMacroFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BPMacroFile.h; sourceTree = "<group>"; };
		456565B426E0C90B007DA850 /* IDOBlueDataResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IDOBlueDataResponse.h; sourceTree = "<group>"; };
		456565B526E0C90B007DA850 /* ECG3USBController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ECG3USBController.h; sourceTree = "<group>"; };
		456565B626E0C90B007DA850 /* AM3SController_V2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AM3SController_V2.h; sourceTree = "<group>"; };
		456565B726E0C90B007DA850 /* NT13BController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NT13BController.h; sourceTree = "<group>"; };
		456565B826E0C90B007DA850 /* ECG3USB.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ECG3USB.h; sourceTree = "<group>"; };
		456565B926E0C90B007DA850 /* BP7.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BP7.h; sourceTree = "<group>"; };
		456565BA26E0C90B007DA850 /* BGController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BGController.h; sourceTree = "<group>"; };
		456565BB26E0C90B007DA850 /* PT3SBTController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PT3SBTController.h; sourceTree = "<group>"; };
		456565BC26E0C90B007DA850 /* iHealthHS6.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iHealthHS6.h; sourceTree = "<group>"; };
		456565BD26E0C90B007DA850 /* AM4.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AM4.h; sourceTree = "<group>"; };
		456565BE26E0C90B007DA850 /* BP5SRW.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BP5SRW.h; sourceTree = "<group>"; };
		456565BF26E0C90B007DA850 /* BG3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BG3.h; sourceTree = "<group>"; };
		456565C026E0C90B007DA850 /* IDOWatchDialInfoModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IDOWatchDialInfoModel.h; sourceTree = "<group>"; };
		456565C126E0C90B007DA850 /* DFUServerFirmwareInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DFUServerFirmwareInfo.h; sourceTree = "<group>"; };
		456565C226E0C90B007DA850 /* ABI.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ABI.h; sourceTree = "<group>"; };
		456565C326E0C90B007DA850 /* IDOBluetoothEngine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IDOBluetoothEngine.h; sourceTree = "<group>"; };
		456565C426E0C90B007DA850 /* IDOSyncSportDataModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IDOSyncSportDataModel.h; sourceTree = "<group>"; };
		456565C526E0C90B007DA850 /* HS4.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HS4.h; sourceTree = "<group>"; };
		456565C626E0C90B007DA850 /* BPBV10Device.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BPBV10Device.h; sourceTree = "<group>"; };
		456565C726E0C90B007DA850 /* IDOBluetoothBaseModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IDOBluetoothBaseModel.h; sourceTree = "<group>"; };
		456565C826E0C90B007DA850 /* IDOFoundationCommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IDOFoundationCommand.h; sourceTree = "<group>"; };
		456565C926E0C90B007DA850 /* TS28BController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TS28BController.h; sourceTree = "<group>"; };
		456565CA26E0C90B007DA850 /* IDOWatchDialManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IDOWatchDialManager.h; sourceTree = "<group>"; };
		456565CB26E0C90B007DA850 /* IDOSyncSleepDataModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IDOSyncSleepDataModel.h; sourceTree = "<group>"; };
		456565CC26E0C90B007DA850 /* HealthUser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HealthUser.h; sourceTree = "<group>"; };
		456565CD26E0C90B007DA850 /* IDOSetInfoBluetoothModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IDOSetInfoBluetoothModel.h; sourceTree = "<group>"; };
		456565CE26E0C90B007DA850 /* IDOSyncManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IDOSyncManager.h; sourceTree = "<group>"; };
		456565CF26E0C90B007DA850 /* BG1Controller.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BG1Controller.h; sourceTree = "<group>"; };
		456565D026E0C90B007DA850 /* IDOBindEnum.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IDOBindEnum.h; sourceTree = "<group>"; };
		456565D126E0C90B007DA850 /* HFSmartLinkDeviceInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HFSmartLinkDeviceInfo.h; sourceTree = "<group>"; };
		456565D226E0C90B007DA850 /* BP5Controller.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BP5Controller.h; sourceTree = "<group>"; };
		456565D326E0C90B007DA850 /* THV3Macro.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = THV3Macro.h; sourceTree = "<group>"; };
		456565D426E0C90B007DA850 /* HS2S.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HS2S.h; sourceTree = "<group>"; };
		456565D526E0C90B007DA850 /* IDOBluetoothServices.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IDOBluetoothServices.h; sourceTree = "<group>"; };
		456565D626E0C90B007DA850 /* PO1.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PO1.h; sourceTree = "<group>"; };
		456565D726E0C90B007DA850 /* HS4Controller.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HS4Controller.h; sourceTree = "<group>"; };
		456565D826E0C90B007DA850 /* IDOBlueEnum.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IDOBlueEnum.h; sourceTree = "<group>"; };
		456565D926E0C90B007DA850 /* BP5C.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BP5C.h; sourceTree = "<group>"; };
		456565DA26E0C90B007DA850 /* TS28BHeader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TS28BHeader.h; sourceTree = "<group>"; };
		456565DB26E0C90B007DA850 /* BP3L.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BP3L.h; sourceTree = "<group>"; };
		456565DC26E0C90B007DA850 /* IHSDKCloudUser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IHSDKCloudUser.h; sourceTree = "<group>"; };
		456565DD26E0C90B007DA850 /* DFUDeviceFirmwareInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DFUDeviceFirmwareInfo.h; sourceTree = "<group>"; };
		456565DE26E0C90B007DA850 /* ECG3Controller.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ECG3Controller.h; sourceTree = "<group>"; };
		456565DF26E0C90B007DA850 /* IDOSyncActivityDataModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IDOSyncActivityDataModel.h; sourceTree = "<group>"; };
		456565E026E0C90B007DA850 /* KN550BT.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KN550BT.h; sourceTree = "<group>"; };
		456565E126E0C90B007DA850 /* SDKInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDKInfo.h; sourceTree = "<group>"; };
		456565E226E0C90B007DA850 /* BPLoopMeasureSettingModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BPLoopMeasureSettingModel.h; sourceTree = "<group>"; };
		456565E326E0C90D007DA850 /* iHealthSDK2.7.5.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = iHealthSDK2.7.5.a; sourceTree = "<group>"; };
		45A72D16256E5FCB00825201 /* BP7Module.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BP7Module.m; sourceTree = "<group>"; };
		45A72D17256E5FCB00825201 /* BP7Module.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BP7Module.h; sourceTree = "<group>"; };
		8CCCE9AE1E5ADF49007F7FE4 /* PO3Module.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PO3Module.h; sourceTree = "<group>"; };
		8CCCE9AF1E5ADF49007F7FE4 /* PO3Module.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PO3Module.m; sourceTree = "<group>"; };
		8CCCE9B01E5ADF49007F7FE4 /* POProfileModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = POProfileModule.h; sourceTree = "<group>"; };
		8CCCE9B11E5ADF49007F7FE4 /* POProfileModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = POProfileModule.m; sourceTree = "<group>"; };
		8CCCE9E11E5E7C58007F7FE4 /* HS6ProfileModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HS6ProfileModule.h; sourceTree = "<group>"; };
		8CCCE9E21E5E7C58007F7FE4 /* HS6ProfileModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HS6ProfileModule.m; sourceTree = "<group>"; };
		9F3D8E111E0B6CDB00BA44B1 /* BG1Module.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BG1Module.h; sourceTree = "<group>"; };
		9F3D8E121E0B6CDB00BA44B1 /* BG1Module.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BG1Module.m; sourceTree = "<group>"; };
		9F3D8E131E0B6CDB00BA44B1 /* BG1ProfileModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BG1ProfileModule.h; sourceTree = "<group>"; };
		9F3D8E141E0B6CDB00BA44B1 /* BG1ProfileModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BG1ProfileModule.m; sourceTree = "<group>"; };
		9F3D8E171E0B6CDB00BA44B1 /* BG5Module.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BG5Module.h; sourceTree = "<group>"; };
		9F3D8E181E0B6CDB00BA44B1 /* BG5Module.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BG5Module.m; sourceTree = "<group>"; };
		9F3D8E191E0B6CDB00BA44B1 /* BGProfileModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BGProfileModule.h; sourceTree = "<group>"; };
		9F3D8E1A1E0B6CDB00BA44B1 /* BGProfileModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BGProfileModule.m; sourceTree = "<group>"; };
		AF1B3F101DF9482100DFDB23 /* HS4SModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HS4SModule.h; sourceTree = "<group>"; };
		AF1B3F111DF9482100DFDB23 /* HS4SModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HS4SModule.m; sourceTree = "<group>"; };
		AF1B3F121DF9482100DFDB23 /* HSProfileModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HSProfileModule.h; sourceTree = "<group>"; };
		AF1B3F131DF9482100DFDB23 /* HSProfileModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HSProfileModule.m; sourceTree = "<group>"; };
		AF1B3F381DFE72BD00DFDB23 /* HS6Module.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HS6Module.h; sourceTree = "<group>"; };
		AF1B3F391DFE72BD00DFDB23 /* HS6Module.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HS6Module.m; sourceTree = "<group>"; };
		CE60549A25482CC70059E83A /* TS28BModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TS28BModule.h; sourceTree = "<group>"; };
		CE60549B25482CC70059E83A /* HS2SModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HS2SModule.h; sourceTree = "<group>"; };
		CE60549C25482CC70059E83A /* BG5SModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BG5SModule.m; sourceTree = "<group>"; };
		CE60549D25482CC70059E83A /* BP5SModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BP5SModule.m; sourceTree = "<group>"; };
		CE60549E25482CC80059E83A /* BG1SModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BG1SModule.h; sourceTree = "<group>"; };
		CE60549F25482CC80059E83A /* BG1SModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BG1SModule.m; sourceTree = "<group>"; };
		CE6054A025482CC80059E83A /* BG5SProfileModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BG5SProfileModule.m; sourceTree = "<group>"; };
		CE6054A125482CC80059E83A /* NT13BModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NT13BModule.h; sourceTree = "<group>"; };
		CE6054A225482CC80059E83A /* NT13BProfileModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NT13BProfileModule.m; sourceTree = "<group>"; };
		CE6054A325482CC80059E83A /* TS28BProfileModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TS28BProfileModule.h; sourceTree = "<group>"; };
		CE6054A425482CC80059E83A /* NT13BProfileModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NT13BProfileModule.h; sourceTree = "<group>"; };
		CE6054A525482CC80059E83A /* TS28BModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TS28BModule.m; sourceTree = "<group>"; };
		CE6054A625482CC80059E83A /* HS2SProfileModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HS2SProfileModule.m; sourceTree = "<group>"; };
		CE6054A725482CC80059E83A /* HS2SProfileModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HS2SProfileModule.h; sourceTree = "<group>"; };
		CE6054A825482CC80059E83A /* NT13BModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NT13BModule.m; sourceTree = "<group>"; };
		CE6054A925482CC80059E83A /* BG1SProfileModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BG1SProfileModule.h; sourceTree = "<group>"; };
		CE6054AA25482CC80059E83A /* BG1SProfileModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BG1SProfileModule.m; sourceTree = "<group>"; };
		CE6054AB25482CC90059E83A /* HS2SModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HS2SModule.m; sourceTree = "<group>"; };
		CE6054AC25482CC90059E83A /* BG5SModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BG5SModule.h; sourceTree = "<group>"; };
		CE6054AD25482CC90059E83A /* BG5SProfileModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BG5SProfileModule.h; sourceTree = "<group>"; };
		CE6054AE25482CC90059E83A /* TS28BProfileModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TS28BProfileModule.m; sourceTree = "<group>"; };
		CE6054AF25482CC90059E83A /* BP5SModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BP5SModule.h; sourceTree = "<group>"; };
		CE6054BC25482E580059E83A /* PO1Module.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PO1Module.h; sourceTree = "<group>"; };
		CE6054BD25482E580059E83A /* PO1Module.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PO1Module.m; sourceTree = "<group>"; };
		CE6054BE25482E590059E83A /* PO1ProfileModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PO1ProfileModule.h; sourceTree = "<group>"; };
		CE6054BF25482E590059E83A /* PO1ProfileModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PO1ProfileModule.m; sourceTree = "<group>"; };
		CEEE2D092548F6E4007AC7E4 /* PT3SBTModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PT3SBTModule.h; sourceTree = "<group>"; };
		CEEE2D0A2548F6E4007AC7E4 /* PT3SBTProfileModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PT3SBTProfileModule.h; sourceTree = "<group>"; };
		CEEE2D0B2548F6E4007AC7E4 /* PT3SBTProfileModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PT3SBTProfileModule.m; sourceTree = "<group>"; };
		CEEE2D0C2548F6E4007AC7E4 /* PT3SBTModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PT3SBTModule.m; sourceTree = "<group>"; };
		EC8A298C1ED6DCD400143F47 /* RNBGMacro.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNBGMacro.h; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		182D01F71DE565EC00E9B783 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				456565E426E0C90D007DA850 /* iHealthSDK2.7.5.a in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		182D01F11DE565EC00E9B783 = {
			isa = PBXGroup;
			children = (
				182D01FC1DE565EC00E9B783 /* ReactNativeIOSLibrary */,
				182D01FB1DE565EC00E9B783 /* Products */,
			);
			sourceTree = "<group>";
		};
		182D01FB1DE565EC00E9B783 /* Products */ = {
			isa = PBXGroup;
			children = (
				182D01FA1DE565EC00E9B783 /* libReactNativeIOSLibrary.a */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		182D01FC1DE565EC00E9B783 /* ReactNativeIOSLibrary */ = {
			isa = PBXGroup;
			children = (
				EC8A298C1ED6DCD400143F47 /* RNBGMacro.h */,
				9F3D8E111E0B6CDB00BA44B1 /* BG1Module.h */,
				9F3D8E121E0B6CDB00BA44B1 /* BG1Module.m */,
				9F3D8E131E0B6CDB00BA44B1 /* BG1ProfileModule.h */,
				9F3D8E141E0B6CDB00BA44B1 /* BG1ProfileModule.m */,
				9F3D8E171E0B6CDB00BA44B1 /* BG5Module.h */,
				9F3D8E181E0B6CDB00BA44B1 /* BG5Module.m */,
				9F3D8E191E0B6CDB00BA44B1 /* BGProfileModule.h */,
				9F3D8E1A1E0B6CDB00BA44B1 /* BGProfileModule.m */,
				AF1B3F101DF9482100DFDB23 /* HS4SModule.h */,
				AF1B3F111DF9482100DFDB23 /* HS4SModule.m */,
				3F31C42921ABE80400811B02 /* HS2Module.h */,
				3F31C42A21ABE80400811B02 /* HS2Module.m */,
				AF1B3F381DFE72BD00DFDB23 /* HS6Module.h */,
				AF1B3F391DFE72BD00DFDB23 /* HS6Module.m */,
				8CCCE9E11E5E7C58007F7FE4 /* HS6ProfileModule.h */,
				8CCCE9E21E5E7C58007F7FE4 /* HS6ProfileModule.m */,
				AF1B3F121DF9482100DFDB23 /* HSProfileModule.h */,
				AF1B3F131DF9482100DFDB23 /* HSProfileModule.m */,
				CE60549E25482CC80059E83A /* BG1SModule.h */,
				CE60549F25482CC80059E83A /* BG1SModule.m */,
				CE6054A925482CC80059E83A /* BG1SProfileModule.h */,
				CE6054AA25482CC80059E83A /* BG1SProfileModule.m */,
				CE6054AC25482CC90059E83A /* BG5SModule.h */,
				CE60549C25482CC70059E83A /* BG5SModule.m */,
				CE6054AD25482CC90059E83A /* BG5SProfileModule.h */,
				CE6054A025482CC80059E83A /* BG5SProfileModule.m */,
				CE6054AF25482CC90059E83A /* BP5SModule.h */,
				CE60549D25482CC70059E83A /* BP5SModule.m */,
				CE60549B25482CC70059E83A /* HS2SModule.h */,
				CE6054AB25482CC90059E83A /* HS2SModule.m */,
				CE6054A725482CC80059E83A /* HS2SProfileModule.h */,
				CE6054A625482CC80059E83A /* HS2SProfileModule.m */,
				CE6054A125482CC80059E83A /* NT13BModule.h */,
				CE6054A825482CC80059E83A /* NT13BModule.m */,
				CE6054A425482CC80059E83A /* NT13BProfileModule.h */,
				CE6054A225482CC80059E83A /* NT13BProfileModule.m */,
				CE60549A25482CC70059E83A /* TS28BModule.h */,
				CE6054A525482CC80059E83A /* TS28BModule.m */,
				CE6054A325482CC80059E83A /* TS28BProfileModule.h */,
				CE6054AE25482CC90059E83A /* TS28BProfileModule.m */,
				182D02891DE57A2F00E9B783 /* iHealthDeviceManagerModule.h */,
				182D028A1DE57A2F00E9B783 /* iHealthDeviceManagerModule.m */,
				18B752C21FFF61C500DE2629 /* ECGModule.h */,
				18B752C31FFF61C500DE2629 /* ECGModule.m */,
				18B752C71FFF67DE00DE2629 /* ECGProfileModule.h */,
				18B752C81FFF67DE00DE2629 /* ECGProfileModule.m */,
				18B752CA1FFF67F100DE2629 /* ECGUSBModule.h */,
				18B752CB1FFF67F100DE2629 /* ECGUSBModule.m */,
				CE6054BC25482E580059E83A /* PO1Module.h */,
				CE6054BD25482E580059E83A /* PO1Module.m */,
				CE6054BE25482E590059E83A /* PO1ProfileModule.h */,
				CE6054BF25482E590059E83A /* PO1ProfileModule.m */,
				8CCCE9AE1E5ADF49007F7FE4 /* PO3Module.h */,
				8CCCE9AF1E5ADF49007F7FE4 /* PO3Module.m */,
				8CCCE9B01E5ADF49007F7FE4 /* POProfileModule.h */,
				8CCCE9B11E5ADF49007F7FE4 /* POProfileModule.m */,
				CEEE2D092548F6E4007AC7E4 /* PT3SBTModule.h */,
				CEEE2D0C2548F6E4007AC7E4 /* PT3SBTModule.m */,
				CEEE2D0A2548F6E4007AC7E4 /* PT3SBTProfileModule.h */,
				CEEE2D0B2548F6E4007AC7E4 /* PT3SBTProfileModule.m */,
				183FB1641FF5082E0040009B /* BTMModule.h */,
				183FB1671FF5082F0040009B /* BTMModule.m */,
				183FB1651FF5082F0040009B /* BTMProfileModule.h */,
				183FB1661FF5082F0040009B /* BTMProfileModule.m */,
				1875101D1DE5E374005E66B1 /* BPProfileModule.h */,
				1875101E1DE5E374005E66B1 /* BPProfileModule.m */,
				187510201DE5E399005E66B1 /* BP550BTModule.h */,
				187510211DE5E399005E66B1 /* BP550BTModule.m */,
				187510231DE5E3CA005E66B1 /* BP7SModule.h */,
				187510241DE5E3CA005E66B1 /* BP7SModule.m */,
				187510261DE5E3E3005E66B1 /* BP5Module.h */,
				187510271DE5E3E3005E66B1 /* BP5Module.m */,
				45A72D17256E5FCB00825201 /* BP7Module.h */,
				45A72D16256E5FCB00825201 /* BP7Module.m */,
				187510291DE5E3FB005E66B1 /* BP3LModule.h */,
				1875102A1DE5E3FB005E66B1 /* BP3LModule.m */,
				1875102C1DE5E410005E66B1 /* AMProfileModule.h */,
				1875102D1DE5E410005E66B1 /* AMProfileModule.m */,
				1875102F1DE5E424005E66B1 /* AM4Module.h */,
				187510301DE5E424005E66B1 /* AM4Module.m */,
				187510321DE5E439005E66B1 /* AM3SModule.h */,
				187510331DE5E439005E66B1 /* AM3SModule.m */,
				4565653B26E0BDE6007DA850 /* AM5Module.h */,
				4565653D26E0BDE6007DA850 /* AM5Module.m */,
				4565653C26E0BDE6007DA850 /* AM5ProfileModule.h */,
				4565653E26E0BDE7007DA850 /* AM5ProfileModule.m */,
				187510351DE5E6A5005E66B1 /* Communication_SDK */,
			);
			path = ReactNativeIOSLibrary;
			sourceTree = "<group>";
		};
		187510351DE5E6A5005E66B1 /* Communication_SDK */ = {
			isa = PBXGroup;
			children = (
				4565654E26E0C90A007DA850 /* Headers */,
				456565E326E0C90D007DA850 /* iHealthSDK2.7.5.a */,
			);
			path = Communication_SDK;
			sourceTree = "<group>";
		};
		4565654E26E0C90A007DA850 /* Headers */ = {
			isa = PBXGroup;
			children = (
				4565654F26E0C90A007DA850 /* IDOSyncBpDataModel.h */,
				4565655026E0C90A007DA850 /* BPContinua.h */,
				4565655126E0C90A007DA850 /* IDOWeightBluetoothModel.h */,
				4565655226E0C90A007DA850 /* ScanDeviceController.h */,
				4565655326E0C90A007DA850 /* AM5.h */,
				4565655426E0C90A007DA850 /* ECGHeader.h */,
				4565655526E0C90A007DA850 /* HS5.h */,
				4565655626E0C90A007DA850 /* DFUHeader.h */,
				4565655726E0C90A007DA850 /* AM5Header.h */,
				4565655826E0C90A007DA850 /* HS2SController.h */,
				4565655926E0C90A007DA850 /* IDODataExchangeModel.h */,
				4565655A26E0C90A007DA850 /* BP5CController.h */,
				4565655B26E0C90A007DA850 /* BPController.h */,
				4565655C26E0C90A007DA850 /* HS3Controller.h */,
				4565655D26E0C90A007DA850 /* IDOGetInfoBluetoothModel.h */,
				4565655E26E0C90A007DA850 /* BPBTLEDevice.h */,
				4565655F26E0C90A007DA850 /* NT13B.h */,
				4565656026E0C90A007DA850 /* BP7Controller.h */,
				4565656126E0C90A007DA850 /* BPAV10Device.h */,
				4565656226E0C90A007DA850 /* BGMacroFile.h */,
				4565656326E0C90A007DA850 /* AM5Controller.h */,
				4565656426E0C90A007DA850 /* BG3Controller.h */,
				4565656526E0C90A007DA850 /* PT3SBT.h */,
				4565656626E0C90A007DA850 /* HSMacroFile.h */,
				4565656726E0C90A007DA850 /* IDOCalculateBluetoothModel.h */,
				4565656826E0C90A007DA850 /* AMMacroFile.h */,
				4565656926E0C90A007DA850 /* IDOTransferFileManager.h */,
				4565656A26E0C90A007DA850 /* SDKFlowUpdateDevice.h */,
				4565656B26E0C90A007DA850 /* BPDevice.h */,
				4565656C26E0C90A007DA850 /* POHeader.h */,
				4565656D26E0C90A007DA850 /* SDKUpdateDevice.h */,
				4565656E26E0C90A007DA850 /* BP5.h */,
				4565656F26E0C90A007DA850 /* BPHeader.h */,
				4565657026E0C90A007DA850 /* ABIController.h */,
				4565657126E0C90A007DA850 /* TS28B.h */,
				4565657226E0C90A007DA850 /* HFSmartLink.h */,
				4565657326E0C90A007DA850 /* BP5SController.h */,
				4565657426E0C90A007DA850 /* ConnectDeviceController.h */,
				4565657526E0C90A007DA850 /* BG5S.h */,
				4565657626E0C90A007DA850 /* BP5S.h */,
				4565657726E0C90A007DA850 /* THV3.h */,
				4565657826E0C90A007DA850 /* BG1.h */,
				4565657926E0C90A007DA850 /* BG1SController.h */,
				4565657A26E0C90A007DA850 /* HS5Controller.h */,
				4565657B26E0C90A007DA850 /* BG5.h */,
				4565657C26E0C90A007DA850 /* ManageDeviceController.h */,
				4565657D26E0C90A007DA850 /* BGDevice.h */,
				4565657E26E0C90A007DA850 /* IDOErrorCodeToStr.h */,
				4565657F26E0C90A007DA850 /* THV3Controller.h */,
				4565658026E0C90A007DA850 /* BP5SRWController.h */,
				4565658126E0C90A007DA850 /* BG1S.h */,
				4565658226E0C90A007DA850 /* HS2.h */,
				4565658326E0C90A007DA850 /* PO1Controller.h */,
				4565658426E0C90A007DA850 /* BGHeader.h */,
				4565658526E0C90A007DA850 /* DFUController.h */,
				4565658626E0C90A007DA850 /* PO3.h */,
				4565658726E0C90A007DA850 /* BP3LController.h */,
				4565658826E0C90A007DA850 /* IDOSyncHeartRateDataModel.h */,
				4565658926E0C90A007DA850 /* NT13BHeader.h */,
				4565658A26E0C90A007DA850 /* BG5Controller.h */,
				4565658B26E0C90A007DA850 /* AM3Controller.h */,
				4565658C26E0C90A007DA850 /* BPM1AE.h */,
				4565658D26E0C90A007DA850 /* ABPM.h */,
				4565658E26E0C90A007DA850 /* IDOLogEnum.h */,
				4565658F26E0C90A007DA850 /* IDOSyncGpsDataModel.h */,
				4565659026E0C90A007DA850 /* HealthHeader.h */,
				4565659126E0C90A007DA850 /* IDOSyncPressureDataModel.h */,
				4565659226E0C90A007DA850 /* IDOSyncSwimDataModel.h */,
				4565659326E0C90A007DA850 /* HSHeader.h */,
				4565659426E0C90A007DA850 /* DFUMacro.h */,
				4565659526E0C90A007DA850 /* IDOTranEnum.h */,
				4565659626E0C90A007DA850 /* BG5SController.h */,
				4565659726E0C90A007DA850 /* AM3S_V2.h */,
				4565659826E0C90A007DA850 /* IDOCommonMacro.h */,
				4565659926E0C90A007DA850 /* IDORecordDeviceLog.h */,
				4565659A26E0C90A007DA850 /* ABPMController.h */,
				4565659B26E0C90A007DA850 /* NT13BMacroFile.h */,
				4565659C26E0C90A007DA850 /* POMacroFile.h */,
				4565659D26E0C90A007DA850 /* IDOSyncEnum.h */,
				4565659E26E0C90A007DA850 /* AM3.h */,
				4565659F26E0C90A007DA850 /* IDOSyncSpo2DataModel.h */,
				456565A026E0C90A007DA850 /* KN550BTController.h */,
				456565A126E0C90A007DA850 /* IDODataMigrationManager.h */,
				456565A226E0C90A007DA850 /* BP7S.h */,
				456565A326E0C90B007DA850 /* PO3Controller.h */,
				456565A426E0C90B007DA850 /* HS3.h */,
				456565A526E0C90B007DA850 /* AM4Controller.h */,
				456565A626E0C90B007DA850 /* BPV25Device.h */,
				456565A726E0C90B007DA850 /* PT3SBTMacroFile.h */,
				456565A826E0C90B007DA850 /* HS2Controller.h */,
				456565A926E0C90B007DA850 /* BP7SController.h */,
				456565AA26E0C90B007DA850 /* BPContinuaController.h */,
				456565AB26E0C90B007DA850 /* BP3.h */,
				456565AC26E0C90B007DA850 /* IDOPeripheralModel.h */,
				456565AD26E0C90B007DA850 /* AMHeader.h */,
				456565AE26E0C90B007DA850 /* BP3Controller.h */,
				456565AF26E0C90B007DA850 /* ECGMacroFile.h */,
				456565B026E0C90B007DA850 /* BPV24Device.h */,
				456565B126E0C90B007DA850 /* ECG3.h */,
				456565B226E0C90B007DA850 /* IDOBluetoothManager.h */,
				456565B326E0C90B007DA850 /* BPMacroFile.h */,
				456565B426E0C90B007DA850 /* IDOBlueDataResponse.h */,
				456565B526E0C90B007DA850 /* ECG3USBController.h */,
				456565B626E0C90B007DA850 /* AM3SController_V2.h */,
				456565B726E0C90B007DA850 /* NT13BController.h */,
				456565B826E0C90B007DA850 /* ECG3USB.h */,
				456565B926E0C90B007DA850 /* BP7.h */,
				456565BA26E0C90B007DA850 /* BGController.h */,
				456565BB26E0C90B007DA850 /* PT3SBTController.h */,
				456565BC26E0C90B007DA850 /* iHealthHS6.h */,
				456565BD26E0C90B007DA850 /* AM4.h */,
				456565BE26E0C90B007DA850 /* BP5SRW.h */,
				456565BF26E0C90B007DA850 /* BG3.h */,
				456565C026E0C90B007DA850 /* IDOWatchDialInfoModel.h */,
				456565C126E0C90B007DA850 /* DFUServerFirmwareInfo.h */,
				456565C226E0C90B007DA850 /* ABI.h */,
				456565C326E0C90B007DA850 /* IDOBluetoothEngine.h */,
				456565C426E0C90B007DA850 /* IDOSyncSportDataModel.h */,
				456565C526E0C90B007DA850 /* HS4.h */,
				456565C626E0C90B007DA850 /* BPBV10Device.h */,
				456565C726E0C90B007DA850 /* IDOBluetoothBaseModel.h */,
				456565C826E0C90B007DA850 /* IDOFoundationCommand.h */,
				456565C926E0C90B007DA850 /* TS28BController.h */,
				456565CA26E0C90B007DA850 /* IDOWatchDialManager.h */,
				456565CB26E0C90B007DA850 /* IDOSyncSleepDataModel.h */,
				456565CC26E0C90B007DA850 /* HealthUser.h */,
				456565CD26E0C90B007DA850 /* IDOSetInfoBluetoothModel.h */,
				456565CE26E0C90B007DA850 /* IDOSyncManager.h */,
				456565CF26E0C90B007DA850 /* BG1Controller.h */,
				456565D026E0C90B007DA850 /* IDOBindEnum.h */,
				456565D126E0C90B007DA850 /* HFSmartLinkDeviceInfo.h */,
				456565D226E0C90B007DA850 /* BP5Controller.h */,
				456565D326E0C90B007DA850 /* THV3Macro.h */,
				456565D426E0C90B007DA850 /* HS2S.h */,
				456565D526E0C90B007DA850 /* IDOBluetoothServices.h */,
				456565D626E0C90B007DA850 /* PO1.h */,
				456565D726E0C90B007DA850 /* HS4Controller.h */,
				456565D826E0C90B007DA850 /* IDOBlueEnum.h */,
				456565D926E0C90B007DA850 /* BP5C.h */,
				456565DA26E0C90B007DA850 /* TS28BHeader.h */,
				456565DB26E0C90B007DA850 /* BP3L.h */,
				456565DC26E0C90B007DA850 /* IHSDKCloudUser.h */,
				456565DD26E0C90B007DA850 /* DFUDeviceFirmwareInfo.h */,
				456565DE26E0C90B007DA850 /* ECG3Controller.h */,
				456565DF26E0C90B007DA850 /* IDOSyncActivityDataModel.h */,
				456565E026E0C90B007DA850 /* KN550BT.h */,
				456565E126E0C90B007DA850 /* SDKInfo.h */,
				456565E226E0C90B007DA850 /* BPLoopMeasureSettingModel.h */,
			);
			path = Headers;
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
		182D01F91DE565EC00E9B783 /* ReactNativeIOSLibrary */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 182D02031DE565EC00E9B783 /* Build configuration list for PBXNativeTarget "ReactNativeIOSLibrary" */;
			buildPhases = (
				182D01F61DE565EC00E9B783 /* Sources */,
				182D01F71DE565EC00E9B783 /* Frameworks */,
				182D01F81DE565EC00E9B783 /* CopyFiles */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = ReactNativeIOSLibrary;
			productName = ReactNativeIOSLibrary;
			productReference = 182D01FA1DE565EC00E9B783 /* libReactNativeIOSLibrary.a */;
			productType = "com.apple.product-type.library.static";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		182D01F21DE565EC00E9B783 /* Project object */ = {
			isa = PBXProject;
			attributes = {
				KnownAssetTags = (
					New,
				);
				LastUpgradeCheck = 0810;
				ORGANIZATIONNAME = daiqingquan;
				TargetAttributes = {
					182D01F91DE565EC00E9B783 = {
						CreatedOnToolsVersion = 8.1;
						ProvisioningStyle = Automatic;
					};
				};
			};
			buildConfigurationList = 182D01F51DE565EC00E9B783 /* Build configuration list for PBXProject "ReactNativeIOSLibrary" */;
			compatibilityVersion = "Xcode 3.2";
			developmentRegion = English;
			hasScannedForEncodings = 0;
			knownRegions = (
				English,
				en,
			);
			mainGroup = 182D01F11DE565EC00E9B783;
			productRefGroup = 182D01FB1DE565EC00E9B783 /* Products */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				182D01F91DE565EC00E9B783 /* ReactNativeIOSLibrary */,
			);
		};
/* End PBXProject section */

/* Begin PBXSourcesBuildPhase section */
		182D01F61DE565EC00E9B783 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				18B752C91FFF67DE00DE2629 /* ECGProfileModule.m in Sources */,
				9F3D8E1C1E0B6CDB00BA44B1 /* BG1ProfileModule.m in Sources */,
				8CCCE9E31E5E7C58007F7FE4 /* HS6ProfileModule.m in Sources */,
				1875102E1DE5E411005E66B1 /* AMProfileModule.m in Sources */,
				183FB1681FF508300040009B /* BTMProfileModule.m in Sources */,
				CE6054BA25482CC90059E83A /* TS28BProfileModule.m in Sources */,
				CE6054B625482CC90059E83A /* HS2SProfileModule.m in Sources */,
				1875102B1DE5E3FB005E66B1 /* BP3LModule.m in Sources */,
				CE6054B925482CC90059E83A /* HS2SModule.m in Sources */,
				182D028B1DE57A2F00E9B783 /* iHealthDeviceManagerModule.m in Sources */,
				CE6054B325482CC90059E83A /* BG5SProfileModule.m in Sources */,
				4565653F26E0BDE7007DA850 /* AM5Module.m in Sources */,
				4565654026E0BDE7007DA850 /* AM5ProfileModule.m in Sources */,
				8CCCE9B21E5ADF49007F7FE4 /* PO3Module.m in Sources */,
				AF1B3F151DF9482100DFDB23 /* HSProfileModule.m in Sources */,
				CE6054B425482CC90059E83A /* NT13BProfileModule.m in Sources */,
				187510251DE5E3CA005E66B1 /* BP7SModule.m in Sources */,
				CE6054B025482CC90059E83A /* BG5SModule.m in Sources */,
				9F3D8E1B1E0B6CDB00BA44B1 /* BG1Module.m in Sources */,
				1875101F1DE5E374005E66B1 /* BPProfileModule.m in Sources */,
				CE6054B125482CC90059E83A /* BP5SModule.m in Sources */,
				3F31C42B21ABE80400811B02 /* HS2Module.m in Sources */,
				CE6054B725482CC90059E83A /* NT13BModule.m in Sources */,
				187510221DE5E399005E66B1 /* BP550BTModule.m in Sources */,
				CE6054C025482E590059E83A /* PO1Module.m in Sources */,
				CEEE2D0E2548F6E4007AC7E4 /* PT3SBTModule.m in Sources */,
				8CCCE9B31E5ADF49007F7FE4 /* POProfileModule.m in Sources */,
				9F3D8E1F1E0B6CDB00BA44B1 /* BGProfileModule.m in Sources */,
				187510341DE5E439005E66B1 /* AM3SModule.m in Sources */,
				CE6054C125482E590059E83A /* PO1ProfileModule.m in Sources */,
				18B752CC1FFF67F100DE2629 /* ECGUSBModule.m in Sources */,
				183FB1691FF508300040009B /* BTMModule.m in Sources */,
				9F3D8E1E1E0B6CDB00BA44B1 /* BG5Module.m in Sources */,
				CEEE2D0D2548F6E4007AC7E4 /* PT3SBTProfileModule.m in Sources */,
				18B752C41FFF61C500DE2629 /* ECGModule.m in Sources */,
				CE6054B525482CC90059E83A /* TS28BModule.m in Sources */,
				AF1B3F141DF9482100DFDB23 /* HS4SModule.m in Sources */,
				AF1B3F3A1DFE72BD00DFDB23 /* HS6Module.m in Sources */,
				45A72D18256E5FCB00825201 /* BP7Module.m in Sources */,
				CE6054B825482CC90059E83A /* BG1SProfileModule.m in Sources */,
				187510311DE5E424005E66B1 /* AM4Module.m in Sources */,
				CE6054B225482CC90059E83A /* BG1SModule.m in Sources */,
				187510281DE5E3E3005E66B1 /* BP5Module.m in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
		182D02011DE565EC00E9B783 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				CLANG_ANALYZER_NONNULL = YES;
				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_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_OBJC_ROOT_CLASS = YES_ERROR;
				CLANG_WARN_SUSPICIOUS_MOVES = YES;
				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_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 = 8.0;
				MTL_ENABLE_DEBUG_INFO = YES;
				ONLY_ACTIVE_ARCH = YES;
				SDKROOT = iphoneos;
			};
			name = Debug;
		};
		182D02021DE565EC00E9B783 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				CLANG_ANALYZER_NONNULL = YES;
				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_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_OBJC_ROOT_CLASS = YES_ERROR;
				CLANG_WARN_SUSPICIOUS_MOVES = YES;
				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_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 = 8.0;
				MTL_ENABLE_DEBUG_INFO = NO;
				SDKROOT = iphoneos;
				VALIDATE_PRODUCT = YES;
			};
			name = Release;
		};
		182D02041DE565EC00E9B783 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				HEADER_SEARCH_PATHS = "$(SRCROOT)/../../react-native/React/**";
				LIBRARY_SEARCH_PATHS = (
					"$(inherited)",
					"$(PROJECT_DIR)/ReactNativeIOSLibrary/Communication_SDK",
					"$(PROJECT_DIR)/ReactNativeIOSLibrary",
				);
				MODULEMAP_PRIVATE_FILE = "";
				OTHER_LDFLAGS = "-ObjC";
				PRODUCT_NAME = "$(TARGET_NAME)";
				SKIP_INSTALL = YES;
			};
			name = Debug;
		};
		182D02051DE565EC00E9B783 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				HEADER_SEARCH_PATHS = "$(SRCROOT)/../../react-native/React/**";
				LIBRARY_SEARCH_PATHS = (
					"$(inherited)",
					"$(PROJECT_DIR)/ReactNativeIOSLibrary/Communication_SDK",
					"$(PROJECT_DIR)/ReactNativeIOSLibrary",
				);
				MODULEMAP_PRIVATE_FILE = "";
				OTHER_LDFLAGS = "-ObjC";
				PRODUCT_NAME = "$(TARGET_NAME)";
				SKIP_INSTALL = YES;
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		182D01F51DE565EC00E9B783 /* Build configuration list for PBXProject "ReactNativeIOSLibrary" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				182D02011DE565EC00E9B783 /* Debug */,
				182D02021DE565EC00E9B783 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		182D02031DE565EC00E9B783 /* Build configuration list for PBXNativeTarget "ReactNativeIOSLibrary" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				182D02041DE565EC00E9B783 /* Debug */,
				182D02051DE565EC00E9B783 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = 182D01F21DE565EC00E9B783 /* Project object */;
}