Skip to content

Conversation

@viktorbenei
Copy link
Contributor

@viktorbenei viktorbenei commented Aug 9, 2017

fixes #50

@viktorbenei viktorbenei requested a review from godrei August 9, 2017 14:45
return errors.Wrap(err, "Failed to get Absolute path of Provisioning Profiles dir")
}

pths, err := filepath.Glob(absProvProfileDirPath + "/*.mobileprovision")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i would recommand: filepath.Join(absProvProfileDirPath, "*.mobileprovision") instead of: absProvProfileDirPath + "/*.mobileprovision"

Copy link
Contributor

@godrei godrei left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you may omit my comment

@viktorbenei viktorbenei merged commit 13ec6a8 into master Aug 9, 2017
@viktorbenei viktorbenei deleted the feature/fix-find-prov-profile-by-uuid branch August 9, 2017 15:27
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.

Unable to export Provisioning Profiles (Visual Studio Mac Community Edition)

3 participants