Skip to content

Commit d0d7a94

Browse files
authored
Feature/automation upload (#102)
* 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.
1 parent 94bbc04 commit d0d7a94

File tree

313 files changed

+61377
-5389
lines changed

Some content is hidden

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

313 files changed

+61377
-5389
lines changed

Gopkg.lock

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

Gopkg.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11

2+
[[constraint]]
3+
branch = "master"
4+
name = "github.com/bitrise-io/bitrise-init"
5+
26
[[constraint]]
37
branch = "master"
48
name = "github.com/bitrise-io/go-utils"
59

610
[[constraint]]
711
branch = "master"
8-
name = "github.com/bitrise-io/goinp"
12+
name = "github.com/bitrise-io/go-xamarin"
913

1014
[[constraint]]
1115
branch = "master"
12-
name = "github.com/bitrise-tools/go-xamarin"
16+
name = "github.com/bitrise-io/go-xcode"
1317

1418
[[constraint]]
1519
branch = "master"
16-
name = "github.com/bitrise-tools/go-xcode"
20+
name = "github.com/bitrise-io/goinp"
1721

1822
[[constraint]]
1923
branch = "master"
20-
name = "github.com/bitrise-tools/xcode-project"
24+
name = "github.com/bitrise-io/xcode-project"
2125

2226
[[constraint]]
2327
name = "github.com/pkg/errors"
24-
branch = "master"
28+
version = "0.8.1"
2529

2630
[[constraint]]
2731
name = "github.com/spf13/cobra"
28-
branch = "master"
32+
version = "0.0.4"
2933

3034
[[constraint]]
3135
name = "github.com/stretchr/testify"
32-
branch = "master"
33-
34-
[[constraint]]
35-
name = "github.com/bitrise-core/bitrise-init"
36-
branch = "master"
36+
version = "1.3.0"
3737

3838
[prune]
3939
go-tests = true

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016 bitrise-tools
3+
Copyright (c) 2016 Bitrise Ltd.
44

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

0 commit comments

Comments
 (0)