Skip to content

Instantly share code, notes, and snippets.

@nanashida4
nanashida4 / Info.plist
Created October 27, 2014 04:20
Restrict maximum heap memory size by adding -Xmx256m
<?xml version="1.0" ?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSHighResolutionCapable</key>
<true/>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>JavaAppLauncher</string>