-
Notifications
You must be signed in to change notification settings - Fork 53
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
Choose Target and use it for logging & uninstall #5
Conversation
} | ||
|
||
ParamedicAppUninstall.prototype.uninstallAppIOS = function(targetObj, app) { | ||
//No activity necessary at this point. App is automatically unistalled |
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.
Spelling: unistalled => uninstalled
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.
Done
LGTM. @sarangan12 what's up with the Travis build? |
This broke --justBuild option as this should not be applied. Example trace output:
|
@sgrebnov Can you please send a PR for a fix for this? |
Done: #6 |
@omefire @riknoll @rakatyal Can you please review this PR?