From c2582930a75aa7564290d7ba6e1a7e5f93e73ffb Mon Sep 17 00:00:00 2001 From: Gubolin Date: Sat, 6 Sep 2014 14:34:29 +0200 Subject: prepare for packaging for android using cordova --- config.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 config.xml (limited to 'config.xml') diff --git a/config.xml b/config.xml new file mode 100644 index 0000000..d78e26d --- /dev/null +++ b/config.xml @@ -0,0 +1,15 @@ + + + Snap! + + Snap! Build Your Own Blocks + A visual, blocks based programming language inspired by Scratch + + + Jens Mönig and Brian Harvey + + + + + + -- cgit v1.3.1 From d44f44e68db067f802a75d7a8a0906d5d2d96c8c Mon Sep 17 00:00:00 2001 From: Gubolin Date: Sun, 7 Sep 2014 12:25:01 +0200 Subject: fix mobile app icon --- config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.xml') diff --git a/config.xml b/config.xml index d78e26d..36a7bcf 100644 --- a/config.xml +++ b/config.xml @@ -11,5 +11,5 @@ - + -- cgit v1.3.1