parent
967508a87d
commit
5a39f9f679
@ -1,34 +1,43 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
|
||||
<plist version="0.9">
|
||||
<!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>YaCy</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>YaCy</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.82</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>Peer-to-Peer Search Engine</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>GPL-2.0</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>net.yacy.yacy</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.82</string>
|
||||
<key>CFBundleAllowMixedLocalizations</key>
|
||||
<string>true</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>JavaApplicationStub</string><!-- relative to Contents/MacOS -->
|
||||
<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>YaCy_2013_Icon.icns</string><!-- relative to Contents/Resources -->
|
||||
<key>CFBundleName</key>
|
||||
<string>YaCy</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>YaCy</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.82</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>Peer-to-Peer Search Engine</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>GPL-2.0</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>net.yacy.yacy</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.82</string>
|
||||
<key>CFBundleAllowMixedLocalizations</key>
|
||||
<string>true</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>JavaAppLauncher</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>YaCy_2013_Icon.icns</string>
|
||||
<key>JVMMainClassName</key>
|
||||
<string>net.yacy.yacy</string>
|
||||
<key>JVMOptions</key>
|
||||
<array>
|
||||
</array>
|
||||
<key>JVMArguments</key>
|
||||
<array>
|
||||
</array>
|
||||
|
||||
</dict>
|
||||
</plist>
|
||||
</plist>
|
||||
|
Binary file not shown.
@ -1,16 +0,0 @@
|
||||
#!/bin/sh
|
||||
PRG=$0
|
||||
while [ -h "$PRG" ]; do
|
||||
ls=`ls -ld "$PRG"`
|
||||
link=`expr "$ls" : '^.*-> \(.*\)$' 2>/dev/null`
|
||||
if expr "$link" : '^/' 2> /dev/null >/dev/null; then
|
||||
PRG="$link"
|
||||
else
|
||||
PRG="`dirname "$PRG"`/$link"
|
||||
fi
|
||||
done
|
||||
PROGDIR=`dirname "$PRG"`
|
||||
cd "$PROGDIR"/../../
|
||||
echo `pwd`
|
||||
cd Contents/Resources/Java
|
||||
./startYACY.sh -gui Library/YaCy
|
@ -0,0 +1,3 @@
|
||||
"JRELoadError" = "Unable to load Java Runtime Environment.";
|
||||
"MainClassNameRequired" = "Main class name is required.";
|
||||
"JavaDirectoryNotFound" = "Unable to enumerate Java directory contents.";
|
Loading…
Reference in new issue