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

Should respect the "release" settings in Rakefile #3

Open
macfanatic opened this issue Jul 12, 2012 · 2 comments
Open

Should respect the "release" settings in Rakefile #3

macfanatic opened this issue Jul 12, 2012 · 2 comments

Comments

@macfanatic
Copy link

I should be able to specify my settings in a release block inside the Rakefile and have testflight pull those settings instead of development for distributing builds.

I see the counter argument to this, but in reality our testers won't be installing development profiles, so why not use release & distribute ad-hoc like testflight recommends.

https://gist.github.com/3071362

@pgib
Copy link

pgib commented Sep 25, 2012

I think I'm having a similar issue. I'm trying to run:

rake testflight mode=release notes="Release build"

And then getting:

'Invalid Profile: distribution build entitlements must have get-task-allow set to false.'

Even though I have:

app.release do
  app.entitlements['aps-environment'] = 'distribution'
  app.entitlements['get-task-allow']  = false
  app.codesign_certificate = 'iPhone Distribution: xxxxxxxxx'
  app.provisioning_profile = '/path/to/Adhoc.mobileprovision'
end                                                                                                                                                            

o_O

@dentarg
Copy link

dentarg commented Jan 25, 2013

+1

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

No branches or pull requests

3 participants