project.pbxproj
60.2 KB
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
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
3471866118070D9300FA0FB2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3471866018070D9300FA0FB2 /* Foundation.framework */; };
3471866318070D9300FA0FB2 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3471866218070D9300FA0FB2 /* CoreGraphics.framework */; };
3471866518070D9300FA0FB2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3471866418070D9300FA0FB2 /* UIKit.framework */; };
347186A618070E7200FA0FB2 /* libEMFramework.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 347186A518070E7200FA0FB2 /* libEMFramework.a */; };
347186AC18070FAB00FA0FB2 /* CoreBluetooth.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 347186AB18070FAB00FA0FB2 /* CoreBluetooth.framework */; };
34AAB883189804FF0019860D /* BTAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 34AAB877189804FF0019860D /* BTAppDelegate.m */; };
34AAB885189804FF0019860D /* EMDevicePickerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34AAB87A189804FF0019860D /* EMDevicePickerViewController.m */; };
34AAB889189804FF0019860D /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 34AAB880189804FF0019860D /* main.m */; };
34AAB88D189805300019860D /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 34AAB88C189805300019860D /* Images.xcassets */; };
F9015D9019B73052006C7882 /* DatePickerViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = F9015D9219B73052006C7882 /* DatePickerViewController.xib */; };
F9015D9719B7305E006C7882 /* DatePickerViewController_iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = F9015D9919B7305E006C7882 /* DatePickerViewController_iPad.xib */; };
F90416FC19CC776E00333AD8 /* DateRangePickerViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = F90416FE19CC776E00333AD8 /* DateRangePickerViewController.xib */; };
F915612919C3D16D00126FE2 /* DateRangePickerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F915612719C3D16D00126FE2 /* DateRangePickerViewController.m */; };
F92F567919B75F5E00A1EACA /* PriceChangerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F92F567719B75F5E00A1EACA /* PriceChangerViewController.m */; };
F92F567D19B7609C00A1EACA /* PriceChangerViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = F92F567F19B7609C00A1EACA /* PriceChangerViewController.xib */; };
F92F568419B760A800A1EACA /* PriceChangerViewController_iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = F92F568619B760A800A1EACA /* PriceChangerViewController_iPad.xib */; };
F92F569019B763FD00A1EACA /* NameChangerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F92F568E19B763FD00A1EACA /* NameChangerViewController.m */; };
F92F569219B7665F00A1EACA /* NameChangerViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = F92F569419B7665F00A1EACA /* NameChangerViewController.xib */; };
F92F569B19B76A5D00A1EACA /* NameChangerViewController_iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = F92F569D19B76A5D00A1EACA /* NameChangerViewController_iPad.xib */; };
F933F80419B6819400521B90 /* DatePickerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F933F80219B6819400521B90 /* DatePickerViewController.m */; };
F95C3F2B19E87B8700C040C0 /* ChildViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F95C3F2A19E87B8700C040C0 /* ChildViewController.m */; };
F961D804199A5F1000E9282C /* MainStoryboard.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F961D806199A5F1000E9282C /* MainStoryboard.storyboard */; };
F961D80C199A5F2D00E9282C /* back_arrow.png in Resources */ = {isa = PBXBuildFile; fileRef = F961D80E199A5F2D00E9282C /* back_arrow.png */; };
F961D816199A5FA000E9282C /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = F961D814199A5FA000E9282C /* Localizable.strings */; };
F961D819199A711300E9282C /* EMConnectingView.xib in Resources */ = {isa = PBXBuildFile; fileRef = F961D81B199A711300E9282C /* EMConnectingView.xib */; };
F975ADAC19E8248000CA4442 /* DatePickerViewController_iPad_Landscape.xib in Resources */ = {isa = PBXBuildFile; fileRef = F975ADAE19E8248000CA4442 /* DatePickerViewController_iPad_Landscape.xib */; };
F975ADBB19E827EC00CA4442 /* EMConnectingView_Landscape.xib in Resources */ = {isa = PBXBuildFile; fileRef = F975ADBD19E827EC00CA4442 /* EMConnectingView_Landscape.xib */; };
F975ADC219E827F500CA4442 /* EMConnectingView_iPad_Landscape.xib in Resources */ = {isa = PBXBuildFile; fileRef = F975ADC419E827F500CA4442 /* EMConnectingView_iPad_Landscape.xib */; };
F975ADD519E82B7D00CA4442 /* DatePickerViewController_Landscape.xib in Resources */ = {isa = PBXBuildFile; fileRef = F975ADD719E82B7D00CA4442 /* DatePickerViewController_Landscape.xib */; };
F975ADDC19E82B9800CA4442 /* PriceChangerViewController_Landscape.xib in Resources */ = {isa = PBXBuildFile; fileRef = F975ADDE19E82B9800CA4442 /* PriceChangerViewController_Landscape.xib */; };
F975ADE719E82C5D00CA4442 /* PriceChangerViewController_iPad_Landscape.xib in Resources */ = {isa = PBXBuildFile; fileRef = F975ADE919E82C5D00CA4442 /* PriceChangerViewController_iPad_Landscape.xib */; };
F975ADEE19E82D1400CA4442 /* NameChangerViewController_Landscape.xib in Resources */ = {isa = PBXBuildFile; fileRef = F975ADF019E82D1400CA4442 /* NameChangerViewController_Landscape.xib */; };
F975ADF519E82D9F00CA4442 /* NameChangerViewController_iPad_Landscape.xib in Resources */ = {isa = PBXBuildFile; fileRef = F975ADF719E82D9F00CA4442 /* NameChangerViewController_iPad_Landscape.xib */; };
F975ADFC19E8347700CA4442 /* DateRangePickerViewController_Landscape.xib in Resources */ = {isa = PBXBuildFile; fileRef = F975ADFE19E8347700CA4442 /* DateRangePickerViewController_Landscape.xib */; };
F975AE0319E8359B00CA4442 /* DateRangePickerViewController_iPad_Landscape.xib in Resources */ = {isa = PBXBuildFile; fileRef = F975AE0519E8359B00CA4442 /* DateRangePickerViewController_iPad_Landscape.xib */; };
F97B90CB19B859F500DDA9EF /* icon_checkmark.png in Resources */ = {isa = PBXBuildFile; fileRef = F97B90C919B859F500DDA9EF /* icon_checkmark.png */; };
F97B90CC19B859F500DDA9EF /* icon_delete.png in Resources */ = {isa = PBXBuildFile; fileRef = F97B90CA19B859F500DDA9EF /* icon_delete.png */; };
F98356D6192E835F00EA6821 /* InitialViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F98356D5192E835F00EA6821 /* InitialViewController.m */; };
F98356D8192E906600EA6821 /* bluetooth.png in Resources */ = {isa = PBXBuildFile; fileRef = F98356D7192E906600EA6821 /* bluetooth.png */; };
F98356DB192EAFD400EA6821 /* CommunicationProtocol.m in Sources */ = {isa = PBXBuildFile; fileRef = F98356DA192EAFD400EA6821 /* CommunicationProtocol.m */; };
F98356E1192EC84700EA6821 /* MenuTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F98356E0192EC84700EA6821 /* MenuTableViewController.m */; };
F98446F019B9EAE9005C4992 /* Sensors.m in Sources */ = {isa = PBXBuildFile; fileRef = F98446EF19B9EAE9005C4992 /* Sensors.m */; };
F989B5FB19BBC80300657DD9 /* carat-open.png in Resources */ = {isa = PBXBuildFile; fileRef = F989B5F919BBC80300657DD9 /* carat-open.png */; };
F989B5FC19BBC80300657DD9 /* carat.png in Resources */ = {isa = PBXBuildFile; fileRef = F989B5FA19BBC80300657DD9 /* carat.png */; };
F989B5FF19BCD7A100657DD9 /* Sale.m in Sources */ = {isa = PBXBuildFile; fileRef = F989B5FE19BCD7A100657DD9 /* Sale.m */; };
F989B60219BCE28C00657DD9 /* SalesLog.m in Sources */ = {isa = PBXBuildFile; fileRef = F989B60119BCE28C00657DD9 /* SalesLog.m */; };
F996591219CC7F3D00667BEC /* DateRangePickerViewController_iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = F996591419CC7F3D00667BEC /* DateRangePickerViewController_iPad.xib */; };
F9A8EF7C192FE201009E7532 /* Stack.m in Sources */ = {isa = PBXBuildFile; fileRef = F9A8EF7B192FE201009E7532 /* Stack.m */; };
F9B9100919E59773006D4D06 /* IncidentLog.m in Sources */ = {isa = PBXBuildFile; fileRef = F9B9100819E59773006D4D06 /* IncidentLog.m */; };
F9B9100C19E5A0A1006D4D06 /* Incident.m in Sources */ = {isa = PBXBuildFile; fileRef = F9B9100B19E5A0A1006D4D06 /* Incident.m */; };
F9C77F50192CDE30002DBE8A /* system.json in Resources */ = {isa = PBXBuildFile; fileRef = F9C77F4F192CDE30002DBE8A /* system.json */; };
F9CED59A19BE086E008F3764 /* UIView+Toast.m in Sources */ = {isa = PBXBuildFile; fileRef = F9CED59919BE086E008F3764 /* UIView+Toast.m */; };
F9E4D8FD19B8FD32009A7359 /* EMConnectingView_iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = F9E4D8FF19B8FD32009A7359 /* EMConnectingView_iPad.xib */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
3471865D18070D9300FA0FB2 /* BT Vendor.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "BT Vendor.app"; sourceTree = BUILT_PRODUCTS_DIR; };
3471866018070D9300FA0FB2 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
3471866218070D9300FA0FB2 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
3471866418070D9300FA0FB2 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
3471867918070D9300FA0FB2 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
3471869118070E6500FA0FB2 /* EMBluetoothLowEnergyConnectionType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EMBluetoothLowEnergyConnectionType.h; sourceTree = "<group>"; };
3471869218070E6500FA0FB2 /* EMChecksum.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EMChecksum.h; sourceTree = "<group>"; };
3471869318070E6500FA0FB2 /* EMConnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EMConnection.h; sourceTree = "<group>"; };
3471869518070E6500FA0FB2 /* EMConnectionListManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EMConnectionListManager.h; sourceTree = "<group>"; };
3471869718070E6500FA0FB2 /* EMConnectionManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EMConnectionManager.h; sourceTree = "<group>"; };
3471869918070E6500FA0FB2 /* EMConnectionType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EMConnectionType.h; sourceTree = "<group>"; };
3471869A18070E6500FA0FB2 /* EMDeviceBasicDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EMDeviceBasicDescription.h; sourceTree = "<group>"; };
3471869B18070E6500FA0FB2 /* EMFramework.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EMFramework.h; sourceTree = "<group>"; };
3471869E18070E6500FA0FB2 /* EMResourceValue+CocoaAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "EMResourceValue+CocoaAdditions.h"; sourceTree = "<group>"; };
3471869F18070E6500FA0FB2 /* EMResourceValue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EMResourceValue.h; sourceTree = "<group>"; };
347186A018070E6500FA0FB2 /* EMSchema.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EMSchema.h; sourceTree = "<group>"; };
347186A118070E6500FA0FB2 /* EMSerialPacket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EMSerialPacket.h; sourceTree = "<group>"; };
347186A218070E6500FA0FB2 /* EMSignalStrengthFilter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EMSignalStrengthFilter.h; sourceTree = "<group>"; };
347186A318070E6500FA0FB2 /* EMTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EMTypes.h; sourceTree = "<group>"; };
347186A518070E7200FA0FB2 /* libEMFramework.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libEMFramework.a; path = EmmocoMobileFramework/Framework/libEMFramework.a; sourceTree = SOURCE_ROOT; };
347186AB18070FAB00FA0FB2 /* CoreBluetooth.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreBluetooth.framework; path = System/Library/Frameworks/CoreBluetooth.framework; sourceTree = SDKROOT; };
34AAB876189804FF0019860D /* BTAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BTAppDelegate.h; path = FirstAppExample/BTAppDelegate.h; sourceTree = SOURCE_ROOT; };
34AAB877189804FF0019860D /* BTAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BTAppDelegate.m; path = FirstAppExample/BTAppDelegate.m; sourceTree = SOURCE_ROOT; };
34AAB879189804FF0019860D /* EMDevicePickerViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = EMDevicePickerViewController.h; path = FirstAppExample/EMDevicePickerViewController.h; sourceTree = SOURCE_ROOT; };
34AAB87A189804FF0019860D /* EMDevicePickerViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = EMDevicePickerViewController.m; path = FirstAppExample/EMDevicePickerViewController.m; sourceTree = SOURCE_ROOT; };
34AAB87E189804FF0019860D /* BT Vendor-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "BT Vendor-Info.plist"; path = "FirstAppExample/BT Vendor-Info.plist"; sourceTree = SOURCE_ROOT; };
34AAB87F189804FF0019860D /* BT Vendor-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "BT Vendor-Prefix.pch"; path = "FirstAppExample/BT Vendor-Prefix.pch"; sourceTree = SOURCE_ROOT; };
34AAB880189804FF0019860D /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = FirstAppExample/main.m; sourceTree = SOURCE_ROOT; };
34AAB88C189805300019860D /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = FirstAppExample/Images.xcassets; sourceTree = SOURCE_ROOT; };
F9015D9119B73052006C7882 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/DatePickerViewController.xib; sourceTree = "<group>"; };
F9015D9419B73056006C7882 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/DatePickerViewController.strings; sourceTree = "<group>"; };
F9015D9619B73057006C7882 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/DatePickerViewController.strings; sourceTree = "<group>"; };
F9015D9819B7305E006C7882 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/DatePickerViewController_iPad.xib; sourceTree = "<group>"; };
F9015D9B19B73062006C7882 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/DatePickerViewController_iPad.strings; sourceTree = "<group>"; };
F9015D9D19B73062006C7882 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/DatePickerViewController_iPad.strings; sourceTree = "<group>"; };
F90416FD19CC776E00333AD8 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/DateRangePickerViewController.xib; sourceTree = "<group>"; };
F904170019CC777200333AD8 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/DateRangePickerViewController.strings; sourceTree = "<group>"; };
F904170219CC777300333AD8 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/DateRangePickerViewController.strings; sourceTree = "<group>"; };
F915612619C3D16D00126FE2 /* DateRangePickerViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DateRangePickerViewController.h; sourceTree = SOURCE_ROOT; };
F915612719C3D16D00126FE2 /* DateRangePickerViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DateRangePickerViewController.m; sourceTree = SOURCE_ROOT; };
F92F567619B75F5E00A1EACA /* PriceChangerViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PriceChangerViewController.h; sourceTree = SOURCE_ROOT; };
F92F567719B75F5E00A1EACA /* PriceChangerViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PriceChangerViewController.m; sourceTree = SOURCE_ROOT; };
F92F567E19B7609C00A1EACA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/PriceChangerViewController.xib; sourceTree = "<group>"; };
F92F568119B760A100A1EACA /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/PriceChangerViewController.strings; sourceTree = "<group>"; };
F92F568519B760A800A1EACA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/PriceChangerViewController_iPad.xib; sourceTree = "<group>"; };
F92F568819B760AA00A1EACA /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/PriceChangerViewController_iPad.strings; sourceTree = "<group>"; };
F92F568A19B760AB00A1EACA /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/PriceChangerViewController_iPad.strings; sourceTree = "<group>"; };
F92F568C19B7616200A1EACA /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/PriceChangerViewController.strings; sourceTree = "<group>"; };
F92F568D19B763FD00A1EACA /* NameChangerViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NameChangerViewController.h; sourceTree = SOURCE_ROOT; };
F92F568E19B763FD00A1EACA /* NameChangerViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NameChangerViewController.m; sourceTree = SOURCE_ROOT; };
F92F569319B7665F00A1EACA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/NameChangerViewController.xib; sourceTree = "<group>"; };
F92F569619B7666300A1EACA /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/NameChangerViewController.strings; sourceTree = "<group>"; };
F92F569819B7666400A1EACA /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/NameChangerViewController.strings; sourceTree = "<group>"; };
F92F569C19B76A5D00A1EACA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/NameChangerViewController_iPad.xib; sourceTree = "<group>"; };
F92F569F19B76A6300A1EACA /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/NameChangerViewController_iPad.strings; sourceTree = "<group>"; };
F92F56A119B76A6400A1EACA /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/NameChangerViewController_iPad.strings; sourceTree = "<group>"; };
F933F80119B6819400521B90 /* DatePickerViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DatePickerViewController.h; sourceTree = SOURCE_ROOT; };
F933F80219B6819400521B90 /* DatePickerViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DatePickerViewController.m; sourceTree = SOURCE_ROOT; };
F95C3F2919E87B8700C040C0 /* ChildViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ChildViewController.h; sourceTree = SOURCE_ROOT; };
F95C3F2A19E87B8700C040C0 /* ChildViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ChildViewController.m; sourceTree = SOURCE_ROOT; };
F961D807199A5F1800E9282C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/MainStoryboard.storyboard; sourceTree = "<group>"; };
F961D809199A5F2200E9282C /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/MainStoryboard.strings; sourceTree = "<group>"; };
F961D80B199A5F2300E9282C /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/MainStoryboard.strings; sourceTree = "<group>"; };
F961D80D199A5F2D00E9282C /* Base */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Base; path = Base.lproj/back_arrow.png; sourceTree = "<group>"; };
F961D80F199A5F3100E9282C /* en */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = en; path = en.lproj/back_arrow.png; sourceTree = "<group>"; };
F961D810199A5F3100E9282C /* es */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = es; path = es.lproj/back_arrow.png; sourceTree = "<group>"; };
F961D815199A5FA000E9282C /* Base */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Base; path = Base.lproj/Localizable.strings; sourceTree = SOURCE_ROOT; };
F961D817199A5FA300E9282C /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = SOURCE_ROOT; };
F961D818199A5FA500E9282C /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = SOURCE_ROOT; };
F961D81A199A711300E9282C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/EMConnectingView.xib; sourceTree = "<group>"; };
F961D81D199A711600E9282C /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/EMConnectingView.strings; sourceTree = "<group>"; };
F961D81F199A711700E9282C /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/EMConnectingView.strings; sourceTree = "<group>"; };
F975ADAD19E8248000CA4442 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/DatePickerViewController_iPad_Landscape.xib; sourceTree = "<group>"; };
F975ADB019E8248200CA4442 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/DatePickerViewController_iPad_Landscape.strings; sourceTree = "<group>"; };
F975ADB219E8248300CA4442 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/DatePickerViewController_iPad_Landscape.strings; sourceTree = "<group>"; };
F975ADBC19E827EC00CA4442 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/EMConnectingView_Landscape.xib; sourceTree = "<group>"; };
F975ADBF19E827F000CA4442 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/EMConnectingView_Landscape.strings; sourceTree = "<group>"; };
F975ADC119E827F100CA4442 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/EMConnectingView_Landscape.strings; sourceTree = "<group>"; };
F975ADC319E827F500CA4442 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/EMConnectingView_iPad_Landscape.xib; sourceTree = "<group>"; };
F975ADC619E827F900CA4442 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/EMConnectingView_iPad_Landscape.strings; sourceTree = "<group>"; };
F975ADC819E827F900CA4442 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/EMConnectingView_iPad_Landscape.strings; sourceTree = "<group>"; };
F975ADD619E82B7D00CA4442 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/DatePickerViewController_Landscape.xib; sourceTree = "<group>"; };
F975ADD919E82B8000CA4442 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/DatePickerViewController_Landscape.strings; sourceTree = "<group>"; };
F975ADDB19E82B8100CA4442 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/DatePickerViewController_Landscape.strings; sourceTree = "<group>"; };
F975ADDD19E82B9800CA4442 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/PriceChangerViewController_Landscape.xib; sourceTree = "<group>"; };
F975ADE419E82BE200CA4442 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/PriceChangerViewController_Landscape.strings; sourceTree = "<group>"; };
F975ADE619E82BE300CA4442 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/PriceChangerViewController_Landscape.strings; sourceTree = "<group>"; };
F975ADE819E82C5D00CA4442 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/PriceChangerViewController_iPad_Landscape.xib; sourceTree = "<group>"; };
F975ADEB19E82C6200CA4442 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/PriceChangerViewController_iPad_Landscape.strings; sourceTree = "<group>"; };
F975ADED19E82C6200CA4442 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/PriceChangerViewController_iPad_Landscape.strings; sourceTree = "<group>"; };
F975ADEF19E82D1400CA4442 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/NameChangerViewController_Landscape.xib; sourceTree = "<group>"; };
F975ADF219E82D1600CA4442 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/NameChangerViewController_Landscape.strings; sourceTree = "<group>"; };
F975ADF419E82D1600CA4442 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/NameChangerViewController_Landscape.strings; sourceTree = "<group>"; };
F975ADF619E82D9F00CA4442 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/NameChangerViewController_iPad_Landscape.xib; sourceTree = "<group>"; };
F975ADF919E82DA100CA4442 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/NameChangerViewController_iPad_Landscape.strings; sourceTree = "<group>"; };
F975ADFB19E82DA200CA4442 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/NameChangerViewController_iPad_Landscape.strings; sourceTree = "<group>"; };
F975ADFD19E8347700CA4442 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/DateRangePickerViewController_Landscape.xib; sourceTree = "<group>"; };
F975AE0019E8347900CA4442 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/DateRangePickerViewController_Landscape.strings; sourceTree = "<group>"; };
F975AE0219E8347A00CA4442 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/DateRangePickerViewController_Landscape.strings; sourceTree = "<group>"; };
F975AE0419E8359B00CA4442 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/DateRangePickerViewController_iPad_Landscape.xib; sourceTree = "<group>"; };
F975AE0719E8359D00CA4442 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/DateRangePickerViewController_iPad_Landscape.strings; sourceTree = "<group>"; };
F975AE0919E8359E00CA4442 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/DateRangePickerViewController_iPad_Landscape.strings; sourceTree = "<group>"; };
F97B90C919B859F500DDA9EF /* icon_checkmark.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = icon_checkmark.png; sourceTree = SOURCE_ROOT; };
F97B90CA19B859F500DDA9EF /* icon_delete.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = icon_delete.png; sourceTree = SOURCE_ROOT; };
F98356D4192E835F00EA6821 /* InitialViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InitialViewController.h; sourceTree = SOURCE_ROOT; };
F98356D5192E835F00EA6821 /* InitialViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = InitialViewController.m; sourceTree = SOURCE_ROOT; };
F98356D7192E906600EA6821 /* bluetooth.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bluetooth.png; sourceTree = SOURCE_ROOT; };
F98356D9192EAFD400EA6821 /* CommunicationProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CommunicationProtocol.h; sourceTree = SOURCE_ROOT; };
F98356DA192EAFD400EA6821 /* CommunicationProtocol.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CommunicationProtocol.m; sourceTree = SOURCE_ROOT; };
F98356DF192EC84700EA6821 /* MenuTableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MenuTableViewController.h; sourceTree = SOURCE_ROOT; };
F98356E0192EC84700EA6821 /* MenuTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MenuTableViewController.m; sourceTree = SOURCE_ROOT; };
F98446EE19B9EAE9005C4992 /* Sensors.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Sensors.h; sourceTree = SOURCE_ROOT; };
F98446EF19B9EAE9005C4992 /* Sensors.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Sensors.m; sourceTree = SOURCE_ROOT; };
F989B5F919BBC80300657DD9 /* carat-open.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "carat-open.png"; sourceTree = SOURCE_ROOT; };
F989B5FA19BBC80300657DD9 /* carat.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = carat.png; sourceTree = SOURCE_ROOT; };
F989B5FD19BCD7A100657DD9 /* Sale.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Sale.h; sourceTree = SOURCE_ROOT; };
F989B5FE19BCD7A100657DD9 /* Sale.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Sale.m; sourceTree = SOURCE_ROOT; };
F989B60019BCE28C00657DD9 /* SalesLog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SalesLog.h; sourceTree = SOURCE_ROOT; };
F989B60119BCE28C00657DD9 /* SalesLog.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SalesLog.m; sourceTree = SOURCE_ROOT; };
F996591319CC7F3D00667BEC /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/DateRangePickerViewController_iPad.xib; sourceTree = "<group>"; };
F996591619CC7F4400667BEC /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/DateRangePickerViewController_iPad.strings; sourceTree = "<group>"; };
F996591819CC7F4500667BEC /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/DateRangePickerViewController_iPad.strings; sourceTree = "<group>"; };
F9A8EF7A192FE201009E7532 /* Stack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Stack.h; sourceTree = SOURCE_ROOT; };
F9A8EF7B192FE201009E7532 /* Stack.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Stack.m; sourceTree = SOURCE_ROOT; };
F9B9100719E59773006D4D06 /* IncidentLog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IncidentLog.h; sourceTree = SOURCE_ROOT; };
F9B9100819E59773006D4D06 /* IncidentLog.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IncidentLog.m; sourceTree = SOURCE_ROOT; };
F9B9100A19E5A0A1006D4D06 /* Incident.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Incident.h; sourceTree = SOURCE_ROOT; };
F9B9100B19E5A0A1006D4D06 /* Incident.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Incident.m; sourceTree = SOURCE_ROOT; };
F9C77F4F192CDE30002DBE8A /* system.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = system.json; sourceTree = SOURCE_ROOT; };
F9CED59819BE086E008F3764 /* UIView+Toast.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIView+Toast.h"; sourceTree = SOURCE_ROOT; };
F9CED59919BE086E008F3764 /* UIView+Toast.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIView+Toast.m"; sourceTree = SOURCE_ROOT; };
F9E4D8FE19B8FD32009A7359 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/EMConnectingView_iPad.xib; sourceTree = "<group>"; };
F9E4D90119B8FD36009A7359 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/EMConnectingView_iPad.strings; sourceTree = "<group>"; };
F9E4D90319B8FD37009A7359 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/EMConnectingView_iPad.strings; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
3471865A18070D9300FA0FB2 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
347186AC18070FAB00FA0FB2 /* CoreBluetooth.framework in Frameworks */,
3471866318070D9300FA0FB2 /* CoreGraphics.framework in Frameworks */,
3471866518070D9300FA0FB2 /* UIKit.framework in Frameworks */,
347186A618070E7200FA0FB2 /* libEMFramework.a in Frameworks */,
3471866118070D9300FA0FB2 /* Foundation.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
3471865418070D9300FA0FB2 = {
isa = PBXGroup;
children = (
3471866618070D9300FA0FB2 /* BT Vendor */,
3471865F18070D9300FA0FB2 /* Frameworks */,
3471865E18070D9300FA0FB2 /* Products */,
);
sourceTree = "<group>";
};
3471865E18070D9300FA0FB2 /* Products */ = {
isa = PBXGroup;
children = (
3471865D18070D9300FA0FB2 /* BT Vendor.app */,
);
name = Products;
sourceTree = "<group>";
};
3471865F18070D9300FA0FB2 /* Frameworks */ = {
isa = PBXGroup;
children = (
347186AB18070FAB00FA0FB2 /* CoreBluetooth.framework */,
3471866018070D9300FA0FB2 /* Foundation.framework */,
3471866218070D9300FA0FB2 /* CoreGraphics.framework */,
3471866418070D9300FA0FB2 /* UIKit.framework */,
3471867918070D9300FA0FB2 /* XCTest.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
3471866618070D9300FA0FB2 /* BT Vendor */ = {
isa = PBXGroup;
children = (
F9CED59719BE0863008F3764 /* Toast View */,
3471868F18070E4300FA0FB2 /* Framework */,
347186A718070F7F00FA0FB2 /* Device Picker */,
347186B91807290E00FA0FB2 /* Schemas */,
3471866718070D9300FA0FB2 /* Supporting Files */,
F9ED745419B89E4600C7298D /* Views */,
F9ED745519B89E7700C7298D /* Headers */,
34AAB877189804FF0019860D /* BTAppDelegate.m */,
F98356D5192E835F00EA6821 /* InitialViewController.m */,
F98356E0192EC84700EA6821 /* MenuTableViewController.m */,
F9A8EF7B192FE201009E7532 /* Stack.m */,
F98356DA192EAFD400EA6821 /* CommunicationProtocol.m */,
F95C3F2A19E87B8700C040C0 /* ChildViewController.m */,
F933F80219B6819400521B90 /* DatePickerViewController.m */,
F92F567719B75F5E00A1EACA /* PriceChangerViewController.m */,
F92F568E19B763FD00A1EACA /* NameChangerViewController.m */,
F915612719C3D16D00126FE2 /* DateRangePickerViewController.m */,
34AAB880189804FF0019860D /* main.m */,
F98446EF19B9EAE9005C4992 /* Sensors.m */,
F989B5FE19BCD7A100657DD9 /* Sale.m */,
F989B60119BCE28C00657DD9 /* SalesLog.m */,
F9B9100B19E5A0A1006D4D06 /* Incident.m */,
F9B9100819E59773006D4D06 /* IncidentLog.m */,
);
name = "BT Vendor";
path = TestAppExample;
sourceTree = "<group>";
};
3471866718070D9300FA0FB2 /* Supporting Files */ = {
isa = PBXGroup;
children = (
F9ED745719B89EF000C7298D /* Images */,
F961D814199A5FA000E9282C /* Localizable.strings */,
34AAB87E189804FF0019860D /* BT Vendor-Info.plist */,
34AAB87F189804FF0019860D /* BT Vendor-Prefix.pch */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
3471868F18070E4300FA0FB2 /* Framework */ = {
isa = PBXGroup;
children = (
347186A518070E7200FA0FB2 /* libEMFramework.a */,
3471869018070E6500FA0FB2 /* Headers */,
);
name = Framework;
sourceTree = "<group>";
};
3471869018070E6500FA0FB2 /* Headers */ = {
isa = PBXGroup;
children = (
3471869118070E6500FA0FB2 /* EMBluetoothLowEnergyConnectionType.h */,
3471869218070E6500FA0FB2 /* EMChecksum.h */,
3471869318070E6500FA0FB2 /* EMConnection.h */,
3471869518070E6500FA0FB2 /* EMConnectionListManager.h */,
3471869718070E6500FA0FB2 /* EMConnectionManager.h */,
3471869918070E6500FA0FB2 /* EMConnectionType.h */,
3471869A18070E6500FA0FB2 /* EMDeviceBasicDescription.h */,
3471869B18070E6500FA0FB2 /* EMFramework.h */,
3471869E18070E6500FA0FB2 /* EMResourceValue+CocoaAdditions.h */,
3471869F18070E6500FA0FB2 /* EMResourceValue.h */,
347186A018070E6500FA0FB2 /* EMSchema.h */,
347186A118070E6500FA0FB2 /* EMSerialPacket.h */,
347186A218070E6500FA0FB2 /* EMSignalStrengthFilter.h */,
347186A318070E6500FA0FB2 /* EMTypes.h */,
);
name = Headers;
path = EmmocoMobileFramework/Headers;
sourceTree = SOURCE_ROOT;
};
347186A718070F7F00FA0FB2 /* Device Picker */ = {
isa = PBXGroup;
children = (
F961D81B199A711300E9282C /* EMConnectingView.xib */,
F975ADBD19E827EC00CA4442 /* EMConnectingView_Landscape.xib */,
F9E4D8FF19B8FD32009A7359 /* EMConnectingView_iPad.xib */,
F975ADC419E827F500CA4442 /* EMConnectingView_iPad_Landscape.xib */,
34AAB879189804FF0019860D /* EMDevicePickerViewController.h */,
34AAB87A189804FF0019860D /* EMDevicePickerViewController.m */,
);
name = "Device Picker";
sourceTree = "<group>";
};
347186B91807290E00FA0FB2 /* Schemas */ = {
isa = PBXGroup;
children = (
F9C77F4F192CDE30002DBE8A /* system.json */,
);
name = Schemas;
sourceTree = "<group>";
};
F9CED59719BE0863008F3764 /* Toast View */ = {
isa = PBXGroup;
children = (
F9CED59819BE086E008F3764 /* UIView+Toast.h */,
F9CED59919BE086E008F3764 /* UIView+Toast.m */,
);
name = "Toast View";
sourceTree = "<group>";
};
F9ED745419B89E4600C7298D /* Views */ = {
isa = PBXGroup;
children = (
F961D806199A5F1000E9282C /* MainStoryboard.storyboard */,
F9015D9219B73052006C7882 /* DatePickerViewController.xib */,
F975ADD719E82B7D00CA4442 /* DatePickerViewController_Landscape.xib */,
F9015D9919B7305E006C7882 /* DatePickerViewController_iPad.xib */,
F975ADAE19E8248000CA4442 /* DatePickerViewController_iPad_Landscape.xib */,
F92F567F19B7609C00A1EACA /* PriceChangerViewController.xib */,
F975ADDE19E82B9800CA4442 /* PriceChangerViewController_Landscape.xib */,
F92F568619B760A800A1EACA /* PriceChangerViewController_iPad.xib */,
F975ADE919E82C5D00CA4442 /* PriceChangerViewController_iPad_Landscape.xib */,
F92F569419B7665F00A1EACA /* NameChangerViewController.xib */,
F975ADF019E82D1400CA4442 /* NameChangerViewController_Landscape.xib */,
F92F569D19B76A5D00A1EACA /* NameChangerViewController_iPad.xib */,
F975ADF719E82D9F00CA4442 /* NameChangerViewController_iPad_Landscape.xib */,
F90416FE19CC776E00333AD8 /* DateRangePickerViewController.xib */,
F975ADFE19E8347700CA4442 /* DateRangePickerViewController_Landscape.xib */,
F996591419CC7F3D00667BEC /* DateRangePickerViewController_iPad.xib */,
F975AE0519E8359B00CA4442 /* DateRangePickerViewController_iPad_Landscape.xib */,
);
name = Views;
sourceTree = "<group>";
};
F9ED745519B89E7700C7298D /* Headers */ = {
isa = PBXGroup;
children = (
34AAB876189804FF0019860D /* BTAppDelegate.h */,
F98356D4192E835F00EA6821 /* InitialViewController.h */,
F98356DF192EC84700EA6821 /* MenuTableViewController.h */,
F98356D9192EAFD400EA6821 /* CommunicationProtocol.h */,
F9A8EF7A192FE201009E7532 /* Stack.h */,
F95C3F2919E87B8700C040C0 /* ChildViewController.h */,
F933F80119B6819400521B90 /* DatePickerViewController.h */,
F92F567619B75F5E00A1EACA /* PriceChangerViewController.h */,
F92F568D19B763FD00A1EACA /* NameChangerViewController.h */,
F915612619C3D16D00126FE2 /* DateRangePickerViewController.h */,
F98446EE19B9EAE9005C4992 /* Sensors.h */,
F989B5FD19BCD7A100657DD9 /* Sale.h */,
F989B60019BCE28C00657DD9 /* SalesLog.h */,
F9B9100A19E5A0A1006D4D06 /* Incident.h */,
F9B9100719E59773006D4D06 /* IncidentLog.h */,
);
name = Headers;
sourceTree = "<group>";
};
F9ED745719B89EF000C7298D /* Images */ = {
isa = PBXGroup;
children = (
34AAB88C189805300019860D /* Images.xcassets */,
F989B5F919BBC80300657DD9 /* carat-open.png */,
F989B5FA19BBC80300657DD9 /* carat.png */,
F97B90C919B859F500DDA9EF /* icon_checkmark.png */,
F97B90CA19B859F500DDA9EF /* icon_delete.png */,
F961D80E199A5F2D00E9282C /* back_arrow.png */,
F98356D7192E906600EA6821 /* bluetooth.png */,
);
name = Images;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
3471865C18070D9300FA0FB2 /* BT Vendor */ = {
isa = PBXNativeTarget;
buildConfigurationList = 3471868918070D9300FA0FB2 /* Build configuration list for PBXNativeTarget "BT Vendor" */;
buildPhases = (
3471865918070D9300FA0FB2 /* Sources */,
3471865A18070D9300FA0FB2 /* Frameworks */,
3471865B18070D9300FA0FB2 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = "BT Vendor";
productName = TestAppExample;
productReference = 3471865D18070D9300FA0FB2 /* BT Vendor.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
3471865518070D9300FA0FB2 /* Project object */ = {
isa = PBXProject;
attributes = {
CLASSPREFIX = EM;
LastUpgradeCheck = 0510;
ORGANIZATIONNAME = Emmoco;
TargetAttributes = {
3471865C18070D9300FA0FB2 = {
DevelopmentTeam = GWUFEH6P8F;
};
};
};
buildConfigurationList = 3471865818070D9300FA0FB2 /* Build configuration list for PBXProject "BT Vendor" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
es,
Base,
);
mainGroup = 3471865418070D9300FA0FB2;
productRefGroup = 3471865E18070D9300FA0FB2 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
3471865C18070D9300FA0FB2 /* BT Vendor */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
3471865B18070D9300FA0FB2 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F975ADC219E827F500CA4442 /* EMConnectingView_iPad_Landscape.xib in Resources */,
F975ADF519E82D9F00CA4442 /* NameChangerViewController_iPad_Landscape.xib in Resources */,
F975AE0319E8359B00CA4442 /* DateRangePickerViewController_iPad_Landscape.xib in Resources */,
F975ADD519E82B7D00CA4442 /* DatePickerViewController_Landscape.xib in Resources */,
F97B90CC19B859F500DDA9EF /* icon_delete.png in Resources */,
F9015D9019B73052006C7882 /* DatePickerViewController.xib in Resources */,
F9E4D8FD19B8FD32009A7359 /* EMConnectingView_iPad.xib in Resources */,
F975ADDC19E82B9800CA4442 /* PriceChangerViewController_Landscape.xib in Resources */,
F98356D8192E906600EA6821 /* bluetooth.png in Resources */,
F9015D9719B7305E006C7882 /* DatePickerViewController_iPad.xib in Resources */,
F961D819199A711300E9282C /* EMConnectingView.xib in Resources */,
F975ADE719E82C5D00CA4442 /* PriceChangerViewController_iPad_Landscape.xib in Resources */,
F9C77F50192CDE30002DBE8A /* system.json in Resources */,
F989B5FC19BBC80300657DD9 /* carat.png in Resources */,
F92F569B19B76A5D00A1EACA /* NameChangerViewController_iPad.xib in Resources */,
F92F567D19B7609C00A1EACA /* PriceChangerViewController.xib in Resources */,
F92F569219B7665F00A1EACA /* NameChangerViewController.xib in Resources */,
F90416FC19CC776E00333AD8 /* DateRangePickerViewController.xib in Resources */,
F975ADFC19E8347700CA4442 /* DateRangePickerViewController_Landscape.xib in Resources */,
F975ADAC19E8248000CA4442 /* DatePickerViewController_iPad_Landscape.xib in Resources */,
F975ADEE19E82D1400CA4442 /* NameChangerViewController_Landscape.xib in Resources */,
F996591219CC7F3D00667BEC /* DateRangePickerViewController_iPad.xib in Resources */,
F961D80C199A5F2D00E9282C /* back_arrow.png in Resources */,
F961D816199A5FA000E9282C /* Localizable.strings in Resources */,
F97B90CB19B859F500DDA9EF /* icon_checkmark.png in Resources */,
34AAB88D189805300019860D /* Images.xcassets in Resources */,
F989B5FB19BBC80300657DD9 /* carat-open.png in Resources */,
F92F568419B760A800A1EACA /* PriceChangerViewController_iPad.xib in Resources */,
F975ADBB19E827EC00CA4442 /* EMConnectingView_Landscape.xib in Resources */,
F961D804199A5F1000E9282C /* MainStoryboard.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
3471865918070D9300FA0FB2 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F915612919C3D16D00126FE2 /* DateRangePickerViewController.m in Sources */,
F92F569019B763FD00A1EACA /* NameChangerViewController.m in Sources */,
F933F80419B6819400521B90 /* DatePickerViewController.m in Sources */,
F989B5FF19BCD7A100657DD9 /* Sale.m in Sources */,
F98356D6192E835F00EA6821 /* InitialViewController.m in Sources */,
F9B9100C19E5A0A1006D4D06 /* Incident.m in Sources */,
F9CED59A19BE086E008F3764 /* UIView+Toast.m in Sources */,
F9A8EF7C192FE201009E7532 /* Stack.m in Sources */,
34AAB885189804FF0019860D /* EMDevicePickerViewController.m in Sources */,
F9B9100919E59773006D4D06 /* IncidentLog.m in Sources */,
F989B60219BCE28C00657DD9 /* SalesLog.m in Sources */,
F95C3F2B19E87B8700C040C0 /* ChildViewController.m in Sources */,
F92F567919B75F5E00A1EACA /* PriceChangerViewController.m in Sources */,
34AAB883189804FF0019860D /* BTAppDelegate.m in Sources */,
F98356DB192EAFD400EA6821 /* CommunicationProtocol.m in Sources */,
F98356E1192EC84700EA6821 /* MenuTableViewController.m in Sources */,
F98446F019B9EAE9005C4992 /* Sensors.m in Sources */,
34AAB889189804FF0019860D /* main.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXVariantGroup section */
F9015D9219B73052006C7882 /* DatePickerViewController.xib */ = {
isa = PBXVariantGroup;
children = (
F9015D9119B73052006C7882 /* Base */,
F9015D9419B73056006C7882 /* en */,
F9015D9619B73057006C7882 /* es */,
);
name = DatePickerViewController.xib;
sourceTree = SOURCE_ROOT;
};
F9015D9919B7305E006C7882 /* DatePickerViewController_iPad.xib */ = {
isa = PBXVariantGroup;
children = (
F9015D9819B7305E006C7882 /* Base */,
F9015D9B19B73062006C7882 /* en */,
F9015D9D19B73062006C7882 /* es */,
);
name = DatePickerViewController_iPad.xib;
sourceTree = SOURCE_ROOT;
};
F90416FE19CC776E00333AD8 /* DateRangePickerViewController.xib */ = {
isa = PBXVariantGroup;
children = (
F90416FD19CC776E00333AD8 /* Base */,
F904170019CC777200333AD8 /* en */,
F904170219CC777300333AD8 /* es */,
);
name = DateRangePickerViewController.xib;
sourceTree = SOURCE_ROOT;
};
F92F567F19B7609C00A1EACA /* PriceChangerViewController.xib */ = {
isa = PBXVariantGroup;
children = (
F92F567E19B7609C00A1EACA /* Base */,
F92F568119B760A100A1EACA /* en */,
F92F568C19B7616200A1EACA /* es */,
);
name = PriceChangerViewController.xib;
sourceTree = SOURCE_ROOT;
};
F92F568619B760A800A1EACA /* PriceChangerViewController_iPad.xib */ = {
isa = PBXVariantGroup;
children = (
F92F568519B760A800A1EACA /* Base */,
F92F568819B760AA00A1EACA /* en */,
F92F568A19B760AB00A1EACA /* es */,
);
name = PriceChangerViewController_iPad.xib;
sourceTree = SOURCE_ROOT;
};
F92F569419B7665F00A1EACA /* NameChangerViewController.xib */ = {
isa = PBXVariantGroup;
children = (
F92F569319B7665F00A1EACA /* Base */,
F92F569619B7666300A1EACA /* en */,
F92F569819B7666400A1EACA /* es */,
);
name = NameChangerViewController.xib;
sourceTree = SOURCE_ROOT;
};
F92F569D19B76A5D00A1EACA /* NameChangerViewController_iPad.xib */ = {
isa = PBXVariantGroup;
children = (
F92F569C19B76A5D00A1EACA /* Base */,
F92F569F19B76A6300A1EACA /* en */,
F92F56A119B76A6400A1EACA /* es */,
);
name = NameChangerViewController_iPad.xib;
sourceTree = SOURCE_ROOT;
};
F961D806199A5F1000E9282C /* MainStoryboard.storyboard */ = {
isa = PBXVariantGroup;
children = (
F961D807199A5F1800E9282C /* Base */,
F961D809199A5F2200E9282C /* en */,
F961D80B199A5F2300E9282C /* es */,
);
name = MainStoryboard.storyboard;
path = FirstAppExample;
sourceTree = SOURCE_ROOT;
};
F961D80E199A5F2D00E9282C /* back_arrow.png */ = {
isa = PBXVariantGroup;
children = (
F961D80D199A5F2D00E9282C /* Base */,
F961D80F199A5F3100E9282C /* en */,
F961D810199A5F3100E9282C /* es */,
);
name = back_arrow.png;
sourceTree = SOURCE_ROOT;
};
F961D814199A5FA000E9282C /* Localizable.strings */ = {
isa = PBXVariantGroup;
children = (
F961D815199A5FA000E9282C /* Base */,
F961D817199A5FA300E9282C /* en */,
F961D818199A5FA500E9282C /* es */,
);
name = Localizable.strings;
sourceTree = "<group>";
};
F961D81B199A711300E9282C /* EMConnectingView.xib */ = {
isa = PBXVariantGroup;
children = (
F961D81A199A711300E9282C /* Base */,
F961D81D199A711600E9282C /* en */,
F961D81F199A711700E9282C /* es */,
);
name = EMConnectingView.xib;
path = FirstAppExample;
sourceTree = SOURCE_ROOT;
};
F975ADAE19E8248000CA4442 /* DatePickerViewController_iPad_Landscape.xib */ = {
isa = PBXVariantGroup;
children = (
F975ADAD19E8248000CA4442 /* Base */,
F975ADB019E8248200CA4442 /* en */,
F975ADB219E8248300CA4442 /* es */,
);
name = DatePickerViewController_iPad_Landscape.xib;
sourceTree = SOURCE_ROOT;
};
F975ADBD19E827EC00CA4442 /* EMConnectingView_Landscape.xib */ = {
isa = PBXVariantGroup;
children = (
F975ADBC19E827EC00CA4442 /* Base */,
F975ADBF19E827F000CA4442 /* en */,
F975ADC119E827F100CA4442 /* es */,
);
name = EMConnectingView_Landscape.xib;
sourceTree = SOURCE_ROOT;
};
F975ADC419E827F500CA4442 /* EMConnectingView_iPad_Landscape.xib */ = {
isa = PBXVariantGroup;
children = (
F975ADC319E827F500CA4442 /* Base */,
F975ADC619E827F900CA4442 /* en */,
F975ADC819E827F900CA4442 /* es */,
);
name = EMConnectingView_iPad_Landscape.xib;
sourceTree = SOURCE_ROOT;
};
F975ADD719E82B7D00CA4442 /* DatePickerViewController_Landscape.xib */ = {
isa = PBXVariantGroup;
children = (
F975ADD619E82B7D00CA4442 /* Base */,
F975ADD919E82B8000CA4442 /* en */,
F975ADDB19E82B8100CA4442 /* es */,
);
name = DatePickerViewController_Landscape.xib;
sourceTree = SOURCE_ROOT;
};
F975ADDE19E82B9800CA4442 /* PriceChangerViewController_Landscape.xib */ = {
isa = PBXVariantGroup;
children = (
F975ADDD19E82B9800CA4442 /* Base */,
F975ADE419E82BE200CA4442 /* en */,
F975ADE619E82BE300CA4442 /* es */,
);
name = PriceChangerViewController_Landscape.xib;
sourceTree = SOURCE_ROOT;
};
F975ADE919E82C5D00CA4442 /* PriceChangerViewController_iPad_Landscape.xib */ = {
isa = PBXVariantGroup;
children = (
F975ADE819E82C5D00CA4442 /* Base */,
F975ADEB19E82C6200CA4442 /* en */,
F975ADED19E82C6200CA4442 /* es */,
);
name = PriceChangerViewController_iPad_Landscape.xib;
sourceTree = SOURCE_ROOT;
};
F975ADF019E82D1400CA4442 /* NameChangerViewController_Landscape.xib */ = {
isa = PBXVariantGroup;
children = (
F975ADEF19E82D1400CA4442 /* Base */,
F975ADF219E82D1600CA4442 /* en */,
F975ADF419E82D1600CA4442 /* es */,
);
name = NameChangerViewController_Landscape.xib;
sourceTree = SOURCE_ROOT;
};
F975ADF719E82D9F00CA4442 /* NameChangerViewController_iPad_Landscape.xib */ = {
isa = PBXVariantGroup;
children = (
F975ADF619E82D9F00CA4442 /* Base */,
F975ADF919E82DA100CA4442 /* en */,
F975ADFB19E82DA200CA4442 /* es */,
);
name = NameChangerViewController_iPad_Landscape.xib;
sourceTree = SOURCE_ROOT;
};
F975ADFE19E8347700CA4442 /* DateRangePickerViewController_Landscape.xib */ = {
isa = PBXVariantGroup;
children = (
F975ADFD19E8347700CA4442 /* Base */,
F975AE0019E8347900CA4442 /* en */,
F975AE0219E8347A00CA4442 /* es */,
);
name = DateRangePickerViewController_Landscape.xib;
sourceTree = SOURCE_ROOT;
};
F975AE0519E8359B00CA4442 /* DateRangePickerViewController_iPad_Landscape.xib */ = {
isa = PBXVariantGroup;
children = (
F975AE0419E8359B00CA4442 /* Base */,
F975AE0719E8359D00CA4442 /* en */,
F975AE0919E8359E00CA4442 /* es */,
);
name = DateRangePickerViewController_iPad_Landscape.xib;
sourceTree = SOURCE_ROOT;
};
F996591419CC7F3D00667BEC /* DateRangePickerViewController_iPad.xib */ = {
isa = PBXVariantGroup;
children = (
F996591319CC7F3D00667BEC /* Base */,
F996591619CC7F4400667BEC /* en */,
F996591819CC7F4500667BEC /* es */,
);
name = DateRangePickerViewController_iPad.xib;
sourceTree = SOURCE_ROOT;
};
F9E4D8FF19B8FD32009A7359 /* EMConnectingView_iPad.xib */ = {
isa = PBXVariantGroup;
children = (
F9E4D8FE19B8FD32009A7359 /* Base */,
F9E4D90119B8FD36009A7359 /* en */,
F9E4D90319B8FD37009A7359 /* es */,
);
name = EMConnectingView_iPad.xib;
sourceTree = SOURCE_ROOT;
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
3471868718070D9300FA0FB2 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer: Josep Pegueroles (HLPT38SX8D)";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer: Josep Pegueroles (HLPT38SX8D)";
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
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;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
ONLY_ACTIVE_ARCH = YES;
OTHER_CODE_SIGN_FLAGS = "--force --sign";
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};
name = Debug;
};
3471868818070D9300FA0FB2 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer: Josep Pegueroles (HLPT38SX8D)";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer: Josep Pegueroles (HLPT38SX8D)";
COPY_PHASE_STRIP = YES;
ENABLE_NS_ASSERTIONS = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
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;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
OTHER_CODE_SIGN_FLAGS = "--force --sign";
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
3471868A18070D9300FA0FB2 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "FirstAppExample/BT Vendor-Prefix.pch";
INFOPLIST_FILE = "FirstAppExample/BT Vendor-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
EmmocoMobileFramework/Framework,
);
OTHER_CODE_SIGN_FLAGS = "";
OTHER_LDFLAGS = "-all_load";
PRODUCT_NAME = "BT Vendor";
PROVISIONING_PROFILE = "";
TARGETED_DEVICE_FAMILY = "1,2";
WRAPPER_EXTENSION = app;
};
name = Debug;
};
3471868B18070D9300FA0FB2 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "FirstAppExample/BT Vendor-Prefix.pch";
INFOPLIST_FILE = "FirstAppExample/BT Vendor-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
EmmocoMobileFramework/Framework,
);
OTHER_CODE_SIGN_FLAGS = "";
OTHER_LDFLAGS = "-all_load";
PRODUCT_NAME = "BT Vendor";
PROVISIONING_PROFILE = "";
TARGETED_DEVICE_FAMILY = "1,2";
WRAPPER_EXTENSION = app;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
3471865818070D9300FA0FB2 /* Build configuration list for PBXProject "BT Vendor" */ = {
isa = XCConfigurationList;
buildConfigurations = (
3471868718070D9300FA0FB2 /* Debug */,
3471868818070D9300FA0FB2 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
3471868918070D9300FA0FB2 /* Build configuration list for PBXNativeTarget "BT Vendor" */ = {
isa = XCConfigurationList;
buildConfigurations = (
3471868A18070D9300FA0FB2 /* Debug */,
3471868B18070D9300FA0FB2 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 3471865518070D9300FA0FB2 /* Project object */;
}