summaryrefslogtreecommitdiff
path: root/build/conf/mac
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2013-01-08 11:11:20 -0800
committerJean-Baptiste Queru <jbq@google.com>2013-01-08 11:11:20 -0800
commitb56ea2a18f232d79481e778085fd64e8ae486fc3 (patch)
tree44e1f6eb4864a45033f865b74fe783e3d784dd6a /build/conf/mac
downloadidea-b56ea2a18f232d79481e778085fd64e8ae486fc3.tar.gz
Snapshot of commit d5ec1d5018ed24f1b4f32b1d09df6dbd7e2fc425
from branch master of git://git.jetbrains.org/idea/community.git
Diffstat (limited to 'build/conf/mac')
-rw-r--r--build/conf/mac/Contents/Info.plist87
-rwxr-xr-xbuild/conf/mac/Contents/MacOS/ideabin0 -> 57960 bytes
-rwxr-xr-xbuild/conf/mac/Contents/MacOS/idea_appLauncherbin0 -> 45920 bytes
-rw-r--r--build/conf/mac/Contents/Resources/idea.icnsbin0 -> 142515 bytes
4 files changed, 87 insertions, 0 deletions
diff --git a/build/conf/mac/Contents/Info.plist b/build/conf/mac/Contents/Info.plist
new file mode 100644
index 000000000000..77df63ba5fb6
--- /dev/null
+++ b/build/conf/mac/Contents/Info.plist
@@ -0,0 +1,87 @@
+<?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>
+ @@doc_types@@
+ <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>@@executable@@</string>
+ <key>CFBundleIconFile</key>
+ <string>@@icns@@</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>@@bundle_name@@</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleIdentifier</key>
+ <string>@@bundle_identifier@@</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleGetInfoString</key>
+ <string>@@bundle_name@@ @@version@@, build @@build@@. Copyright JetBrains s.r.o., (c) 2000-@@year@@</string>
+ <key>CFBundleShortVersionString</key>
+ <string>@@version@@</string>
+ <key>CFBundleVersion</key>
+ <string>@@build@@</string>
+ <key>LSApplicationCategoryType</key>
+ <string>public.app-category.developer-tools</string>
+ <key>CFBundleHelpBookName</key>
+ <string>JetBrains.@@help_id@@.help</string>
+ <key>CFBundleHelpBookFolder</key>
+ <string>@@help_id@@.help</string>
+
+ <key>NSHighResolutionCapable</key>
+ <true/>
+
+ <key>LSArchitecturePriority</key>
+ <array>
+ <string>x86_64</string>
+ <string>i386</string>
+ </array>
+ <key>LSRequiresNativeExecution</key>
+ <string>YES</string>
+
+ <key>Java</key>
+ <dict>
+ <key>ClassPath</key>
+ <string>@@class_path@@</string>
+
+ <key>JVMVersion</key>
+ <string>1.6*</string>
+
+ <key>MainClass</key>
+ <string>com.intellij.idea.Main</string>
+ <key>Properties</key>
+ <dict>
+ @@idea_properties@@
+ </dict>
+
+ <key>VMOptions</key>
+ <string>@@vmoptions@@ -Xbootclasspath/a:../lib/boot.jar</string>
+
+ <key>WorkingDirectory</key>
+ <string>$APP_PACKAGE/bin</string>
+ </dict>
+ </dict>
+</plist>
diff --git a/build/conf/mac/Contents/MacOS/idea b/build/conf/mac/Contents/MacOS/idea
new file mode 100755
index 000000000000..5bd88ea33ccd
--- /dev/null
+++ b/build/conf/mac/Contents/MacOS/idea
Binary files differ
diff --git a/build/conf/mac/Contents/MacOS/idea_appLauncher b/build/conf/mac/Contents/MacOS/idea_appLauncher
new file mode 100755
index 000000000000..228b1f89009f
--- /dev/null
+++ b/build/conf/mac/Contents/MacOS/idea_appLauncher
Binary files differ
diff --git a/build/conf/mac/Contents/Resources/idea.icns b/build/conf/mac/Contents/Resources/idea.icns
new file mode 100644
index 000000000000..2d96d003dd46
--- /dev/null
+++ b/build/conf/mac/Contents/Resources/idea.icns
Binary files differ