Compare commits
3 commits
7ad97de466
...
4d5a595d49
Author | SHA1 | Date | |
---|---|---|---|
4d5a595d49 | |||
15fe72c394 | |||
e84b4d871a |
2 changed files with 7 additions and 7 deletions
10
config.xml
10
config.xml
|
@ -1,11 +1,11 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<widget id="xm24.digitigrafo.it" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
||||
<name>I XM24</name>
|
||||
<widget id="xm24.digitigrafo.it" version="1.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
||||
<name>I love XM24</name>
|
||||
<description>
|
||||
XM24
|
||||
Spazio Sociale Autogestito XM24, Bolognina (BO): info, eventi, comunicati.. I love XM24, iloveXM24
|
||||
</description>
|
||||
<author email="info@digitigrafo.it" href="http://hacklabbo.indivia.net">
|
||||
hacklabbo.indivia.net - digitigrafo.it
|
||||
<author email="hacklabbo@indivia.net" href="http://hacklabbo.indivia.net">
|
||||
hacklabbo.indivia.net
|
||||
</author>
|
||||
<content src="index.html" />
|
||||
|
||||
|
|
|
@ -32,8 +32,8 @@ fs.readFile( manifestFile, "utf8", function( err, data ) {
|
|||
result = result.replace(search, '');
|
||||
}
|
||||
|
||||
fs.writeFile( manifestFile, data, "utf8", function( err ){
|
||||
fs.writeFile( manifestFile, result, "utf8", function( err ){
|
||||
if (err)
|
||||
return console.log( "Error writing AndroidManifest.xml", err );
|
||||
});
|
||||
} );
|
||||
} );
|
||||
|
|
Loading…
Reference in a new issue