Skip to content

Commit

Permalink
Feature/automation upload (#102)
Browse files Browse the repository at this point in the history
* Added new flags for codesigndoc to specify Bitrise personal access token (auth-token) and app slug (app-slug)
* Added new flag "write-files" to be able to specify if codesigndoc should write build logs and exported codesigning files (certificates and provisioning profiles) to the `./codesigndoc_exports` directory
* Removed logic to always write exported codesigning files to disk, they are now passed around as a byte array.
  • Loading branch information
lpusok authored Jun 3, 2019
1 parent 94bbc04 commit d0d7a94
Show file tree
Hide file tree
Showing 313 changed files with 61,377 additions and 5,389 deletions.
163 changes: 90 additions & 73 deletions Gopkg.lock

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

22 changes: 11 additions & 11 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@

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

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

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

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

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

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

[[constraint]]
name = "github.com/pkg/errors"
branch = "master"
version = "0.8.1"

[[constraint]]
name = "github.com/spf13/cobra"
branch = "master"
version = "0.0.4"

[[constraint]]
name = "github.com/stretchr/testify"
branch = "master"

[[constraint]]
name = "github.com/bitrise-core/bitrise-init"
branch = "master"
version = "1.3.0"

[prune]
go-tests = true
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016 bitrise-tools
Copyright (c) 2016 Bitrise Ltd.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading

0 comments on commit d0d7a94

Please sign in to comment.