rename to cWords-SMS, and move name <string/> into strings.xml so it

can be substituted too.
This commit is contained in:
Eric House 2012-08-30 19:11:46 -07:00
parent 4ffb4efb0c
commit 2eb8904a0a
4 changed files with 3 additions and 3 deletions

View file

@ -69,7 +69,7 @@
<arg value="--variant-name"/>
<arg value="xw4sms"/>
<arg value="--app-name"/>
<arg value="CrossW-SMS"/>
<arg value="CWords-SMS"/>
<arg value="--dest-dir"/>
<arg value="./res"/>
<arg value="--dest-dir"/>

View file

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">CrossW-SMS</string>
<string name="app_version">4.4 beta 51</string>
</resources>

View file

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Crosswords</string>
<string name="app_version">4.4 beta 51</string>
</resources>

View file

@ -2,6 +2,8 @@
<!-- -*- compile-command: "cd ../../; ant install"; -*- -->
<resources>
<!-- The name of the app. Not localized! -->
<string name="app_name">Crosswords</string>
<!--
############################################################