Commit b2286a9
authored
Add UI Target support (#94)
* update osxkeychain to work with go 1.11 version.
* feat: init xcodeUITestsCmd
* filterScheme by BuildFortesting == YES
* -
* filter schemes: If the scheme has a UITest target then we will list it
* add xcodeuitestcmd.go
* dep: add xcode-project to the dependency list.
* init codesigndocUITests.go temporarily.
* Certs only
* get profile for UITestTarget
* clean
* -
* clean
* add BuildForTestingError; If the scheme has multiple UITest target run the scanner with each of them;
* remove LogPretty() and clean
* add CreateXcodeManagedSelectableCodeSignGroupFilter
* CI fix
* dep: update go-xcode dependency
* fix some log
* dep: update go-xcode and xcode-project dependendcies
* dep: re-init dep: add prune option and remove the unused dependencies
* PR clean - fix
* fix some log / comment
* PR clean - fix
* ref: --certs-only flag moved from global flag to xcode and xamarin command flag, because the xcudeuitests command does not support it yet
* Revert "ref: --certs-only flag moved from global flag to xcode and xamarin command flag, because the xcudeuitests command does not support it yet"
This reverts commit 0ae0e55.
* add some log for scheme scanning
* dep: lock deps on master branch; dep update
* PR: change filterCertificates method name to selectFilteredCertificates; and it will return a new array of selected certs which needed to append to the selectedCertificates later;1 parent e4bebc5 commit b2286a9
File tree
983 files changed
+61620
-147561
lines changed- bitriseio/bitrise
- cmd
- codesigndocuitests
- codesigndoc
- codesign
- vendor
- github.com
- bitrise-io
- go-utils
- builtinutil
- colorstring
- command
- git
- rubycommand
- rubyscript
- envutil
- errorutil
- freezable
- log
- maputil
- parseutil
- pathutil
- pkcs12
- internal/rc2
- pointers
- progress
- readerutil
- regexputil
- retry
- sliceutil
- stringutil
- templateutil
- testutil
- urlutil
- versions
- ziputil
- goinp
- Godeps
- _workspace
- src/github.com
- bitrise-io/go-utils
- builtinutil
- testutil
- davecgh/go-spew/spew
- pmezard/go-difflib/difflib
- stretchr/testify
- assert
- require
- goinp
- bitrise-tools
- go-xamarin
- _scripts
- analyzers
- project
- solution
- builder
- cli
- constants
- tools
- buildtools/xbuild
- testcloud
- utility
- version
- go-xcode
- _tests/integration
- certificateutil
- exportoptions
- export
- ipa
- plistutil
- profileutil
- simulator
- utility
- xcarchive
- xcodebuild
- xcodeproj
- xcpretty
- xcode-project
- serialized
- xcodebuild
- xcodeproj
- xcscheme
- xcworkspace
- davecgh/go-spew
- spew
- testdata
- fullsailor/pkcs7
- pkg/errors
- pmezard/go-difflib
- difflib
- ryanuber/go-glob
- spf13
- cobra
- .circleci
- cobra
- cmd
- testdata
- doc
- pflag
- verify
- stretchr/testify
- _codegen
- assert
- http
- mock
- require
- suite
- golang.org/x
- crypto
- acme
- autocert
- argon2
- bcrypt
- blake2b
- blake2s
- blowfish
- bn256
- cast5
- chacha20poly1305
- cryptobyte
- asn1
- curve25519
- ed25519
- internal/edwards25519
- testdata
- hkdf
- internal
- chacha20
- subtle
- md4
- nacl
- auth
- box
- secretbox
- sign
- ocsp
- openpgp
- armor
- clearsign
- elgamal
- errors
- packet
- s2k
- otr
- pbkdf2
- pkcs12
- internal/rc2
- poly1305
- ripemd160
- salsa20
- salsa
- scrypt
- sha3
- testdata
- ssh
- agent
- knownhosts
- terminal
- testdata
- test
- tea
- twofish
- xtea
- xts
- sys
- cpu
- plan9
- unix
- linux
- windows
- registry
- svc
- debug
- eventlog
- example
- mgr
- howett.net/plist
- cmd/ply
- xcodeuitest
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
983 files changed
+61620
-147561
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | | - | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | | - | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | | - | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
| 15 | + | |
14 | 16 | | |
| 17 | + | |
| 18 | + | |
15 | 19 | | |
| 20 | + | |
16 | 21 | | |
17 | 22 | | |
18 | 23 | | |
| |||
25 | 30 | | |
26 | 31 | | |
27 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
61 | 85 | | |
62 | 86 | | |
63 | 87 | | |
| |||
0 commit comments