File: project.pbxproj

package info (click to toggle)
mediainfo 20.09-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 14,732 kB
  • sloc: cpp: 15,682; objc: 2,760; sh: 1,343; xml: 926; python: 259; perl: 207; makefile: 173
file content (810 lines) | stat: -rw-r--r-- 48,732 bytes parent folder | download | duplicates (2)
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
// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 48;
	objects = {

/* Begin PBXBuildFile section */
		020CA2F2223A92C2005BDC43 /* StoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 020CA2F1223A92C2005BDC43 /* StoreKit.framework */; };
		020CA2F42247933B005BDC43 /* SubscribeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 020CA2F32247933B005BDC43 /* SubscribeViewController.swift */; };
		023546DC21EC7F7600CEDA8C /* libmediainfo.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 023546DB21EC7F7600CEDA8C /* libmediainfo.a */; };
		023546DE21EC801600CEDA8C /* libzen.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 023546DD21EC801600CEDA8C /* libzen.a */; };
		023546E021EC8C2200CEDA8C /* libc++.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 023546DF21EC8C2200CEDA8C /* libc++.tbd */; };
		023546E221EC8C9200CEDA8C /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 023546E121EC8C9200CEDA8C /* libz.tbd */; };
		0247292821455CBD00D6E5F7 /* AboutViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0247292721455CBD00D6E5F7 /* AboutViewController.swift */; };
		02533D3F20FBDC0B00A7A150 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02533D3E20FBDC0B00A7A150 /* AppDelegate.swift */; };
		02533D4220FBDC0B00A7A150 /* MediaInfo.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 02533D4020FBDC0B00A7A150 /* MediaInfo.xcdatamodeld */; };
		02533D4420FBDC0B00A7A150 /* ReportsListViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02533D4320FBDC0B00A7A150 /* ReportsListViewController.swift */; };
		02533D4620FBDC0B00A7A150 /* ReportViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02533D4520FBDC0B00A7A150 /* ReportViewController.swift */; };
		02533D4920FBDC0B00A7A150 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 02533D4720FBDC0B00A7A150 /* Main.storyboard */; };
		02533D4B20FBDC0B00A7A150 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 02533D4A20FBDC0B00A7A150 /* Assets.xcassets */; };
		02533D4E20FBDC0B00A7A150 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 02533D4C20FBDC0B00A7A150 /* LaunchScreen.storyboard */; };
		02533D842109EB9F00A7A150 /* Core.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02533D832109EB9F00A7A150 /* Core.swift */; };
		025482542423A96700DD28EB /* Core.strings in Resources */ = {isa = PBXBuildFile; fileRef = 025482522423A96700DD28EB /* Core.strings */; };
		025614AC212D88900059789B /* ViewsController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 025614AB212D88900059789B /* ViewsController.swift */; };
		027EF2882248005900DAD4AA /* SubscriptionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 027EF2872248005900DAD4AA /* SubscriptionManager.swift */; };
		02A54BE42382F4C200ACB213 /* lang.csv in Resources */ = {isa = PBXBuildFile; fileRef = 02A54BE22382F4C200ACB213 /* lang.csv */; };
		BB5BFE8288F6E36BCD659291 /* Pods_MediaInfo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E9B99CFF6DCFBC6AED6A809E /* Pods_MediaInfo.framework */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
		020CA2F1223A92C2005BDC43 /* StoreKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = StoreKit.framework; path = System/Library/Frameworks/StoreKit.framework; sourceTree = SDKROOT; };
		020CA2F32247933B005BDC43 /* SubscribeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SubscribeViewController.swift; sourceTree = "<group>"; };
		02209F5224031C410018C9D7 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Main.strings; sourceTree = "<group>"; };
		023546DB21EC7F7600CEDA8C /* libmediainfo.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libmediainfo.a; sourceTree = "<group>"; };
		023546DD21EC801600CEDA8C /* libzen.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libzen.a; sourceTree = "<group>"; };
		023546DF21EC8C2200CEDA8C /* libc++.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = "libc++.tbd"; path = "usr/lib/libc++.tbd"; sourceTree = SDKROOT; };
		023546E121EC8C9200CEDA8C /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; };
		0247292721455CBD00D6E5F7 /* AboutViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AboutViewController.swift; sourceTree = "<group>"; };
		025103BE242983D100102881 /* en */ = {isa = PBXFileReference; lastKnownFileType = text; name = en; path = en.lproj/lang.csv; sourceTree = "<group>"; };
		025103BF2429844B00102881 /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text; name = "pt-BR"; path = "pt-BR.lproj/lang.csv"; sourceTree = "<group>"; };
		025103C02429846100102881 /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/Main.strings"; sourceTree = "<group>"; };
		02533D3B20FBDC0A00A7A150 /* MediaInfo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MediaInfo.app; sourceTree = BUILT_PRODUCTS_DIR; };
		02533D3E20FBDC0B00A7A150 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
		02533D4120FBDC0B00A7A150 /* MediaInfo.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = MediaInfo.xcdatamodel; sourceTree = "<group>"; };
		02533D4320FBDC0B00A7A150 /* ReportsListViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReportsListViewController.swift; sourceTree = "<group>"; };
		02533D4520FBDC0B00A7A150 /* ReportViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReportViewController.swift; sourceTree = "<group>"; };
		02533D4820FBDC0B00A7A150 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
		02533D4A20FBDC0B00A7A150 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
		02533D4D20FBDC0B00A7A150 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
		02533D4F20FBDC0B00A7A150 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
		02533D762104F3FD00A7A150 /* MediaInfo.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = MediaInfo.entitlements; sourceTree = "<group>"; };
		02533D822107EB7A00A7A150 /* MediaInfoDLL_Static.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MediaInfoDLL_Static.h; sourceTree = "<group>"; };
		02533D832109EB9F00A7A150 /* Core.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Core.swift; sourceTree = "<group>"; };
		025482532423A96700DD28EB /* Base */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Base; path = Base.lproj/Core.strings; sourceTree = "<group>"; };
		025482552423AC9200DD28EB /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Core.strings; sourceTree = "<group>"; };
		025482562423AC9C00DD28EB /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Core.strings; sourceTree = "<group>"; };
		0254826024259CE500DD28EB /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Main.strings; sourceTree = "<group>"; };
		02548261242644F400DD28EB /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/Main.strings; sourceTree = "<group>"; };
		02548262242644F900DD28EB /* da */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = da; path = da.lproj/Main.strings; sourceTree = "<group>"; };
		02548263242644FC00DD28EB /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cs; path = cs.lproj/Main.strings; sourceTree = "<group>"; };
		025482642426450000DD28EB /* hr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hr; path = hr.lproj/Main.strings; sourceTree = "<group>"; };
		025482652426450500DD28EB /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/Main.strings"; sourceTree = "<group>"; };
		025482662426450900DD28EB /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Main.strings"; sourceTree = "<group>"; };
		025482672426451000DD28EB /* zh-HK */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-HK"; path = "zh-HK.lproj/Main.strings"; sourceTree = "<group>"; };
		025482682426451300DD28EB /* ca */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ca; path = ca.lproj/Main.strings; sourceTree = "<group>"; };
		025482692426451600DD28EB /* sq */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sq; path = sq.lproj/Main.strings; sourceTree = "<group>"; };
		0254826A2426451900DD28EB /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/Main.strings; sourceTree = "<group>"; };
		0254826B2426451D00DD28EB /* hy */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hy; path = hy.lproj/Main.strings; sourceTree = "<group>"; };
		0254826C2426452000DD28EB /* eu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = eu; path = eu.lproj/Main.strings; sourceTree = "<group>"; };
		0254826D2426452400DD28EB /* be */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = be; path = be.lproj/Main.strings; sourceTree = "<group>"; };
		0254826E2426452800DD28EB /* bg */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = bg; path = bg.lproj/Main.strings; sourceTree = "<group>"; };
		0254826F2426453500DD28EB /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = uk.lproj/Main.strings; sourceTree = "<group>"; };
		025482702426453B00DD28EB /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Main.strings; sourceTree = "<group>"; };
		025482712426453F00DD28EB /* th */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = th; path = th.lproj/Main.strings; sourceTree = "<group>"; };
		025482722426454200DD28EB /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/Main.strings; sourceTree = "<group>"; };
		025482732426454600DD28EB /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Main.strings; sourceTree = "<group>"; };
		025482742426454C00DD28EB /* sk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sk; path = sk.lproj/Main.strings; sourceTree = "<group>"; };
		025482752426455000DD28EB /* gl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = gl; path = gl.lproj/Main.strings; sourceTree = "<group>"; };
		025482762426455300DD28EB /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/Main.strings; sourceTree = "<group>"; };
		025482772426455600DD28EB /* ro */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ro; path = ro.lproj/Main.strings; sourceTree = "<group>"; };
		025482792426459A00DD28EB /* ka */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ka; path = ka.lproj/Main.strings; sourceTree = "<group>"; };
		0254827A2426459D00DD28EB /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Main.strings; sourceTree = "<group>"; };
		0254827B242645A100DD28EB /* el */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = el; path = el.lproj/Main.strings; sourceTree = "<group>"; };
		0254827C242645A500DD28EB /* pt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt; path = pt.lproj/Main.strings; sourceTree = "<group>"; };
		0254827D242645A900DD28EB /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Main.strings; sourceTree = "<group>"; };
		0254827E242645AE00DD28EB /* fa */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fa; path = fa.lproj/Main.strings; sourceTree = "<group>"; };
		0254827F242645B200DD28EB /* lt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = lt; path = lt.lproj/Main.strings; sourceTree = "<group>"; };
		02548280242645B500DD28EB /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/Main.strings; sourceTree = "<group>"; };
		02548281242645B800DD28EB /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Main.strings; sourceTree = "<group>"; };
		02548282242645BC00DD28EB /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Main.strings; sourceTree = "<group>"; };
		02548283242645BE00DD28EB /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = hu.lproj/Main.strings; sourceTree = "<group>"; };
		025482842426466100DD28EB /* sq */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sq; path = sq.lproj/Core.strings; sourceTree = "<group>"; };
		025482852426466400DD28EB /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/Core.strings; sourceTree = "<group>"; };
		025482862426466700DD28EB /* hy */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hy; path = hy.lproj/Core.strings; sourceTree = "<group>"; };
		025482872426466D00DD28EB /* eu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = eu; path = eu.lproj/Core.strings; sourceTree = "<group>"; };
		025482882426467100DD28EB /* be */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = be; path = be.lproj/Core.strings; sourceTree = "<group>"; };
		025482892426467400DD28EB /* bg */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = bg; path = bg.lproj/Core.strings; sourceTree = "<group>"; };
		0254828A2426467600DD28EB /* ca */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ca; path = ca.lproj/Core.strings; sourceTree = "<group>"; };
		0254828B2426467900DD28EB /* zh-HK */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-HK"; path = "zh-HK.lproj/Core.strings"; sourceTree = "<group>"; };
		0254828C2426467B00DD28EB /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Core.strings"; sourceTree = "<group>"; };
		0254828D2426467E00DD28EB /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/Core.strings"; sourceTree = "<group>"; };
		0254828E2426468100DD28EB /* hr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hr; path = hr.lproj/Core.strings; sourceTree = "<group>"; };
		0254828F2426468400DD28EB /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cs; path = cs.lproj/Core.strings; sourceTree = "<group>"; };
		025482902426468700DD28EB /* da */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = da; path = da.lproj/Core.strings; sourceTree = "<group>"; };
		025482912426468A00DD28EB /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/Core.strings; sourceTree = "<group>"; };
		025482922426468F00DD28EB /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = uk.lproj/Core.strings; sourceTree = "<group>"; };
		025482932426469200DD28EB /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Core.strings; sourceTree = "<group>"; };
		025482942426469600DD28EB /* th */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = th; path = th.lproj/Core.strings; sourceTree = "<group>"; };
		025482952426469A00DD28EB /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/Core.strings; sourceTree = "<group>"; };
		025482962426469D00DD28EB /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Core.strings; sourceTree = "<group>"; };
		02548297242646A100DD28EB /* sk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sk; path = sk.lproj/Core.strings; sourceTree = "<group>"; };
		02548298242646A400DD28EB /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/Core.strings; sourceTree = "<group>"; };
		02548299242646AA00DD28EB /* ro */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ro; path = ro.lproj/Core.strings; sourceTree = "<group>"; };
		0254829A242646AD00DD28EB /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/Core.strings"; sourceTree = "<group>"; };
		0254829B242646AF00DD28EB /* pt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt; path = pt.lproj/Core.strings; sourceTree = "<group>"; };
		0254829C242646B200DD28EB /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Core.strings; sourceTree = "<group>"; };
		0254829D242646B500DD28EB /* gl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = gl; path = gl.lproj/Core.strings; sourceTree = "<group>"; };
		0254829E242646BA00DD28EB /* ka */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ka; path = ka.lproj/Core.strings; sourceTree = "<group>"; };
		0254829F242646BD00DD28EB /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Core.strings; sourceTree = "<group>"; };
		025482A0242646C000DD28EB /* el */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = el; path = el.lproj/Core.strings; sourceTree = "<group>"; };
		025482A1242646C500DD28EB /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = hu.lproj/Core.strings; sourceTree = "<group>"; };
		025482A2242646C800DD28EB /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Core.strings; sourceTree = "<group>"; };
		025482A3242646CC00DD28EB /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Core.strings; sourceTree = "<group>"; };
		025482A4242646CF00DD28EB /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/Core.strings; sourceTree = "<group>"; };
		025482A5242646D200DD28EB /* lt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = lt; path = lt.lproj/Core.strings; sourceTree = "<group>"; };
		025482A6242646D500DD28EB /* fa */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fa; path = fa.lproj/Core.strings; sourceTree = "<group>"; };
		025614AB212D88900059789B /* ViewsController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewsController.swift; sourceTree = "<group>"; };
		027EF2872248005900DAD4AA /* SubscriptionManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SubscriptionManager.swift; sourceTree = "<group>"; };
		02A54BE32382F4C200ACB213 /* Base */ = {isa = PBXFileReference; lastKnownFileType = text; name = Base; path = Base.lproj/lang.csv; sourceTree = "<group>"; };
		02A54BE52382FD9E00ACB213 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text; name = fr; path = fr.lproj/lang.csv; sourceTree = "<group>"; };
		02A54BE62382FDC500ACB213 /* de */ = {isa = PBXFileReference; lastKnownFileType = text; name = de; path = de.lproj/lang.csv; sourceTree = "<group>"; };
		02A54BE72382FDEE00ACB213 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text; name = ko; path = ko.lproj/lang.csv; sourceTree = "<group>"; };
		02A54BEA2382FE3000ACB213 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text; name = ja; path = ja.lproj/lang.csv; sourceTree = "<group>"; };
		02A54BEB2382FE9F00ACB213 /* es */ = {isa = PBXFileReference; lastKnownFileType = text; name = es; path = es.lproj/lang.csv; sourceTree = "<group>"; };
		02A54BEC2382FED500ACB213 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text; name = ru; path = ru.lproj/lang.csv; sourceTree = "<group>"; };
		02A54BED2382FEEB00ACB213 /* nl */ = {isa = PBXFileReference; lastKnownFileType = text; name = nl; path = nl.lproj/lang.csv; sourceTree = "<group>"; };
		02A54BEE2382FF1100ACB213 /* cs */ = {isa = PBXFileReference; lastKnownFileType = text; name = cs; path = cs.lproj/lang.csv; sourceTree = "<group>"; };
		02A54BEF2382FF2C00ACB213 /* it */ = {isa = PBXFileReference; lastKnownFileType = text; name = it; path = it.lproj/lang.csv; sourceTree = "<group>"; };
		02A54BF02382FF4100ACB213 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text; name = sv; path = sv.lproj/lang.csv; sourceTree = "<group>"; };
		02A54BF12382FF8300ACB213 /* ar */ = {isa = PBXFileReference; lastKnownFileType = text; name = ar; path = ar.lproj/lang.csv; sourceTree = "<group>"; };
		02A54BF22382FF9D00ACB213 /* th */ = {isa = PBXFileReference; lastKnownFileType = text; name = th; path = th.lproj/lang.csv; sourceTree = "<group>"; };
		02A54BF32382FFB400ACB213 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text; name = tr; path = tr.lproj/lang.csv; sourceTree = "<group>"; };
		02A54BF42382FFCE00ACB213 /* hr */ = {isa = PBXFileReference; lastKnownFileType = text; name = hr; path = hr.lproj/lang.csv; sourceTree = "<group>"; };
		02A54BF52383005600ACB213 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text; name = pl; path = pl.lproj/lang.csv; sourceTree = "<group>"; };
		02A54BF62383007000ACB213 /* uk */ = {isa = PBXFileReference; lastKnownFileType = text; name = uk; path = uk.lproj/lang.csv; sourceTree = "<group>"; };
		02A54BF72383008A00ACB213 /* sk */ = {isa = PBXFileReference; lastKnownFileType = text; name = sk; path = sk.lproj/lang.csv; sourceTree = "<group>"; };
		02A54BF8238300C500ACB213 /* hu */ = {isa = PBXFileReference; lastKnownFileType = text; name = hu; path = hu.lproj/lang.csv; sourceTree = "<group>"; };
		02A54BF9238300D800ACB213 /* ro */ = {isa = PBXFileReference; lastKnownFileType = text; name = ro; path = ro.lproj/lang.csv; sourceTree = "<group>"; };
		02A54BFA238300EC00ACB213 /* da */ = {isa = PBXFileReference; lastKnownFileType = text; name = da; path = da.lproj/lang.csv; sourceTree = "<group>"; };
		02A54BFB2383010E00ACB213 /* ca */ = {isa = PBXFileReference; lastKnownFileType = text; name = ca; path = ca.lproj/lang.csv; sourceTree = "<group>"; };
		02A54BFC2383012300ACB213 /* hy */ = {isa = PBXFileReference; lastKnownFileType = text; name = hy; path = hy.lproj/lang.csv; sourceTree = "<group>"; };
		02A54BFD2383014E00ACB213 /* bg */ = {isa = PBXFileReference; lastKnownFileType = text; name = bg; path = bg.lproj/lang.csv; sourceTree = "<group>"; };
		02A54BFE238301B100ACB213 /* sq */ = {isa = PBXFileReference; lastKnownFileType = text; name = sq; path = sq.lproj/lang.csv; sourceTree = "<group>"; };
		02A54BFF238301F100ACB213 /* be */ = {isa = PBXFileReference; lastKnownFileType = text; name = be; path = be.lproj/lang.csv; sourceTree = "<group>"; };
		02A54C002383023500ACB213 /* ka */ = {isa = PBXFileReference; lastKnownFileType = text; name = ka; path = ka.lproj/lang.csv; sourceTree = "<group>"; };
		02A54C012383025900ACB213 /* gl */ = {isa = PBXFileReference; lastKnownFileType = text; name = gl; path = gl.lproj/lang.csv; sourceTree = "<group>"; };
		02A54C02238309D600ACB213 /* lt */ = {isa = PBXFileReference; lastKnownFileType = text; name = lt; path = lt.lproj/lang.csv; sourceTree = "<group>"; };
		02A54C0323830AC800ACB213 /* fa */ = {isa = PBXFileReference; lastKnownFileType = text; name = fa; path = fa.lproj/lang.csv; sourceTree = "<group>"; };
		02A54C0423830B2B00ACB213 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text; name = "zh-Hans"; path = "zh-Hans.lproj/lang.csv"; sourceTree = "<group>"; };
		02A54C0523830B5F00ACB213 /* el */ = {isa = PBXFileReference; lastKnownFileType = text; name = el; path = el.lproj/lang.csv; sourceTree = "<group>"; };
		02A54C0623830BB400ACB213 /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text; name = "zh-Hant"; path = "zh-Hant.lproj/lang.csv"; sourceTree = "<group>"; };
		02A54C0723830BDC00ACB213 /* zh-HK */ = {isa = PBXFileReference; lastKnownFileType = text; name = "zh-HK"; path = "zh-HK.lproj/lang.csv"; sourceTree = "<group>"; };
		02A54C0923830C5C00ACB213 /* pt */ = {isa = PBXFileReference; lastKnownFileType = text; name = pt; path = pt.lproj/lang.csv; sourceTree = "<group>"; };
		02A54C0B23830D6300ACB213 /* eu */ = {isa = PBXFileReference; lastKnownFileType = text; name = eu; path = eu.lproj/lang.csv; sourceTree = "<group>"; };
		10DFF955956F24E307A9C8B6 /* Pods-MediaInfo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MediaInfo.release.xcconfig"; path = "Pods/Target Support Files/Pods-MediaInfo/Pods-MediaInfo.release.xcconfig"; sourceTree = "<group>"; };
		2686AD3AAD7C5431B222A05B /* Pods-MediaInfo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MediaInfo.debug.xcconfig"; path = "Pods/Target Support Files/Pods-MediaInfo/Pods-MediaInfo.debug.xcconfig"; sourceTree = "<group>"; };
		E9B99CFF6DCFBC6AED6A809E /* Pods_MediaInfo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MediaInfo.framework; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		02533D3820FBDC0A00A7A150 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				023546DC21EC7F7600CEDA8C /* libmediainfo.a in Frameworks */,
				023546DE21EC801600CEDA8C /* libzen.a in Frameworks */,
				020CA2F2223A92C2005BDC43 /* StoreKit.framework in Frameworks */,
				023546E221EC8C9200CEDA8C /* libz.tbd in Frameworks */,
				023546E021EC8C2200CEDA8C /* libc++.tbd in Frameworks */,
				BB5BFE8288F6E36BCD659291 /* Pods_MediaInfo.framework in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		02533D3220FBDC0A00A7A150 = {
			isa = PBXGroup;
			children = (
				02533D3D20FBDC0A00A7A150 /* MediaInfo */,
				02533D3C20FBDC0A00A7A150 /* Products */,
				02533D712104EBB200A7A150 /* Frameworks */,
				8834747734C8190E13DEB649 /* Pods */,
			);
			sourceTree = "<group>";
		};
		02533D3C20FBDC0A00A7A150 /* Products */ = {
			isa = PBXGroup;
			children = (
				02533D3B20FBDC0A00A7A150 /* MediaInfo.app */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		02533D3D20FBDC0A00A7A150 /* MediaInfo */ = {
			isa = PBXGroup;
			children = (
				02A54BE22382F4C200ACB213 /* lang.csv */,
				02533D762104F3FD00A7A150 /* MediaInfo.entitlements */,
				02533D3E20FBDC0B00A7A150 /* AppDelegate.swift */,
				02533D4320FBDC0B00A7A150 /* ReportsListViewController.swift */,
				02533D4520FBDC0B00A7A150 /* ReportViewController.swift */,
				02533D4720FBDC0B00A7A150 /* Main.storyboard */,
				02533D4A20FBDC0B00A7A150 /* Assets.xcassets */,
				02533D4C20FBDC0B00A7A150 /* LaunchScreen.storyboard */,
				02533D4F20FBDC0B00A7A150 /* Info.plist */,
				02533D4020FBDC0B00A7A150 /* MediaInfo.xcdatamodeld */,
				02533D822107EB7A00A7A150 /* MediaInfoDLL_Static.h */,
				02533D832109EB9F00A7A150 /* Core.swift */,
				025614AB212D88900059789B /* ViewsController.swift */,
				0247292721455CBD00D6E5F7 /* AboutViewController.swift */,
				020CA2F32247933B005BDC43 /* SubscribeViewController.swift */,
				027EF2872248005900DAD4AA /* SubscriptionManager.swift */,
				025482522423A96700DD28EB /* Core.strings */,
			);
			path = MediaInfo;
			sourceTree = "<group>";
		};
		02533D712104EBB200A7A150 /* Frameworks */ = {
			isa = PBXGroup;
			children = (
				020CA2F1223A92C2005BDC43 /* StoreKit.framework */,
				023546E121EC8C9200CEDA8C /* libz.tbd */,
				023546DF21EC8C2200CEDA8C /* libc++.tbd */,
				023546DD21EC801600CEDA8C /* libzen.a */,
				023546DB21EC7F7600CEDA8C /* libmediainfo.a */,
				E9B99CFF6DCFBC6AED6A809E /* Pods_MediaInfo.framework */,
			);
			name = Frameworks;
			sourceTree = "<group>";
		};
		8834747734C8190E13DEB649 /* Pods */ = {
			isa = PBXGroup;
			children = (
				2686AD3AAD7C5431B222A05B /* Pods-MediaInfo.debug.xcconfig */,
				10DFF955956F24E307A9C8B6 /* Pods-MediaInfo.release.xcconfig */,
			);
			name = Pods;
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
		02533D3A20FBDC0A00A7A150 /* MediaInfo */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 02533D6820FBDC0B00A7A150 /* Build configuration list for PBXNativeTarget "MediaInfo" */;
			buildPhases = (
				F95BFA1A52C888A5CD88DC3A /* [CP] Check Pods Manifest.lock */,
				02533D3720FBDC0A00A7A150 /* Sources */,
				02533D3820FBDC0A00A7A150 /* Frameworks */,
				02533D3920FBDC0A00A7A150 /* Resources */,
				EDC833C4C3039434497B54D0 /* [CP] Embed Pods Frameworks */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = MediaInfo;
			productName = MediaInfo;
			productReference = 02533D3B20FBDC0A00A7A150 /* MediaInfo.app */;
			productType = "com.apple.product-type.application";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		02533D3320FBDC0A00A7A150 /* Project object */ = {
			isa = PBXProject;
			attributes = {
				LastSwiftUpdateCheck = 0920;
				LastUpgradeCheck = 1010;
				ORGANIZATIONNAME = "";
				TargetAttributes = {
					02533D3A20FBDC0A00A7A150 = {
						CreatedOnToolsVersion = 9.2;
						LastSwiftMigration = 0920;
						ProvisioningStyle = Automatic;
						SystemCapabilities = {
							com.apple.InAppPurchase = {
								enabled = 1;
							};
							com.apple.Push = {
								enabled = 0;
							};
							com.apple.iCloud = {
								enabled = 1;
							};
						};
					};
				};
			};
			buildConfigurationList = 02533D3620FBDC0A00A7A150 /* Build configuration list for PBXProject "MediaInfo" */;
			compatibilityVersion = "Xcode 8.0";
			developmentRegion = en;
			hasScannedForEncodings = 0;
			knownRegions = (
				en,
				Base,
				fr,
				de,
				ko,
				ja,
				es,
				ru,
				nl,
				cs,
				it,
				sv,
				ar,
				th,
				tr,
				hr,
				pl,
				uk,
				sk,
				hu,
				ro,
				da,
				ca,
				hy,
				bg,
				sq,
				be,
				ka,
				gl,
				lt,
				fa,
				"zh-Hans",
				el,
				"zh-Hant",
				"zh-HK",
				pt,
				"pt-BR",
				eu,
			);
			mainGroup = 02533D3220FBDC0A00A7A150;
			productRefGroup = 02533D3C20FBDC0A00A7A150 /* Products */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				02533D3A20FBDC0A00A7A150 /* MediaInfo */,
			);
		};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
		02533D3920FBDC0A00A7A150 /* Resources */ = {
			isa = PBXResourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				025482542423A96700DD28EB /* Core.strings in Resources */,
				02A54BE42382F4C200ACB213 /* lang.csv in Resources */,
				02533D4E20FBDC0B00A7A150 /* LaunchScreen.storyboard in Resources */,
				02533D4B20FBDC0B00A7A150 /* Assets.xcassets in Resources */,
				02533D4920FBDC0B00A7A150 /* Main.storyboard in Resources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
		EDC833C4C3039434497B54D0 /* [CP] Embed Pods Frameworks */ = {
			isa = PBXShellScriptBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			inputFileListPaths = (
			);
			inputPaths = (
				"${PODS_ROOT}/Target Support Files/Pods-MediaInfo/Pods-MediaInfo-frameworks.sh",
				"${BUILT_PRODUCTS_DIR}/NewPopMenu/PopMenu.framework",
				"${BUILT_PRODUCTS_DIR}/TPInAppReceipt/TPInAppReceipt.framework",
				"${BUILT_PRODUCTS_DIR}/Toast-Swift/Toast_Swift.framework",
			);
			name = "[CP] Embed Pods Frameworks";
			outputFileListPaths = (
			);
			outputPaths = (
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PopMenu.framework",
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/TPInAppReceipt.framework",
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Toast_Swift.framework",
			);
			runOnlyForDeploymentPostprocessing = 0;
			shellPath = /bin/sh;
			shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-MediaInfo/Pods-MediaInfo-frameworks.sh\"\n";
			showEnvVarsInLog = 0;
		};
		F95BFA1A52C888A5CD88DC3A /* [CP] Check Pods Manifest.lock */ = {
			isa = PBXShellScriptBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			inputPaths = (
				"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
				"${PODS_ROOT}/Manifest.lock",
			);
			name = "[CP] Check Pods Manifest.lock";
			outputPaths = (
				"$(DERIVED_FILE_DIR)/Pods-MediaInfo-checkManifestLockResult.txt",
			);
			runOnlyForDeploymentPostprocessing = 0;
			shellPath = /bin/sh;
			shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n    # print error to STDERR\n    echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n    exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
			showEnvVarsInLog = 0;
		};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
		02533D3720FBDC0A00A7A150 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				025614AC212D88900059789B /* ViewsController.swift in Sources */,
				020CA2F42247933B005BDC43 /* SubscribeViewController.swift in Sources */,
				02533D4220FBDC0B00A7A150 /* MediaInfo.xcdatamodeld in Sources */,
				02533D3F20FBDC0B00A7A150 /* AppDelegate.swift in Sources */,
				02533D4420FBDC0B00A7A150 /* ReportsListViewController.swift in Sources */,
				027EF2882248005900DAD4AA /* SubscriptionManager.swift in Sources */,
				0247292821455CBD00D6E5F7 /* AboutViewController.swift in Sources */,
				02533D842109EB9F00A7A150 /* Core.swift in Sources */,
				02533D4620FBDC0B00A7A150 /* ReportViewController.swift in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
		02533D4720FBDC0B00A7A150 /* Main.storyboard */ = {
			isa = PBXVariantGroup;
			children = (
				02533D4820FBDC0B00A7A150 /* Base */,
				02209F5224031C410018C9D7 /* fr */,
				0254826024259CE500DD28EB /* en */,
				02548261242644F400DD28EB /* nl */,
				02548262242644F900DD28EB /* da */,
				02548263242644FC00DD28EB /* cs */,
				025482642426450000DD28EB /* hr */,
				025482652426450500DD28EB /* zh-Hant */,
				025482662426450900DD28EB /* zh-Hans */,
				025482672426451000DD28EB /* zh-HK */,
				025482682426451300DD28EB /* ca */,
				025482692426451600DD28EB /* sq */,
				0254826A2426451900DD28EB /* ar */,
				0254826B2426451D00DD28EB /* hy */,
				0254826C2426452000DD28EB /* eu */,
				0254826D2426452400DD28EB /* be */,
				0254826E2426452800DD28EB /* bg */,
				0254826F2426453500DD28EB /* uk */,
				025482702426453B00DD28EB /* tr */,
				025482712426453F00DD28EB /* th */,
				025482722426454200DD28EB /* sv */,
				025482732426454600DD28EB /* es */,
				025482742426454C00DD28EB /* sk */,
				025482752426455000DD28EB /* gl */,
				025482762426455300DD28EB /* ru */,
				025482772426455600DD28EB /* ro */,
				025482792426459A00DD28EB /* ka */,
				0254827A2426459D00DD28EB /* de */,
				0254827B242645A100DD28EB /* el */,
				0254827C242645A500DD28EB /* pt */,
				0254827D242645A900DD28EB /* pl */,
				0254827E242645AE00DD28EB /* fa */,
				0254827F242645B200DD28EB /* lt */,
				02548280242645B500DD28EB /* ko */,
				02548281242645B800DD28EB /* ja */,
				02548282242645BC00DD28EB /* it */,
				02548283242645BE00DD28EB /* hu */,
				025103C02429846100102881 /* pt-BR */,
			);
			name = Main.storyboard;
			sourceTree = "<group>";
		};
		02533D4C20FBDC0B00A7A150 /* LaunchScreen.storyboard */ = {
			isa = PBXVariantGroup;
			children = (
				02533D4D20FBDC0B00A7A150 /* Base */,
			);
			name = LaunchScreen.storyboard;
			sourceTree = "<group>";
		};
		025482522423A96700DD28EB /* Core.strings */ = {
			isa = PBXVariantGroup;
			children = (
				025482532423A96700DD28EB /* Base */,
				025482552423AC9200DD28EB /* en */,
				025482562423AC9C00DD28EB /* fr */,
				025482842426466100DD28EB /* sq */,
				025482852426466400DD28EB /* ar */,
				025482862426466700DD28EB /* hy */,
				025482872426466D00DD28EB /* eu */,
				025482882426467100DD28EB /* be */,
				025482892426467400DD28EB /* bg */,
				0254828A2426467600DD28EB /* ca */,
				0254828B2426467900DD28EB /* zh-HK */,
				0254828C2426467B00DD28EB /* zh-Hans */,
				0254828D2426467E00DD28EB /* zh-Hant */,
				0254828E2426468100DD28EB /* hr */,
				0254828F2426468400DD28EB /* cs */,
				025482902426468700DD28EB /* da */,
				025482912426468A00DD28EB /* nl */,
				025482922426468F00DD28EB /* uk */,
				025482932426469200DD28EB /* tr */,
				025482942426469600DD28EB /* th */,
				025482952426469A00DD28EB /* sv */,
				025482962426469D00DD28EB /* es */,
				02548297242646A100DD28EB /* sk */,
				02548298242646A400DD28EB /* ru */,
				02548299242646AA00DD28EB /* ro */,
				0254829A242646AD00DD28EB /* pt-BR */,
				0254829B242646AF00DD28EB /* pt */,
				0254829C242646B200DD28EB /* pl */,
				0254829D242646B500DD28EB /* gl */,
				0254829E242646BA00DD28EB /* ka */,
				0254829F242646BD00DD28EB /* de */,
				025482A0242646C000DD28EB /* el */,
				025482A1242646C500DD28EB /* hu */,
				025482A2242646C800DD28EB /* it */,
				025482A3242646CC00DD28EB /* ja */,
				025482A4242646CF00DD28EB /* ko */,
				025482A5242646D200DD28EB /* lt */,
				025482A6242646D500DD28EB /* fa */,
			);
			name = Core.strings;
			sourceTree = "<group>";
		};
		02A54BE22382F4C200ACB213 /* lang.csv */ = {
			isa = PBXVariantGroup;
			children = (
				02A54BE32382F4C200ACB213 /* Base */,
				02A54BE52382FD9E00ACB213 /* fr */,
				02A54BE62382FDC500ACB213 /* de */,
				02A54BE72382FDEE00ACB213 /* ko */,
				02A54BEA2382FE3000ACB213 /* ja */,
				02A54BEB2382FE9F00ACB213 /* es */,
				02A54BEC2382FED500ACB213 /* ru */,
				02A54BED2382FEEB00ACB213 /* nl */,
				02A54BEE2382FF1100ACB213 /* cs */,
				02A54BEF2382FF2C00ACB213 /* it */,
				02A54BF02382FF4100ACB213 /* sv */,
				02A54BF12382FF8300ACB213 /* ar */,
				02A54BF22382FF9D00ACB213 /* th */,
				02A54BF32382FFB400ACB213 /* tr */,
				02A54BF42382FFCE00ACB213 /* hr */,
				02A54BF52383005600ACB213 /* pl */,
				02A54BF62383007000ACB213 /* uk */,
				02A54BF72383008A00ACB213 /* sk */,
				02A54BF8238300C500ACB213 /* hu */,
				02A54BF9238300D800ACB213 /* ro */,
				02A54BFA238300EC00ACB213 /* da */,
				02A54BFB2383010E00ACB213 /* ca */,
				02A54BFC2383012300ACB213 /* hy */,
				02A54BFD2383014E00ACB213 /* bg */,
				02A54BFE238301B100ACB213 /* sq */,
				02A54BFF238301F100ACB213 /* be */,
				02A54C002383023500ACB213 /* ka */,
				02A54C012383025900ACB213 /* gl */,
				02A54C02238309D600ACB213 /* lt */,
				02A54C0323830AC800ACB213 /* fa */,
				02A54C0423830B2B00ACB213 /* zh-Hans */,
				02A54C0523830B5F00ACB213 /* el */,
				02A54C0623830BB400ACB213 /* zh-Hant */,
				02A54C0723830BDC00ACB213 /* zh-HK */,
				02A54C0923830C5C00ACB213 /* pt */,
				02A54C0B23830D6300ACB213 /* eu */,
				025103BE242983D100102881 /* en */,
				025103BF2429844B00102881 /* pt-BR */,
			);
			name = lang.csv;
			sourceTree = "<group>";
		};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
		02533D6620FBDC0B00A7A150 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
				CLANG_ANALYZER_NONNULL = YES;
				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
				CLANG_CXX_LIBRARY = "libc++";
				CLANG_ENABLE_MODULES = YES;
				CLANG_ENABLE_OBJC_ARC = YES;
				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
				CLANG_WARN_BOOL_CONVERSION = YES;
				CLANG_WARN_COMMA = YES;
				CLANG_WARN_CONSTANT_CONVERSION = YES;
				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
				CLANG_WARN_EMPTY_BODY = YES;
				CLANG_WARN_ENUM_CONVERSION = YES;
				CLANG_WARN_INFINITE_RECURSION = YES;
				CLANG_WARN_INT_CONVERSION = YES;
				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
				CLANG_WARN_STRICT_PROTOTYPES = YES;
				CLANG_WARN_SUSPICIOUS_MOVE = YES;
				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
				CLANG_WARN_UNREACHABLE_CODE = YES;
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
				CODE_SIGN_IDENTITY = "iPhone Developer";
				COPY_PHASE_STRIP = NO;
				DEBUG_INFORMATION_FORMAT = dwarf;
				ENABLE_BITCODE = YES;
				ENABLE_STRICT_OBJC_MSGSEND = YES;
				ENABLE_TESTABILITY = YES;
				GCC_C_LANGUAGE_STANDARD = gnu11;
				GCC_DYNAMIC_NO_PIC = NO;
				GCC_NO_COMMON_BLOCKS = YES;
				GCC_OPTIMIZATION_LEVEL = 0;
				GCC_PREPROCESSOR_DEFINITIONS = (
					"DEBUG=1",
					"$(inherited)",
					"UNICODE=1",
					"_UNICODE=1",
				);
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
				GCC_WARN_UNDECLARED_SELECTOR = YES;
				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
				GCC_WARN_UNUSED_FUNCTION = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				IPHONEOS_DEPLOYMENT_TARGET = 10.0;
				MTL_ENABLE_DEBUG_INFO = YES;
				ONLY_ACTIVE_ARCH = YES;
				SDKROOT = iphoneos;
				SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
			};
			name = Debug;
		};
		02533D6720FBDC0B00A7A150 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
				CLANG_ANALYZER_NONNULL = YES;
				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
				CLANG_CXX_LIBRARY = "libc++";
				CLANG_ENABLE_MODULES = YES;
				CLANG_ENABLE_OBJC_ARC = YES;
				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
				CLANG_WARN_BOOL_CONVERSION = YES;
				CLANG_WARN_COMMA = YES;
				CLANG_WARN_CONSTANT_CONVERSION = YES;
				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
				CLANG_WARN_EMPTY_BODY = YES;
				CLANG_WARN_ENUM_CONVERSION = YES;
				CLANG_WARN_INFINITE_RECURSION = YES;
				CLANG_WARN_INT_CONVERSION = YES;
				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
				CLANG_WARN_STRICT_PROTOTYPES = YES;
				CLANG_WARN_SUSPICIOUS_MOVE = YES;
				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
				CLANG_WARN_UNREACHABLE_CODE = YES;
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
				CODE_SIGN_IDENTITY = "iPhone Developer";
				COPY_PHASE_STRIP = NO;
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
				ENABLE_BITCODE = YES;
				ENABLE_NS_ASSERTIONS = NO;
				ENABLE_STRICT_OBJC_MSGSEND = YES;
				GCC_C_LANGUAGE_STANDARD = gnu11;
				GCC_NO_COMMON_BLOCKS = YES;
				GCC_PREPROCESSOR_DEFINITIONS = (
					"UNICODE=1",
					"_UNICODE=1",
				);
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
				GCC_WARN_UNDECLARED_SELECTOR = YES;
				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
				GCC_WARN_UNUSED_FUNCTION = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				IPHONEOS_DEPLOYMENT_TARGET = 10.0;
				MTL_ENABLE_DEBUG_INFO = NO;
				SDKROOT = iphoneos;
				SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
				VALIDATE_PRODUCT = YES;
			};
			name = Release;
		};
		02533D6920FBDC0B00A7A150 /* Debug */ = {
			isa = XCBuildConfiguration;
			baseConfigurationReference = 2686AD3AAD7C5431B222A05B /* Pods-MediaInfo.debug.xcconfig */;
			buildSettings = {
				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
				CLANG_ENABLE_MODULES = YES;
				CODE_SIGN_ENTITLEMENTS = MediaInfo/MediaInfo.entitlements;
				CODE_SIGN_IDENTITY = "iPhone Developer";
				"CODE_SIGN_IDENTITY[sdk=*]" = "iPhone Developer";
				CODE_SIGN_STYLE = Automatic;
				DEVELOPMENT_TEAM = "";
				ENABLE_BITCODE = YES;
				INFOPLIST_FILE = MediaInfo/Info.plist;
				IPHONEOS_DEPLOYMENT_TARGET = 10.0;
				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
				LIBRARY_SEARCH_PATHS = (
					"$(inherited)",
					"$(PROJECT_DIR)/MediaInfo",
					"$(PROJECT_DIR)/MediaInfo",
				);
				OTHER_CFLAGS = (
					_UNICODE,
					UNICODE,
				);
				PRODUCT_BUNDLE_IDENTIFIER = net.mediaarea.mediainfo.ios;
				PRODUCT_NAME = "$(TARGET_NAME)";
				PROVISIONING_PROFILE_SPECIFIER = "";
				SWIFT_OBJC_BRIDGING_HEADER = MediaInfo/MediaInfoDLL_Static.h;
				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
				SWIFT_VERSION = 5.0;
				TARGETED_DEVICE_FAMILY = "1,2";
			};
			name = Debug;
		};
		02533D6A20FBDC0B00A7A150 /* Release */ = {
			isa = XCBuildConfiguration;
			baseConfigurationReference = 10DFF955956F24E307A9C8B6 /* Pods-MediaInfo.release.xcconfig */;
			buildSettings = {
				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
				CLANG_ENABLE_MODULES = YES;
				CODE_SIGN_ENTITLEMENTS = MediaInfo/MediaInfo.entitlements;
				CODE_SIGN_IDENTITY = "iPhone Developer";
				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
				CODE_SIGN_STYLE = Automatic;
				DEVELOPMENT_TEAM = "";
				ENABLE_BITCODE = YES;
				INFOPLIST_FILE = MediaInfo/Info.plist;
				IPHONEOS_DEPLOYMENT_TARGET = 10.0;
				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
				LIBRARY_SEARCH_PATHS = (
					"$(inherited)",
					"$(PROJECT_DIR)/MediaInfo",
					"$(PROJECT_DIR)/MediaInfo",
				);
				OTHER_CFLAGS = (
					_UNICODE,
					UNICODE,
				);
				PRODUCT_BUNDLE_IDENTIFIER = net.mediaarea.mediainfo.ios;
				PRODUCT_NAME = "$(TARGET_NAME)";
				PROVISIONING_PROFILE_SPECIFIER = "";
				SWIFT_OBJC_BRIDGING_HEADER = MediaInfo/MediaInfoDLL_Static.h;
				SWIFT_VERSION = 5.0;
				TARGETED_DEVICE_FAMILY = "1,2";
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		02533D3620FBDC0A00A7A150 /* Build configuration list for PBXProject "MediaInfo" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				02533D6620FBDC0B00A7A150 /* Debug */,
				02533D6720FBDC0B00A7A150 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		02533D6820FBDC0B00A7A150 /* Build configuration list for PBXNativeTarget "MediaInfo" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				02533D6920FBDC0B00A7A150 /* Debug */,
				02533D6A20FBDC0B00A7A150 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */

/* Begin XCVersionGroup section */
		02533D4020FBDC0B00A7A150 /* MediaInfo.xcdatamodeld */ = {
			isa = XCVersionGroup;
			children = (
				02533D4120FBDC0B00A7A150 /* MediaInfo.xcdatamodel */,
			);
			currentVersion = 02533D4120FBDC0B00A7A150 /* MediaInfo.xcdatamodel */;
			path = MediaInfo.xcdatamodeld;
			sourceTree = "<group>";
			versionGroupType = wrapper.xcdatamodel;
		};
/* End XCVersionGroup section */
	};
	rootObject = 02533D3320FBDC0A00A7A150 /* Project object */;
}