Titanium JIRA Archive
Appcelerator Daemon (DAEMON)

[DAEMON-26] @appcd/plugin-titanium: ti project service

GitHub Issuen/a
TypeNew Feature
PriorityMedium
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sTitanium appcd Plugin 2.0.0
Componentsappcd-plugin-titanium
Labelscb-next
ReporterChris Barber
AssigneeChris Barber
Created2016-02-04T16:10:29.000+0000
Updated2021-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, etc

Project 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

Comments

No comments

JSON Source