Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /trunk/Alchemusica-Info.plist

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4 - (hide annotations) (download)
Sat Sep 3 06:22:57 2011 UTC (12 years, 7 months ago) by toshinagata1964
File size: 1814 byte(s)
initial import
1 toshinagata1964 4 <?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>CFBundleDocumentTypes</key>
8     <array>
9     <dict>
10     <key>CFBundleTypeExtensions</key>
11     <array>
12     <string>ampkg</string>
13     </array>
14     <key>CFBundleTypeIconFile</key>
15     <string>document_icon.icns</string>
16     <key>CFBundleTypeName</key>
17     <string>Alchemusica Project File</string>
18     <key>CFBundleTypeRole</key>
19     <string>Editor</string>
20     <key>LSTypeIsPackage</key>
21     <true/>
22     <key>NSDocumentClass</key>
23     <string>MyDocument</string>
24     <key>NSPersistentStoreTypeKey</key>
25     <string>XML</string>
26     </dict>
27     <dict>
28     <key>CFBundleTypeExtensions</key>
29     <array>
30     <string>mid</string>
31     <string>MID</string>
32     <string>smf</string>
33     <string>SMF</string>
34     </array>
35     <key>CFBundleTypeName</key>
36     <string>Standard MIDI File</string>
37     <key>CFBundleTypeRole</key>
38     <string>Editor</string>
39     <key>LSTypeIsPackage</key>
40     <false/>
41     <key>NSDocumentClass</key>
42     <string>MyDocument</string>
43     <key>NSPersistentStoreTypeKey</key>
44     <string>Binary</string>
45     </dict>
46     </array>
47     <key>CFBundleExecutable</key>
48     <string>${EXECUTABLE_NAME}</string>
49     <key>CFBundleIconFile</key>
50     <string>G-clef.icns</string>
51     <key>CFBundleIdentifier</key>
52     <string>jp.sourceforge.${PRODUCT_NAME:identifier}</string>
53     <key>CFBundleInfoDictionaryVersion</key>
54     <string>6.0</string>
55     <key>CFBundlePackageType</key>
56     <string>APPL</string>
57     <key>CFBundleSignature</key>
58     <string>SMFx</string>
59     <key>CFBundleVersion</key>
60     <string>0.6</string>
61     <key>NSMainNibFile</key>
62     <string>MainMenu</string>
63     <key>NSPrincipalClass</key>
64     <string>NSApplication</string>
65     </dict>
66     </plist>

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