Skip to content

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

Merged
merged 1 commit into from
Jul 14, 2015

Conversation

teobugslayer
Copy link
Contributor

fixes #632

@teobugslayer teobugslayer added this to the 1.2.0 milestone Jul 13, 2015
@teobugslayer teobugslayer force-pushed the totev/fix-chrome-mac branch from 2715703 to 2180b34 Compare July 13, 2015 16:13
@@ -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) { %>
Copy link
Contributor

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

@teobugslayer teobugslayer force-pushed the totev/fix-chrome-mac branch from 2180b34 to c4481cd Compare July 14, 2015 10:59

* 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)} %>).
Copy link
Contributor

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.

@rosen-vladimirov
Copy link
Contributor

👍

@teobugslayer teobugslayer force-pushed the totev/fix-chrome-mac branch from c4481cd to a6613c9 Compare July 14, 2015 12:03
@ns-bot
Copy link

ns-bot commented Jul 14, 2015

teobugslayer added a commit that referenced this pull request Jul 14, 2015
Allow the user to manually set Chrome app name
@teobugslayer teobugslayer merged commit c0acb61 into master Jul 14, 2015
@teobugslayer teobugslayer deleted the totev/fix-chrome-mac branch July 14, 2015 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Android debugger does not work on some OSX systems
4 participants