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

Allow get-task-allow to be false #39

Merged
merged 1 commit into from
Sep 26, 2012
Merged

Allow get-task-allow to be false #39

merged 1 commit into from
Sep 26, 2012

Conversation

andreas
Copy link
Contributor

@andreas andreas commented Sep 21, 2012

Previously, get-task-allow could not be set to false due to the ||=-operator, which overrides a setting of false. This is very unhandy e.g. for TestFlight.

Previously, get-task-allow could not be set to false due to the "||="-operator. This is very unhandy e.g. for TestFlight.
@andreas
Copy link
Contributor Author

andreas commented Sep 26, 2012

I've applied the changes in this pull request to my local version of RubyMotion as per the instructions in the repo (https://github.com/HipByte/RubyMotion). Then you can set get-task-allow to false again.

@lrz
Copy link
Member

lrz commented Sep 26, 2012

Thanks, we will ship the following update with this fix. Also, I believe the motion-testflight gem should be updated to remove the default get-task-allow entitlement when doing a build.

lrz pushed a commit that referenced this pull request Sep 26, 2012
Allow get-task-allow to be false
@lrz lrz merged commit d6f37b0 into HipByte:master Sep 26, 2012
@HLGgithub
Copy link

Would you be able to post some sample code on how to set get-task-allow to false in the rakefile?

@jamonholmgren
Copy link
Contributor

    app.entitlements['get-task-allow']         = false

@HLGgithub
Copy link

Thanks Jamon!

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.

5 participants