forked from onevcat/VVDocumenter-Xcode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.pbxproj
More file actions
773 lines (761 loc) · 46.1 KB
/
project.pbxproj
File metadata and controls
773 lines (761 loc) · 46.1 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
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
4B06DF741B315E9D007D69BE /* VVSwiftExtensionCommenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B50A26F1B315CF3008A4400 /* VVSwiftExtensionCommenter.m */; };
4B50A2701B315CF3008A4400 /* VVSwiftExtensionCommenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B50A26F1B315CF3008A4400 /* VVSwiftExtensionCommenter.m */; };
53C67935184501030030C553 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 893D8F7F18262EF500E8A00C /* Carbon.framework */; };
893D8F8018262EF500E8A00C /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 893D8F7F18262EF500E8A00C /* Carbon.framework */; };
C4052CFA1B3BB10700ED0CF0 /* VVProject.m in Sources */ = {isa = PBXBuildFile; fileRef = C4052CF71B3BB10700ED0CF0 /* VVProject.m */; };
C4052CFB1B3BB10700ED0CF0 /* VVWorkspaceManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C4052CF91B3BB10700ED0CF0 /* VVWorkspaceManager.m */; };
C4052CFC1B3BB2C200ED0CF0 /* VVProject.m in Sources */ = {isa = PBXBuildFile; fileRef = C4052CF71B3BB10700ED0CF0 /* VVProject.m */; };
C4052CFD1B3BB2C200ED0CF0 /* VVWorkspaceManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C4052CF91B3BB10700ED0CF0 /* VVWorkspaceManager.m */; };
D114BEE0179644D00043FA65 /* NSString+PDRegex.m in Sources */ = {isa = PBXBuildFile; fileRef = D114BEDE179644D00043FA65 /* NSString+PDRegex.m */; };
D114BEE3179644FA0043FA65 /* NSTextView+VVTextGetter.m in Sources */ = {isa = PBXBuildFile; fileRef = D114BEE2179644FA0043FA65 /* NSTextView+VVTextGetter.m */; };
D11C542D17999D9000D3DE38 /* VVArgument.m in Sources */ = {isa = PBXBuildFile; fileRef = D11C542B17999D9000D3DE38 /* VVArgument.m */; };
D124614717AC16820095F9D6 /* VVDocumenterSetting.m in Sources */ = {isa = PBXBuildFile; fileRef = D124614317AC16820095F9D6 /* VVDocumenterSetting.m */; };
D124614817AC16820095F9D6 /* VVDSettingPanelWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = D124614517AC16820095F9D6 /* VVDSettingPanelWindowController.m */; };
D124614917AC16820095F9D6 /* VVDSettingPanelWindowController.xib in Resources */ = {isa = PBXBuildFile; fileRef = D124614617AC16820095F9D6 /* VVDSettingPanelWindowController.xib */; };
D13EDDD91987F34C0029A555 /* VVSwiftFunctionCommenter.m in Sources */ = {isa = PBXBuildFile; fileRef = D13EDDD81987F34C0029A555 /* VVSwiftFunctionCommenter.m */; };
D14070C418CE8819009B0EED /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D14070C318CE8819009B0EED /* XCTest.framework */; };
D14110A61988C07E00A7083F /* VVTestHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = D1C462EC17999C9A00EB7B23 /* VVTestHelper.m */; };
D14110A71988C08700A7083F /* VVDocumenterTests.m in Sources */ = {isa = PBXBuildFile; fileRef = D1C462E517999C2000EB7B23 /* VVDocumenterTests.m */; };
D14110A81988C12000A7083F /* VVArgument.m in Sources */ = {isa = PBXBuildFile; fileRef = D11C542B17999D9000D3DE38 /* VVArgument.m */; };
D14110A91988C12000A7083F /* VVBaseCommenter.m in Sources */ = {isa = PBXBuildFile; fileRef = D16AFCD31796E088006719AA /* VVBaseCommenter.m */; };
D14110AA1988C12000A7083F /* VVPropertyCommenter.m in Sources */ = {isa = PBXBuildFile; fileRef = D16AFCD61796E09E006719AA /* VVPropertyCommenter.m */; };
D14110AB1988C12000A7083F /* VVMethodCommenter.m in Sources */ = {isa = PBXBuildFile; fileRef = D16AFCD91796E0AC006719AA /* VVMethodCommenter.m */; };
D14110AC1988C12000A7083F /* VVFunctionCommenter.m in Sources */ = {isa = PBXBuildFile; fileRef = D16AFCDC1796E0B9006719AA /* VVFunctionCommenter.m */; };
D14110AD1988C12000A7083F /* VVSwiftFunctionCommenter.m in Sources */ = {isa = PBXBuildFile; fileRef = D13EDDD81987F34C0029A555 /* VVSwiftFunctionCommenter.m */; };
D14110AE1988C12000A7083F /* VVMacroCommenter.m in Sources */ = {isa = PBXBuildFile; fileRef = D16AFCDF1796E0C0006719AA /* VVMacroCommenter.m */; };
D14110AF1988C12000A7083F /* VVStructCommenter.m in Sources */ = {isa = PBXBuildFile; fileRef = D16AFCE21796E0C9006719AA /* VVStructCommenter.m */; };
D14110B01988C12000A7083F /* VVEnumCommenter.m in Sources */ = {isa = PBXBuildFile; fileRef = D16AFCE51796E0D0006719AA /* VVEnumCommenter.m */; };
D14110B11988C12000A7083F /* VVVariableCommenter.m in Sources */ = {isa = PBXBuildFile; fileRef = D16AFCE81796E0D6006719AA /* VVVariableCommenter.m */; };
D14110B21988C12F00A7083F /* VVKeyboardEventSender.m in Sources */ = {isa = PBXBuildFile; fileRef = D1D66CA717A2AEF000E62F99 /* VVKeyboardEventSender.m */; };
D14110B31988C12F00A7083F /* NSString+VVSyntax.m in Sources */ = {isa = PBXBuildFile; fileRef = D1C462F417999CEC00EB7B23 /* NSString+VVSyntax.m */; };
D14110B41988C12F00A7083F /* NSString+PDRegex.m in Sources */ = {isa = PBXBuildFile; fileRef = D114BEDE179644D00043FA65 /* NSString+PDRegex.m */; };
D14110B51988C12F00A7083F /* NSTextView+VVTextGetter.m in Sources */ = {isa = PBXBuildFile; fileRef = D114BEE2179644FA0043FA65 /* NSTextView+VVTextGetter.m */; };
D14110B61988C12F00A7083F /* VVDocumenterManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D16917DE17955C8D0036C06B /* VVDocumenterManager.m */; };
D14110B71988C12F00A7083F /* VVDocumenter.m in Sources */ = {isa = PBXBuildFile; fileRef = D1AC3B8E1796DB070063A484 /* VVDocumenter.m */; };
D14110B81988C14500A7083F /* VVDocumenterSetting.m in Sources */ = {isa = PBXBuildFile; fileRef = D124614317AC16820095F9D6 /* VVDocumenterSetting.m */; };
D14110B91988C14500A7083F /* VVDSettingPanelWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = D124614517AC16820095F9D6 /* VVDSettingPanelWindowController.m */; };
D14380F7179551B900C829CE /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D14380F6179551B900C829CE /* Cocoa.framework */; };
D1438101179551B900C829CE /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = D14380FF179551B900C829CE /* InfoPlist.strings */; };
D16AFCD41796E088006719AA /* VVBaseCommenter.m in Sources */ = {isa = PBXBuildFile; fileRef = D16AFCD31796E088006719AA /* VVBaseCommenter.m */; };
D16AFCD71796E09E006719AA /* VVPropertyCommenter.m in Sources */ = {isa = PBXBuildFile; fileRef = D16AFCD61796E09E006719AA /* VVPropertyCommenter.m */; };
D16AFCDA1796E0AC006719AA /* VVMethodCommenter.m in Sources */ = {isa = PBXBuildFile; fileRef = D16AFCD91796E0AC006719AA /* VVMethodCommenter.m */; };
D16AFCDD1796E0B9006719AA /* VVFunctionCommenter.m in Sources */ = {isa = PBXBuildFile; fileRef = D16AFCDC1796E0B9006719AA /* VVFunctionCommenter.m */; };
D16AFCE01796E0C0006719AA /* VVMacroCommenter.m in Sources */ = {isa = PBXBuildFile; fileRef = D16AFCDF1796E0C0006719AA /* VVMacroCommenter.m */; };
D16AFCE31796E0C9006719AA /* VVStructCommenter.m in Sources */ = {isa = PBXBuildFile; fileRef = D16AFCE21796E0C9006719AA /* VVStructCommenter.m */; };
D16AFCE61796E0D0006719AA /* VVEnumCommenter.m in Sources */ = {isa = PBXBuildFile; fileRef = D16AFCE51796E0D0006719AA /* VVEnumCommenter.m */; };
D16AFCE91796E0D6006719AA /* VVVariableCommenter.m in Sources */ = {isa = PBXBuildFile; fileRef = D16AFCE81796E0D6006719AA /* VVVariableCommenter.m */; };
D1737637198A4C8A00FE2355 /* NSString+VVTextGetter.m in Sources */ = {isa = PBXBuildFile; fileRef = D1737636198A4C8A00FE2355 /* NSString+VVTextGetter.m */; };
D173763A198A4CF700FE2355 /* VVTextResult.m in Sources */ = {isa = PBXBuildFile; fileRef = D1737639198A4CF700FE2355 /* VVTextResult.m */; };
D173763B198A53C000FE2355 /* NSString+VVTextGetter.m in Sources */ = {isa = PBXBuildFile; fileRef = D1737636198A4C8A00FE2355 /* NSString+VVTextGetter.m */; };
D173763C198A53C000FE2355 /* VVTextResult.m in Sources */ = {isa = PBXBuildFile; fileRef = D1737639198A4CF700FE2355 /* VVTextResult.m */; };
D18224DC17956290001A5E8A /* VVDocumenterManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D16917DE17955C8D0036C06B /* VVDocumenterManager.m */; };
D1986F74179A12BD00EA6643 /* CommenterTests.m in Sources */ = {isa = PBXBuildFile; fileRef = D1986F73179A12BD00EA6643 /* CommenterTests.m */; };
D1A6B1D0198A0D8600BCED83 /* VVSwiftPropertyCommenter.m in Sources */ = {isa = PBXBuildFile; fileRef = D1A6B1CF198A0D8600BCED83 /* VVSwiftPropertyCommenter.m */; };
D1A6B1D1198A0D8600BCED83 /* VVSwiftPropertyCommenter.m in Sources */ = {isa = PBXBuildFile; fileRef = D1A6B1CF198A0D8600BCED83 /* VVSwiftPropertyCommenter.m */; };
D1AC3B8F1796DB070063A484 /* VVDocumenter.m in Sources */ = {isa = PBXBuildFile; fileRef = D1AC3B8E1796DB070063A484 /* VVDocumenter.m */; };
D1B316D6189A2AA700420A6E /* VVMethodTestsCode.plist in Resources */ = {isa = PBXBuildFile; fileRef = D1B316D5189A2AA700420A6E /* VVMethodTestsCode.plist */; };
D1C462DD17999C2000EB7B23 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D14380F6179551B900C829CE /* Cocoa.framework */; };
D1C462E317999C2000EB7B23 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = D1C462E117999C2000EB7B23 /* InfoPlist.strings */; };
D1C462F117999CA200EB7B23 /* SyntaxTests.m in Sources */ = {isa = PBXBuildFile; fileRef = D1C462F017999CA200EB7B23 /* SyntaxTests.m */; };
D1C462F517999CEC00EB7B23 /* NSString+VVSyntax.m in Sources */ = {isa = PBXBuildFile; fileRef = D1C462F417999CEC00EB7B23 /* NSString+VVSyntax.m */; };
D1C6124819891B3700FDB554 /* VVSwiftEnumCommenter.m in Sources */ = {isa = PBXBuildFile; fileRef = D1C6124719891B3700FDB554 /* VVSwiftEnumCommenter.m */; };
D1C6124919891B3700FDB554 /* VVSwiftEnumCommenter.m in Sources */ = {isa = PBXBuildFile; fileRef = D1C6124719891B3700FDB554 /* VVSwiftEnumCommenter.m */; };
D1D66CA817A2AEF000E62F99 /* VVKeyboardEventSender.m in Sources */ = {isa = PBXBuildFile; fileRef = D1D66CA717A2AEF000E62F99 /* VVKeyboardEventSender.m */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
4B50A26E1B315CF3008A4400 /* VVSwiftExtensionCommenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VVSwiftExtensionCommenter.h; sourceTree = "<group>"; };
4B50A26F1B315CF3008A4400 /* VVSwiftExtensionCommenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VVSwiftExtensionCommenter.m; sourceTree = "<group>"; };
893D8F7F18262EF500E8A00C /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = System/Library/Frameworks/Carbon.framework; sourceTree = SDKROOT; };
C4052CF61B3BB10700ED0CF0 /* VVProject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VVProject.h; sourceTree = "<group>"; };
C4052CF71B3BB10700ED0CF0 /* VVProject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VVProject.m; sourceTree = "<group>"; };
C4052CF81B3BB10700ED0CF0 /* VVWorkspaceManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VVWorkspaceManager.h; sourceTree = "<group>"; };
C4052CF91B3BB10700ED0CF0 /* VVWorkspaceManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VVWorkspaceManager.m; sourceTree = "<group>"; };
D114BEDD179644D00043FA65 /* NSString+PDRegex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSString+PDRegex.h"; sourceTree = "<group>"; };
D114BEDE179644D00043FA65 /* NSString+PDRegex.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString+PDRegex.m"; sourceTree = "<group>"; };
D114BEE1179644FA0043FA65 /* NSTextView+VVTextGetter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSTextView+VVTextGetter.h"; sourceTree = "<group>"; };
D114BEE2179644FA0043FA65 /* NSTextView+VVTextGetter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSTextView+VVTextGetter.m"; sourceTree = "<group>"; };
D11C542A17999D9000D3DE38 /* VVArgument.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VVArgument.h; sourceTree = "<group>"; };
D11C542B17999D9000D3DE38 /* VVArgument.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VVArgument.m; sourceTree = "<group>"; };
D11C542C17999D9000D3DE38 /* VVCommenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VVCommenter.h; sourceTree = "<group>"; };
D124614217AC16820095F9D6 /* VVDocumenterSetting.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VVDocumenterSetting.h; path = "VVDocumenter-Xcode/Setting/VVDocumenterSetting.h"; sourceTree = SOURCE_ROOT; };
D124614317AC16820095F9D6 /* VVDocumenterSetting.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VVDocumenterSetting.m; path = "VVDocumenter-Xcode/Setting/VVDocumenterSetting.m"; sourceTree = SOURCE_ROOT; };
D124614417AC16820095F9D6 /* VVDSettingPanelWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VVDSettingPanelWindowController.h; path = "VVDocumenter-Xcode/Setting/VVDSettingPanelWindowController.h"; sourceTree = SOURCE_ROOT; };
D124614517AC16820095F9D6 /* VVDSettingPanelWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VVDSettingPanelWindowController.m; path = "VVDocumenter-Xcode/Setting/VVDSettingPanelWindowController.m"; sourceTree = SOURCE_ROOT; };
D124614617AC16820095F9D6 /* VVDSettingPanelWindowController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = VVDSettingPanelWindowController.xib; path = "VVDocumenter-Xcode/Setting/VVDSettingPanelWindowController.xib"; sourceTree = SOURCE_ROOT; };
D13EDDD71987F34C0029A555 /* VVSwiftFunctionCommenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VVSwiftFunctionCommenter.h; sourceTree = "<group>"; };
D13EDDD81987F34C0029A555 /* VVSwiftFunctionCommenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VVSwiftFunctionCommenter.m; sourceTree = "<group>"; };
D14070C318CE8819009B0EED /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
D14380F3179551B900C829CE /* VVDocumenter-Xcode.xcplugin */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "VVDocumenter-Xcode.xcplugin"; sourceTree = BUILT_PRODUCTS_DIR; };
D14380F6179551B900C829CE /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
D14380F9179551B900C829CE /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
D14380FA179551B900C829CE /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
D14380FB179551B900C829CE /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
D14380FE179551B900C829CE /* VVDocumenter-Xcode-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "VVDocumenter-Xcode-Info.plist"; sourceTree = "<group>"; };
D1438100179551B900C829CE /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
D1438102179551B900C829CE /* VVDocumenter-Xcode-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "VVDocumenter-Xcode-Prefix.pch"; sourceTree = "<group>"; };
D16917DD17955C8D0036C06B /* VVDocumenterManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VVDocumenterManager.h; sourceTree = "<group>"; };
D16917DE17955C8D0036C06B /* VVDocumenterManager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VVDocumenterManager.m; sourceTree = "<group>"; };
D16AFCD21796E088006719AA /* VVBaseCommenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VVBaseCommenter.h; sourceTree = "<group>"; };
D16AFCD31796E088006719AA /* VVBaseCommenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VVBaseCommenter.m; sourceTree = "<group>"; };
D16AFCD51796E09E006719AA /* VVPropertyCommenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VVPropertyCommenter.h; sourceTree = "<group>"; };
D16AFCD61796E09E006719AA /* VVPropertyCommenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VVPropertyCommenter.m; sourceTree = "<group>"; };
D16AFCD81796E0AC006719AA /* VVMethodCommenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VVMethodCommenter.h; sourceTree = "<group>"; };
D16AFCD91796E0AC006719AA /* VVMethodCommenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VVMethodCommenter.m; sourceTree = "<group>"; };
D16AFCDB1796E0B9006719AA /* VVFunctionCommenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VVFunctionCommenter.h; sourceTree = "<group>"; };
D16AFCDC1796E0B9006719AA /* VVFunctionCommenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VVFunctionCommenter.m; sourceTree = "<group>"; };
D16AFCDE1796E0C0006719AA /* VVMacroCommenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VVMacroCommenter.h; sourceTree = "<group>"; };
D16AFCDF1796E0C0006719AA /* VVMacroCommenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VVMacroCommenter.m; sourceTree = "<group>"; };
D16AFCE11796E0C9006719AA /* VVStructCommenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VVStructCommenter.h; sourceTree = "<group>"; };
D16AFCE21796E0C9006719AA /* VVStructCommenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VVStructCommenter.m; sourceTree = "<group>"; };
D16AFCE41796E0D0006719AA /* VVEnumCommenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VVEnumCommenter.h; sourceTree = "<group>"; };
D16AFCE51796E0D0006719AA /* VVEnumCommenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VVEnumCommenter.m; sourceTree = "<group>"; };
D16AFCE71796E0D6006719AA /* VVVariableCommenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VVVariableCommenter.h; sourceTree = "<group>"; };
D16AFCE81796E0D6006719AA /* VVVariableCommenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VVVariableCommenter.m; sourceTree = "<group>"; };
D1737635198A4C8A00FE2355 /* NSString+VVTextGetter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSString+VVTextGetter.h"; sourceTree = "<group>"; };
D1737636198A4C8A00FE2355 /* NSString+VVTextGetter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString+VVTextGetter.m"; sourceTree = "<group>"; };
D1737638198A4CF700FE2355 /* VVTextResult.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VVTextResult.h; sourceTree = "<group>"; };
D1737639198A4CF700FE2355 /* VVTextResult.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VVTextResult.m; sourceTree = "<group>"; };
D1986F73179A12BD00EA6643 /* CommenterTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CommenterTests.m; sourceTree = "<group>"; };
D1A6B1CE198A0D8600BCED83 /* VVSwiftPropertyCommenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VVSwiftPropertyCommenter.h; sourceTree = "<group>"; };
D1A6B1CF198A0D8600BCED83 /* VVSwiftPropertyCommenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VVSwiftPropertyCommenter.m; sourceTree = "<group>"; };
D1AC3B8D1796DB070063A484 /* VVDocumenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VVDocumenter.h; sourceTree = "<group>"; };
D1AC3B8E1796DB070063A484 /* VVDocumenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VVDocumenter.m; sourceTree = "<group>"; };
D1B316D5189A2AA700420A6E /* VVMethodTestsCode.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = VVMethodTestsCode.plist; sourceTree = "<group>"; };
D1C462DA17999C2000EB7B23 /* VVDocumenterTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = VVDocumenterTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
D1C462E017999C2000EB7B23 /* VVDocumenterTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "VVDocumenterTests-Info.plist"; sourceTree = "<group>"; };
D1C462E217999C2000EB7B23 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
D1C462E517999C2000EB7B23 /* VVDocumenterTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VVDocumenterTests.m; sourceTree = "<group>"; };
D1C462E717999C2000EB7B23 /* VVDocumenterTests-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "VVDocumenterTests-Prefix.pch"; sourceTree = "<group>"; };
D1C462EB17999C9A00EB7B23 /* VVTestHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VVTestHelper.h; sourceTree = "<group>"; };
D1C462EC17999C9A00EB7B23 /* VVTestHelper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VVTestHelper.m; sourceTree = "<group>"; };
D1C462F017999CA200EB7B23 /* SyntaxTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SyntaxTests.m; sourceTree = "<group>"; };
D1C462F317999CEC00EB7B23 /* NSString+VVSyntax.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSString+VVSyntax.h"; sourceTree = "<group>"; };
D1C462F417999CEC00EB7B23 /* NSString+VVSyntax.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString+VVSyntax.m"; sourceTree = "<group>"; };
D1C6124619891B3700FDB554 /* VVSwiftEnumCommenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VVSwiftEnumCommenter.h; sourceTree = "<group>"; };
D1C6124719891B3700FDB554 /* VVSwiftEnumCommenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VVSwiftEnumCommenter.m; sourceTree = "<group>"; };
D1D66CA617A2AEF000E62F99 /* VVKeyboardEventSender.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VVKeyboardEventSender.h; sourceTree = "<group>"; };
D1D66CA717A2AEF000E62F99 /* VVKeyboardEventSender.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VVKeyboardEventSender.m; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
D14380F0179551B900C829CE /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
893D8F8018262EF500E8A00C /* Carbon.framework in Frameworks */,
D14380F7179551B900C829CE /* Cocoa.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
D1C462D617999C2000EB7B23 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
D14070C418CE8819009B0EED /* XCTest.framework in Frameworks */,
53C67935184501030030C553 /* Carbon.framework in Frameworks */,
D1C462DD17999C2000EB7B23 /* Cocoa.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
C4052CF51B3BB10700ED0CF0 /* ProjectHelper */ = {
isa = PBXGroup;
children = (
C4052CF61B3BB10700ED0CF0 /* VVProject.h */,
C4052CF71B3BB10700ED0CF0 /* VVProject.m */,
C4052CF81B3BB10700ED0CF0 /* VVWorkspaceManager.h */,
C4052CF91B3BB10700ED0CF0 /* VVWorkspaceManager.m */,
);
path = ProjectHelper;
sourceTree = "<group>";
};
D114BEDB179644D00043FA65 /* OCCategory */ = {
isa = PBXGroup;
children = (
D1737634198A4C5400FE2355 /* NSString+VVTextGetter */,
D1C462F217999CEC00EB7B23 /* NSString+VVSyntax */,
D114BEDC179644D00043FA65 /* NSString+PDRegex */,
D114BEDF179644D00043FA65 /* NSTextView+VVTextGetter */,
D1737638198A4CF700FE2355 /* VVTextResult.h */,
D1737639198A4CF700FE2355 /* VVTextResult.m */,
);
path = OCCategory;
sourceTree = "<group>";
};
D114BEDC179644D00043FA65 /* NSString+PDRegex */ = {
isa = PBXGroup;
children = (
D114BEDD179644D00043FA65 /* NSString+PDRegex.h */,
D114BEDE179644D00043FA65 /* NSString+PDRegex.m */,
);
path = "NSString+PDRegex";
sourceTree = "<group>";
};
D114BEDF179644D00043FA65 /* NSTextView+VVTextGetter */ = {
isa = PBXGroup;
children = (
D114BEE1179644FA0043FA65 /* NSTextView+VVTextGetter.h */,
D114BEE2179644FA0043FA65 /* NSTextView+VVTextGetter.m */,
);
path = "NSTextView+VVTextGetter";
sourceTree = "<group>";
};
D14380EA179551B900C829CE = {
isa = PBXGroup;
children = (
D14380FC179551B900C829CE /* VVDocumenter-Xcode */,
D1C462DE17999C2000EB7B23 /* VVDocumenterTests */,
D14380F5179551B900C829CE /* Frameworks */,
D14380F4179551B900C829CE /* Products */,
);
sourceTree = "<group>";
};
D14380F4179551B900C829CE /* Products */ = {
isa = PBXGroup;
children = (
D14380F3179551B900C829CE /* VVDocumenter-Xcode.xcplugin */,
D1C462DA17999C2000EB7B23 /* VVDocumenterTests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
D14380F5179551B900C829CE /* Frameworks */ = {
isa = PBXGroup;
children = (
D14070C318CE8819009B0EED /* XCTest.framework */,
893D8F7F18262EF500E8A00C /* Carbon.framework */,
D14380F6179551B900C829CE /* Cocoa.framework */,
D14380F8179551B900C829CE /* Other Frameworks */,
);
name = Frameworks;
sourceTree = "<group>";
};
D14380F8179551B900C829CE /* Other Frameworks */ = {
isa = PBXGroup;
children = (
D14380F9179551B900C829CE /* AppKit.framework */,
D14380FA179551B900C829CE /* CoreData.framework */,
D14380FB179551B900C829CE /* Foundation.framework */,
);
name = "Other Frameworks";
sourceTree = "<group>";
};
D14380FC179551B900C829CE /* VVDocumenter-Xcode */ = {
isa = PBXGroup;
children = (
C4052CF51B3BB10700ED0CF0 /* ProjectHelper */,
D193B8C917AC0C2400D2D76A /* Setting */,
D1D66CA517A2AED700E62F99 /* KeyboardHelper */,
D16AFCD11796E068006719AA /* Commenter */,
D114BEDB179644D00043FA65 /* OCCategory */,
D14380FD179551B900C829CE /* Supporting Files */,
D16917DD17955C8D0036C06B /* VVDocumenterManager.h */,
D16917DE17955C8D0036C06B /* VVDocumenterManager.m */,
D1AC3B8D1796DB070063A484 /* VVDocumenter.h */,
D1AC3B8E1796DB070063A484 /* VVDocumenter.m */,
);
path = "VVDocumenter-Xcode";
sourceTree = "<group>";
};
D14380FD179551B900C829CE /* Supporting Files */ = {
isa = PBXGroup;
children = (
D14380FE179551B900C829CE /* VVDocumenter-Xcode-Info.plist */,
D1438102179551B900C829CE /* VVDocumenter-Xcode-Prefix.pch */,
D14380FF179551B900C829CE /* InfoPlist.strings */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
D16AFCD11796E068006719AA /* Commenter */ = {
isa = PBXGroup;
children = (
D11C542C17999D9000D3DE38 /* VVCommenter.h */,
D11C542A17999D9000D3DE38 /* VVArgument.h */,
D11C542B17999D9000D3DE38 /* VVArgument.m */,
D16AFCD21796E088006719AA /* VVBaseCommenter.h */,
D16AFCD31796E088006719AA /* VVBaseCommenter.m */,
D16AFCD51796E09E006719AA /* VVPropertyCommenter.h */,
D16AFCD61796E09E006719AA /* VVPropertyCommenter.m */,
D16AFCD81796E0AC006719AA /* VVMethodCommenter.h */,
D16AFCD91796E0AC006719AA /* VVMethodCommenter.m */,
D16AFCDB1796E0B9006719AA /* VVFunctionCommenter.h */,
D16AFCDC1796E0B9006719AA /* VVFunctionCommenter.m */,
D13EDDD71987F34C0029A555 /* VVSwiftFunctionCommenter.h */,
D13EDDD81987F34C0029A555 /* VVSwiftFunctionCommenter.m */,
D1C6124619891B3700FDB554 /* VVSwiftEnumCommenter.h */,
D1C6124719891B3700FDB554 /* VVSwiftEnumCommenter.m */,
D1A6B1CE198A0D8600BCED83 /* VVSwiftPropertyCommenter.h */,
D1A6B1CF198A0D8600BCED83 /* VVSwiftPropertyCommenter.m */,
D16AFCDE1796E0C0006719AA /* VVMacroCommenter.h */,
D16AFCDF1796E0C0006719AA /* VVMacroCommenter.m */,
D16AFCE11796E0C9006719AA /* VVStructCommenter.h */,
D16AFCE21796E0C9006719AA /* VVStructCommenter.m */,
D16AFCE41796E0D0006719AA /* VVEnumCommenter.h */,
D16AFCE51796E0D0006719AA /* VVEnumCommenter.m */,
D16AFCE71796E0D6006719AA /* VVVariableCommenter.h */,
D16AFCE81796E0D6006719AA /* VVVariableCommenter.m */,
4B50A26E1B315CF3008A4400 /* VVSwiftExtensionCommenter.h */,
4B50A26F1B315CF3008A4400 /* VVSwiftExtensionCommenter.m */,
);
path = Commenter;
sourceTree = "<group>";
};
D1737634198A4C5400FE2355 /* NSString+VVTextGetter */ = {
isa = PBXGroup;
children = (
D1737635198A4C8A00FE2355 /* NSString+VVTextGetter.h */,
D1737636198A4C8A00FE2355 /* NSString+VVTextGetter.m */,
);
path = "NSString+VVTextGetter";
sourceTree = "<group>";
};
D193B8C917AC0C2400D2D76A /* Setting */ = {
isa = PBXGroup;
children = (
D124614217AC16820095F9D6 /* VVDocumenterSetting.h */,
D124614317AC16820095F9D6 /* VVDocumenterSetting.m */,
D124614417AC16820095F9D6 /* VVDSettingPanelWindowController.h */,
D124614517AC16820095F9D6 /* VVDSettingPanelWindowController.m */,
D124614617AC16820095F9D6 /* VVDSettingPanelWindowController.xib */,
);
name = Setting;
path = SettingPanel;
sourceTree = "<group>";
};
D1986F71179A12BD00EA6643 /* CommenterTests */ = {
isa = PBXGroup;
children = (
D1986F73179A12BD00EA6643 /* CommenterTests.m */,
);
path = CommenterTests;
sourceTree = "<group>";
};
D1B316D2189A2A5900420A6E /* DocumenterTests */ = {
isa = PBXGroup;
children = (
D1B316D5189A2AA700420A6E /* VVMethodTestsCode.plist */,
);
path = DocumenterTests;
sourceTree = "<group>";
};
D1C462DE17999C2000EB7B23 /* VVDocumenterTests */ = {
isa = PBXGroup;
children = (
D1B316D2189A2A5900420A6E /* DocumenterTests */,
D1986F71179A12BD00EA6643 /* CommenterTests */,
D1C462EE17999CA200EB7B23 /* SyntaxTests */,
D1C462EB17999C9A00EB7B23 /* VVTestHelper.h */,
D1C462EC17999C9A00EB7B23 /* VVTestHelper.m */,
D1C462E517999C2000EB7B23 /* VVDocumenterTests.m */,
D1C462DF17999C2000EB7B23 /* Supporting Files */,
);
path = VVDocumenterTests;
sourceTree = "<group>";
};
D1C462DF17999C2000EB7B23 /* Supporting Files */ = {
isa = PBXGroup;
children = (
D1C462E017999C2000EB7B23 /* VVDocumenterTests-Info.plist */,
D1C462E117999C2000EB7B23 /* InfoPlist.strings */,
D1C462E717999C2000EB7B23 /* VVDocumenterTests-Prefix.pch */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
D1C462EE17999CA200EB7B23 /* SyntaxTests */ = {
isa = PBXGroup;
children = (
D1C462F017999CA200EB7B23 /* SyntaxTests.m */,
);
path = SyntaxTests;
sourceTree = "<group>";
};
D1C462F217999CEC00EB7B23 /* NSString+VVSyntax */ = {
isa = PBXGroup;
children = (
D1C462F317999CEC00EB7B23 /* NSString+VVSyntax.h */,
D1C462F417999CEC00EB7B23 /* NSString+VVSyntax.m */,
);
path = "NSString+VVSyntax";
sourceTree = "<group>";
};
D1D66CA517A2AED700E62F99 /* KeyboardHelper */ = {
isa = PBXGroup;
children = (
D1D66CA617A2AEF000E62F99 /* VVKeyboardEventSender.h */,
D1D66CA717A2AEF000E62F99 /* VVKeyboardEventSender.m */,
);
path = KeyboardHelper;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
D14380F2179551B900C829CE /* VVDocumenter-Xcode */ = {
isa = PBXNativeTarget;
buildConfigurationList = D1438105179551B900C829CE /* Build configuration list for PBXNativeTarget "VVDocumenter-Xcode" */;
buildPhases = (
D14380EF179551B900C829CE /* Sources */,
D14380F0179551B900C829CE /* Frameworks */,
D14380F1179551B900C829CE /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = "VVDocumenter-Xcode";
productName = "VVDocumenter-Xcode";
productReference = D14380F3179551B900C829CE /* VVDocumenter-Xcode.xcplugin */;
productType = "com.apple.product-type.bundle";
};
D1C462D917999C2000EB7B23 /* VVDocumenterTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = D1C462EA17999C2000EB7B23 /* Build configuration list for PBXNativeTarget "VVDocumenterTests" */;
buildPhases = (
D1C462D517999C2000EB7B23 /* Sources */,
D1C462D617999C2000EB7B23 /* Frameworks */,
D1C462D717999C2000EB7B23 /* Resources */,
D1C462D817999C2000EB7B23 /* ShellScript */,
);
buildRules = (
);
dependencies = (
);
name = VVDocumenterTests;
productName = VVDocumenterTests;
productReference = D1C462DA17999C2000EB7B23 /* VVDocumenterTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
D14380EB179551B900C829CE /* Project object */ = {
isa = PBXProject;
attributes = {
LastTestingUpgradeCheck = 0510;
LastUpgradeCheck = 0500;
ORGANIZATIONNAME = "OneV's Den";
};
buildConfigurationList = D14380EE179551B900C829CE /* Build configuration list for PBXProject "VVDocumenter-Xcode" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = D14380EA179551B900C829CE;
productRefGroup = D14380F4179551B900C829CE /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
D14380F2179551B900C829CE /* VVDocumenter-Xcode */,
D1C462D917999C2000EB7B23 /* VVDocumenterTests */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
D14380F1179551B900C829CE /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
D1438101179551B900C829CE /* InfoPlist.strings in Resources */,
D124614917AC16820095F9D6 /* VVDSettingPanelWindowController.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
D1C462D717999C2000EB7B23 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
D1B316D6189A2AA700420A6E /* VVMethodTestsCode.plist in Resources */,
D1C462E317999C2000EB7B23 /* InfoPlist.strings in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
D1C462D817999C2000EB7B23 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "# Run the unit tests in this test bundle.\n\"${SYSTEM_DEVELOPER_DIR}/Tools/RunUnitTests\"\n";
};
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
D14380EF179551B900C829CE /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
D18224DC17956290001A5E8A /* VVDocumenterManager.m in Sources */,
D114BEE0179644D00043FA65 /* NSString+PDRegex.m in Sources */,
D114BEE3179644FA0043FA65 /* NSTextView+VVTextGetter.m in Sources */,
D1AC3B8F1796DB070063A484 /* VVDocumenter.m in Sources */,
D16AFCD41796E088006719AA /* VVBaseCommenter.m in Sources */,
4B50A2701B315CF3008A4400 /* VVSwiftExtensionCommenter.m in Sources */,
D1A6B1D0198A0D8600BCED83 /* VVSwiftPropertyCommenter.m in Sources */,
D16AFCD71796E09E006719AA /* VVPropertyCommenter.m in Sources */,
D16AFCDA1796E0AC006719AA /* VVMethodCommenter.m in Sources */,
D16AFCDD1796E0B9006719AA /* VVFunctionCommenter.m in Sources */,
D13EDDD91987F34C0029A555 /* VVSwiftFunctionCommenter.m in Sources */,
D16AFCE01796E0C0006719AA /* VVMacroCommenter.m in Sources */,
D16AFCE31796E0C9006719AA /* VVStructCommenter.m in Sources */,
D16AFCE61796E0D0006719AA /* VVEnumCommenter.m in Sources */,
D16AFCE91796E0D6006719AA /* VVVariableCommenter.m in Sources */,
D1C462F517999CEC00EB7B23 /* NSString+VVSyntax.m in Sources */,
D1737637198A4C8A00FE2355 /* NSString+VVTextGetter.m in Sources */,
C4052CFA1B3BB10700ED0CF0 /* VVProject.m in Sources */,
D1C6124819891B3700FDB554 /* VVSwiftEnumCommenter.m in Sources */,
D11C542D17999D9000D3DE38 /* VVArgument.m in Sources */,
D1D66CA817A2AEF000E62F99 /* VVKeyboardEventSender.m in Sources */,
D173763A198A4CF700FE2355 /* VVTextResult.m in Sources */,
D124614717AC16820095F9D6 /* VVDocumenterSetting.m in Sources */,
C4052CFB1B3BB10700ED0CF0 /* VVWorkspaceManager.m in Sources */,
D124614817AC16820095F9D6 /* VVDSettingPanelWindowController.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
D1C462D517999C2000EB7B23 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C4052CFC1B3BB2C200ED0CF0 /* VVProject.m in Sources */,
C4052CFD1B3BB2C200ED0CF0 /* VVWorkspaceManager.m in Sources */,
4B06DF741B315E9D007D69BE /* VVSwiftExtensionCommenter.m in Sources */,
D173763B198A53C000FE2355 /* NSString+VVTextGetter.m in Sources */,
D173763C198A53C000FE2355 /* VVTextResult.m in Sources */,
D14110B81988C14500A7083F /* VVDocumenterSetting.m in Sources */,
D14110B91988C14500A7083F /* VVDSettingPanelWindowController.m in Sources */,
D14110B21988C12F00A7083F /* VVKeyboardEventSender.m in Sources */,
D14110B31988C12F00A7083F /* NSString+VVSyntax.m in Sources */,
D14110B41988C12F00A7083F /* NSString+PDRegex.m in Sources */,
D1A6B1D1198A0D8600BCED83 /* VVSwiftPropertyCommenter.m in Sources */,
D14110B51988C12F00A7083F /* NSTextView+VVTextGetter.m in Sources */,
D14110B61988C12F00A7083F /* VVDocumenterManager.m in Sources */,
D14110B71988C12F00A7083F /* VVDocumenter.m in Sources */,
D14110A81988C12000A7083F /* VVArgument.m in Sources */,
D1C6124919891B3700FDB554 /* VVSwiftEnumCommenter.m in Sources */,
D14110A91988C12000A7083F /* VVBaseCommenter.m in Sources */,
D14110AA1988C12000A7083F /* VVPropertyCommenter.m in Sources */,
D14110AB1988C12000A7083F /* VVMethodCommenter.m in Sources */,
D14110AC1988C12000A7083F /* VVFunctionCommenter.m in Sources */,
D14110AD1988C12000A7083F /* VVSwiftFunctionCommenter.m in Sources */,
D14110AE1988C12000A7083F /* VVMacroCommenter.m in Sources */,
D14110AF1988C12000A7083F /* VVStructCommenter.m in Sources */,
D14110B01988C12000A7083F /* VVEnumCommenter.m in Sources */,
D14110B11988C12000A7083F /* VVVariableCommenter.m in Sources */,
D14110A71988C08700A7083F /* VVDocumenterTests.m in Sources */,
D14110A61988C07E00A7083F /* VVTestHelper.m in Sources */,
D1C462F117999CA200EB7B23 /* SyntaxTests.m in Sources */,
D1986F74179A12BD00EA6643 /* CommenterTests.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXVariantGroup section */
D14380FF179551B900C829CE /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
D1438100179551B900C829CE /* en */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
D1C462E117999C2000EB7B23 /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
D1C462E217999C2000EB7B23 /* en */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
D1438103179551B900C829CE /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.8;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
};
name = Debug;
};
D1438104179551B900C829CE /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.8;
SDKROOT = macosx;
};
name = Release;
};
D1438106179551B900C829CE /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_OBJC_ARC = YES;
COMBINE_HIDPI_IMAGES = YES;
DEPLOYMENT_LOCATION = YES;
DSTROOT = "${HOME}";
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
GCC_ENABLE_OBJC_GC = unsupported;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "VVDocumenter-Xcode/VVDocumenter-Xcode-Prefix.pch";
INFOPLIST_FILE = "VVDocumenter-Xcode/VVDocumenter-Xcode-Info.plist";
INSTALL_PATH = "/Library/Application Support/Developer/Shared/Xcode/Plug-ins";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = xcplugin;
};
name = Debug;
};
D1438107179551B900C829CE /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_OBJC_ARC = YES;
COMBINE_HIDPI_IMAGES = YES;
DEPLOYMENT_LOCATION = YES;
DSTROOT = "${HOME}";
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
GCC_ENABLE_OBJC_GC = unsupported;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "VVDocumenter-Xcode/VVDocumenter-Xcode-Prefix.pch";
INFOPLIST_FILE = "VVDocumenter-Xcode/VVDocumenter-Xcode-Info.plist";
INSTALL_PATH = "/Library/Application Support/Developer/Shared/Xcode/Plug-ins";
ONLY_ACTIVE_ARCH = YES;
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = xcplugin;
};
name = Release;
};
D1C462E817999C2000EB7B23 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_OBJC_ARC = YES;
COMBINE_HIDPI_IMAGES = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(DEVELOPER_DIR)/../SharedFrameworks",
"$(DEVELOPER_LIBRARY_DIR)/Frameworks",
"$(inherited)",
"$(DEVELOPER_FRAMEWORKS_DIR)",
);
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "VVDocumenterTests/VVDocumenterTests-Prefix.pch";
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
__DEBUG__,
);
HEADER_SEARCH_PATHS = (
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
);
INFOPLIST_FILE = "VVDocumenterTests/VVDocumenterTests-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
D1C462E917999C2000EB7B23 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_OBJC_ARC = YES;
COMBINE_HIDPI_IMAGES = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(DEVELOPER_DIR)/../SharedFrameworks",
"$(DEVELOPER_LIBRARY_DIR)/Frameworks",
"$(inherited)",
"$(DEVELOPER_FRAMEWORKS_DIR)",
);
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "VVDocumenterTests/VVDocumenterTests-Prefix.pch";
HEADER_SEARCH_PATHS = (
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
);
INFOPLIST_FILE = "VVDocumenterTests/VVDocumenterTests-Info.plist";
ONLY_ACTIVE_ARCH = NO;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
D14380EE179551B900C829CE /* Build configuration list for PBXProject "VVDocumenter-Xcode" */ = {
isa = XCConfigurationList;
buildConfigurations = (
D1438103179551B900C829CE /* Debug */,
D1438104179551B900C829CE /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
D1438105179551B900C829CE /* Build configuration list for PBXNativeTarget "VVDocumenter-Xcode" */ = {
isa = XCConfigurationList;
buildConfigurations = (
D1438106179551B900C829CE /* Debug */,
D1438107179551B900C829CE /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
D1C462EA17999C2000EB7B23 /* Build configuration list for PBXNativeTarget "VVDocumenterTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
D1C462E817999C2000EB7B23 /* Debug */,
D1C462E917999C2000EB7B23 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = D14380EB179551B900C829CE /* Project object */;
}