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

Toggling development provisioning profiles #3

Open
wilco3d opened this issue Aug 2, 2017 · 0 comments
Open

Toggling development provisioning profiles #3

wilco3d opened this issue Aug 2, 2017 · 0 comments

Comments

@wilco3d
Copy link

wilco3d commented Aug 2, 2017

It appears the provisioning profiles for our 'Development' certificate aren't showing in the drop down list in Resign, yet all of them for our 'Distribution' cert are.

I took a look through the Xcode project, and I could see that there's this hard coded into the getProvisioningProfiles method

if ([profile.debug isEqualToString:@"NO"]) [self.provisioningArray addObject:profile];

Commenting out the if check sorted out our issue. I think it would be nice if this was on a toggle checkbox, or at least mentioned in the readme file.

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

1 participant