diff --git a/sample-docker-app/ax-manifest-all.yml b/sample-docker-app/ax-manifest-all.yml index fa62437..78d261e 100644 --- a/sample-docker-app/ax-manifest-all.yml +++ b/sample-docker-app/ax-manifest-all.yml @@ -14,4 +14,3 @@ dockerCompose: #arm: ./docker-compose.arm.yml # This is in here so that we have one manifest to build all packages. x86_64: ./docker-compose.yml -settingsSchema: ./settings.schema.json diff --git a/sample-docker-app/ax-manifest.yml b/sample-docker-app/ax-manifest.yml index 8fcc595..3e206d6 100644 --- a/sample-docker-app/ax-manifest.yml +++ b/sample-docker-app/ax-manifest.yml @@ -6,4 +6,3 @@ displayName: Sample Docker App description: "A sample docker app" dockerCompose: x86_64: ./docker-compose.yml -settingsSchema: ./settings.schema.json diff --git a/sample-docker-app/settings.schema.json b/sample-docker-app/settings.schema.json deleted file mode 100644 index 4f4fd8f..0000000 --- a/sample-docker-app/settings.schema.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "default": {} -} \ No newline at end of file diff --git a/sample-webview-app/ax-manifest.yml b/sample-webview-app/ax-manifest.yml index adb524a..ae371f8 100644 --- a/sample-webview-app/ax-manifest.yml +++ b/sample-webview-app/ax-manifest.yml @@ -6,5 +6,4 @@ displayName: Sample Webview App description: "A sample webview app" icon: ./assets/icon.png dist: ./dist/ -main: ./dist/index.html -settingsSchema: ./settings.schema.json \ No newline at end of file +main: ./dist/index.html \ No newline at end of file diff --git a/sample-webview-app/settings.schema.json b/sample-webview-app/settings.schema.json deleted file mode 100644 index 4f4fd8f..0000000 --- a/sample-webview-app/settings.schema.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "default": {} -} \ No newline at end of file