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'?>
|
<?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">
|
<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 XM24</name>
|
<name>I love XM24</name>
|
||||||
<description>
|
<description>
|
||||||
XM24
|
Spazio Sociale Autogestito XM24, Bolognina (BO): info, eventi, comunicati.. I love XM24, iloveXM24
|
||||||
</description>
|
</description>
|
||||||
<author email="info@digitigrafo.it" href="http://hacklabbo.indivia.net">
|
<author email="hacklabbo@indivia.net" href="http://hacklabbo.indivia.net">
|
||||||
hacklabbo.indivia.net - digitigrafo.it
|
hacklabbo.indivia.net
|
||||||
</author>
|
</author>
|
||||||
<content src="index.html" />
|
<content src="index.html" />
|
||||||
|
|
||||||
|
|
|
@ -32,8 +32,8 @@ fs.readFile( manifestFile, "utf8", function( err, data ) {
|
||||||
result = result.replace(search, '');
|
result = result.replace(search, '');
|
||||||
}
|
}
|
||||||
|
|
||||||
fs.writeFile( manifestFile, data, "utf8", function( err ){
|
fs.writeFile( manifestFile, result, "utf8", function( err ){
|
||||||
if (err)
|
if (err)
|
||||||
return console.log( "Error writing AndroidManifest.xml", err );
|
return console.log( "Error writing AndroidManifest.xml", err );
|
||||||
});
|
});
|
||||||
} );
|
} );
|
||||||
|
|
Loading…
Reference in a new issue