UNPKG
@willowtreeapps/ukor
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.1
1.1.0
1.0.2
Roku build tool with flavors and deployment
github.com/willowtreeapps/ukor
willowtreeapps/ukor
@willowtreeapps/ukor
/
lib
/
sample
/
src
/
main
/
components
/
AppScene.xml
9 lines
(8 loc)
•
310 B
text/xml
View Raw
1
2
3
4
5
6
7
8
9
<?xml version=
"1.0"
encoding=
"utf-8"
?>
<
component
name
=
"AppScene"
extends
=
"Scene"
xsi:noNamespaceSchemaLocation
=
"https://devtools.web.roku.com/schema/RokuSceneGraph.xsd"
>
<
interface
>
</
interface
>
<
script
type
=
"text/brightscript"
uri
=
"@{components}/AppScene.brs"
/>
<
children
>
</
children
>
</
component
>