This repository was archived by the owner on Jan 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 299
Expand file tree
/
Copy pathproject.pbxproj
More file actions
869 lines (856 loc) · 54.2 KB
/
project.pbxproj
File metadata and controls
869 lines (856 loc) · 54.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
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
342484B41DFA143400A2471E /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 342484B21DFA143400A2471E /* Info.plist */; };
342484B51DFA143400A2471E /* Keyframes.h in Headers */ = {isa = PBXBuildFile; fileRef = 342484B31DFA143400A2471E /* Keyframes.h */; settings = {ATTRIBUTES = (Public, ); }; };
493741AF1DE4FEB6002141D1 /* sample_logo.json in Resources */ = {isa = PBXBuildFile; fileRef = 493741AE1DE4FEB6002141D1 /* sample_logo.json */; };
49A85F1D1D90B94B00185B66 /* KFVectorBitmapFeatureLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 49A85F1B1D90B94B00185B66 /* KFVectorBitmapFeatureLayer.h */; };
49A85F1E1D90B94B00185B66 /* KFVectorBitmapFeatureLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 49A85F1C1D90B94B00185B66 /* KFVectorBitmapFeatureLayer.m */; };
AD46D2FE1D3041AD0008AF78 /* KeyframesTests.m in Sources */ = {isa = PBXBuildFile; fileRef = AD46D2FD1D3041AD0008AF78 /* KeyframesTests.m */; };
AD46D3001D3041AD0008AF78 /* Keyframes.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ADBA24B01D2C3C9400D2549E /* Keyframes.framework */; };
AD8E72781D2C3DB100E3BA9D /* .valueObjectConfig in Resources */ = {isa = PBXBuildFile; fileRef = AD8E724B1D2C3DB100E3BA9D /* .valueObjectConfig */; };
AD8E72791D2C3DB100E3BA9D /* KFVector.h in Headers */ = {isa = PBXBuildFile; fileRef = AD8E724C1D2C3DB100E3BA9D /* KFVector.h */; settings = {ATTRIBUTES = (Public, ); }; };
AD8E727A1D2C3DB100E3BA9D /* KFVector.m in Sources */ = {isa = PBXBuildFile; fileRef = AD8E724D1D2C3DB100E3BA9D /* KFVector.m */; };
AD8E727B1D2C3DB100E3BA9D /* KFVector.value in Resources */ = {isa = PBXBuildFile; fileRef = AD8E724E1D2C3DB100E3BA9D /* KFVector.value */; };
AD8E727C1D2C3DB100E3BA9D /* KFVectorAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = AD8E724F1D2C3DB100E3BA9D /* KFVectorAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; };
AD8E727D1D2C3DB100E3BA9D /* KFVectorAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = AD8E72501D2C3DB100E3BA9D /* KFVectorAnimation.m */; };
AD8E727E1D2C3DB100E3BA9D /* KFVectorAnimation.value in Resources */ = {isa = PBXBuildFile; fileRef = AD8E72511D2C3DB100E3BA9D /* KFVectorAnimation.value */; };
AD8E727F1D2C3DB100E3BA9D /* KFVectorAnimationGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = AD8E72521D2C3DB100E3BA9D /* KFVectorAnimationGroup.h */; settings = {ATTRIBUTES = (Public, ); }; };
AD8E72801D2C3DB100E3BA9D /* KFVectorAnimationGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = AD8E72531D2C3DB100E3BA9D /* KFVectorAnimationGroup.m */; };
AD8E72811D2C3DB100E3BA9D /* KFVectorAnimationGroup.value in Resources */ = {isa = PBXBuildFile; fileRef = AD8E72541D2C3DB100E3BA9D /* KFVectorAnimationGroup.value */; };
AD8E72821D2C3DB100E3BA9D /* KFVectorAnimationKeyValue.h in Headers */ = {isa = PBXBuildFile; fileRef = AD8E72551D2C3DB100E3BA9D /* KFVectorAnimationKeyValue.h */; settings = {ATTRIBUTES = (Public, ); }; };
AD8E72831D2C3DB100E3BA9D /* KFVectorAnimationKeyValue.m in Sources */ = {isa = PBXBuildFile; fileRef = AD8E72561D2C3DB100E3BA9D /* KFVectorAnimationKeyValue.m */; };
AD8E72841D2C3DB100E3BA9D /* KFVectorAnimationKeyValue.value in Resources */ = {isa = PBXBuildFile; fileRef = AD8E72571D2C3DB100E3BA9D /* KFVectorAnimationKeyValue.value */; };
AD8E72851D2C3DB100E3BA9D /* KFVectorFeature.h in Headers */ = {isa = PBXBuildFile; fileRef = AD8E72581D2C3DB100E3BA9D /* KFVectorFeature.h */; settings = {ATTRIBUTES = (Public, ); }; };
AD8E72861D2C3DB100E3BA9D /* KFVectorFeature.m in Sources */ = {isa = PBXBuildFile; fileRef = AD8E72591D2C3DB100E3BA9D /* KFVectorFeature.m */; };
AD8E72871D2C3DB100E3BA9D /* KFVectorFeature.value in Resources */ = {isa = PBXBuildFile; fileRef = AD8E725A1D2C3DB100E3BA9D /* KFVectorFeature.value */; };
AD8E72881D2C3DB100E3BA9D /* KFVectorFeatureKeyFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = AD8E725B1D2C3DB100E3BA9D /* KFVectorFeatureKeyFrame.h */; settings = {ATTRIBUTES = (Public, ); }; };
AD8E72891D2C3DB100E3BA9D /* KFVectorFeatureKeyFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = AD8E725C1D2C3DB100E3BA9D /* KFVectorFeatureKeyFrame.m */; };
AD8E728A1D2C3DB100E3BA9D /* KFVectorFeatureKeyFrame.value in Resources */ = {isa = PBXBuildFile; fileRef = AD8E725D1D2C3DB100E3BA9D /* KFVectorFeatureKeyFrame.value */; };
AD8E728B1D2C3DB100E3BA9D /* KFVectorGradientEffect.h in Headers */ = {isa = PBXBuildFile; fileRef = AD8E725E1D2C3DB100E3BA9D /* KFVectorGradientEffect.h */; settings = {ATTRIBUTES = (Public, ); }; };
AD8E728C1D2C3DB100E3BA9D /* KFVectorGradientEffect.m in Sources */ = {isa = PBXBuildFile; fileRef = AD8E725F1D2C3DB100E3BA9D /* KFVectorGradientEffect.m */; };
AD8E728D1D2C3DB100E3BA9D /* KFVectorGradientEffect.value in Resources */ = {isa = PBXBuildFile; fileRef = AD8E72601D2C3DB100E3BA9D /* KFVectorGradientEffect.value */; };
AD8E728E1D2C3DB100E3BA9D /* KFUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = AD8E72621D2C3DB100E3BA9D /* KFUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; };
AD8E728F1D2C3DB100E3BA9D /* KFUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = AD8E72631D2C3DB100E3BA9D /* KFUtilities.m */; };
AD8E72901D2C3DB100E3BA9D /* KFVectorAnimationLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = AD8E72651D2C3DB100E3BA9D /* KFVectorAnimationLayer.h */; };
AD8E72911D2C3DB100E3BA9D /* KFVectorAnimationLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = AD8E72661D2C3DB100E3BA9D /* KFVectorAnimationLayer.m */; };
AD8E72921D2C3DB100E3BA9D /* KFVectorFeatureLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = AD8E72671D2C3DB100E3BA9D /* KFVectorFeatureLayer.h */; };
AD8E72931D2C3DB100E3BA9D /* KFVectorFeatureLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = AD8E72681D2C3DB100E3BA9D /* KFVectorFeatureLayer.m */; };
AD8E72941D2C3DB100E3BA9D /* KFVectorFeatureLayerInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = AD8E72691D2C3DB100E3BA9D /* KFVectorFeatureLayerInterface.h */; };
AD8E72951D2C3DB100E3BA9D /* KFVectorGradientFeatureLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = AD8E726A1D2C3DB100E3BA9D /* KFVectorGradientFeatureLayer.h */; };
AD8E72961D2C3DB100E3BA9D /* KFVectorGradientFeatureLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = AD8E726B1D2C3DB100E3BA9D /* KFVectorGradientFeatureLayer.m */; };
AD8E72971D2C3DB100E3BA9D /* KFVectorLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = AD8E726C1D2C3DB100E3BA9D /* KFVectorLayer.h */; settings = {ATTRIBUTES = (Public, ); }; };
AD8E72981D2C3DB100E3BA9D /* KFVectorLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = AD8E726D1D2C3DB100E3BA9D /* KFVectorLayer.m */; };
AD8E72991D2C3DB100E3BA9D /* KFVectorLayerHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = AD8E726E1D2C3DB100E3BA9D /* KFVectorLayerHelper.h */; };
AD8E729A1D2C3DB100E3BA9D /* KFVectorLayerHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = AD8E726F1D2C3DB100E3BA9D /* KFVectorLayerHelper.m */; };
AD8E729B1D2C3DB100E3BA9D /* KFVectorBezierPathsHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = AD8E72711D2C3DB100E3BA9D /* KFVectorBezierPathsHelper.h */; };
AD8E729C1D2C3DB100E3BA9D /* KFVectorBezierPathsHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = AD8E72721D2C3DB100E3BA9D /* KFVectorBezierPathsHelper.m */; };
AD8E729D1D2C3DB100E3BA9D /* KFVectorParsingHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = AD8E72731D2C3DB100E3BA9D /* KFVectorParsingHelper.h */; settings = {ATTRIBUTES = (Public, ); }; };
AD8E729E1D2C3DB100E3BA9D /* KFVectorParsingHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = AD8E72741D2C3DB100E3BA9D /* KFVectorParsingHelper.m */; };
AD8E729F1D2C3DB100E3BA9D /* KFVectorView.h in Headers */ = {isa = PBXBuildFile; fileRef = AD8E72761D2C3DB100E3BA9D /* KFVectorView.h */; settings = {ATTRIBUTES = (Public, ); }; };
AD8E72A01D2C3DB100E3BA9D /* KFVectorView.m in Sources */ = {isa = PBXBuildFile; fileRef = AD8E72771D2C3DB100E3BA9D /* KFVectorView.m */; };
DD7143021E00AD7F0032AF2C /* KFVectorAnimationKeyValue.m in Sources */ = {isa = PBXBuildFile; fileRef = AD8E72561D2C3DB100E3BA9D /* KFVectorAnimationKeyValue.m */; };
DD7143031E00AD7F0032AF2C /* KFVectorAnimationGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = AD8E72531D2C3DB100E3BA9D /* KFVectorAnimationGroup.m */; };
DD7143041E00AD7F0032AF2C /* KFVectorGradientFeatureLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = AD8E726B1D2C3DB100E3BA9D /* KFVectorGradientFeatureLayer.m */; };
DD7143051E00AD7F0032AF2C /* KFVectorAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = AD8E72501D2C3DB100E3BA9D /* KFVectorAnimation.m */; };
DD7143061E00AD7F0032AF2C /* KFVectorGradientEffect.m in Sources */ = {isa = PBXBuildFile; fileRef = AD8E725F1D2C3DB100E3BA9D /* KFVectorGradientEffect.m */; };
DD7143071E00AD7F0032AF2C /* KFVectorBezierPathsHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = AD8E72721D2C3DB100E3BA9D /* KFVectorBezierPathsHelper.m */; };
DD7143081E00AD7F0032AF2C /* KFVectorAnimationLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = AD8E72661D2C3DB100E3BA9D /* KFVectorAnimationLayer.m */; };
DD7143091E00AD7F0032AF2C /* KFVectorFeature.m in Sources */ = {isa = PBXBuildFile; fileRef = AD8E72591D2C3DB100E3BA9D /* KFVectorFeature.m */; };
DD71430A1E00AD7F0032AF2C /* KFVectorView.m in Sources */ = {isa = PBXBuildFile; fileRef = AD8E72771D2C3DB100E3BA9D /* KFVectorView.m */; };
DD71430B1E00AD7F0032AF2C /* KFVectorLayerHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = AD8E726F1D2C3DB100E3BA9D /* KFVectorLayerHelper.m */; };
DD71430C1E00AD7F0032AF2C /* KFVectorLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = AD8E726D1D2C3DB100E3BA9D /* KFVectorLayer.m */; };
DD71430D1E00AD7F0032AF2C /* KFVectorFeatureLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = AD8E72681D2C3DB100E3BA9D /* KFVectorFeatureLayer.m */; };
DD71430E1E00AD7F0032AF2C /* KFUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = AD8E72631D2C3DB100E3BA9D /* KFUtilities.m */; };
DD71430F1E00AD7F0032AF2C /* KFVectorBitmapFeatureLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 49A85F1C1D90B94B00185B66 /* KFVectorBitmapFeatureLayer.m */; };
DD7143101E00AD7F0032AF2C /* KFVectorFeatureKeyFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = AD8E725C1D2C3DB100E3BA9D /* KFVectorFeatureKeyFrame.m */; };
DD7143111E00AD7F0032AF2C /* KFVectorParsingHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = AD8E72741D2C3DB100E3BA9D /* KFVectorParsingHelper.m */; };
DD7143121E00AD7F0032AF2C /* KFVector.m in Sources */ = {isa = PBXBuildFile; fileRef = AD8E724D1D2C3DB100E3BA9D /* KFVector.m */; };
DD7143151E00AD7F0032AF2C /* KFUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = AD8E72621D2C3DB100E3BA9D /* KFUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; };
DD7143161E00AD7F0032AF2C /* KFVector.h in Headers */ = {isa = PBXBuildFile; fileRef = AD8E724C1D2C3DB100E3BA9D /* KFVector.h */; settings = {ATTRIBUTES = (Public, ); }; };
DD7143171E00AD7F0032AF2C /* KFVectorLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = AD8E726C1D2C3DB100E3BA9D /* KFVectorLayer.h */; settings = {ATTRIBUTES = (Public, ); }; };
DD7143181E00AD7F0032AF2C /* KFVectorParsingHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = AD8E72731D2C3DB100E3BA9D /* KFVectorParsingHelper.h */; settings = {ATTRIBUTES = (Public, ); }; };
DD7143191E00AD7F0032AF2C /* Compatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = DD28B2A01DFF184E000DA813 /* Compatibility.h */; };
DD71431A1E00AD7F0032AF2C /* KFVectorBitmapFeatureLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 49A85F1B1D90B94B00185B66 /* KFVectorBitmapFeatureLayer.h */; };
DD71431B1E00AD7F0032AF2C /* KFVectorLayerHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = AD8E726E1D2C3DB100E3BA9D /* KFVectorLayerHelper.h */; };
DD71431C1E00AD7F0032AF2C /* KFVectorAnimationLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = AD8E72651D2C3DB100E3BA9D /* KFVectorAnimationLayer.h */; };
DD71431D1E00AD7F0032AF2C /* KFVectorFeatureLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = AD8E72671D2C3DB100E3BA9D /* KFVectorFeatureLayer.h */; };
DD71431E1E00AD7F0032AF2C /* KFVectorFeature.h in Headers */ = {isa = PBXBuildFile; fileRef = AD8E72581D2C3DB100E3BA9D /* KFVectorFeature.h */; };
DD71431F1E00AD7F0032AF2C /* KFVectorBezierPathsHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = AD8E72711D2C3DB100E3BA9D /* KFVectorBezierPathsHelper.h */; };
DD7143201E00AD7F0032AF2C /* KFVectorAnimationKeyValue.h in Headers */ = {isa = PBXBuildFile; fileRef = AD8E72551D2C3DB100E3BA9D /* KFVectorAnimationKeyValue.h */; };
DD7143211E00AD7F0032AF2C /* KFVectorAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = AD8E724F1D2C3DB100E3BA9D /* KFVectorAnimation.h */; };
DD7143221E00AD7F0032AF2C /* KFVectorGradientFeatureLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = AD8E726A1D2C3DB100E3BA9D /* KFVectorGradientFeatureLayer.h */; };
DD7143231E00AD7F0032AF2C /* KFVectorFeatureLayerInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = AD8E72691D2C3DB100E3BA9D /* KFVectorFeatureLayerInterface.h */; };
DD7143241E00AD7F0032AF2C /* KFVectorGradientEffect.h in Headers */ = {isa = PBXBuildFile; fileRef = AD8E725E1D2C3DB100E3BA9D /* KFVectorGradientEffect.h */; };
DD7143251E00AD7F0032AF2C /* KFVectorView.h in Headers */ = {isa = PBXBuildFile; fileRef = AD8E72761D2C3DB100E3BA9D /* KFVectorView.h */; };
DD7143261E00AD7F0032AF2C /* Keyframes.h in Headers */ = {isa = PBXBuildFile; fileRef = 342484B31DFA143400A2471E /* Keyframes.h */; settings = {ATTRIBUTES = (Public, ); }; };
DD7143271E00AD7F0032AF2C /* KFVectorAnimationGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = AD8E72521D2C3DB100E3BA9D /* KFVectorAnimationGroup.h */; };
DD7143281E00AD7F0032AF2C /* KFVectorFeatureKeyFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = AD8E725B1D2C3DB100E3BA9D /* KFVectorFeatureKeyFrame.h */; };
DD71432A1E00AD7F0032AF2C /* KFVectorAnimationKeyValue.value in Resources */ = {isa = PBXBuildFile; fileRef = AD8E72571D2C3DB100E3BA9D /* KFVectorAnimationKeyValue.value */; };
DD71432B1E00AD7F0032AF2C /* KFVectorAnimationGroup.value in Resources */ = {isa = PBXBuildFile; fileRef = AD8E72541D2C3DB100E3BA9D /* KFVectorAnimationGroup.value */; };
DD71432C1E00AD7F0032AF2C /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 342484B21DFA143400A2471E /* Info.plist */; };
DD71432D1E00AD7F0032AF2C /* KFVectorFeature.value in Resources */ = {isa = PBXBuildFile; fileRef = AD8E725A1D2C3DB100E3BA9D /* KFVectorFeature.value */; };
DD71432E1E00AD7F0032AF2C /* .valueObjectConfig in Resources */ = {isa = PBXBuildFile; fileRef = AD8E724B1D2C3DB100E3BA9D /* .valueObjectConfig */; };
DD71432F1E00AD7F0032AF2C /* KFVectorAnimation.value in Resources */ = {isa = PBXBuildFile; fileRef = AD8E72511D2C3DB100E3BA9D /* KFVectorAnimation.value */; };
DD7143301E00AD7F0032AF2C /* KFVectorFeatureKeyFrame.value in Resources */ = {isa = PBXBuildFile; fileRef = AD8E725D1D2C3DB100E3BA9D /* KFVectorFeatureKeyFrame.value */; };
DD7143311E00AD7F0032AF2C /* KFVectorGradientEffect.value in Resources */ = {isa = PBXBuildFile; fileRef = AD8E72601D2C3DB100E3BA9D /* KFVectorGradientEffect.value */; };
DD7143321E00AD7F0032AF2C /* KFVector.value in Resources */ = {isa = PBXBuildFile; fileRef = AD8E724E1D2C3DB100E3BA9D /* KFVector.value */; };
DD7143381E00ADCE0032AF2C /* NSBezierPath+PlatformCompatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = DD28B2A11DFF1996000DA813 /* NSBezierPath+PlatformCompatibility.h */; };
DD7143391E00ADCE0032AF2C /* NSImage+PlatformCompatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = DD28B2A31DFF1996000DA813 /* NSImage+PlatformCompatibility.h */; };
DD71433A1E00ADCE0032AF2C /* NSValue+PlatformCompatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = DD28B2A51DFF1996000DA813 /* NSValue+PlatformCompatibility.h */; };
DD71433B1E00ADDB0032AF2C /* NSBezierPath+PlatformCompatibility.m in Sources */ = {isa = PBXBuildFile; fileRef = DD28B2A21DFF1996000DA813 /* NSBezierPath+PlatformCompatibility.m */; };
DD71433C1E00ADDB0032AF2C /* NSImage+PlatformCompatibility.m in Sources */ = {isa = PBXBuildFile; fileRef = DD28B2A41DFF1996000DA813 /* NSImage+PlatformCompatibility.m */; };
DD71433D1E00ADDB0032AF2C /* NSValue+PlatformCompatibility.m in Sources */ = {isa = PBXBuildFile; fileRef = DD28B2A61DFF1996000DA813 /* NSValue+PlatformCompatibility.m */; };
DDA2DDE01DFF1E2E006155E3 /* Compatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = DD28B2A01DFF184E000DA813 /* Compatibility.h */; settings = {ATTRIBUTES = (Public, ); }; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
AD46D3011D3041AD0008AF78 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = ADBA24A71D2C3C9400D2549E /* Project object */;
proxyType = 1;
remoteGlobalIDString = ADBA24AF1D2C3C9400D2549E;
remoteInfo = keyframes;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
342484B21DFA143400A2471E /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Framework/Info.plist; sourceTree = SOURCE_ROOT; };
342484B31DFA143400A2471E /* Keyframes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Keyframes.h; path = Framework/Keyframes.h; sourceTree = SOURCE_ROOT; };
493741AE1DE4FEB6002141D1 /* sample_logo.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = sample_logo.json; sourceTree = "<group>"; };
49A85F1B1D90B94B00185B66 /* KFVectorBitmapFeatureLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KFVectorBitmapFeatureLayer.h; sourceTree = "<group>"; };
49A85F1C1D90B94B00185B66 /* KFVectorBitmapFeatureLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KFVectorBitmapFeatureLayer.m; sourceTree = "<group>"; };
AD46D2FB1D3041AD0008AF78 /* KeyframesTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = KeyframesTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
AD46D2FD1D3041AD0008AF78 /* KeyframesTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = KeyframesTests.m; sourceTree = "<group>"; };
AD46D2FF1D3041AD0008AF78 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
AD8E724B1D2C3DB100E3BA9D /* .valueObjectConfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .valueObjectConfig; sourceTree = "<group>"; };
AD8E724C1D2C3DB100E3BA9D /* KFVector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KFVector.h; sourceTree = "<group>"; };
AD8E724D1D2C3DB100E3BA9D /* KFVector.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KFVector.m; sourceTree = "<group>"; };
AD8E724E1D2C3DB100E3BA9D /* KFVector.value */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = KFVector.value; sourceTree = "<group>"; };
AD8E724F1D2C3DB100E3BA9D /* KFVectorAnimation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KFVectorAnimation.h; sourceTree = "<group>"; };
AD8E72501D2C3DB100E3BA9D /* KFVectorAnimation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KFVectorAnimation.m; sourceTree = "<group>"; };
AD8E72511D2C3DB100E3BA9D /* KFVectorAnimation.value */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = KFVectorAnimation.value; sourceTree = "<group>"; };
AD8E72521D2C3DB100E3BA9D /* KFVectorAnimationGroup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KFVectorAnimationGroup.h; sourceTree = "<group>"; };
AD8E72531D2C3DB100E3BA9D /* KFVectorAnimationGroup.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KFVectorAnimationGroup.m; sourceTree = "<group>"; };
AD8E72541D2C3DB100E3BA9D /* KFVectorAnimationGroup.value */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = KFVectorAnimationGroup.value; sourceTree = "<group>"; };
AD8E72551D2C3DB100E3BA9D /* KFVectorAnimationKeyValue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KFVectorAnimationKeyValue.h; sourceTree = "<group>"; };
AD8E72561D2C3DB100E3BA9D /* KFVectorAnimationKeyValue.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KFVectorAnimationKeyValue.m; sourceTree = "<group>"; };
AD8E72571D2C3DB100E3BA9D /* KFVectorAnimationKeyValue.value */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = KFVectorAnimationKeyValue.value; sourceTree = "<group>"; };
AD8E72581D2C3DB100E3BA9D /* KFVectorFeature.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KFVectorFeature.h; sourceTree = "<group>"; };
AD8E72591D2C3DB100E3BA9D /* KFVectorFeature.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KFVectorFeature.m; sourceTree = "<group>"; };
AD8E725A1D2C3DB100E3BA9D /* KFVectorFeature.value */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = KFVectorFeature.value; sourceTree = "<group>"; };
AD8E725B1D2C3DB100E3BA9D /* KFVectorFeatureKeyFrame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KFVectorFeatureKeyFrame.h; sourceTree = "<group>"; };
AD8E725C1D2C3DB100E3BA9D /* KFVectorFeatureKeyFrame.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KFVectorFeatureKeyFrame.m; sourceTree = "<group>"; };
AD8E725D1D2C3DB100E3BA9D /* KFVectorFeatureKeyFrame.value */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = KFVectorFeatureKeyFrame.value; sourceTree = "<group>"; };
AD8E725E1D2C3DB100E3BA9D /* KFVectorGradientEffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KFVectorGradientEffect.h; sourceTree = "<group>"; };
AD8E725F1D2C3DB100E3BA9D /* KFVectorGradientEffect.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KFVectorGradientEffect.m; sourceTree = "<group>"; };
AD8E72601D2C3DB100E3BA9D /* KFVectorGradientEffect.value */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = KFVectorGradientEffect.value; sourceTree = "<group>"; };
AD8E72621D2C3DB100E3BA9D /* KFUtilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KFUtilities.h; sourceTree = "<group>"; };
AD8E72631D2C3DB100E3BA9D /* KFUtilities.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KFUtilities.m; sourceTree = "<group>"; };
AD8E72651D2C3DB100E3BA9D /* KFVectorAnimationLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KFVectorAnimationLayer.h; sourceTree = "<group>"; };
AD8E72661D2C3DB100E3BA9D /* KFVectorAnimationLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KFVectorAnimationLayer.m; sourceTree = "<group>"; };
AD8E72671D2C3DB100E3BA9D /* KFVectorFeatureLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KFVectorFeatureLayer.h; sourceTree = "<group>"; };
AD8E72681D2C3DB100E3BA9D /* KFVectorFeatureLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KFVectorFeatureLayer.m; sourceTree = "<group>"; };
AD8E72691D2C3DB100E3BA9D /* KFVectorFeatureLayerInterface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KFVectorFeatureLayerInterface.h; sourceTree = "<group>"; };
AD8E726A1D2C3DB100E3BA9D /* KFVectorGradientFeatureLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KFVectorGradientFeatureLayer.h; sourceTree = "<group>"; };
AD8E726B1D2C3DB100E3BA9D /* KFVectorGradientFeatureLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KFVectorGradientFeatureLayer.m; sourceTree = "<group>"; };
AD8E726C1D2C3DB100E3BA9D /* KFVectorLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KFVectorLayer.h; sourceTree = "<group>"; };
AD8E726D1D2C3DB100E3BA9D /* KFVectorLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KFVectorLayer.m; sourceTree = "<group>"; };
AD8E726E1D2C3DB100E3BA9D /* KFVectorLayerHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KFVectorLayerHelper.h; sourceTree = "<group>"; };
AD8E726F1D2C3DB100E3BA9D /* KFVectorLayerHelper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KFVectorLayerHelper.m; sourceTree = "<group>"; };
AD8E72711D2C3DB100E3BA9D /* KFVectorBezierPathsHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KFVectorBezierPathsHelper.h; sourceTree = "<group>"; };
AD8E72721D2C3DB100E3BA9D /* KFVectorBezierPathsHelper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KFVectorBezierPathsHelper.m; sourceTree = "<group>"; };
AD8E72731D2C3DB100E3BA9D /* KFVectorParsingHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KFVectorParsingHelper.h; sourceTree = "<group>"; };
AD8E72741D2C3DB100E3BA9D /* KFVectorParsingHelper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KFVectorParsingHelper.m; sourceTree = "<group>"; };
AD8E72761D2C3DB100E3BA9D /* KFVectorView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KFVectorView.h; sourceTree = "<group>"; };
AD8E72771D2C3DB100E3BA9D /* KFVectorView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KFVectorView.m; sourceTree = "<group>"; };
ADBA24B01D2C3C9400D2549E /* Keyframes.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Keyframes.framework; sourceTree = BUILT_PRODUCTS_DIR; };
DD28B2A01DFF184E000DA813 /* Compatibility.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Compatibility.h; sourceTree = "<group>"; };
DD28B2A11DFF1996000DA813 /* NSBezierPath+PlatformCompatibility.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSBezierPath+PlatformCompatibility.h"; sourceTree = "<group>"; };
DD28B2A21DFF1996000DA813 /* NSBezierPath+PlatformCompatibility.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSBezierPath+PlatformCompatibility.m"; sourceTree = "<group>"; };
DD28B2A31DFF1996000DA813 /* NSImage+PlatformCompatibility.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSImage+PlatformCompatibility.h"; sourceTree = "<group>"; };
DD28B2A41DFF1996000DA813 /* NSImage+PlatformCompatibility.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSImage+PlatformCompatibility.m"; sourceTree = "<group>"; };
DD28B2A51DFF1996000DA813 /* NSValue+PlatformCompatibility.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSValue+PlatformCompatibility.h"; sourceTree = "<group>"; };
DD28B2A61DFF1996000DA813 /* NSValue+PlatformCompatibility.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSValue+PlatformCompatibility.m"; sourceTree = "<group>"; };
DD7143361E00AD7F0032AF2C /* Keyframes.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Keyframes.framework; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
AD46D2F81D3041AD0008AF78 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
AD46D3001D3041AD0008AF78 /* Keyframes.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
ADBA24AC1D2C3C9400D2549E /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
DD7143131E00AD7F0032AF2C /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
342484B11DFA142000A2471E /* Supporting Files */ = {
isa = PBXGroup;
children = (
342484B21DFA143400A2471E /* Info.plist */,
342484B31DFA143400A2471E /* Keyframes.h */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
AD46D2FC1D3041AD0008AF78 /* KeyframesTests */ = {
isa = PBXGroup;
children = (
AD46D3061D3042080008AF78 /* Assets */,
AD46D2FD1D3041AD0008AF78 /* KeyframesTests.m */,
AD46D2FF1D3041AD0008AF78 /* Info.plist */,
);
name = KeyframesTests;
path = keyframesTests;
sourceTree = "<group>";
};
AD46D3061D3042080008AF78 /* Assets */ = {
isa = PBXGroup;
children = (
493741AE1DE4FEB6002141D1 /* sample_logo.json */,
);
path = Assets;
sourceTree = "<group>";
};
AD8E72491D2C3DB100E3BA9D /* src */ = {
isa = PBXGroup;
children = (
DD28B29F1DFF1836000DA813 /* Compatibility */,
AD8E724A1D2C3DB100E3BA9D /* DataModel */,
AD8E72611D2C3DB100E3BA9D /* Helpers */,
AD8E72641D2C3DB100E3BA9D /* Layers */,
AD8E72701D2C3DB100E3BA9D /* ParsingHelpers */,
AD8E72751D2C3DB100E3BA9D /* Views */,
);
path = src;
sourceTree = SOURCE_ROOT;
};
AD8E724A1D2C3DB100E3BA9D /* DataModel */ = {
isa = PBXGroup;
children = (
AD8E724B1D2C3DB100E3BA9D /* .valueObjectConfig */,
AD8E724C1D2C3DB100E3BA9D /* KFVector.h */,
AD8E724D1D2C3DB100E3BA9D /* KFVector.m */,
AD8E724E1D2C3DB100E3BA9D /* KFVector.value */,
AD8E724F1D2C3DB100E3BA9D /* KFVectorAnimation.h */,
AD8E72501D2C3DB100E3BA9D /* KFVectorAnimation.m */,
AD8E72511D2C3DB100E3BA9D /* KFVectorAnimation.value */,
AD8E72521D2C3DB100E3BA9D /* KFVectorAnimationGroup.h */,
AD8E72531D2C3DB100E3BA9D /* KFVectorAnimationGroup.m */,
AD8E72541D2C3DB100E3BA9D /* KFVectorAnimationGroup.value */,
AD8E72551D2C3DB100E3BA9D /* KFVectorAnimationKeyValue.h */,
AD8E72561D2C3DB100E3BA9D /* KFVectorAnimationKeyValue.m */,
AD8E72571D2C3DB100E3BA9D /* KFVectorAnimationKeyValue.value */,
AD8E72581D2C3DB100E3BA9D /* KFVectorFeature.h */,
AD8E72591D2C3DB100E3BA9D /* KFVectorFeature.m */,
AD8E725A1D2C3DB100E3BA9D /* KFVectorFeature.value */,
AD8E725B1D2C3DB100E3BA9D /* KFVectorFeatureKeyFrame.h */,
AD8E725C1D2C3DB100E3BA9D /* KFVectorFeatureKeyFrame.m */,
AD8E725D1D2C3DB100E3BA9D /* KFVectorFeatureKeyFrame.value */,
AD8E725E1D2C3DB100E3BA9D /* KFVectorGradientEffect.h */,
AD8E725F1D2C3DB100E3BA9D /* KFVectorGradientEffect.m */,
AD8E72601D2C3DB100E3BA9D /* KFVectorGradientEffect.value */,
);
path = DataModel;
sourceTree = "<group>";
};
AD8E72611D2C3DB100E3BA9D /* Helpers */ = {
isa = PBXGroup;
children = (
AD8E72621D2C3DB100E3BA9D /* KFUtilities.h */,
AD8E72631D2C3DB100E3BA9D /* KFUtilities.m */,
);
path = Helpers;
sourceTree = "<group>";
};
AD8E72641D2C3DB100E3BA9D /* Layers */ = {
isa = PBXGroup;
children = (
AD8E72651D2C3DB100E3BA9D /* KFVectorAnimationLayer.h */,
AD8E72661D2C3DB100E3BA9D /* KFVectorAnimationLayer.m */,
49A85F1B1D90B94B00185B66 /* KFVectorBitmapFeatureLayer.h */,
49A85F1C1D90B94B00185B66 /* KFVectorBitmapFeatureLayer.m */,
AD8E72671D2C3DB100E3BA9D /* KFVectorFeatureLayer.h */,
AD8E72681D2C3DB100E3BA9D /* KFVectorFeatureLayer.m */,
AD8E72691D2C3DB100E3BA9D /* KFVectorFeatureLayerInterface.h */,
AD8E726A1D2C3DB100E3BA9D /* KFVectorGradientFeatureLayer.h */,
AD8E726B1D2C3DB100E3BA9D /* KFVectorGradientFeatureLayer.m */,
AD8E726C1D2C3DB100E3BA9D /* KFVectorLayer.h */,
AD8E726D1D2C3DB100E3BA9D /* KFVectorLayer.m */,
AD8E726E1D2C3DB100E3BA9D /* KFVectorLayerHelper.h */,
AD8E726F1D2C3DB100E3BA9D /* KFVectorLayerHelper.m */,
);
path = Layers;
sourceTree = "<group>";
};
AD8E72701D2C3DB100E3BA9D /* ParsingHelpers */ = {
isa = PBXGroup;
children = (
AD8E72711D2C3DB100E3BA9D /* KFVectorBezierPathsHelper.h */,
AD8E72721D2C3DB100E3BA9D /* KFVectorBezierPathsHelper.m */,
AD8E72731D2C3DB100E3BA9D /* KFVectorParsingHelper.h */,
AD8E72741D2C3DB100E3BA9D /* KFVectorParsingHelper.m */,
);
path = ParsingHelpers;
sourceTree = "<group>";
};
AD8E72751D2C3DB100E3BA9D /* Views */ = {
isa = PBXGroup;
children = (
AD8E72761D2C3DB100E3BA9D /* KFVectorView.h */,
AD8E72771D2C3DB100E3BA9D /* KFVectorView.m */,
);
path = Views;
sourceTree = "<group>";
};
ADBA24A61D2C3C9400D2549E = {
isa = PBXGroup;
children = (
ADBA24B21D2C3C9400D2549E /* Keyframes */,
AD46D2FC1D3041AD0008AF78 /* KeyframesTests */,
ADBA24B11D2C3C9400D2549E /* Products */,
);
sourceTree = "<group>";
};
ADBA24B11D2C3C9400D2549E /* Products */ = {
isa = PBXGroup;
children = (
ADBA24B01D2C3C9400D2549E /* Keyframes.framework */,
AD46D2FB1D3041AD0008AF78 /* KeyframesTests.xctest */,
DD7143361E00AD7F0032AF2C /* Keyframes.framework */,
);
name = Products;
sourceTree = "<group>";
};
ADBA24B21D2C3C9400D2549E /* Keyframes */ = {
isa = PBXGroup;
children = (
342484B11DFA142000A2471E /* Supporting Files */,
AD8E72491D2C3DB100E3BA9D /* src */,
);
name = Keyframes;
path = keyframes;
sourceTree = "<group>";
};
DD28B29F1DFF1836000DA813 /* Compatibility */ = {
isa = PBXGroup;
children = (
DD28B2A01DFF184E000DA813 /* Compatibility.h */,
DD28B2A11DFF1996000DA813 /* NSBezierPath+PlatformCompatibility.h */,
DD28B2A21DFF1996000DA813 /* NSBezierPath+PlatformCompatibility.m */,
DD28B2A31DFF1996000DA813 /* NSImage+PlatformCompatibility.h */,
DD28B2A41DFF1996000DA813 /* NSImage+PlatformCompatibility.m */,
DD28B2A51DFF1996000DA813 /* NSValue+PlatformCompatibility.h */,
DD28B2A61DFF1996000DA813 /* NSValue+PlatformCompatibility.m */,
);
path = Compatibility;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
ADBA24AD1D2C3C9400D2549E /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
AD8E728E1D2C3DB100E3BA9D /* KFUtilities.h in Headers */,
AD8E72791D2C3DB100E3BA9D /* KFVector.h in Headers */,
AD8E727C1D2C3DB100E3BA9D /* KFVectorAnimation.h in Headers */,
AD8E727F1D2C3DB100E3BA9D /* KFVectorAnimationGroup.h in Headers */,
AD8E72821D2C3DB100E3BA9D /* KFVectorAnimationKeyValue.h in Headers */,
AD8E72851D2C3DB100E3BA9D /* KFVectorFeature.h in Headers */,
AD8E72881D2C3DB100E3BA9D /* KFVectorFeatureKeyFrame.h in Headers */,
AD8E728B1D2C3DB100E3BA9D /* KFVectorGradientEffect.h in Headers */,
AD8E72971D2C3DB100E3BA9D /* KFVectorLayer.h in Headers */,
AD8E729D1D2C3DB100E3BA9D /* KFVectorParsingHelper.h in Headers */,
AD8E729F1D2C3DB100E3BA9D /* KFVectorView.h in Headers */,
DDA2DDE01DFF1E2E006155E3 /* Compatibility.h in Headers */,
49A85F1D1D90B94B00185B66 /* KFVectorBitmapFeatureLayer.h in Headers */,
AD8E72991D2C3DB100E3BA9D /* KFVectorLayerHelper.h in Headers */,
AD8E72901D2C3DB100E3BA9D /* KFVectorAnimationLayer.h in Headers */,
AD8E72921D2C3DB100E3BA9D /* KFVectorFeatureLayer.h in Headers */,
AD8E729B1D2C3DB100E3BA9D /* KFVectorBezierPathsHelper.h in Headers */,
AD8E72951D2C3DB100E3BA9D /* KFVectorGradientFeatureLayer.h in Headers */,
AD8E72941D2C3DB100E3BA9D /* KFVectorFeatureLayerInterface.h in Headers */,
342484B51DFA143400A2471E /* Keyframes.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
DD7143141E00AD7F0032AF2C /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
DD7143151E00AD7F0032AF2C /* KFUtilities.h in Headers */,
DD7143161E00AD7F0032AF2C /* KFVector.h in Headers */,
DD7143171E00AD7F0032AF2C /* KFVectorLayer.h in Headers */,
DD7143181E00AD7F0032AF2C /* KFVectorParsingHelper.h in Headers */,
DD71431A1E00AD7F0032AF2C /* KFVectorBitmapFeatureLayer.h in Headers */,
DD7143191E00AD7F0032AF2C /* Compatibility.h in Headers */,
DD7143381E00ADCE0032AF2C /* NSBezierPath+PlatformCompatibility.h in Headers */,
DD7143391E00ADCE0032AF2C /* NSImage+PlatformCompatibility.h in Headers */,
DD71433A1E00ADCE0032AF2C /* NSValue+PlatformCompatibility.h in Headers */,
DD71431B1E00AD7F0032AF2C /* KFVectorLayerHelper.h in Headers */,
DD71431C1E00AD7F0032AF2C /* KFVectorAnimationLayer.h in Headers */,
DD71431D1E00AD7F0032AF2C /* KFVectorFeatureLayer.h in Headers */,
DD71431E1E00AD7F0032AF2C /* KFVectorFeature.h in Headers */,
DD71431F1E00AD7F0032AF2C /* KFVectorBezierPathsHelper.h in Headers */,
DD7143201E00AD7F0032AF2C /* KFVectorAnimationKeyValue.h in Headers */,
DD7143211E00AD7F0032AF2C /* KFVectorAnimation.h in Headers */,
DD7143221E00AD7F0032AF2C /* KFVectorGradientFeatureLayer.h in Headers */,
DD7143231E00AD7F0032AF2C /* KFVectorFeatureLayerInterface.h in Headers */,
DD7143241E00AD7F0032AF2C /* KFVectorGradientEffect.h in Headers */,
DD7143251E00AD7F0032AF2C /* KFVectorView.h in Headers */,
DD7143261E00AD7F0032AF2C /* Keyframes.h in Headers */,
DD7143271E00AD7F0032AF2C /* KFVectorAnimationGroup.h in Headers */,
DD7143281E00AD7F0032AF2C /* KFVectorFeatureKeyFrame.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */
/* Begin PBXNativeTarget section */
AD46D2FA1D3041AD0008AF78 /* KeyframesTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = AD46D3051D3041AD0008AF78 /* Build configuration list for PBXNativeTarget "KeyframesTests" */;
buildPhases = (
AD46D2F71D3041AD0008AF78 /* Sources */,
AD46D2F81D3041AD0008AF78 /* Frameworks */,
AD46D2F91D3041AD0008AF78 /* Resources */,
);
buildRules = (
);
dependencies = (
AD46D3021D3041AD0008AF78 /* PBXTargetDependency */,
);
name = KeyframesTests;
productName = keyframesTests;
productReference = AD46D2FB1D3041AD0008AF78 /* KeyframesTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
ADBA24AF1D2C3C9400D2549E /* Keyframes */ = {
isa = PBXNativeTarget;
buildConfigurationList = ADBA24B81D2C3C9400D2549E /* Build configuration list for PBXNativeTarget "Keyframes" */;
buildPhases = (
ADBA24AB1D2C3C9400D2549E /* Sources */,
ADBA24AC1D2C3C9400D2549E /* Frameworks */,
ADBA24AD1D2C3C9400D2549E /* Headers */,
ADBA24AE1D2C3C9400D2549E /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = Keyframes;
productName = keyframes;
productReference = ADBA24B01D2C3C9400D2549E /* Keyframes.framework */;
productType = "com.apple.product-type.framework";
};
DD7143001E00AD7F0032AF2C /* Keyframes-macOS */ = {
isa = PBXNativeTarget;
buildConfigurationList = DD7143331E00AD7F0032AF2C /* Build configuration list for PBXNativeTarget "Keyframes-macOS" */;
buildPhases = (
DD7143011E00AD7F0032AF2C /* Sources */,
DD7143131E00AD7F0032AF2C /* Frameworks */,
DD7143141E00AD7F0032AF2C /* Headers */,
DD7143291E00AD7F0032AF2C /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = "Keyframes-macOS";
productName = keyframes;
productReference = DD7143361E00AD7F0032AF2C /* Keyframes.framework */;
productType = "com.apple.product-type.framework";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
ADBA24A71D2C3C9400D2549E /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0810;
ORGANIZATIONNAME = facebook;
TargetAttributes = {
AD46D2FA1D3041AD0008AF78 = {
CreatedOnToolsVersion = 7.3;
};
ADBA24AF1D2C3C9400D2549E = {
CreatedOnToolsVersion = 7.3;
};
};
};
buildConfigurationList = ADBA24AA1D2C3C9400D2549E /* Build configuration list for PBXProject "Keyframes" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = ADBA24A61D2C3C9400D2549E;
productRefGroup = ADBA24B11D2C3C9400D2549E /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
ADBA24AF1D2C3C9400D2549E /* Keyframes */,
AD46D2FA1D3041AD0008AF78 /* KeyframesTests */,
DD7143001E00AD7F0032AF2C /* Keyframes-macOS */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
AD46D2F91D3041AD0008AF78 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
493741AF1DE4FEB6002141D1 /* sample_logo.json in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
ADBA24AE1D2C3C9400D2549E /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
AD8E72841D2C3DB100E3BA9D /* KFVectorAnimationKeyValue.value in Resources */,
AD8E72811D2C3DB100E3BA9D /* KFVectorAnimationGroup.value in Resources */,
342484B41DFA143400A2471E /* Info.plist in Resources */,
AD8E72871D2C3DB100E3BA9D /* KFVectorFeature.value in Resources */,
AD8E72781D2C3DB100E3BA9D /* .valueObjectConfig in Resources */,
AD8E727E1D2C3DB100E3BA9D /* KFVectorAnimation.value in Resources */,
AD8E728A1D2C3DB100E3BA9D /* KFVectorFeatureKeyFrame.value in Resources */,
AD8E728D1D2C3DB100E3BA9D /* KFVectorGradientEffect.value in Resources */,
AD8E727B1D2C3DB100E3BA9D /* KFVector.value in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
DD7143291E00AD7F0032AF2C /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
DD71432A1E00AD7F0032AF2C /* KFVectorAnimationKeyValue.value in Resources */,
DD71432B1E00AD7F0032AF2C /* KFVectorAnimationGroup.value in Resources */,
DD71432C1E00AD7F0032AF2C /* Info.plist in Resources */,
DD71432D1E00AD7F0032AF2C /* KFVectorFeature.value in Resources */,
DD71432E1E00AD7F0032AF2C /* .valueObjectConfig in Resources */,
DD71432F1E00AD7F0032AF2C /* KFVectorAnimation.value in Resources */,
DD7143301E00AD7F0032AF2C /* KFVectorFeatureKeyFrame.value in Resources */,
DD7143311E00AD7F0032AF2C /* KFVectorGradientEffect.value in Resources */,
DD7143321E00AD7F0032AF2C /* KFVector.value in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
AD46D2F71D3041AD0008AF78 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
AD46D2FE1D3041AD0008AF78 /* KeyframesTests.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
ADBA24AB1D2C3C9400D2549E /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
AD8E72831D2C3DB100E3BA9D /* KFVectorAnimationKeyValue.m in Sources */,
AD8E72801D2C3DB100E3BA9D /* KFVectorAnimationGroup.m in Sources */,
AD8E72961D2C3DB100E3BA9D /* KFVectorGradientFeatureLayer.m in Sources */,
AD8E727D1D2C3DB100E3BA9D /* KFVectorAnimation.m in Sources */,
AD8E728C1D2C3DB100E3BA9D /* KFVectorGradientEffect.m in Sources */,
AD8E729C1D2C3DB100E3BA9D /* KFVectorBezierPathsHelper.m in Sources */,
AD8E72911D2C3DB100E3BA9D /* KFVectorAnimationLayer.m in Sources */,
AD8E72861D2C3DB100E3BA9D /* KFVectorFeature.m in Sources */,
AD8E72A01D2C3DB100E3BA9D /* KFVectorView.m in Sources */,
AD8E729A1D2C3DB100E3BA9D /* KFVectorLayerHelper.m in Sources */,
AD8E72981D2C3DB100E3BA9D /* KFVectorLayer.m in Sources */,
AD8E72931D2C3DB100E3BA9D /* KFVectorFeatureLayer.m in Sources */,
AD8E728F1D2C3DB100E3BA9D /* KFUtilities.m in Sources */,
49A85F1E1D90B94B00185B66 /* KFVectorBitmapFeatureLayer.m in Sources */,
AD8E72891D2C3DB100E3BA9D /* KFVectorFeatureKeyFrame.m in Sources */,
AD8E729E1D2C3DB100E3BA9D /* KFVectorParsingHelper.m in Sources */,
AD8E727A1D2C3DB100E3BA9D /* KFVector.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
DD7143011E00AD7F0032AF2C /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
DD71433B1E00ADDB0032AF2C /* NSBezierPath+PlatformCompatibility.m in Sources */,
DD71433C1E00ADDB0032AF2C /* NSImage+PlatformCompatibility.m in Sources */,
DD71433D1E00ADDB0032AF2C /* NSValue+PlatformCompatibility.m in Sources */,
DD7143021E00AD7F0032AF2C /* KFVectorAnimationKeyValue.m in Sources */,
DD7143031E00AD7F0032AF2C /* KFVectorAnimationGroup.m in Sources */,
DD7143041E00AD7F0032AF2C /* KFVectorGradientFeatureLayer.m in Sources */,
DD7143051E00AD7F0032AF2C /* KFVectorAnimation.m in Sources */,
DD7143061E00AD7F0032AF2C /* KFVectorGradientEffect.m in Sources */,
DD7143071E00AD7F0032AF2C /* KFVectorBezierPathsHelper.m in Sources */,
DD7143081E00AD7F0032AF2C /* KFVectorAnimationLayer.m in Sources */,
DD7143091E00AD7F0032AF2C /* KFVectorFeature.m in Sources */,
DD71430A1E00AD7F0032AF2C /* KFVectorView.m in Sources */,
DD71430B1E00AD7F0032AF2C /* KFVectorLayerHelper.m in Sources */,
DD71430C1E00AD7F0032AF2C /* KFVectorLayer.m in Sources */,
DD71430D1E00AD7F0032AF2C /* KFVectorFeatureLayer.m in Sources */,
DD71430E1E00AD7F0032AF2C /* KFUtilities.m in Sources */,
DD71430F1E00AD7F0032AF2C /* KFVectorBitmapFeatureLayer.m in Sources */,
DD7143101E00AD7F0032AF2C /* KFVectorFeatureKeyFrame.m in Sources */,
DD7143111E00AD7F0032AF2C /* KFVectorParsingHelper.m in Sources */,
DD7143121E00AD7F0032AF2C /* KFVector.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
AD46D3021D3041AD0008AF78 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = ADBA24AF1D2C3C9400D2549E /* Keyframes */;
targetProxy = AD46D3011D3041AD0008AF78 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin XCBuildConfiguration section */
AD46D3031D3041AD0008AF78 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
INFOPLIST_FILE = keyframesTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = fb.keyframesTests;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
AD46D3041D3041AD0008AF78 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
INFOPLIST_FILE = keyframesTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = fb.keyframesTests;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
ADBA24B61D2C3C9400D2549E /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Debug;
};
ADBA24B71D2C3C9400D2549E /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
ADBA24B91D2C3C9400D2549E /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = ./Framework/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MODULEMAP_FILE = "$(PROJECT_DIR)/Framework/module.modulemap";
PRODUCT_BUNDLE_IDENTIFIER = com.facebook.keyframes;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
};
name = Debug;
};
ADBA24BA1D2C3C9400D2549E /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = ./Framework/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MODULEMAP_FILE = "$(PROJECT_DIR)/Framework/module.modulemap";
PRODUCT_BUNDLE_IDENTIFIER = com.facebook.keyframes;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
};
name = Release;
};
DD7143341E00AD7F0032AF2C /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = ./Framework/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MODULEMAP_FILE = "$(PROJECT_DIR)/Framework/module.modulemap";
PRODUCT_BUNDLE_IDENTIFIER = com.facebook.keyframes;
PRODUCT_NAME = Keyframes;
SDKROOT = macosx;
SKIP_INSTALL = YES;
};
name = Debug;
};
DD7143351E00AD7F0032AF2C /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = ./Framework/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MODULEMAP_FILE = "$(PROJECT_DIR)/Framework/module.modulemap";
PRODUCT_BUNDLE_IDENTIFIER = com.facebook.keyframes;
PRODUCT_NAME = Keyframes;
SDKROOT = macosx;
SKIP_INSTALL = YES;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
AD46D3051D3041AD0008AF78 /* Build configuration list for PBXNativeTarget "KeyframesTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
AD46D3031D3041AD0008AF78 /* Debug */,
AD46D3041D3041AD0008AF78 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
ADBA24AA1D2C3C9400D2549E /* Build configuration list for PBXProject "Keyframes" */ = {
isa = XCConfigurationList;
buildConfigurations = (
ADBA24B61D2C3C9400D2549E /* Debug */,
ADBA24B71D2C3C9400D2549E /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
ADBA24B81D2C3C9400D2549E /* Build configuration list for PBXNativeTarget "Keyframes" */ = {
isa = XCConfigurationList;
buildConfigurations = (
ADBA24B91D2C3C9400D2549E /* Debug */,
ADBA24BA1D2C3C9400D2549E /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
DD7143331E00AD7F0032AF2C /* Build configuration list for PBXNativeTarget "Keyframes-macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
DD7143341E00AD7F0032AF2C /* Debug */,
DD7143351E00AD7F0032AF2C /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = ADBA24A71D2C3C9400D2549E /* Project object */;
}