blob: 4d149d669edcfbf5f3c833daf82cdc0d99be31ba (
plain)
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en_us</string>
<key>CFBundleIdentifier</key>
<string>org.xtrkcad.help</string>
<key>CFInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundlePackageName</key>
<string>XTrackCAD</string>
<key>CFBundleShortVersionString</key>
<string>@XTRKCAD_VERSION@</string>
<key>CFBundleVersion</key>
<string>@XTRKCAD_VERSION@</string>
<key>CFBundleDisplayName</key>
<string>XTrackCAD-Help</string>
<key>HPDBookAccessPath</key>
<string>index.html</string>
<key>HPDBookIconPath</key>
<string>icon_16x16.png</string>
<key>HPDBookIndexPath</key>
<string>XTrackCAD.helpindex</string>
<key>HPDBookKBDProduct</key>
<string>xtrkcad1</string>
<key>HPDBookTitle</key>
<string>XTrackCAD Help</string>
<key>HPDBookType</key>
<string>3</string>
<key>HPDBookTopicListCSSPath</key>
<string>xtrkcad_lin.css</string>
</dict>
</plist>
|