Details
-
Type:
Improvement
-
Status: Open
-
Priority:
None
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Tiapp
-
Labels:None
Description
Following TISTUD-7841, this ticket requests for Studio to use the CLI to load/store default settings. It's not very good UX if Studio and CLI have different defaults.
Settings like done via [appc] ti setup app:
Appcelerator Command-Line Interface, version 5.1.0
|
Copyright (c) 2014-2015, Appcelerator, Inc. All Rights Reserved.
|
|
Preproduction Environment Active
|
|
Enter ctrl-c at any time to quit.
|
|
───────────────────┤ New App Defaults ├───────────────────
|
|
Path to your workspace where your projects should be created:
|
[]: ~/dev/tests
|
|
What is your prefix for application IDs?
|
(example: com.mycompany)
|
: nl.fokkezb
|
|
Used for populating the "publisher" field in new projects:
|
: Fokke Zandbergen
|
|
Used for populating the "url" field in new projects:
|
: http://fokkezb.nl
|
Which are stored in ~/.titanium/config.json as seen via [appc] ti config:
$ appc ti config
|
Appcelerator Command-Line Interface, version 5.1.0
|
Copyright (c) 2014-2015, Appcelerator, Inc. All Rights Reserved.
|
|
Preproduction Environment Active
|
|
android.sdkPath = "/Users/fokkezb/Library/android-sdk-macosx"
|
app.idprefix = "nl.fokkezb"
|
app.publisher = "Fokke Zandbergen"
|
app.url = "http://fokkezb.nl"
|
app.workspace = "/Users/fokkezb/dev/tests"
|
..
|
Attachments
Issue Links
- relates to
-
TISTUD-7841 Autofill app id based on company url in new project wizard
-
- Open
-