public
Description: A lightweight snippet plugin for Xcode
Homepage: http://blog.skorpiostech.com/
Clone URL: git://github.com/rtmfd/sktcompletion.git
Search Repo:
sktcompletion / Xcode plugin.pbfilespec
100644 57 lines (57 sloc) 1.071 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
(
  {
    Identifier = text.plist.pbRTSspec;
    BasedOn = text.plist;
    Extensions = (pbRTSspec);
  },
  {
    Identifier = text.plist.pbpackspec;
    BasedOn = text.plist;
    Extensions = (pbpackspec);
  },
  {
    Identifier = text.plist.pblinkspec;
    BasedOn = text.plist;
    Extensions = (pblinkspec);
  },
  {
    Identifier = text.plist.pbcompspec;
    BasedOn = text.plist;
    Extensions = (pbcompspec);
  },
  {
    Identifier = text.plist.pbprodspec;
    BasedOn = text.plist;
    Extensions = (pbprodspec);
  },
  {
    Identifier = text.plist.pbarchspec;
    BasedOn = text.plist;
    Extensions = (pbarchspec);
  },
  {
    Identifier = text.plist.pbbsetspec;
    BasedOn = text.plist;
    Extensions = (pbbsetspec);
  },
  {
    Identifier = text.plist.pbplatspec;
    BasedOn = text.plist;
    Extensions = (pbplatspec);
  },
  {
    Identifier = text.plist.xcbuildrules;
    BasedOn = text.plist;
    Extensions = (xcbuildrules);
  },
  {
    Identifier = text.plist.xcspec;
    BasedOn = text.plist;
    Extensions = (xcspec);
  },
  {
    Identifier = text.plist.trgttmpl;
    BasedOn = text.plist;
    Extensions = (trgttmpl);
  },
)