test/index: add more tests
[GitX.git] / Info.plist
blob8aa62a7cfd881a3e32317f3645d7115a7193be38
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>CFBundleDevelopmentRegion</key>
6 <string>English</string>
7 <key>CFBundleName</key>
8 <string>${PRODUCT_NAME}</string>
9 <key>CFBundleDocumentTypes</key>
10 <array>
11 <dict>
12 <key>CFBundleTypeName</key>
13 <string>Folder</string>
14 <key>CFBundleTypeOSTypes</key>
15 <array>
16 <string>fold</string>
17 </array>
18 <key>CFBundleTypeRole</key>
19 <string>Viewer</string>
20 </dict>
21 <dict>
22 <key>CFBundleTypeExtensions</key>
23 <array>
24 <string>git</string>
25 <string></string>
26 </array>
27 <key>CFBundleTypeIconFile</key>
28 <string>gitx.icns</string>
29 <key>CFBundleTypeName</key>
30 <string>Git Repository</string>
31 <key>CFBundleTypeRole</key>
32 <string>Viewer</string>
33 <key>LSTypeIsPackage</key>
34 <true/>
35 <key>NSDocumentClass</key>
36 <string>PBGitRepository</string>
37 </dict>
38 </array>
39 <key>CFBundleExecutable</key>
40 <string>${EXECUTABLE_NAME}</string>
41 <key>CFBundleIconFile</key>
42 <string>gitx.icns</string>
43 <key>CFBundleIdentifier</key>
44 <string>nl.frim.GitX</string>
45 <key>CFBundleInfoDictionaryVersion</key>
46 <string>6.0</string>
47 <key>CFBundlePackageType</key>
48 <string>APPL</string>
49 <key>CFBundleSignature</key>
50 <string>????</string>
51 <key>CFBundleVersion</key>
52 <string>LONG_VERSION</string>
53 <key>CFBundleGitVersion</key>
54 <string>GIT_VERSION</string>
55 <key>CFBundleShortVersionString</key>
56 <string>SHORT_VERSION</string>
57 <key>NSMainNibFile</key>
58 <string>MainMenu</string>
59 <key>NSPrincipalClass</key>
60 <string>NSApplication</string>
61 <key>SUFeedURL</key>
62 <string>http://gitx.frim.nl/Downloads/appcast.xml</string>
63 <key>NSServices</key>
64 <array>
65 <dict>
66 <key>NSKeyEquivalent</key>
67 <dict>
68 <key>default</key>
69 <string>&amp;</string>
70 </dict>
71 <key>NSPortName</key>
72 <string>GitX</string>
73 <key>NSReturnTypes</key>
74 <array>
75 <string>NSStringPboardType</string>
76 </array>
77 <key>NSSendTypes</key>
78 <array>
79 <string>NSStringPboardType</string>
80 </array>
81 <key>NSMessage</key>
82 <string>completeSha</string>
83 <key>NSMenuItem</key>
84 <dict>
85 <key>default</key>
86 <string>Complete SHA1</string>
87 </dict>
88 </dict>
89 </array>
90 </dict>
91 </plist>