Skip to content

Commit

Permalink
chore: change domain
Browse files Browse the repository at this point in the history
  • Loading branch information
reisxd committed Jul 29, 2024
1 parent 7d260d9 commit 66c330b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This method is easier than the USB Demo Package method, but it works only on Tiz

1. Change the Host PC IP address to `127.0.0.1` by following [this](https://developer.samsung.com/smarttv/develop/getting-started/using-sdk/tv-device.html#Connecting-the-TV-and-SDK)

2. Open up https://tizentube.live/installer on your TV's browser.
2. Open up https://tizentube.vercel.app/installer on your TV's browser.

3. Click on the "Install TizenBrew" button.

Expand Down
6 changes: 3 additions & 3 deletions tizenbrew-app/TizenBrew/config.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns:tizen="http://tizen.org/ns/widgets" xmlns="http://www.w3.org/ns/widgets" id="https://tizentube.live" version="1.3.2" viewmodes="maximized">
<widget xmlns:tizen="http://tizen.org/ns/widgets" xmlns="http://www.w3.org/ns/widgets" id="https://tizentube.vercel.app" version="1.3.2" viewmodes="maximized">
<access origin="*" subdomains="true"></access>
<tizen:app-control>
<tizen:src name="index.html" reload="disable"/>
<tizen:operation name="http://samsung.com/appcontrol/operation/eden_resume"/>
</tizen:app-control>
<tizen:application id="xvvl3S1bvH.TizenBrewStandalone" package="xvvl3S1bvH" required_version="3.0"/>
<author href="https://tizentube.live">Reis Can</author>
<author href="https://tizentube.vercel.app">Reis Can</author>
<content src="index.html"/>
<feature name="http://tizen.org/feature/screen.size.all"/>
<feature name="http://tizen.org/feature/web.service"/>
Expand All @@ -19,7 +19,7 @@
<tizen:metadata key="http://samsung.com/tv/metadata/prelaunch.support" value="true"/>
<tizen:metadata key="http://samsung.com/tv/metadata/microphone.support" value="1"/>
<tizen:metadata key="http://samsung.com/tv/metadata/microphone.area" value="open"/>
<tizen:metadata key="http://samsung.com/tv/metadata/use.preview" value="endpoint_URL=https://tizentube.live/smartHubPreview.json"/>
<tizen:metadata key="http://samsung.com/tv/metadata/use.preview" value="endpoint_URL=https://tizentube.vercel.app/smartHubPreview.json"/>
<name>TizenBrewStandalone</name>
<tizen:privilege name="http://tizen.org/privilege/internet"/>
<tizen:privilege name="http://developer.samsung.com/privilege/network.public"/>
Expand Down
4 changes: 2 additions & 2 deletions tizenbrew-updater/TizenBrewUpdater/config.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns:tizen="http://tizen.org/ns/widgets" xmlns="http://www.w3.org/ns/widgets" id="https://tizentube.live"
<widget xmlns:tizen="http://tizen.org/ns/widgets" xmlns="http://www.w3.org/ns/widgets" id="https://tizentube.vercel.app"
version="1.0.1" viewmodes="maximized">
<access origin="*" subdomains="true" />
<tizen:app-control>
<tizen:src name='index.html' reload='disable'></tizen:src>
<tizen:operation name='http://samsung.com/appcontrol/operation/eden_resume'></tizen:operation>
</tizen:app-control>
<tizen:application id="CvGD31Zr00.TizenBrewUpdater" package="CvGD31Zr00" required_version="3.0" />
<author href="https://tizentube.live">Reis Can</author>
<author href="https://tizentube.vercel.app">Reis Can</author>
<content src="index.html" />
<feature name="http://tizen.org/feature/screen.size.all" />
<tizen:privilege name="http://tizen.org/privilege/internet" />
Expand Down

0 comments on commit 66c330b

Please sign in to comment.