File: Info.plist_template.xml

package info (click to toggle)
josm 0.0.svn7643%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 67,480 kB
  • ctags: 25,960
  • sloc: java: 177,482; xml: 8,896; perl: 1,570; sh: 102; makefile: 81
file content (148 lines) | stat: -rw-r--r-- 5,077 bytes parent folder | download
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
<key>CFBundleAllowMixedLocalizations</key>
<string>true</string>
<key>UTExportedTypeDeclarations</key>
<array>
    <!-- Export JOSM file format UTI (*.osm) -->
    <dict>
        <key>UTTypeIdentifier</key>
        <string>org.openstreetmap.josm.osm</string>
        <key>UTTypeDescription</key>
        <string>JOSM File</string>
        <key>UTTypeIconFile</key>
        <string>JOSM.icns</string>
        <key>UTTypeReferenceURL</key>
        <string>http://wiki.openstreetmap.org/wiki/JOSM_file_format</string>
        <key>UTTypeConformsTo</key>
        <array>
            <string>public.xml</string>
        </array>
        <key>UTTypeTagSpecification</key>
        <dict>
            <key>com.apple.ostype</key>
            <string>JOSM</string>
            <key>public.filename-extension</key>
            <array>
                <string>osm</string>
            </array>
            <key>public.mime-type</key>
            <string>application/x-osm+xml</string>
        </dict>
    </dict>
</array>
<key>UTImportedTypeDeclarations</key>
<array>
    <!-- Import GPX file format "standard" UTI (*.gpx) -->
    <dict>
        <key>UTTypeIdentifier</key>
        <string>com.topografix.gpx</string>
        <key>UTTypeReferenceURL</key>
        <string>http://www.topografix.com/GPX/1/1/</string>
        <key>UTTypeDescription</key>
        <string>GPS Exchange Format (GPX)</string>
        <key>UTTypeConformsTo</key>
        <array>
            <string>public.xml</string>
        </array>
        <key>UTTypeTagSpecification</key>
        <dict>
            <key>public.filename-extension</key>
            <array>
                <string>gpx</string>
            </array>
            <key>public.mime-type</key>
            <string>application/gpx+xml</string>
        </dict>
    </dict>
    <!-- Import GPX file format Apple UTI (*.gpx) -->
    <dict>
        <key>UTTypeIdentifier</key>
        <string>com.apple.dt.document.gpx</string>
        <key>UTTypeReferenceURL</key>
        <string>http://www.topografix.com/GPX/1/1/</string>
        <key>UTTypeDescription</key>
        <string>GPX File</string>
        <key>UTTypeConformsTo</key>
        <array>
            <string>public.xml</string>
        </array>
        <key>UTTypeTagSpecification</key>
        <dict>
            <key>public.filename-extension</key>
            <array>
                <string>gpx</string>
            </array>
            <key>public.mime-type</key>
            <string>application/gpx+xml</string>
        </dict>
    </dict>
</array>
<key>CFBundleDocumentTypes</key>
<array>
    <!-- Registers opening *.osm files -->
    <dict>
        <key>CFBundleTypeIconFile</key>
        <string>JOSM.icns</string>
        <key>CFBundleTypeName</key>
        <string>OSM Files</string>
        <key>CFBundleTypeRole</key>
        <string>Editor</string>
        <key>LSHandlerRank</key>
        <string>Owner</string>
        <key>LSItemContentTypes</key>
        <array>
            <string>org.openstreetmap.josm.osm</string>
        </array>
        <key>NSExportableTypes</key>
        <array>
            <string>org.openstreetmap.josm.osm</string>
            <string>com.topografix.gpx</string>
            <string>com.pkware.zip-archive</string>
            <string>org.gnu.gnu-zip-archive</string>
            <string>public.archive.bzip2</string>
        </array>
    </dict>
    <!-- Registers opening *.gpx files -->
    <dict>
        <key>CFBundleTypeIconFile</key>
        <string>JOSM.icns</string>
        <key>CFBundleTypeName</key>
        <string>GPX Files</string>
        <key>CFBundleTypeRole</key>
        <string>Editor</string>
        <key>LSHandlerRank</key>
        <string>Alternate</string>
        <key>LSItemContentTypes</key>
        <array>
            <string>com.topografix.gpx</string>
            <string>com.apple.dt.document.gpx</string>
        </array>
        <key>NSExportableTypes</key>
        <array>
            <string>org.openstreetmap.josm.osm</string>
        </array>
    </dict>
    <!-- Registers opening *.osm.zip, *.osm.gz, *.osm.bz2 files -->
    <dict>
        <key>CFBundleTypeIconFile</key>
        <string>JOSM.icns</string>
        <key>CFBundleTypeName</key>
        <string>OSM Compressed Files</string>
        <key>CFBundleTypeRole</key>
        <string>Editor</string>
        <key>LSHandlerRank</key>
        <string>Alternate</string>
        <key>LSItemContentTypes</key>
        <array>
            <string>com.pkware.zip-archive</string>
            <string>org.gnu.gnu-zip-archive</string>
            <string>public.archive.bzip2</string>
        </array>
        <key>NSExportableTypes</key>
        <array>
            <string>org.openstreetmap.josm.osm</string>
            <string>com.pkware.zip-archive</string>
            <string>org.gnu.gnu-zip-archive</string>
            <string>public.archive.bzip2</string>
        </array>
    </dict>
</array>