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
|
<?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>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>xbs</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>xbs.icns</string>
<key>CFBundleTypeName</key>
<string>Boat Scenario document</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>boats</string>
<key>CFBundleGetInfoString</key>
<string>Created by Thibaut GRIDEL</string>
<key>CFBundleIconFile</key>
<string>boats.icns</string>
<key>CFBundleName</key>
<string>Boat Scenario</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>201307.0.0</string>
<key>CFBundleSignature</key>
<string>boat</string>
</dict>
</plist>
|