-
-
Notifications
You must be signed in to change notification settings - Fork 197
Allow the user to manually set Chrome app name #642
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
2715703
to
2180b34
Compare
@@ -35,6 +35,11 @@ Debugs your project on a connected device, in a native emulator or in Genymotion | |||
|
|||
* You must have Chrome installed on your system. | |||
|
|||
<% if(isMacOS) { %> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This tag won't work in the current isHtml block as the OS tags work in the console. My advice is to go with a <br/>
right next to the period above. In this case, however, you would need to make this "If you are using a non-standard named Chrome app on an OS X system (for example, a nightly Canary update), you need to set this name in the...
Also, please apply code formatting to the setting name.
`this is how you do code formatting`
Update:
This is how it should look like
<% if(isHtml) { %>
###Prerequisites
* You must have Chrome installed on your system.<br/>If you are using a non-standard named Chrome app on an OS X system (for example, a nightly Canary update), you need to set this name in the `ANDROID_DEBUG_UI_MAC` setting in the NativeScript [config.json](file:///<%= #{config.getConfigPath(config)} %>).
### Related Commands
2180b34
to
c4481cd
Compare
|
||
* You must have Chrome installed on your system. | ||
* You must have Chrome installed on your system.<br/>If you are using a non-standard named Chrome app on an OS X system (for example, a nightly Canary update), | ||
you need to set this name in the `ANDROID_DEBUG_UI_MAC` setting in the NativeScript [config.json](file:///<%= #{config.getConfigPath(config)} %>). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's an unneeded new line here.
👍 |
c4481cd
to
a6613c9
Compare
✅ |
Allow the user to manually set Chrome app name
fixes #632