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

[Feature] pass provisioning profile ID from sigh to ipa action #69

Closed
KrauseFx opened this issue Feb 21, 2015 · 2 comments
Closed

[Feature] pass provisioning profile ID from sigh to ipa action #69

KrauseFx opened this issue Feb 21, 2015 · 2 comments

Comments

@KrauseFx
Copy link
Member

Use the lane context to pass this value.

@champo
Copy link
Contributor

champo commented Feb 21, 2015

Isn't this supported already? I've got:

  sigh :development, :skip_install
  ipa({
    embed: Actions.lane_context[Actions::SharedValues::SIGH_PROFILE_PATH], 
    identity: ENV['SIGH_TEAM_ID'],
    clean: '', 
    destination: 'fastlane/build'
  })  

@KrauseFx
Copy link
Member Author

Sorry, I misunderstood your recent comment.

What I meant was:

Actions::SharedValues::SIGH_UDID # the UDID of the generated provisioning profile

You can now access the UDID of the provisioning profile, to set it in your Xcode project. This is implemented with the most recent release.

KrauseFx added a commit that referenced this issue Mar 7, 2016
Issue fastlane-old/gym#143 add a 10s timeout to avoid xcode 6 possible hangs
KrauseFx pushed a commit that referenced this issue Mar 7, 2016
Get Activity of a View if the Context is a ContextWrapper
KrauseFx added a commit that referenced this issue Mar 7, 2016
@fastlane fastlane locked and limited conversation to collaborators Sep 22, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants