source: main/branches/64_bit_Greenstone/greenstone2/gems.app/Contents/Info.plist@ 23580

Last change on this file since 23580 was 23580, checked in by sjm84, 13 years ago

Merging the latest trunk changes into this branch

  • Property svn:executable set to *
File size: 1.4 KB
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>AMIsApplet</key>
6 <true/>
7 <key>AMStayOpen</key>
8 <false/>
9 <key>CFBundleDevelopmentRegion</key>
10 <string>English</string>
11 <key>CFBundleDocumentTypes</key>
12 <array>
13 <dict>
14 <key>CFBundleTypeExtensions</key>
15 <array>
16 <string>*</string>
17 </array>
18 <key>CFBundleTypeIconFile</key>
19 <string></string>
20 <key>CFBundleTypeName</key>
21 <string>Automator workflow file</string>
22 <key>CFBundleTypeOSTypes</key>
23 <array>
24 <string>****</string>
25 </array>
26 <key>CFBundleTypeRole</key>
27 <string>Viewer</string>
28 </dict>
29 </array>
30 <key>CFBundleExecutable</key>
31 <string>gems</string>
32 <key>CFBundleIconFile</key>
33 <string>AutomatorApplet</string>
34 <key>CFBundleIdentifier</key>
35 <string>com.apple.automator.gems</string>
36 <key>CFBundleInfoDictionaryVersion</key>
37 <string>6.0</string>
38 <key>CFBundleName</key>
39 <string>gems</string>
40 <key>CFBundlePackageType</key>
41 <string>APPL</string>
42 <key>CFBundleShortVersionString</key>
43 <string>1.0</string>
44 <key>CFBundleSignature</key>
45 <string>????</string>
46 <key>CFBundleVersion</key>
47 <string>162</string>
48 <key>LSUIElement</key>
49 <false/>
50 <key>NSAppleScriptEnabled</key>
51 <string>YES</string>
52 <key>NSMainNibFile</key>
53 <string>ApplicationStub</string>
54 <key>NSPrincipalClass</key>
55 <string>NSApplication</string>
56</dict>
57</plist>
Note: See TracBrowser for help on using the repository browser.