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

[TIMOB-17600] Fixed launching of the Xcode organizer after building an iOS app for the app store. #6123

Merged
merged 1 commit into from Oct 13, 2014
Merged

Conversation

cb1kenobi
Copy link
Contributor

@eric34
Copy link
Contributor

eric34 commented Oct 10, 2014

This does not work when you do not have assistive devices support enabled. This does not work when you use Studio even with assistive device support enabled. The script still opens the wrong preference pane. Recommend this:

tell application "System Preferences"
activate
set the current pane to pane id "com.apple.preference.security"
reveal anchor "Privacy_Assistive" of pane id "com.apple.preference.security"
end tell

I enabled assistive support for terminal and Xcode opened to the devices window in Xcode 6

@eric34
Copy link
Contributor

eric34 commented Oct 13, 2014

CR and FR APPROVED.

Validated from both CLI and Studio in the negative and positive test cases.

eric34 added a commit that referenced this pull request Oct 13, 2014
[TIMOB-17600] Fixed launching of the Xcode organizer after building an iOS app for the app store.
@eric34 eric34 merged commit d8b73f8 into tidev:3_4_X Oct 13, 2014
@cb1kenobi cb1kenobi deleted the timob-17600_3_4_X branch November 24, 2015 19:34
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.

None yet

2 participants