mirror of https://github.com/axmolengine/axmol.git
8 lines
403 B
XML
8 lines
403 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<manifest xmlns="http://tizen.org/ns/packages" api-version="2.3" package="org.cocos2d-x.hellolua" version="1.0.0">
|
|
<ui-application appid="org.cocos2d-x.hellolua" exec="hellolua" multiple="false" nodisplay="false" taskmanage="true" type="capp">
|
|
<label>HelloLua</label>
|
|
<icon>HelloLua.png</icon>
|
|
</ui-application>
|
|
</manifest>
|