forked from MonoGame/MonoGame
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Info.plist
58 lines (58 loc) · 1.49 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
53
54
55
56
57
58
<?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>UTExportedTypeDeclarations</key>
<array>
<dict>
<key>UTTypeIconFile</key>
<string>Icon.icns</string>
<key>UTTypeConformsTo</key>
<array>
<string>public.text</string>
</array>
<key>UTTypeIdentifier</key>
<string>net.monogame.mgcb</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<string>mgcb</string>
</dict>
</dict>
</array>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>LSItemContentTypes</key>
<array>
<string>net.monogame.mgcb</string>
</array>
<key>CFBundleTypeName</key>
<string>MGCB</string>
<key>LSHandlerRank</key>
<string>Owner</string>
</dict>
</array>
<key>LSEnvironment</key>
<dict>
<key>MONO_MANAGED_WATCHER</key>
<string>false</string>
</dict>
<key>CFBundleName</key>
<string>MGCB Editor</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>CFBundleDisplayName</key>
<string>MGCB Editor</string>
<key>CFBundleIdentifier</key>
<string>net.monogame.mgcb-editor</string>
<key>CFBundleShortVersionString</key>
<string>3.8.1.1-develop</string>
<key>CFBundleIconFile</key>
<string>Icon.icns</string>
</dict>
</plist>