blob: e8beb97675dffe643c9d9603fd0c83b48ced3324 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?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>English</string>
<key>CFBundleExecutable</key>
<string>XTrackCAD</string>
<key>CFBundleGetInfoString</key>
<string>@XTRKCAD_VERSION@</string>
<key>CFBundleHelpBookFolder</key>
<string>XTrackCAD.help</string>
<key>CFBundleHelpBookName</key>
<string>org.xtrkcad.help</string>
<key>CFBundleIconFile</key>
<string>XTrackCAD</string>
<key>LSMinimumSystemVersion</key>
<string>10.5</string>
</dict>
</plist>
|