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