Browse CVS Repository
Contents of /malonnote/Info.plist
Parent Directory
| Revision Log
| Revision Graph
Revision 1.1 -
( show annotations)
( download)
Thu Jul 28 03:25:05 2005 UTC
(18 years, 7 months ago)
by maloninc
Branch: MAIN
Branch point for: vendor
Initial revision
| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
| 2 |
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd"> |
| 3 |
<plist version="0.9"> |
| 4 |
<dict> |
| 5 |
<key>CFBundleExcecutable</key> |
| 6 |
<string>mnote</string> |
| 7 |
<key>CFBundleIdentifier</key> |
| 8 |
<string>com.maloninc.mnote</string> |
| 9 |
<key>CFBundleIconFile</key> |
| 10 |
<string>mnote.icns</string> |
| 11 |
<key>CFBundlePackageType</key> |
| 12 |
<string>APPL</string> |
| 13 |
<key>CFBungleSignature</key> |
| 14 |
<string>????</string> |
| 15 |
</dict> |
| 16 |
</plist> |
|