Hi
Is there any sample for the build.json file that contain all available options?
I've been tracking all the post in the 3 groups for DS (Free, Beta and Premium), and I couldn't find a complete list of the things can be changed
{
"manifest" :
{
"minSdkVersion" : 8,
"targetSdkVersion" : 16,
"debuggable" : false,
"removePermissions" : "WRITE_EXTERNAL_STORAGE, ACCESS_WIFI_STATE",
"homeScreen":true,
"pathPattern":".*\\.txt"
}
}
If anyone has a complete list that will be greate to have posted.
By the way, Is there a similar one for adding permissions??, or I need to stick to :
_AddPermissions( "Network,USB" ); at the top of app file?
Note. homescreen and pathpattern are currenly only in alpha1.34a5, so be aware of that please.