Skip to content

Instantly share code, notes, and snippets.

@vvakame
Forked from zaki50/settings.xml
Created October 30, 2010 12:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vvakame/655261 to your computer and use it in GitHub Desktop.
Save vvakame/655261 to your computer and use it in GitHub Desktop.
<settings>
<profiles>
<profile>
<id>sign</id>
<properties>
<keystore>./test.keystore</keystore>
<storepass>hogehoge</storepass>
<keypass>hogehoge</keypass>
<alias>test</alias>
</properties>
</profile>
</profiles>
</settings>
@vvakame
Copy link
Author

vvakame commented Oct 30, 2010

sign ./test.keystore testtest testtest test true always /Users/vvakame/work/android-sdk-mac_x86

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment