Parent Directory
|
Revision Log
First Import
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleIconFile</key> <string>downloadicon</string> <key>CFBundleIdentifier</key> <string>jp.mac-ome.OME_DownloadMails</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> <string>1.0</string> <key>CFBundleDisplayName</key> <string>OME_DownloadMails</string> <key>LSHasLocalizedDisplayName</key> <string>1</string> <key>NSJavaNeeded</key> <string>YES</string> <key>NSJavaPath</key> <array> <string>/Library/Frameworks/OME.framework/Resources/Java/OME_lib.jar</string> <string>/System/Library/Frameworks/OME.framework/Resources/Java/OME_lib.jar</string> </array> <key>Java</key> <dict> <key>JVMVersion</key> <string>1.4+</string> </dict> <key>NSMainNibFile</key> <string>MainMenu</string> <key>NSPrincipalClass</key> <string>NSApplication</string> </dict> </plist>
| This site is managed by Masayuki Nii. | ViewVC Help |
| Powered by ViewVC 1.0.5 |