forked from texstudio-org/texstudio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Info.plist
52 lines (52 loc) · 1.41 KB
/
Info.plist
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>tex</string>
<string>TEX</string>
<string>bib</string>
<string>BIB</string>
<string>sty</string>
<string>STY</string>
<string>cls</string>
<string>CLS</string>
<string>mp</string>
<string>MP</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>texstudio.icns</string>
<key>CFBundleTypeName</key>
<string>TeX Document</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
</dict>
</array>
<key>CFBundleIconFile</key>
<string>texstudio.icns</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleExecutable</key>
<string>texstudio</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright (c) 2003-2007, Pascal Brachet, 2008-2019 Benito van der Zander</string>
<key>CFBundleIdentifier</key>
<string>texstudio</string>
<key>CFBundleName</key>
<string>TeXstudio</string>
<key>CFBundleShortVersionString</key>
<string>3.0.2</string>
<key>AppleMagnifiedMode</key>
<false/>
</dict>
</plist>