-
Notifications
You must be signed in to change notification settings - Fork 3
/
info-mac.plist
42 lines (41 loc) · 1.15 KB
/
info-mac.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
<?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>NSPrincipalClass</key>
<string>NSApplication</string>
<key>CFBundleIconFile</key>
<string>@ICON@</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleGetInfoString</key>
<string>BKE_Creator</string>
<key>CFBundleSignature</key>
<string>@TYPEINFO@</string>
<key>CFBundleExecutable</key>
<string>@EXECUTABLE@</string>
<key>CFBundleIdentifier</key>
<string>cn.bakery.bkecreator</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright (C) Bakery Studio 2013-2017. All rights reserved. </string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeName</key>
<string>BKE_Creator Project</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>bkp</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>@ICON@</string>
<key>LSTypeIsPackage</key>
<false />
<key>LSHandlerRank</key>
<string>Owner</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
</array>
</dict>
</plist>