Remove the platform-specific-template application (not an actual demo, covered with tests)

This commit is contained in:
Erjan Gavalji
2015-03-24 16:43:28 +02:00
parent d5af4c4723
commit f3d1134058
5 changed files with 0 additions and 16 deletions

View File

@@ -1,3 +0,0 @@
import application = require("application");
application.mainModule = "main-page";
application.start();

View File

@@ -1,5 +0,0 @@
<Page loaded="onPageLoaded">
<StackLayout id="stack">
<Label id="label" text="Hello, Android!" />
</StackLayout>
</Page>

View File

@@ -1,5 +0,0 @@
<Page loaded="onPageLoaded">
<StackLayout id="stack">
<Label id="label" text="Hello, iOS!" />
</StackLayout>
</Page>

View File

@@ -1 +0,0 @@


View File

@@ -1,2 +0,0 @@
{ "name" : "platform-specific-template",
"main" : "app.js" }