Mercurial > clickerconvert
comparison cmake/MacOSXBundleInfo.plist.in @ 92:7204024777b4
Add info plist template for file extension
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Thu, 06 Oct 2016 17:05:14 +0200 |
parents | |
children | ef35abf8be35 |
comparison
equal
deleted
inserted
replaced
91:5b815897657d | 92:7204024777b4 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
3 <plist version="1.0"> | |
4 <dict> | |
5 <key>CFBundleDevelopmentRegion</key> | |
6 <string>English</string> | |
7 <key>CFBundleExecutable</key> | |
8 <string>${MACOSX_BUNDLE_EXECUTABLE_NAME}</string> | |
9 <key>CFBundleGetInfoString</key> | |
10 <string>${MACOSX_BUNDLE_INFO_STRING}</string> | |
11 <key>CFBundleIconFile</key> | |
12 <string>${MACOSX_BUNDLE_ICON_FILE}</string> | |
13 <key>CFBundleIdentifier</key> | |
14 <string>${MACOSX_BUNDLE_GUI_IDENTIFIER}</string> | |
15 <key>CFBundleInfoDictionaryVersion</key> | |
16 <string>6.0</string> | |
17 <key>CFBundleLongVersionString</key> | |
18 <string>${MACOSX_BUNDLE_LONG_VERSION_STRING}</string> | |
19 <key>CFBundleName</key> | |
20 <string>${MACOSX_BUNDLE_BUNDLE_NAME}</string> | |
21 <key>CFBundlePackageType</key> | |
22 <string>APPL</string> | |
23 <key>CFBundleShortVersionString</key> | |
24 <string>${MACOSX_BUNDLE_SHORT_VERSION_STRING}</string> | |
25 <key>CFBundleSignature</key> | |
26 <string>????</string> | |
27 <key>CFBundleVersion</key> | |
28 <string>${MACOSX_BUNDLE_BUNDLE_VERSION}</string> | |
29 <key>CSResourcesFileMapped</key> | |
30 <true/> | |
31 <key>LSRequiresCarbon</key> | |
32 <true/> | |
33 <key>NSHumanReadableCopyright</key> | |
34 <string>${MACOSX_BUNDLE_COPYRIGHT}</string> | |
35 <key>CFBundleDocumentTypes</key> | |
36 <array> | |
37 <dict> | |
38 <key>CFBundleTypeExtensions</key> | |
39 <array> | |
40 <string>edu</string> | |
41 </array> | |
42 <key>CFBundleTypeIconFile</key> | |
43 <string>icon.icns</string> | |
44 <key>CFBundleTypeMIMETypes</key> | |
45 <array> | |
46 <string>application/edu-app</string> | |
47 </array> | |
48 <key>CFBundleTypeName</key> | |
49 <string>EduApp Export</string> | |
50 <key>CFBundleTypeRole</key> | |
51 <string>Editor</string> | |
52 <key>LSTypeIsPackage</key> | |
53 <false/> | |
54 </dict> | |
55 </array> | |
56 <string>${MACOSX_BUNDLE_COPYRIGHT}</string> | |
57 </dict> | |
58 </plist> |