Skip to content

Commit

Permalink
Update apktool to 2.0.0rc2 and unify linux and osx versions
Browse files Browse the repository at this point in the history
  • Loading branch information
adipascu committed Nov 6, 2014
1 parent f439663 commit ca7ec83
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 85 deletions.
1 change: 0 additions & 1 deletion .gitignore
@@ -1,3 +1,2 @@
apktool
.idea
**/.DS_Store
2 changes: 1 addition & 1 deletion apk2gold
@@ -1,7 +1,7 @@
#!/bin/sh
MPATH=`dirname $0`
FOLDER=`echo $1 | sed -e 's/\.apk//g'`
$MPATH/osx/apktool d -f $1
$MPATH/apktool/apktool d -f $1
mkdir $FOLDER/src
mv $FOLDER/smali $FOLDER/.smali
$MPATH/dex2jar-0.0.9.12/dex2jar.sh $1
Expand Down
File renamed without changes.
Binary file added apktool/apktool.jar
Binary file not shown.
Binary file removed linux/aapt
Binary file not shown.
Binary file removed linux/apktool.jar
Binary file not shown.
4 changes: 1 addition & 3 deletions make.sh
Expand Up @@ -11,7 +11,6 @@ then
else
make osx32
fi
cd ..
ln -s ./osx/apktool apktool
elif [[ "$SYS" = "Linux" ]]
then
Expand All @@ -21,7 +20,6 @@ then
else
make linux32
fi
cd ..
ln -s ./linux/apktool apktool
fi
cd ..
pwd
Binary file removed osx/aapt
Binary file not shown.
80 changes: 0 additions & 80 deletions osx/apktool

This file was deleted.

Binary file removed osx/apktool.jar
Binary file not shown.

0 comments on commit ca7ec83

Please sign in to comment.