Skip to content

Commit

Permalink
Fix parsing of bitcode enable inputs. (#14)
Browse files Browse the repository at this point in the history
* Fix parsing of bitcode enable inputs.

* Using new input parser

* Using bool fields in config

* Removing unneeded fields from step.yml

* Removing unused files

* Updating deps

* Adding an input validation function

* Archive enforced as directory, valifdate uses pointer method receiver

* Adding test for  validate

* removed unused input

* Seperating building xcarchive artifacts in test

* Revert "Seperating building xcarchive artifacts in test"

This reverts commit 3225634.
  • Loading branch information
lpusok authored and godrei committed Jan 9, 2020
1 parent e99c520 commit bd60f2b
Show file tree
Hide file tree
Showing 658 changed files with 1,051 additions and 623,235 deletions.
36 changes: 0 additions & 36 deletions CHANGELOG.md

This file was deleted.

70 changes: 41 additions & 29 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 15 additions & 22 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,30 +1,23 @@
[[constraint]]
branch = "master"
name = "github.com/bitrise-io/go-steputils"

# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
#
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
#
# [[constraint]]
# name = "github.com/user/project2"
# branch = "dev"
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"
[[constraint]]
branch = "master"
name = "github.com/bitrise-io/go-utils"

[[constraint]]
branch = "master"
name = "github.com/bitrise-io/go-xcode"

[[constraint]]
name = "github.com/bitrise-io/go-utils"
branch = "master"
name = "github.com/bitrise-steplib/steps-xcode-archive"

[[constraint]]
name = "github.com/bitrise-tools/go-xcode"
branch = "master"
name = "howett.net/plist"

[prune]
go-tests = true
unused-packages = true
1 change: 0 additions & 1 deletion gows.yml

This file was deleted.

Loading

0 comments on commit bd60f2b

Please sign in to comment.