• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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>CFBundleDocumentTypes</key>
8  <array>
9    <dict>
10      <key>CFBundleTypeExtensions</key>
11      <array>
12        <string>@CPACK_FILE_ASSOCIATION_EXTENSION@</string>
13      </array>
14      <key>CFBundleTypeName</key>
15      <string>@CPACK_FILE_ASSOCIATION_TYPE@</string>
16      <key>CFBundleTypeRole</key>
17      <string>Editor</string>
18    </dict>
19  </array>
20	<key>CFBundleExecutable</key>
21	<string>@CPACK_PACKAGE_FILE_NAME@</string>
22	<key>CFBundleGetInfoString</key>
23	<string>@CPACK_APPLE_GUI_INFO_STRING@</string>
24	<key>CFBundleIconFile</key>
25	<string>@CPACK_APPLE_GUI_ICON@</string>
26	<key>CFBundleIdentifier</key>
27	<string>@CPACK_APPLE_GUI_IDENTIFIER@</string>
28	<key>CFBundleInfoDictionaryVersion</key>
29	<string>6.0</string>
30	<key>CFBundleLongVersionString</key>
31	<string>@CPACK_APPLE_GUI_LONG_VERSION_STRING@</string>
32	<key>CFBundleName</key>
33	<string>@CPACK_APPLE_GUI_BUNDLE_NAME@</string>
34	<key>CFBundlePackageType</key>
35	<string>APPL</string>
36	<key>CFBundleShortVersionString</key>
37	<string>@CPACK_APPLE_GUI_SHORT_VERSION_STRING@</string>
38	<key>CFBundleSignature</key>
39	<string>????</string>
40	<key>CFBundleVersion</key>
41	<string>@CPACK_APPLE_GUI_BUNDLE_VERSION@</string>
42	<key>CSResourcesFileMapped</key>
43	<true/>
44	<key>NSHumanReadableCopyright</key>
45	<string>@CPACK_APPLE_GUI_COPYRIGHT@</string>
46</dict>
47</plist>
48