Created
April 7, 2016 21:07
-
-
Save Gutek/6a6f34c66c33db351b4201899de96638 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>CFBundleDocumentTypes</key> | |
<array> | |
<dict> | |
<key>CFBundleTypeExtensions</key> | |
<array> | |
<string>*</string> | |
</array> | |
<key>CFBundleTypeName</key> | |
<string>All documents</string> | |
<key>CFBundleTypeOSTypes</key> | |
<array> | |
<string>****</string> | |
</array> | |
<key>CFBundleTypeRole</key> | |
<string>Editor</string> | |
<key>LSTypeIsPackage</key> | |
<false/> | |
</dict> | |
</array> | |
<key>CFBundleExecutable</key> | |
<string>rider</string> | |
<key>CFBundleIconFile</key> | |
<string>Rider.icns</string> | |
<key>CFBundleInfoDictionaryVersion</key> | |
<string>6.0</string> | |
<key>CFBundleName</key> | |
<string>Rider-EAP</string> | |
<key>CFBundlePackageType</key> | |
<string>APPL</string> | |
<key>CFBundleIdentifier</key> | |
<string>com.jetbrains.Rider-EAP</string> | |
<key>CFBundleSignature</key> | |
<string>????</string> | |
<key>CFBundleGetInfoString</key> | |
<string>Rider EAP RS-144.5146, build RS-144.5146. Copyright JetBrains s.r.o., (c) 2000-2016</string> | |
<key>CFBundleShortVersionString</key> | |
<string>EAP RS-144.5146</string> | |
<key>CFBundleVersion</key> | |
<string>RS-144.5146</string> | |
<key>LSApplicationCategoryType</key> | |
<string>public.app-category.developer-tools</string> | |
<key>CFBundleHelpBookName</key> | |
<string>JetBrains.RS.help</string> | |
<key>CFBundleHelpBookFolder</key> | |
<string>RS.help</string> | |
<key>NSHighResolutionCapable</key> | |
<true/> | |
<key>NSSupportsAutomaticGraphicsSwitching</key> | |
<true/> | |
<key>LSArchitecturePriority</key> | |
<array><string>x86_64</string></array> | |
<key>LSRequiresNativeExecution</key> | |
<string>YES</string> | |
<key>LSMinimumSystemVersion</key> | |
<string>10.8</string> | |
<key>CFBundleURLTypes</key> | |
<array> | |
<dict> | |
<key>CFBundleTypeRole</key> | |
<string>Editor</string> | |
<key>CFBundleURLName</key> | |
<string>Stacktrace</string> | |
<key>CFBundleURLSchemes</key> | |
<array> | |
<string>idea</string> <string>rider</string> | |
</array> | |
</dict> | |
</array> | |
<key>JVMOptions</key> | |
<dict> | |
<key>ClassPath</key> | |
<string>$APP_PACKAGE/Contents/lib/bootstrap.jar:$APP_PACKAGE/Contents/lib/extensions.jar:$APP_PACKAGE/Contents/lib/util.jar:$APP_PACKAGE/Contents/lib/jdom.jar:$APP_PACKAGE/Contents/lib/log4j.jar:$APP_PACKAGE/Contents/lib/trove4j.jar:$APP_PACKAGE/Contents/lib/jna.jar</string> | |
<key>JVMVersion</key> | |
<string>1.8*,1.8+</string> | |
<key>MainClass</key> | |
<string>com.intellij.idea.Main</string> | |
<key>Properties</key> | |
<dict> | |
<key>idea.platform.prefix</key> | |
<string>Rider</string> | |
<key>idea.paths.selector</key> | |
<string>Rider10</string> | |
<key>idea.executable</key> | |
<string>rider</string> | |
<key>idea.java.redist</key> | |
<string>jdk-bundled</string> | |
<key>idea.home.path</key> | |
<string>$APP_PACKAGE/Contents</string> | |
</dict> | |
<key>VMOptions</key> | |
<string>-Dfile.encoding=UTF-8 -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Xverify:none -Xbootclasspath/a:../lib/boot.jar</string> | |
<key>WorkingDirectory</key> | |
<string>$APP_PACKAGE/Contents/bin</string> | |
</dict> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment