-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.pbxproj
More file actions
916 lines (903 loc) · 52.7 KB
/
project.pbxproj
File metadata and controls
916 lines (903 loc) · 52.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
0CC77E242AE8CAC3B036D051E3D9B4AA /* NSNotificationCenter+Safe.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C0B6A35DCE99B88DBE742440E4DB486 /* NSNotificationCenter+Safe.h */; settings = {ATTRIBUTES = (Public, ); }; };
0D31B2526181A544470BF72DE0630308 /* NSHashTable+Safe.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F56DA3824CBB6113EB86BD9BBAB6723 /* NSHashTable+Safe.m */; };
0F56609F30DC2D9B68D6CF10D2C70A26 /* MessageCenter.h in Headers */ = {isa = PBXBuildFile; fileRef = DF863666C6CAFACBBBA55C15F6ED00F3 /* MessageCenter.h */; settings = {ATTRIBUTES = (Public, ); }; };
2482FC48DB0FD4C82D3AD736F2A50F90 /* Pods-SecureDefense_Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D1F547AC841BB001F43F486334C004B /* Pods-SecureDefense_Example-dummy.m */; };
292418EF6335926EF1ABDF6297AB73F7 /* NSMutableDictionary+Safe.h in Headers */ = {isa = PBXBuildFile; fileRef = 81382AFA763FF9BD215CA07166190A88 /* NSMutableDictionary+Safe.h */; settings = {ATTRIBUTES = (Public, ); }; };
40117B0FB638C96C094A88E5C2BE8686 /* NSMutableDictionary+Safe.m in Sources */ = {isa = PBXBuildFile; fileRef = DB1EF68FB608F5E78905EBEFD0CEA264 /* NSMutableDictionary+Safe.m */; };
43AA42804839615B8A537043F8A6BB4F /* SecureDefense.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B0EF6325548DB06FF7D7C746D1AE005 /* SecureDefense.h */; settings = {ATTRIBUTES = (Public, ); }; };
4753E562E2E15B65618C71A520C8C1C5 /* NSArray+Safe.h in Headers */ = {isa = PBXBuildFile; fileRef = 470ECE72A78FEF4A9EDFBF6CB134EA1F /* NSArray+Safe.h */; settings = {ATTRIBUTES = (Public, ); }; };
49EBC9EF9D226CC46F81EA4E4785627E /* Pods-SecureDefense_Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D0FFCB144C72727168E34B8AE754651D /* Pods-SecureDefense_Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
5176428B1FEE9DE397E03288CD1B9516 /* NSSet+Safe.m in Sources */ = {isa = PBXBuildFile; fileRef = 06435A385F7FED77F27CE8363992042A /* NSSet+Safe.m */; };
538C0A557FC7E76B65532020B3E22A1F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5A16F4CFC63FAC439D7A04994F579A03 /* Foundation.framework */; };
5633046646F96BCA9C123C44F2895B38 /* NSUserDefaults+Safe.h in Headers */ = {isa = PBXBuildFile; fileRef = CBF254252711E893FCD16E0A1E1D789B /* NSUserDefaults+Safe.h */; settings = {ATTRIBUTES = (Public, ); }; };
5F5EEB696D93A25E32C410D4CFA7510F /* Pods-SecureDefense_Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 73EAF0D9C4A6EB626C9C89E86094B41B /* Pods-SecureDefense_Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
649FF21BD3B8D9FBBD5A8DD4B379CC62 /* NSMapTable+Safe.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BE9F8BF32C72F8EB36E9F4DF3A043ED /* NSMapTable+Safe.m */; };
743B32C7520A29ECA7B792EE99984293 /* MessageCenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 9978BBC185C160EB38B0130AD7E747F3 /* MessageCenter.m */; };
78BF927404C512CE0E9152015A22A966 /* Pods-SecureDefense_Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F04FEDFD3D7C170948F69944D0A1DE1B /* Pods-SecureDefense_Tests-dummy.m */; };
7C5039E7423BDAC24ED1807FD1D2F42F /* NSMutableSet+Safe.h in Headers */ = {isa = PBXBuildFile; fileRef = B4EC644733F7F015131660DCE844415D /* NSMutableSet+Safe.h */; settings = {ATTRIBUTES = (Public, ); }; };
8793E5BC0075FF62A70059CA17258293 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5A16F4CFC63FAC439D7A04994F579A03 /* Foundation.framework */; };
8CB866AEA6AC28B0FAC888AA4D556214 /* NSMutableArray+Safe.m in Sources */ = {isa = PBXBuildFile; fileRef = 83072CC6D51828B2F6BBEE165A233EA2 /* NSMutableArray+Safe.m */; };
8EFB2D51B1213D3C87738D05A8636882 /* NSObject+Safe.m in Sources */ = {isa = PBXBuildFile; fileRef = F48CFCADB4B3FD0B713DF03D1FDF46F0 /* NSObject+Safe.m */; };
95782BED3EBD1F0A16584D2EFEBBEC77 /* NSPointerArray+Safe.h in Headers */ = {isa = PBXBuildFile; fileRef = 7ABE437C0D915377CE1A5E47C80DED8C /* NSPointerArray+Safe.h */; settings = {ATTRIBUTES = (Public, ); }; };
9669284A05D28D56FA86A368F9B193E1 /* NSHashTable+Safe.h in Headers */ = {isa = PBXBuildFile; fileRef = BEE25E4ECF9ED63954837FD97AC76596 /* NSHashTable+Safe.h */; settings = {ATTRIBUTES = (Public, ); }; };
A1EA45BEA3758321FE37EABD7F5EF098 /* NSSet+Safe.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D2F8AFB4BCCFF6151EE2A21C292B976 /* NSSet+Safe.h */; settings = {ATTRIBUTES = (Public, ); }; };
AEBE83D0CC916F127F0CBC925C5AAABB /* NSMutableArray+Safe.h in Headers */ = {isa = PBXBuildFile; fileRef = 38915CB797F65CCC0ACAE734AB69E598 /* NSMutableArray+Safe.h */; settings = {ATTRIBUTES = (Public, ); }; };
B466B976B8F0EEA7367D41E63E19F3F0 /* NSArray+Safe.m in Sources */ = {isa = PBXBuildFile; fileRef = 55ACFDBA31545C14ECF029E59ACF57C3 /* NSArray+Safe.m */; };
BC594AC1A80436E2CD9E819944524816 /* NSDictionary+Safe.h in Headers */ = {isa = PBXBuildFile; fileRef = 59DDA64C2B0CB5A92A85D97327BFFCC8 /* NSDictionary+Safe.h */; settings = {ATTRIBUTES = (Public, ); }; };
BF6DD8BC77133B3B72FC8B0D7826A527 /* NSMapTable+Safe.h in Headers */ = {isa = PBXBuildFile; fileRef = 41F4151CC46D95760669F8F481CB2362 /* NSMapTable+Safe.h */; settings = {ATTRIBUTES = (Public, ); }; };
C30C998466E4A5094DBC8FC98C9DB296 /* SecureDefense-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AA68568EAB3906ACAF1AEB715C285045 /* SecureDefense-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
C3787C90FCDEEBD1964582FBED333876 /* SecureDefense-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7827AB7DD71A08BA820E11500BA882FE /* SecureDefense-dummy.m */; };
C6FE069A67CB576EF48834EAAAB4D2EA /* NSObject+Safe.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B5E50FA4ED9A5868AEC37EA792D16C9 /* NSObject+Safe.h */; settings = {ATTRIBUTES = (Public, ); }; };
CE09B3758BB85A10253A8A14B55675EF /* NSPointerArray+Safe.m in Sources */ = {isa = PBXBuildFile; fileRef = B4E98A6890D0C507CD0F99269016516C /* NSPointerArray+Safe.m */; };
CFCBD76FAB1BC824F0869D0A379A7F1A /* NSDictionary+Safe.m in Sources */ = {isa = PBXBuildFile; fileRef = 410F81BEE95ABDA3B8F7BB97E80E0AD4 /* NSDictionary+Safe.m */; };
DF2C47B1A675CEDA0B2F9831CFAEB98A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5A16F4CFC63FAC439D7A04994F579A03 /* Foundation.framework */; };
E2F54C5E463B3B854F36F52FB7E4505E /* NSUserDefaults+Safe.m in Sources */ = {isa = PBXBuildFile; fileRef = A2A55895C018C435A9A1265561B291AA /* NSUserDefaults+Safe.m */; };
E9646A273B142ACF7CE43B8F11624DDB /* NSNotificationCenter+Safe.m in Sources */ = {isa = PBXBuildFile; fileRef = 85B9B595945BC8E15CC43BBF29898B28 /* NSNotificationCenter+Safe.m */; };
F59B3BDBE1938D174276C65CB8BAB420 /* NSMutableSet+Safe.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AFA2DE928AA20B908FC3AEE3410C47D /* NSMutableSet+Safe.m */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
1959C493C7F94BDCC600E7E32D6A8D15 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */;
proxyType = 1;
remoteGlobalIDString = 1986026B5F2CD6E72EBAC8969DAFBE19;
remoteInfo = SecureDefense;
};
B5191B6F7E5DB22ECEFAD4A73C480C0E /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */;
proxyType = 1;
remoteGlobalIDString = 1537575C2F6724466914FBE3871D6B45;
remoteInfo = "Pods-SecureDefense_Example";
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
0516D48B8626CF5B4C677180741A87A6 /* Pods-SecureDefense_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-SecureDefense_Tests.release.xcconfig"; sourceTree = "<group>"; };
0531CCD9E69A703D9BCBAEECD2B46298 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = "<group>"; };
06435A385F7FED77F27CE8363992042A /* NSSet+Safe.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSSet+Safe.m"; path = "SecureDefense/NSSet+Safe.m"; sourceTree = "<group>"; };
07F609F5A999D3CA01AAB384ABF70765 /* Pods-SecureDefense_Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-SecureDefense_Example-acknowledgements.plist"; sourceTree = "<group>"; };
0AFA2DE928AA20B908FC3AEE3410C47D /* NSMutableSet+Safe.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSMutableSet+Safe.m"; path = "SecureDefense/NSMutableSet+Safe.m"; sourceTree = "<group>"; };
0C0B6A35DCE99B88DBE742440E4DB486 /* NSNotificationCenter+Safe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSNotificationCenter+Safe.h"; path = "SecureDefense/NSNotificationCenter+Safe.h"; sourceTree = "<group>"; };
10FFC3D435D867C2E41E759E72844AA4 /* Pods-SecureDefense_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-SecureDefense_Example.release.xcconfig"; sourceTree = "<group>"; };
22E86D6D16F821E07E8C1410EDEC0378 /* SecureDefense.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SecureDefense.framework; path = SecureDefense.framework; sourceTree = BUILT_PRODUCTS_DIR; };
22F92653D1A082697E67406C46499AAB /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
2BE9F8BF32C72F8EB36E9F4DF3A043ED /* NSMapTable+Safe.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSMapTable+Safe.m"; path = "SecureDefense/NSMapTable+Safe.m"; sourceTree = "<group>"; };
2D1F547AC841BB001F43F486334C004B /* Pods-SecureDefense_Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-SecureDefense_Example-dummy.m"; sourceTree = "<group>"; };
2E4C1E81E94AF13079254097D1B381B6 /* SecureDefense.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SecureDefense.xcconfig; sourceTree = "<group>"; };
38915CB797F65CCC0ACAE734AB69E598 /* NSMutableArray+Safe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSMutableArray+Safe.h"; path = "SecureDefense/NSMutableArray+Safe.h"; sourceTree = "<group>"; };
3BDB3E6E926EFAE106FF07158BD45EF4 /* SecureDefense.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; lastKnownFileType = text; path = SecureDefense.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
3C31DB53F4C489255A8732F8DECE4858 /* Pods-SecureDefense_Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-SecureDefense_Example-frameworks.sh"; sourceTree = "<group>"; };
3ED7FC59B87CA93CAB7324E190A6D277 /* Pods-SecureDefense_Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-SecureDefense_Tests.modulemap"; sourceTree = "<group>"; };
3F56DA3824CBB6113EB86BD9BBAB6723 /* NSHashTable+Safe.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSHashTable+Safe.m"; path = "SecureDefense/NSHashTable+Safe.m"; sourceTree = "<group>"; };
410F81BEE95ABDA3B8F7BB97E80E0AD4 /* NSDictionary+Safe.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDictionary+Safe.m"; path = "SecureDefense/NSDictionary+Safe.m"; sourceTree = "<group>"; };
41F4151CC46D95760669F8F481CB2362 /* NSMapTable+Safe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSMapTable+Safe.h"; path = "SecureDefense/NSMapTable+Safe.h"; sourceTree = "<group>"; };
470ECE72A78FEF4A9EDFBF6CB134EA1F /* NSArray+Safe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+Safe.h"; path = "SecureDefense/NSArray+Safe.h"; sourceTree = "<group>"; };
55ACFDBA31545C14ECF029E59ACF57C3 /* NSArray+Safe.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSArray+Safe.m"; path = "SecureDefense/NSArray+Safe.m"; sourceTree = "<group>"; };
59DDA64C2B0CB5A92A85D97327BFFCC8 /* NSDictionary+Safe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDictionary+Safe.h"; path = "SecureDefense/NSDictionary+Safe.h"; sourceTree = "<group>"; };
5A16F4CFC63FAC439D7A04994F579A03 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.3.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; };
5B5E50FA4ED9A5868AEC37EA792D16C9 /* NSObject+Safe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+Safe.h"; path = "SecureDefense/NSObject+Safe.h"; sourceTree = "<group>"; };
5CD0C7EC6A93513E39D939503582BB03 /* Pods-SecureDefense_Tests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-SecureDefense_Tests-resources.sh"; sourceTree = "<group>"; };
5E2933364456D2E65769240FF678E82F /* SecureDefense-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SecureDefense-prefix.pch"; sourceTree = "<group>"; };
6938E9E4260C1F24E5D6F9A39BC858DF /* SecureDefense.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SecureDefense.modulemap; sourceTree = "<group>"; };
6A218E510D95CCD723E724BCA5EA0690 /* Pods-SecureDefense_Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-SecureDefense_Tests-acknowledgements.plist"; sourceTree = "<group>"; };
73EAF0D9C4A6EB626C9C89E86094B41B /* Pods-SecureDefense_Tests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-SecureDefense_Tests-umbrella.h"; sourceTree = "<group>"; };
7827AB7DD71A08BA820E11500BA882FE /* SecureDefense-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SecureDefense-dummy.m"; sourceTree = "<group>"; };
7ABE437C0D915377CE1A5E47C80DED8C /* NSPointerArray+Safe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSPointerArray+Safe.h"; path = "SecureDefense/NSPointerArray+Safe.h"; sourceTree = "<group>"; };
7D624BE5522AE85E7FD1D1391FB1DC3F /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
81382AFA763FF9BD215CA07166190A88 /* NSMutableDictionary+Safe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSMutableDictionary+Safe.h"; path = "SecureDefense/NSMutableDictionary+Safe.h"; sourceTree = "<group>"; };
83072CC6D51828B2F6BBEE165A233EA2 /* NSMutableArray+Safe.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSMutableArray+Safe.m"; path = "SecureDefense/NSMutableArray+Safe.m"; sourceTree = "<group>"; };
85B9B595945BC8E15CC43BBF29898B28 /* NSNotificationCenter+Safe.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSNotificationCenter+Safe.m"; path = "SecureDefense/NSNotificationCenter+Safe.m"; sourceTree = "<group>"; };
8AB61B71EC66D3C67DB5C21DBE43ECD6 /* Pods-SecureDefense_Tests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-SecureDefense_Tests-frameworks.sh"; sourceTree = "<group>"; };
8D2F8AFB4BCCFF6151EE2A21C292B976 /* NSSet+Safe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSSet+Safe.h"; path = "SecureDefense/NSSet+Safe.h"; sourceTree = "<group>"; };
93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
9978BBC185C160EB38B0130AD7E747F3 /* MessageCenter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MessageCenter.m; path = SecureDefense/MessageCenter.m; sourceTree = "<group>"; };
9B0EF6325548DB06FF7D7C746D1AE005 /* SecureDefense.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SecureDefense.h; path = SecureDefense/SecureDefense.h; sourceTree = "<group>"; };
A1F46F65E339C275276CB77147877022 /* Pods-SecureDefense_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-SecureDefense_Tests.debug.xcconfig"; sourceTree = "<group>"; };
A2A55895C018C435A9A1265561B291AA /* NSUserDefaults+Safe.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSUserDefaults+Safe.m"; path = "SecureDefense/NSUserDefaults+Safe.m"; sourceTree = "<group>"; };
AA43D2312BBB222ADBF4597729C22738 /* Pods-SecureDefense_Example-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-SecureDefense_Example-resources.sh"; sourceTree = "<group>"; };
AA68568EAB3906ACAF1AEB715C285045 /* SecureDefense-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SecureDefense-umbrella.h"; sourceTree = "<group>"; };
AA8E8E047FF0C1E9C51D361D7BE08722 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
B4E98A6890D0C507CD0F99269016516C /* NSPointerArray+Safe.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSPointerArray+Safe.m"; path = "SecureDefense/NSPointerArray+Safe.m"; sourceTree = "<group>"; };
B4EC644733F7F015131660DCE844415D /* NSMutableSet+Safe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSMutableSet+Safe.h"; path = "SecureDefense/NSMutableSet+Safe.h"; sourceTree = "<group>"; };
B9DAC03654A6FD3B00511A33B0B98F49 /* Pods-SecureDefense_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-SecureDefense_Example.debug.xcconfig"; sourceTree = "<group>"; };
BC2EE17626FA35BE8298E322323B4821 /* Pods-SecureDefense_Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-SecureDefense_Example.modulemap"; sourceTree = "<group>"; };
BEE25E4ECF9ED63954837FD97AC76596 /* NSHashTable+Safe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSHashTable+Safe.h"; path = "SecureDefense/NSHashTable+Safe.h"; sourceTree = "<group>"; };
CB7E785970B85183766DE8244AE9FFDC /* Pods-SecureDefense_Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-SecureDefense_Tests-acknowledgements.markdown"; sourceTree = "<group>"; };
CBF254252711E893FCD16E0A1E1D789B /* NSUserDefaults+Safe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSUserDefaults+Safe.h"; path = "SecureDefense/NSUserDefaults+Safe.h"; sourceTree = "<group>"; };
CED06B4DE2A3F69951F14C756F393F4E /* Pods-SecureDefense_Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-SecureDefense_Example-acknowledgements.markdown"; sourceTree = "<group>"; };
D0FFCB144C72727168E34B8AE754651D /* Pods-SecureDefense_Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-SecureDefense_Example-umbrella.h"; sourceTree = "<group>"; };
D859F78435A1AD3634B159ADFF252E53 /* Pods_SecureDefense_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_SecureDefense_Example.framework; path = "Pods-SecureDefense_Example.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
DB1EF68FB608F5E78905EBEFD0CEA264 /* NSMutableDictionary+Safe.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSMutableDictionary+Safe.m"; path = "SecureDefense/NSMutableDictionary+Safe.m"; sourceTree = "<group>"; };
DF863666C6CAFACBBBA55C15F6ED00F3 /* MessageCenter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MessageCenter.h; path = SecureDefense/MessageCenter.h; sourceTree = "<group>"; };
EA3F69B3D033F9E385C82EF779A4A8E9 /* Pods_SecureDefense_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_SecureDefense_Tests.framework; path = "Pods-SecureDefense_Tests.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
F04FEDFD3D7C170948F69944D0A1DE1B /* Pods-SecureDefense_Tests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-SecureDefense_Tests-dummy.m"; sourceTree = "<group>"; };
F1D43B81FB3B009AAA67E605B2FB05E5 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = "<group>"; };
F48CFCADB4B3FD0B713DF03D1FDF46F0 /* NSObject+Safe.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+Safe.m"; path = "SecureDefense/NSObject+Safe.m"; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
06ABD20C57EF5442A9B2840F5D6BD315 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
8793E5BC0075FF62A70059CA17258293 /* Foundation.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
1DB368218CDEA37CDB4D9F9F6862DE35 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
538C0A557FC7E76B65532020B3E22A1F /* Foundation.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
A9F3D699601002051A015AE3190CF492 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
DF2C47B1A675CEDA0B2F9831CFAEB98A /* Foundation.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
12803C7419AEDE93A3B256981F562BF5 /* Container */ = {
isa = PBXGroup;
children = (
470ECE72A78FEF4A9EDFBF6CB134EA1F /* NSArray+Safe.h */,
55ACFDBA31545C14ECF029E59ACF57C3 /* NSArray+Safe.m */,
59DDA64C2B0CB5A92A85D97327BFFCC8 /* NSDictionary+Safe.h */,
410F81BEE95ABDA3B8F7BB97E80E0AD4 /* NSDictionary+Safe.m */,
BEE25E4ECF9ED63954837FD97AC76596 /* NSHashTable+Safe.h */,
3F56DA3824CBB6113EB86BD9BBAB6723 /* NSHashTable+Safe.m */,
41F4151CC46D95760669F8F481CB2362 /* NSMapTable+Safe.h */,
2BE9F8BF32C72F8EB36E9F4DF3A043ED /* NSMapTable+Safe.m */,
38915CB797F65CCC0ACAE734AB69E598 /* NSMutableArray+Safe.h */,
83072CC6D51828B2F6BBEE165A233EA2 /* NSMutableArray+Safe.m */,
81382AFA763FF9BD215CA07166190A88 /* NSMutableDictionary+Safe.h */,
DB1EF68FB608F5E78905EBEFD0CEA264 /* NSMutableDictionary+Safe.m */,
B4EC644733F7F015131660DCE844415D /* NSMutableSet+Safe.h */,
0AFA2DE928AA20B908FC3AEE3410C47D /* NSMutableSet+Safe.m */,
7ABE437C0D915377CE1A5E47C80DED8C /* NSPointerArray+Safe.h */,
B4E98A6890D0C507CD0F99269016516C /* NSPointerArray+Safe.m */,
8D2F8AFB4BCCFF6151EE2A21C292B976 /* NSSet+Safe.h */,
06435A385F7FED77F27CE8363992042A /* NSSet+Safe.m */,
);
name = Container;
sourceTree = "<group>";
};
3A971F9E186F68141F4F6CC863EC9F1F /* Products */ = {
isa = PBXGroup;
children = (
D859F78435A1AD3634B159ADFF252E53 /* Pods_SecureDefense_Example.framework */,
EA3F69B3D033F9E385C82EF779A4A8E9 /* Pods_SecureDefense_Tests.framework */,
22E86D6D16F821E07E8C1410EDEC0378 /* SecureDefense.framework */,
);
name = Products;
sourceTree = "<group>";
};
4FA07FC22281A2413D9478AF9CA16821 /* Support Files */ = {
isa = PBXGroup;
children = (
22F92653D1A082697E67406C46499AAB /* Info.plist */,
6938E9E4260C1F24E5D6F9A39BC858DF /* SecureDefense.modulemap */,
2E4C1E81E94AF13079254097D1B381B6 /* SecureDefense.xcconfig */,
7827AB7DD71A08BA820E11500BA882FE /* SecureDefense-dummy.m */,
5E2933364456D2E65769240FF678E82F /* SecureDefense-prefix.pch */,
AA68568EAB3906ACAF1AEB715C285045 /* SecureDefense-umbrella.h */,
);
name = "Support Files";
path = "Example/Pods/Target Support Files/SecureDefense";
sourceTree = "<group>";
};
5E0D919E635D23B70123790B8308F8EF /* iOS */ = {
isa = PBXGroup;
children = (
5A16F4CFC63FAC439D7A04994F579A03 /* Foundation.framework */,
);
name = iOS;
sourceTree = "<group>";
};
6060DD33ADB69D9525583D37482F6DCF /* MessageCenter */ = {
isa = PBXGroup;
children = (
DF863666C6CAFACBBBA55C15F6ED00F3 /* MessageCenter.h */,
9978BBC185C160EB38B0130AD7E747F3 /* MessageCenter.m */,
);
name = MessageCenter;
sourceTree = "<group>";
};
6C6301BB546DDA7929DFDC5EF736AAAF /* Development Pods */ = {
isa = PBXGroup;
children = (
991BECB9B461544ABF8FAA8CA5EC94CF /* SecureDefense */,
);
name = "Development Pods";
sourceTree = "<group>";
};
7711C257CA37D66256AD5A376B943600 /* UserDefault */ = {
isa = PBXGroup;
children = (
CBF254252711E893FCD16E0A1E1D789B /* NSUserDefaults+Safe.h */,
A2A55895C018C435A9A1265561B291AA /* NSUserDefaults+Safe.m */,
);
name = UserDefault;
sourceTree = "<group>";
};
7DB346D0F39D3F0E887471402A8071AB = {
isa = PBXGroup;
children = (
93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */,
6C6301BB546DDA7929DFDC5EF736AAAF /* Development Pods */,
BC3CA7F9E30CC8F7E2DD044DD34432FC /* Frameworks */,
3A971F9E186F68141F4F6CC863EC9F1F /* Products */,
AAF967335B7F73728918147E5027A808 /* Targets Support Files */,
);
sourceTree = "<group>";
};
991BECB9B461544ABF8FAA8CA5EC94CF /* SecureDefense */ = {
isa = PBXGroup;
children = (
9B0EF6325548DB06FF7D7C746D1AE005 /* SecureDefense.h */,
12803C7419AEDE93A3B256981F562BF5 /* Container */,
6060DD33ADB69D9525583D37482F6DCF /* MessageCenter */,
FD4A56DC98C8AB1F50D4915A36519BDC /* Notication */,
FD965A16235A28F66E49C089FD89C1CE /* Object */,
9F332FBE4594469E9F617ED3F80A77E0 /* Pod */,
4FA07FC22281A2413D9478AF9CA16821 /* Support Files */,
7711C257CA37D66256AD5A376B943600 /* UserDefault */,
);
name = SecureDefense;
path = ../..;
sourceTree = "<group>";
};
9F332FBE4594469E9F617ED3F80A77E0 /* Pod */ = {
isa = PBXGroup;
children = (
0531CCD9E69A703D9BCBAEECD2B46298 /* LICENSE */,
F1D43B81FB3B009AAA67E605B2FB05E5 /* README.md */,
3BDB3E6E926EFAE106FF07158BD45EF4 /* SecureDefense.podspec */,
);
name = Pod;
sourceTree = "<group>";
};
A2E492641E984836075080B2F859C0DE /* Pods-SecureDefense_Tests */ = {
isa = PBXGroup;
children = (
7D624BE5522AE85E7FD1D1391FB1DC3F /* Info.plist */,
3ED7FC59B87CA93CAB7324E190A6D277 /* Pods-SecureDefense_Tests.modulemap */,
CB7E785970B85183766DE8244AE9FFDC /* Pods-SecureDefense_Tests-acknowledgements.markdown */,
6A218E510D95CCD723E724BCA5EA0690 /* Pods-SecureDefense_Tests-acknowledgements.plist */,
F04FEDFD3D7C170948F69944D0A1DE1B /* Pods-SecureDefense_Tests-dummy.m */,
8AB61B71EC66D3C67DB5C21DBE43ECD6 /* Pods-SecureDefense_Tests-frameworks.sh */,
5CD0C7EC6A93513E39D939503582BB03 /* Pods-SecureDefense_Tests-resources.sh */,
73EAF0D9C4A6EB626C9C89E86094B41B /* Pods-SecureDefense_Tests-umbrella.h */,
A1F46F65E339C275276CB77147877022 /* Pods-SecureDefense_Tests.debug.xcconfig */,
0516D48B8626CF5B4C677180741A87A6 /* Pods-SecureDefense_Tests.release.xcconfig */,
);
name = "Pods-SecureDefense_Tests";
path = "Target Support Files/Pods-SecureDefense_Tests";
sourceTree = "<group>";
};
AAF967335B7F73728918147E5027A808 /* Targets Support Files */ = {
isa = PBXGroup;
children = (
B53AE8DB93503A65032644FEDAC3A5E4 /* Pods-SecureDefense_Example */,
A2E492641E984836075080B2F859C0DE /* Pods-SecureDefense_Tests */,
);
name = "Targets Support Files";
sourceTree = "<group>";
};
B53AE8DB93503A65032644FEDAC3A5E4 /* Pods-SecureDefense_Example */ = {
isa = PBXGroup;
children = (
AA8E8E047FF0C1E9C51D361D7BE08722 /* Info.plist */,
BC2EE17626FA35BE8298E322323B4821 /* Pods-SecureDefense_Example.modulemap */,
CED06B4DE2A3F69951F14C756F393F4E /* Pods-SecureDefense_Example-acknowledgements.markdown */,
07F609F5A999D3CA01AAB384ABF70765 /* Pods-SecureDefense_Example-acknowledgements.plist */,
2D1F547AC841BB001F43F486334C004B /* Pods-SecureDefense_Example-dummy.m */,
3C31DB53F4C489255A8732F8DECE4858 /* Pods-SecureDefense_Example-frameworks.sh */,
AA43D2312BBB222ADBF4597729C22738 /* Pods-SecureDefense_Example-resources.sh */,
D0FFCB144C72727168E34B8AE754651D /* Pods-SecureDefense_Example-umbrella.h */,
B9DAC03654A6FD3B00511A33B0B98F49 /* Pods-SecureDefense_Example.debug.xcconfig */,
10FFC3D435D867C2E41E759E72844AA4 /* Pods-SecureDefense_Example.release.xcconfig */,
);
name = "Pods-SecureDefense_Example";
path = "Target Support Files/Pods-SecureDefense_Example";
sourceTree = "<group>";
};
BC3CA7F9E30CC8F7E2DD044DD34432FC /* Frameworks */ = {
isa = PBXGroup;
children = (
5E0D919E635D23B70123790B8308F8EF /* iOS */,
);
name = Frameworks;
sourceTree = "<group>";
};
FD4A56DC98C8AB1F50D4915A36519BDC /* Notication */ = {
isa = PBXGroup;
children = (
0C0B6A35DCE99B88DBE742440E4DB486 /* NSNotificationCenter+Safe.h */,
85B9B595945BC8E15CC43BBF29898B28 /* NSNotificationCenter+Safe.m */,
);
name = Notication;
sourceTree = "<group>";
};
FD965A16235A28F66E49C089FD89C1CE /* Object */ = {
isa = PBXGroup;
children = (
5B5E50FA4ED9A5868AEC37EA792D16C9 /* NSObject+Safe.h */,
F48CFCADB4B3FD0B713DF03D1FDF46F0 /* NSObject+Safe.m */,
);
name = Object;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
2309F4EB43EA59B7785FCEE0C3028E5E /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
0F56609F30DC2D9B68D6CF10D2C70A26 /* MessageCenter.h in Headers */,
4753E562E2E15B65618C71A520C8C1C5 /* NSArray+Safe.h in Headers */,
BC594AC1A80436E2CD9E819944524816 /* NSDictionary+Safe.h in Headers */,
9669284A05D28D56FA86A368F9B193E1 /* NSHashTable+Safe.h in Headers */,
BF6DD8BC77133B3B72FC8B0D7826A527 /* NSMapTable+Safe.h in Headers */,
AEBE83D0CC916F127F0CBC925C5AAABB /* NSMutableArray+Safe.h in Headers */,
292418EF6335926EF1ABDF6297AB73F7 /* NSMutableDictionary+Safe.h in Headers */,
7C5039E7423BDAC24ED1807FD1D2F42F /* NSMutableSet+Safe.h in Headers */,
0CC77E242AE8CAC3B036D051E3D9B4AA /* NSNotificationCenter+Safe.h in Headers */,
C6FE069A67CB576EF48834EAAAB4D2EA /* NSObject+Safe.h in Headers */,
95782BED3EBD1F0A16584D2EFEBBEC77 /* NSPointerArray+Safe.h in Headers */,
A1EA45BEA3758321FE37EABD7F5EF098 /* NSSet+Safe.h in Headers */,
5633046646F96BCA9C123C44F2895B38 /* NSUserDefaults+Safe.h in Headers */,
C30C998466E4A5094DBC8FC98C9DB296 /* SecureDefense-umbrella.h in Headers */,
43AA42804839615B8A537043F8A6BB4F /* SecureDefense.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
38643D57F56F3C7007932C672F58622C /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
49EBC9EF9D226CC46F81EA4E4785627E /* Pods-SecureDefense_Example-umbrella.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
BA2D0D5A8B85D55956651B35ACE20AF4 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
5F5EEB696D93A25E32C410D4CFA7510F /* Pods-SecureDefense_Tests-umbrella.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */
/* Begin PBXNativeTarget section */
1537575C2F6724466914FBE3871D6B45 /* Pods-SecureDefense_Example */ = {
isa = PBXNativeTarget;
buildConfigurationList = E741CF410273E5635B7B1E4C277B73FD /* Build configuration list for PBXNativeTarget "Pods-SecureDefense_Example" */;
buildPhases = (
38643D57F56F3C7007932C672F58622C /* Headers */,
058CCD39BC4AAE272465E652926896CD /* Sources */,
A9F3D699601002051A015AE3190CF492 /* Frameworks */,
CDB710CD23B54E2AC699FD44E2F20F33 /* Resources */,
);
buildRules = (
);
dependencies = (
AB93D6A478CD31724D589A504ACCAD2F /* PBXTargetDependency */,
);
name = "Pods-SecureDefense_Example";
productName = "Pods-SecureDefense_Example";
productReference = D859F78435A1AD3634B159ADFF252E53 /* Pods_SecureDefense_Example.framework */;
productType = "com.apple.product-type.framework";
};
1986026B5F2CD6E72EBAC8969DAFBE19 /* SecureDefense */ = {
isa = PBXNativeTarget;
buildConfigurationList = E7B86ADEC0F8E1E2CF51CDD056F2147A /* Build configuration list for PBXNativeTarget "SecureDefense" */;
buildPhases = (
2309F4EB43EA59B7785FCEE0C3028E5E /* Headers */,
D21E2FAD7A4A32C07C75502EE0784C2E /* Sources */,
06ABD20C57EF5442A9B2840F5D6BD315 /* Frameworks */,
7CB8436F8BBD010F6C313CBD5459119D /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = SecureDefense;
productName = SecureDefense;
productReference = 22E86D6D16F821E07E8C1410EDEC0378 /* SecureDefense.framework */;
productType = "com.apple.product-type.framework";
};
4B29F03732B58E04CE1915D51C99D70D /* Pods-SecureDefense_Tests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 094080AA74142A8D6ECE113C8F2DCEFE /* Build configuration list for PBXNativeTarget "Pods-SecureDefense_Tests" */;
buildPhases = (
BA2D0D5A8B85D55956651B35ACE20AF4 /* Headers */,
EEFC67A97389D79B4679D49CB461B640 /* Sources */,
1DB368218CDEA37CDB4D9F9F6862DE35 /* Frameworks */,
A345811DE3C63CD94C5CD28FE9D827F1 /* Resources */,
);
buildRules = (
);
dependencies = (
20E5272E3349ED26BA3F16DFA33F4255 /* PBXTargetDependency */,
);
name = "Pods-SecureDefense_Tests";
productName = "Pods-SecureDefense_Tests";
productReference = EA3F69B3D033F9E385C82EF779A4A8E9 /* Pods_SecureDefense_Tests.framework */;
productType = "com.apple.product-type.framework";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
D41D8CD98F00B204E9800998ECF8427E /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0930;
LastUpgradeCheck = 0930;
};
buildConfigurationList = 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = 7DB346D0F39D3F0E887471402A8071AB;
productRefGroup = 3A971F9E186F68141F4F6CC863EC9F1F /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
1537575C2F6724466914FBE3871D6B45 /* Pods-SecureDefense_Example */,
4B29F03732B58E04CE1915D51C99D70D /* Pods-SecureDefense_Tests */,
1986026B5F2CD6E72EBAC8969DAFBE19 /* SecureDefense */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
7CB8436F8BBD010F6C313CBD5459119D /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
A345811DE3C63CD94C5CD28FE9D827F1 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
CDB710CD23B54E2AC699FD44E2F20F33 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
058CCD39BC4AAE272465E652926896CD /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
2482FC48DB0FD4C82D3AD736F2A50F90 /* Pods-SecureDefense_Example-dummy.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
D21E2FAD7A4A32C07C75502EE0784C2E /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
743B32C7520A29ECA7B792EE99984293 /* MessageCenter.m in Sources */,
B466B976B8F0EEA7367D41E63E19F3F0 /* NSArray+Safe.m in Sources */,
CFCBD76FAB1BC824F0869D0A379A7F1A /* NSDictionary+Safe.m in Sources */,
0D31B2526181A544470BF72DE0630308 /* NSHashTable+Safe.m in Sources */,
649FF21BD3B8D9FBBD5A8DD4B379CC62 /* NSMapTable+Safe.m in Sources */,
8CB866AEA6AC28B0FAC888AA4D556214 /* NSMutableArray+Safe.m in Sources */,
40117B0FB638C96C094A88E5C2BE8686 /* NSMutableDictionary+Safe.m in Sources */,
F59B3BDBE1938D174276C65CB8BAB420 /* NSMutableSet+Safe.m in Sources */,
E9646A273B142ACF7CE43B8F11624DDB /* NSNotificationCenter+Safe.m in Sources */,
8EFB2D51B1213D3C87738D05A8636882 /* NSObject+Safe.m in Sources */,
CE09B3758BB85A10253A8A14B55675EF /* NSPointerArray+Safe.m in Sources */,
5176428B1FEE9DE397E03288CD1B9516 /* NSSet+Safe.m in Sources */,
E2F54C5E463B3B854F36F52FB7E4505E /* NSUserDefaults+Safe.m in Sources */,
C3787C90FCDEEBD1964582FBED333876 /* SecureDefense-dummy.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
EEFC67A97389D79B4679D49CB461B640 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
78BF927404C512CE0E9152015A22A966 /* Pods-SecureDefense_Tests-dummy.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
20E5272E3349ED26BA3F16DFA33F4255 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "Pods-SecureDefense_Example";
target = 1537575C2F6724466914FBE3871D6B45 /* Pods-SecureDefense_Example */;
targetProxy = B5191B6F7E5DB22ECEFAD4A73C480C0E /* PBXContainerItemProxy */;
};
AB93D6A478CD31724D589A504ACCAD2F /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = SecureDefense;
target = 1986026B5F2CD6E72EBAC8969DAFBE19 /* SecureDefense */;
targetProxy = 1959C493C7F94BDCC600E7E32D6A8D15 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin XCBuildConfiguration section */
6EDEE6EC7717A781BF7340B9E1512247 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 2E4C1E81E94AF13079254097D1B381B6 /* SecureDefense.xcconfig */;
buildSettings = {
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_PREFIX_HEADER = "Target Support Files/SecureDefense/SecureDefense-prefix.pch";
INFOPLIST_FILE = "Target Support Files/SecureDefense/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MODULEMAP_FILE = "Target Support Files/SecureDefense/SecureDefense.modulemap";
PRODUCT_MODULE_NAME = SecureDefense;
PRODUCT_NAME = SecureDefense;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
74707D49415B0A80FAB846732B004B2A /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = A1F46F65E339C275276CB77147877022 /* Pods-SecureDefense_Tests.debug.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "Target Support Files/Pods-SecureDefense_Tests/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MACH_O_TYPE = staticlib;
MODULEMAP_FILE = "Target Support Files/Pods-SecureDefense_Tests/Pods-SecureDefense_Tests.modulemap";
OTHER_LDFLAGS = "";
OTHER_LIBTOOLFLAGS = "";
PODS_ROOT = "$(SRCROOT)";
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Debug;
};
8273220AF348A9372D194C49A3AB6324 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = B9DAC03654A6FD3B00511A33B0B98F49 /* Pods-SecureDefense_Example.debug.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "Target Support Files/Pods-SecureDefense_Example/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MACH_O_TYPE = staticlib;
MODULEMAP_FILE = "Target Support Files/Pods-SecureDefense_Example/Pods-SecureDefense_Example.modulemap";
OTHER_LDFLAGS = "";
OTHER_LIBTOOLFLAGS = "";
PODS_ROOT = "$(SRCROOT)";
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Debug;
};
96434B6C8FF320C976A10DAD7174A4BB /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGNING_ALLOWED = NO;
CODE_SIGNING_REQUIRED = NO;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_NO_COMMON_BLOCKS = YES;
GCC_PREPROCESSOR_DEFINITIONS = (
"POD_CONFIGURATION_RELEASE=1",
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
PRODUCT_NAME = "$(TARGET_NAME)";
STRIP_INSTALLED_PRODUCT = NO;
SYMROOT = "${SRCROOT}/../build";
};
name = Release;
};
B76B20706C89E19200210594F6E09AA6 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 2E4C1E81E94AF13079254097D1B381B6 /* SecureDefense.xcconfig */;
buildSettings = {
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_PREFIX_HEADER = "Target Support Files/SecureDefense/SecureDefense-prefix.pch";
INFOPLIST_FILE = "Target Support Files/SecureDefense/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MODULEMAP_FILE = "Target Support Files/SecureDefense/SecureDefense.modulemap";
PRODUCT_MODULE_NAME = SecureDefense;
PRODUCT_NAME = SecureDefense;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Debug;
};
C6A849233571406374F250AE89921FB9 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 0516D48B8626CF5B4C677180741A87A6 /* Pods-SecureDefense_Tests.release.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "Target Support Files/Pods-SecureDefense_Tests/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MACH_O_TYPE = staticlib;
MODULEMAP_FILE = "Target Support Files/Pods-SecureDefense_Tests/Pods-SecureDefense_Tests.modulemap";
OTHER_LDFLAGS = "";
OTHER_LIBTOOLFLAGS = "";
PODS_ROOT = "$(SRCROOT)";
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
D11C82AF2204B41B80412B8DC9C1D652 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGNING_ALLOWED = NO;
CODE_SIGNING_REQUIRED = NO;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"POD_CONFIGURATION_DEBUG=1",
"DEBUG=1",
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_NAME = "$(TARGET_NAME)";
STRIP_INSTALLED_PRODUCT = NO;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SYMROOT = "${SRCROOT}/../build";
};
name = Debug;
};
F3B92EA67CE7EF922517CCA6190A21EA /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 10FFC3D435D867C2E41E759E72844AA4 /* Pods-SecureDefense_Example.release.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "Target Support Files/Pods-SecureDefense_Example/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MACH_O_TYPE = staticlib;
MODULEMAP_FILE = "Target Support Files/Pods-SecureDefense_Example/Pods-SecureDefense_Example.modulemap";
OTHER_LDFLAGS = "";
OTHER_LIBTOOLFLAGS = "";
PODS_ROOT = "$(SRCROOT)";
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
094080AA74142A8D6ECE113C8F2DCEFE /* Build configuration list for PBXNativeTarget "Pods-SecureDefense_Tests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
74707D49415B0A80FAB846732B004B2A /* Debug */,
C6A849233571406374F250AE89921FB9 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */ = {
isa = XCConfigurationList;
buildConfigurations = (
D11C82AF2204B41B80412B8DC9C1D652 /* Debug */,
96434B6C8FF320C976A10DAD7174A4BB /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
E741CF410273E5635B7B1E4C277B73FD /* Build configuration list for PBXNativeTarget "Pods-SecureDefense_Example" */ = {
isa = XCConfigurationList;
buildConfigurations = (
8273220AF348A9372D194C49A3AB6324 /* Debug */,
F3B92EA67CE7EF922517CCA6190A21EA /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
E7B86ADEC0F8E1E2CF51CDD056F2147A /* Build configuration list for PBXNativeTarget "SecureDefense" */ = {
isa = XCConfigurationList;
buildConfigurations = (
B76B20706C89E19200210594F6E09AA6 /* Debug */,
6EDEE6EC7717A781BF7340B9E1512247 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = D41D8CD98F00B204E9800998ECF8427E /* Project object */;
}