From 98b31c4d9796bf81ee2c56f4f2bf4fe7ef6155a8 Mon Sep 17 00:00:00 2001 From: reisxd <29177546+reisxd@users.noreply.github.com> Date: Thu, 27 Jun 2024 16:20:17 +0300 Subject: [PATCH] fix: fix apps not installing We have to get rid of hostedapp_deviceapi_allow which would've allowed us to use Tizen/WebAPIs inside an another module and systemcontrol which was for the SystemControl API that would've been used in the future. --- .github/assets/profiles.xml | 4 ++-- .gitignore | 3 ++- tizenbrew-app/TizenBrew/config.xml | 2 -- tizenbrew-updater/TizenBrewUpdater/config.xml | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/assets/profiles.xml b/.github/assets/profiles.xml index b5a3e6c..c89f2e9 100644 --- a/.github/assets/profiles.xml +++ b/.github/assets/profiles.xml @@ -2,12 +2,12 @@ - + - + \ No newline at end of file diff --git a/.gitignore b/.gitignore index 1574ec1..8b909aa 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ node_modules .sign .metadata -dist \ No newline at end of file +dist +.buildResult \ No newline at end of file diff --git a/tizenbrew-app/TizenBrew/config.xml b/tizenbrew-app/TizenBrew/config.xml index 22a1924..e6d7ef7 100644 --- a/tizenbrew-app/TizenBrew/config.xml +++ b/tizenbrew-app/TizenBrew/config.xml @@ -28,8 +28,6 @@ - - diff --git a/tizenbrew-updater/TizenBrewUpdater/config.xml b/tizenbrew-updater/TizenBrewUpdater/config.xml index 94b286d..f341734 100644 --- a/tizenbrew-updater/TizenBrewUpdater/config.xml +++ b/tizenbrew-updater/TizenBrewUpdater/config.xml @@ -21,7 +21,7 @@ - + TizenBrewService TizenBrewService