Skip to content
This repository has been archived by the owner on Jun 20, 2021. It is now read-only.

cupertino not working #239

Closed
ashukhobragade opened this issue May 30, 2016 · 6 comments
Closed

cupertino not working #239

ashukhobragade opened this issue May 30, 2016 · 6 comments
Labels

Comments

@ashukhobragade
Copy link

please update

Thanks in advance

@sfransen
Copy link

Use github.com/fastlane

Sent from my iPhone5

On May 30, 2016, at 3:16 AM, ashukhobragade notifications@github.com wrote:

please update

Thanks in advance


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

@ashukhobragade
Copy link
Author

ashukhobragade commented Jun 28, 2016

But Fastlane doesn't provide list of provisioning profile and list of certificates like Cupertino was giving

@KrauseFx
Copy link
Contributor

@ashtom You can always use spaceship to have more control, including listing of certificates and provisioning profiles

@KrauseFx
Copy link
Contributor

Nope, that works without problems, it's even built-in and enabled by default 👍

@KrauseFx
Copy link
Contributor

@hotsjf Yeah, you can do that: https://github.com/fastlane/fastlane/blob/master/spaceship/docs/DeveloperPortal.md
It's a Ruby library, so you'll have to use Ruby code .

Basically you can just do something like this

Spaceship.provisioning_profile.all do |profile|
  profile.repair!
  profile.download
end

@KrauseFx
Copy link
Contributor

Glad it helps 👍

@dankimio dankimio added the bug label Dec 24, 2016
@mattt mattt closed this as completed Jun 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

5 participants