2016-04-28 09:49:55 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2017-02-13 17:59:48 +08:00
|
|
|
<manifest xmlns="http://tizen.org/ns/packages" api-version="2.3" package="org.cocos2d-x.lua-tests" version="1.0.0">
|
|
|
|
<ui-application appid="org.cocos2d-x.lua-tests" exec="lua-tests" multiple="false" nodisplay="false" taskmanage="true" type="capp">
|
2016-04-28 09:49:55 +08:00
|
|
|
<label>lua-tests</label>
|
|
|
|
<icon>lua-tests.png</icon>
|
|
|
|
</ui-application>
|
|
|
|
<privileges>
|
|
|
|
<privilege>http://tizen.org/privilege/network.get</privilege>
|
|
|
|
<privilege>http://tizen.org/privilege/internet</privilege>
|
|
|
|
</privileges>
|
|
|
|
</manifest>
|