Skip to content

Commit

Permalink
[appcode/142.4675.7] Upgrade AppCodeEAP to 3.3 build 142.4675.7
Browse files Browse the repository at this point in the history
Signed-off-by: Koichi Shiraishi <zcheeee@gmail.com>
  • Loading branch information
zchee committed Sep 12, 2015
1 parent fdc5517 commit a45b5d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ In principle, it supports only the latest Stable or EAP(Early Access Preview) ve
| [WebStorm EAP 11](https://confluence.jetbrains.com/display/WI/WebStorm+EAP) | 142.4148 |
| [PyCharm 4.5.4](https://www.jetbrains.com/pycharm/download/) | 141.2569 |
| [PyCharm EAP 4.5.4](https://confluence.jetbrains.com/pages/viewpage.action?pageId=23004355) | 141.2569 |
| [AppCode EAP 3.2 RC2](https://confluence.jetbrains.com/display/OBJC/AppCode+EAP) | 141.2456.7 |
| [AppCode EAP 3.3](https://confluence.jetbrains.com/display/OBJC/AppCode+EAP) | 142.4675.7 |
| [Android Studio Beta Channel](http://tools.android.com/download/studio/beta) 1.3.2 | 141.2178183 |
| [CLion 1.1.1](https://confluence.jetbrains.com/display/CLION/Early+Access+Program) | 141.2614.4 |

Expand Down
9 changes: 5 additions & 4 deletions dockerfiles/Dockerfile.appcode
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@ MAINTAINER zchee <zcheeee@gmail.com>

RUN java -version
ENV JAVA_VERSION oracle-java8
ENV APPCODE_VERSION 141.2456.7
ENV APPCODE_VERSION 142.4675.7

RUN apt-get update && apt-get -y install p7zip-full
RUN curl -LO http://download.jetbrains.com/objc/AppCode-$APPCODE_VERSION.dmg
RUN 7z x AppCode-$APPCODE_VERSION.dmg
RUN curl -LO http://download.jetbrains.com/objc/AppCode-$APPCODE_VERSION-custom-jdk-bundled.dmg
RUN 7z x AppCode-$APPCODE_VERSION-custom-jdk-bundled.dmg
RUN 7z x 4.hfs

RUN mkdir jar
WORKDIR jar
RUN jar xf ../AppCode/AppCode.app/Contents/lib/appcode.jar
RUN ls -la ../
RUN jar xf ../AppCode\ EAP/AppCode\ EAP.app/Contents/lib/appcode.jar

RUN curl -L https://raw.githubusercontent.com/zchee/Seti_JetBrains/master/properties/darcula.properties > ./com/intellij/ide/ui/laf/darcula/darcula.properties
RUN jar cf ../appcode.jar .
Expand Down

0 comments on commit a45b5d1

Please sign in to comment.