[DAEMON-26] @appcd/plugin-titanium: ti project service
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | Medium |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | n/a |
| Fix Version/s | Titanium appcd Plugin 2.0.0 |
| Components | appcd-plugin-titanium |
| Labels | cb-next |
| Reporter | Chris Barber |
| Assignee | Chris Barber |
| Created | 2016-02-04T16:10:29.000+0000 |
| Updated | 2021-02-18T22:36:40.000+0000 |
Description
The "project" command allows you to interact with the
tiapp.xml as well as add components or platform-specific files to a project.
Project Info
Run "ti project" or "ti project --json" to print project info such as name, app id, etcProject Settings
Get a specific project setting:
ti project get publisher
Set a specific project setting:
ti project set publisher me
Delete a project setting:
ti project delete publisher
Add a Component
Add an Apple Watch app or iOS Extension to an existing app. This will be tracked by DAEMON-321.
ti project add --type <type>
Enable a Platform
When you create a new project, you choose which platforms you wish to support, however you may want to enable a platform later. The "enable" command will copy over any missing files, icons, launch screens, etc.
ti project enable ios
ti project enable android
No comments