Line 121:
Line 121:
</source>
</source>
−
''A web application to create meta.xml files and code was made by abeisgreat, but has been taken down due to repeated abuse. Alternatively, you can use [[User:Pinecone|Pinecone's]] Java-based [[HBCXMLGen]] program.''
+
=== Optional ''meta.xml'' XML nodes ===
+
The following nodes must be children of the '''<app>''' node.
+
+
Additionally supported by The Homebrew Channel (starting with v1.0.7):
+
+
{| class="wikitable"
+
|-
+
! node name !! meaning !! example
+
|-
+
| arguments || list of arguments passed to the loaded application as '''argc''' and '''argv''' ||
+
<source lang="xml"><arguments>
+
<arg>--loaded-by-hbc</arg>
+
<arg>insane argument with spaces</arg>
+
</arguments></source>
+
|-
+
| no_ios_reload || does not reload IOS when launching an application. loaded applications inherit HBC's title id and full hardware access (AHBPROT) || <source lang="xml"><no_ios_reload/></source>
+
|}
=== Adding an Icon ===
=== Adding an Icon ===