Skip to content

Commit

Permalink
[appcode/141.2456.7] Upgrade AppCode to build 141.2456.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 Aug 26, 2015
1 parent 0dcfe96 commit 45df484
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 7 deletions.
23 changes: 23 additions & 0 deletions Dockerfile.appcode
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
FROM java:openjdk-8u66-jdk
MAINTAINER zchee <zcheeee@gmail.com>

RUN java -version
ENV JAVA_VERSION oracle-java8
ENV APPCODE_VERSION 141.2456.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 7z x 4.hfs

# RUN cp AppCode/Contents/lib/appcode.jar ./
RUN mkdir jar
WORKDIR jar
RUN jar xf ../AppCode/AppCode.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 .

WORKDIR /

CMD ["cat", "appcode.jar"]
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ In principle, it supports only the latest Stable or EAP(Early Access Preview) ve
| PhpStorm 8.0.3 | 139.1348 |
| PhpStorm 9 EAP | 141.1717 |
| WebStorm 10.0.3 | 141.1237 |
| AppCode 3.1.6 | 139.1401.37 |
| AppCode EAP 3.2.0 | 141.1399.2 |
| AppCode EAP 3.2 RC2 | 141.2456.7 |
| Android Studio Canary 1.2.1.1 | 141.1903250 |
| CLion 1.0.4 | 141.874.66 |

Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ echo $APP
echo $VERSION

docker build -t $APP -f Dockerfile.$APP .
docker run $APP:latest > theme/$APP/$APP.jar
docker run $APP:latest > ./$APP.jar

2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ test:

deployment:
production:
branch: circleci
branch: master
commands:
- ./deploy.sh
3 changes: 0 additions & 3 deletions theme/appcode-eap/appcode.jar

This file was deleted.

0 comments on commit 45df484

Please sign in to comment.