Skip to content

Commit 2d7b421

Browse files
trapacskagodrei
authored andcommitted
Resolve profiles (#82)
* Initial commit * test * Update main.go * Update bitrise.yml * Update main.go * Update main.go * Update bitrise.yml * code structure * cleanup * updated profile matching * added error check * verbose logging * update * bundle id fix + print installed certs in profile * added cert match check * added rawEndDat to cert match check * mapping fixed * updated codesign mapping * PR changes * in progress * goeps-update * Updated CodeSignInfo package * Updated packages * export profile mapping * updates * update * GetBundleIdentifier fix * scheme - target mapping, xcode managed signing handling * handle automatic archive archive and manual export * logging updates
1 parent 2ce0ae9 commit 2d7b421

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+7960
-376
lines changed

Godeps/Godeps.json

Lines changed: 33 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bitrise.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,8 @@ workflows:
185185
go get -u -v github.com/Sirupsen/logrus
186186
go get -u -v github.com/pkg/errors
187187
go get -u -v github.com/ryanuber/go-glob
188+
go get -u -v github.com/davecgh/go-spew/spew
189+
go get -u -v github.com/pmezard/go-difflib/difflib
188190
189191
rm -rf ./Godeps
190192
rm -rf ./vendor

0 commit comments

Comments
 (0)