Skip to content
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

fix: add safariviewcontroller bundle id to standard list #189

Merged
merged 2 commits into from
Jan 8, 2020

Conversation

imurchie
Copy link
Contributor

@imurchie imurchie commented Jan 7, 2020

Automatically find SafariViewController apps if available.

lib/helpers.js Outdated
@@ -123,8 +124,12 @@ function appIdForBundle (bundleId, appDict) {
function getPossibleDebuggerAppKeys (bundleIds, appDict) {
let proxiedAppIds = [];

const extraBundleIds = bundleIds.includes(SAFARI_WEB_VIEW_BUNDLE_ID)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

extraBundleIds = _.difference([SAFARI_WEB_VIEW_BUNDLE_ID, WILDCARD_BUNDLE_ID], bundleIds)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure what that would accomplish.

Copy link
Member

@KazuCocoa KazuCocoa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me

@imurchie imurchie merged commit b951e70 into appium:master Jan 8, 2020
@imurchie imurchie deleted the isaac-swc branch January 8, 2020 14:15
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.

3 participants