39 lines
1.0 KiB
Plaintext
39 lines
1.0 KiB
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>CFBundleName</key>
|
|
<string>itoopie</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>0.0.2</string>
|
|
<key>CFBundleAllowMixedLocalizations</key>
|
|
<string>true</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>JavaApplicationStub</string>
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<string>English</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>????</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>logo.icns</string>
|
|
<key>Java</key>
|
|
<dict>
|
|
<key>MainClass</key>
|
|
<string>net.i2p.itoopie.Main</string>
|
|
<key>JVMVersion</key>
|
|
<string>1.5+</string>
|
|
<key>ClassPath</key>
|
|
<string>$JAVAROOT/itoopie.jar</string>
|
|
<key>Properties</key>
|
|
<dict>
|
|
<key>apple.laf.useScreenMenuBar</key>
|
|
<string>true</string>
|
|
</dict>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|