Develop and Download Open Source Software

Browse Subversion Repository

Contents of /XspfManager/Info.plist

Parent Directory Parent Directory | Revision Log Revision Log


Revision 580 - (show annotations) (download)
Sun Aug 7 11:31:16 2011 UTC (12 years, 7 months ago) by masakih
File size: 1746 byte(s)
[Mod] バージョンを2.3に更新。
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>ja_JP</string>
7 <key>CFBundleDocumentTypes</key>
8 <array>
9 <dict>
10 <key>CFBundleTypeExtensions</key>
11 <array>
12 <string>xspf</string>
13 </array>
14 <key>CFBundleTypeMIMETypes</key>
15 <array>
16 <string>application/xspf+xml</string>
17 </array>
18 <key>CFBundleTypeName</key>
19 <string>XML Shareable Playlist Format</string>
20 <key>CFBundleTypeOSTypes</key>
21 <array>
22 <string>????</string>
23 </array>
24 <key>CFBundleTypeRole</key>
25 <string>Editor</string>
26 <key>LSItemContentTypes</key>
27 <array>
28 <string>com.masakih.xspf</string>
29 </array>
30 <key>LSTypeIsPackage</key>
31 <false/>
32 <key>NSDocumentClass</key>
33 <string>XspfQTDocument</string>
34 <key>NSPersistentStoreTypeKey</key>
35 <string>XML</string>
36 </dict>
37 </array>
38 <key>CFBundleExecutable</key>
39 <string>${EXECUTABLE_NAME}</string>
40 <key>CFBundleIconFile</key>
41 <string>XspfManager</string>
42 <key>CFBundleIdentifier</key>
43 <string>com.masakih.XspfManager</string>
44 <key>CFBundleInfoDictionaryVersion</key>
45 <string>6.0</string>
46 <key>CFBundleName</key>
47 <string>${PRODUCT_NAME}</string>
48 <key>CFBundlePackageType</key>
49 <string>APPL</string>
50 <key>CFBundleShortVersionString</key>
51 <string>2.3</string>
52 <key>CFBundleSignature</key>
53 <string>????</string>
54 <key>CFBundleVersion</key>
55 <string>%%%%REVISION%%%%</string>
56 <key>LSApplicationCategoryType</key>
57 <string>public.app-category.video</string>
58 <key>NSMainNibFile</key>
59 <string>MainMenu</string>
60 <key>NSPrincipalClass</key>
61 <string>NSApplication</string>
62 </dict>
63 </plist>

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