[ALOY-100] Finalize the app descriptor for samples
| GitHub Issue | n/a |
|---|---|
| Type | Story |
| Priority | High |
| Status | Resolved |
| Resolution | Fixed |
| Resolution Date | 2012-08-02T10:40:37.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | 2012 Sprint 16, Release 3.0.0 |
| Components | Samples & Templates, Titanium SDK, Titanium Studio |
| Labels | n/a |
| Reporter | Russell McMahon |
| Assignee | Russell McMahon |
| Created | 2012-07-16T19:59:25.000+0000 |
| Updated | 2014-02-04T00:34:22.000+0000 |
Description
The descriptor should be the same as widgets. For example,
{
"id": "com.appcelerator.sample.acs",
"name": "",
"description" : "ACS Demonstration Sample",
"author": "",
"version": "1.0",
"copyright":"Copyright (c) 2012 by Appcelerator",
"license":"Public Domain",
"min-alloy-version": "0.1.16",
"min-titanium-version":"2.0",
"tags":"acs,cloud,login,custom objects",
"platforms":"android,ios,mobileweb"
}
No comments