Skip to content

Commit

Permalink
fix: fix apps not installing
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
reisxd committed Jun 27, 2024
1 parent 198fc36 commit 98b31c4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/assets/profiles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<profiles active="TizenBrew-New" version="3.1">
<profile name="TizenBrew-Old">
<profileitem ca="$GITHUB_WORKSPACE/tizen-studio/tools/certificate-generator/certificates/developer/tizen-developer-ca.cer" distributor="0" key="$GITHUB_WORKSPACE/tizen-studio-data/keystore/author/tizenbrew-author.p12" password="$KEY_PW" rootca=""/>
<profileitem ca="$GITHUB_WORKSPACE/tizen-studio/tools/certificate-generator/certificates/distributor/sdk-partner/tizen-distributor-ca.cer" distributor="1" key="$GITHUB_WORKSPACE/tizen-studio/tools/certificate-generator/certificates/distributor/sdk-partner/tizen-distributor-signer.p12" password="tizenpkcs12passfordsigner" rootca=""/>
<profileitem ca="$GITHUB_WORKSPACE/tizen-studio/tools/certificate-generator/certificates/distributor/sdk-public/tizen-distributor-ca.cer" distributor="1" key="$GITHUB_WORKSPACE/tizen-studio/tools/certificate-generator/certificates/distributor/sdk-public/tizen-distributor-signer.p12" password="tizenpkcs12passfordsigner" rootca=""/>
<profileitem ca="" distributor="2" key="" password="" rootca=""/>
</profile>
<profile name="TizenBrew-New">
<profileitem ca="$GITHUB_WORKSPACE/tizen-studio/tools/certificate-generator/certificates/developer/tizen-developer-ca.cer" distributor="0" key="$GITHUB_WORKSPACE/tizen-studio-data/keystore/author/tizenbrew-author.p12" password="$KEY_PW" rootca=""/>
<profileitem ca="$GITHUB_WORKSPACE/tizen-studio/tools/certificate-generator/certificates/distributor/sdk-partner/tizen-distributor-ca-new.cer" distributor="1" key="$GITHUB_WORKSPACE/tizen-studio/tools/certificate-generator/certificates/distributor/sdk-partner/tizen-distributor-signer-new.p12" password="tizenpkcs12passfordsigner" rootca=""/>
<profileitem ca="$GITHUB_WORKSPACE/tizen-studio/tools/certificate-generator/certificates/distributor/sdk-public/tizen-distributor-ca-new.cer" distributor="1" key="$GITHUB_WORKSPACE/tizen-studio/tools/certificate-generator/certificates/distributor/sdk-public/tizen-distributor-signer-new.p12" password="tizenpkcs12passfordsigner" rootca=""/>
<profileitem ca="" distributor="2" key="" password="" rootca=""/>
</profile>
</profiles>
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
node_modules
.sign
.metadata
dist
dist
.buildResult
2 changes: 0 additions & 2 deletions tizenbrew-app/TizenBrew/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
<tizen:privilege name="http://tizen.org/privilege/mediacapture"/>
<tizen:privilege name="http://tizen.org/privilege/unlimitedstorage"/>
<tizen:privilege name="http://tizen.org/privilege/application.launch"/>
<tizen:privilege name="http://developer.samsung.com/privilege/hostedapp_deviceapi_allow"/>
<tizen:privilege name="http://developer.samsung.com/privilege/systemcontrol"/>
<tizen:profile name="tv-samsung"/>
<tizen:service id="xvvl3S1bvH.StandaloneService">
<tizen:content src="service/dist/index.js"/>
Expand Down
2 changes: 1 addition & 1 deletion tizenbrew-updater/TizenBrewUpdater/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<tizen:profile name="tv-samsung" />
<tizen:setting screen-orientation="landscape" context-menu="enable" background-support="enable" encryption="disable"
install-location="auto" hwkey-event="enable" />
<tizen:service id="CvGD31Zr00.StandaloneService">
<tizen:service id="CvGD31Zr00.UpdaterService">
<tizen:content src="service/dist/index.js" />
<tizen:name>TizenBrewService</tizen:name>
<tizen:description>TizenBrewService</tizen:description>
Expand Down

0 comments on commit 98b31c4

Please sign in to comment.