diff --git a/execute/default/activities/testt.json b/execute/default/activities/test.json similarity index 100% rename from execute/default/activities/testt.json rename to execute/default/activities/test.json diff --git a/execute/default/platforms/android.json b/execute/default/platforms/android.json new file mode 100644 index 0000000..3122cee --- /dev/null +++ b/execute/default/platforms/android.json @@ -0,0 +1,4 @@ +{ + "name": "android", + "description": "Android platform" +} \ No newline at end of file diff --git a/execute/default/platforms/any.json b/execute/default/platforms/any.json new file mode 100644 index 0000000..9893426 --- /dev/null +++ b/execute/default/platforms/any.json @@ -0,0 +1,4 @@ +{ + "name": "*any", + "description": "Any platform" +} \ No newline at end of file diff --git a/execute/default/platforms/darwin.json b/execute/default/platforms/darwin.json new file mode 100644 index 0000000..4f69475 --- /dev/null +++ b/execute/default/platforms/darwin.json @@ -0,0 +1,4 @@ +{ + "name": "darwin", + "description": "Mac OS platform" +} \ No newline at end of file diff --git a/execute/default/platforms/linux.json b/execute/default/platforms/linux.json new file mode 100644 index 0000000..35a9826 --- /dev/null +++ b/execute/default/platforms/linux.json @@ -0,0 +1,4 @@ +{ + "name": "linux", + "description": "Generic linux platform" +} \ No newline at end of file diff --git a/execute/default/platforms/windows.json b/execute/default/platforms/windows.json new file mode 100644 index 0000000..8a90366 --- /dev/null +++ b/execute/default/platforms/windows.json @@ -0,0 +1,4 @@ +{ + "name": "windows", + "description": "Microsoft Windows platform" +}