39 lines
1.2 KiB
XML
39 lines
1.2 KiB
XML
<!--
|
|
For more information, see:
|
|
<https://wiibrew.org/wiki/Homebrew_Channel#Configuring_Applications>.
|
|
|
|
The icon.png should be a PNG with 128x48 dimensions. See:
|
|
<https://wiibrew.org/wiki/Homebrew_Channel#Adding_an_Icon>.
|
|
<https://wiibrew.org/wiki/Homebrew_Channel_icons>.
|
|
-->
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<app version="1">
|
|
<!-- The name of the application -->
|
|
<name>wii-pong</name>
|
|
|
|
<!-- The name of the person or group that wrote the code for the program. -->
|
|
<coder>alex</coder>
|
|
|
|
<!-- The version of the application. -->
|
|
<version></version>
|
|
|
|
<!--
|
|
The data the application was released. It has to be a timestamp using
|
|
this format: YYYYmmddHHMMSS
|
|
-->
|
|
<release_date></release_date>
|
|
|
|
<!--
|
|
This is displayed on the main menu of the Homebrew Channel (before you
|
|
select an application) and is used as a space to add a few words to
|
|
describe the program.
|
|
-->
|
|
<short_description></short_description>
|
|
|
|
<!--
|
|
This is displayed once the application is chosen. It describes the program
|
|
and its function in great detail, and can be used to elaborate on a
|
|
program's controls.
|
|
-->
|
|
<long_description></long_description>
|
|
</app> |