Skip to content

Commit 4a72630

Browse files
authored
Release (#106)
* removing empty lines from imports * dep update * Bumping version
1 parent 55553b0 commit 4a72630

File tree

36 files changed

+953
-370
lines changed

36 files changed

+953
-370
lines changed

Gopkg.lock

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

codesigndoc/xcode.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@ package codesigndoc
33
import (
44
"fmt"
55

6-
"github.com/bitrise-io/codesigndoc/xcode"
7-
"github.com/bitrise-io/go-xcode/utility"
8-
96
"github.com/bitrise-io/codesigndoc/codesign"
107
"github.com/bitrise-io/codesigndoc/models"
8+
"github.com/bitrise-io/codesigndoc/xcode"
119
"github.com/bitrise-io/go-utils/colorstring"
1210
"github.com/bitrise-io/go-utils/log"
1311
"github.com/bitrise-io/go-utils/stringutil"
12+
"github.com/bitrise-io/go-xcode/utility"
1413
)
1514

1615
// BuildXcodeArchive builds an Xcode archive

vendor/github.com/bitrise-io/bitrise-init/scanners/ios/xcodeproj.go

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

vendor/github.com/bitrise-io/bitrise-init/steps/const.go

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

vendor/github.com/bitrise-io/bitrise-init/utility/utility.go

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

vendor/github.com/bitrise-io/go-xcode/profileutil/info_model.go

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

vendor/github.com/bitrise-io/goinp/Godeps/_workspace/src/github.com/bitrise-io/go-utils/LICENSE

Lines changed: 0 additions & 22 deletions
This file was deleted.

vendor/github.com/bitrise-io/goinp/Godeps/_workspace/src/github.com/davecgh/go-spew/LICENSE

Lines changed: 0 additions & 13 deletions
This file was deleted.

vendor/github.com/bitrise-io/goinp/Godeps/_workspace/src/github.com/pmezard/go-difflib/LICENSE

Lines changed: 0 additions & 27 deletions
This file was deleted.

vendor/github.com/bitrise-io/goinp/Godeps/_workspace/src/github.com/stretchr/testify/LICENCE.txt

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)