Ticket #100: Info.plist

File Info.plist, 1.6 KB (added by mcpeluz, 23 months ago)

Preferences file

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5    <key>WineProgramPath</key>
6    <string>C:\winebottler\vnc-4_1_3-x86_win32_viewer.exe</string>
7    <key>WineProgramArguments</key>
8    <string></string>
9    <key>CFBundleDevelopmentRegion</key>
10    <string>English</string>
11    <key>CFBundleExecutable</key>
12    <string>WineBottlerStarter</string>
13    <key>CFBundleIdentifier</key>
14    <string>org.kronenberg.WineBottler_RealVNC</string>
15    <key>CFBundleInfoDictionaryVersion</key>
16    <string>6.0</string>
17    <key>CFBundleName</key>
18    <string>RealVNC</string>
19    <key>CFBundlePackageType</key>
20    <string>APPL</string>
21    <key>CFBundleSignature</key>
22    <string>????</string>
23    <key>CFBundleVersion</key>
24    <string>1.0</string>
25    <key>CFBundleShortVersionString</key>
26    <string>1.0</string>
27    <key>NSMainNibFile</key>
28    <string>MainMenu</string>
29    <key>NSPrincipalClass</key>
30    <string>NSApplication</string>
31        <key>CFBundleIconFile</key>
32        <string>Icon.icns</string>
33    <key>CFBundleDocumentTypes</key>
34        <array>
35        <dict>
36            <key>CFBundleTypeExtensions</key>
37            <array>
38                <string>*</string>
39            </array>
40            <key>CFBundleTypeName</key>
41            <string>All</string>
42            <key>CFBundleTypeRole</key>
43            <string>Editor</string>
44            <key>LSTypeIsPackage</key>
45            <false/>
46            <key>NSPersistentStoreTypeKey</key>
47            <string>Binary</string>
48        </dict>
49    </array>
50</dict>
51</plist>