Develop and Download Open Source Software

Browse CVS Repository

Contents of /lupin/lupin/LupinBrowser/Info.plist

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.4 - (show annotations) (download)
Tue May 3 05:59:43 2005 UTC (18 years, 11 months ago) by letter
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +11 -1 lines
*** empty log message ***

1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//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>CFBundleDocumentTypes</key>
8 <array>
9 <dict>
10 <key>CFBundleTypeExtensions</key>
11 <array>
12 <string>lpplugin</string>
13 </array>
14 <key>CFBundleTypeName</key>
15 <string>Lupin Plugin</string>
16 <key>CFBundleTypeRole</key>
17 <string>Viewer</string>
18 <key>LSTypeIsPackage</key>
19 <true/>
20 <key>NSDocumentClass</key>
21 <string>LPDocument</string>
22 </dict>
23 <dict>
24 <key>CFBundleTypeExtensions</key>
25 <array>
26 <string>*</string>
27 </array>
28 <key>CFBundleTypeName</key>
29 <string>LupinDocumentType</string>
30 <key>CFBundleTypeOSTypes</key>
31 <array>
32 <string></string>
33 </array>
34 <key>CFBundleTypeRole</key>
35 <string>Viewer</string>
36 <key>LSTypeIsPackage</key>
37 <false/>
38 <key>NSDocumentClass</key>
39 <string>LPDocument</string>
40 </dict>
41 <dict>
42 <key>CFBundleTypeName</key>
43 <string>LupinCompressType</string>
44 <key>CFBundleTypeRole</key>
45 <string>Viewer</string>
46 <key>LSTypeIsPackage</key>
47 <false/>
48 <key>NSDocumentClass</key>
49 <string>LPDocument</string>
50 </dict>
51 <dict>
52 <key>CFBundleTypeName</key>
53 <string>LupinUncompressType</string>
54 <key>CFBundleTypeRole</key>
55 <string>Viewer</string>
56 <key>LSTypeIsPackage</key>
57 <false/>
58 <key>NSDocumentClass</key>
59 <string>LPDocument</string>
60 </dict>
61 <dict>
62 <key>CFBundleTypeName</key>
63 <string>LupinInspectType</string>
64 <key>CFBundleTypeRole</key>
65 <string>Viewer</string>
66 <key>LSTypeIsPackage</key>
67 <false/>
68 <key>NSDocumentClass</key>
69 <string>LPDocument</string>
70 </dict>
71 </array>
72 <key>CFBundleExecutable</key>
73 <string>Lupin</string>
74 <key>CFBundleIdentifier</key>
75 <string>com.shr.letter.lupin</string>
76 <key>CFBundleInfoDictionaryVersion</key>
77 <string>6.0</string>
78 <key>CFBundlePackageType</key>
79 <string>APPL</string>
80 <key>CFBundleSignature</key>
81 <string>LRLp</string>
82 <key>CFBundleVersion</key>
83 <string>20050503</string>
84 <key>NSMainNibFile</key>
85 <string>MainMenu</string>
86 <key>NSPrincipalClass</key>
87 <string>NSApplication</string>
88 </dict>
89 </plist>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26