Skip to content

Releases: bitrise-io/codesigndoc

2.1.3

02 Aug 14:57
Compare
Choose a tag to compare
  • provisioning profile upload name fix.

2.1.2

20 Jul 09:22
Compare
Choose a tag to compare
  • The codesigndoc will not ask about the Provisioning Profiles in --certs-only mode.
  • Log update

2.1.1

13 Jul 13:57
Compare
Choose a tag to compare
  • do not show teams without codesigning files
  • do not fail if a certificate does not have label property
  • logging updates

2.1.0

10 Apr 11:47
Compare
Choose a tag to compare
  • upload codesigning files to bitrise.io
  • normalize the given Xcode project path
  • prepare for Go 1.10 - Cgo fixes for macOS keychain handling

2.0.3

09 Jan 16:57
Compare
Choose a tag to compare
  • Fix typo "intsalled" -> "installed". (#61) thanks @Arclite
  • Fixed xamarin build command

2.0.2

30 Nov 14:47
Compare
Choose a tag to compare
  • use the latest version of same Provisioning Profile

2.0.1

29 Nov 12:56
Compare
Choose a tag to compare
  • allow to define --certs-only flag on scan command's child commands (xcode and xamarin) as well

2.0.0

29 Nov 12:06
Compare
Choose a tag to compare
  • NEW FLAG: --certs-only - Collect Certificates (Identities) only - useful to collect the Certificates and let iOS Auto Provision step to manage your ios project's Provisioning Profiles
  • Analyse the Xcode / Xamarin Studio archive to collect the code signing files, instead of parsing the build log - support for the Xcode new build system
  • Export only the latest Codesign Identity if multiple versions exists in your keychain with the same common name
  • Allows to export code signing files for multiple distribution types in a single run

1.4.0

09 Aug 15:49
Compare
Choose a tag to compare

Changelog

  • [13ec6a8] Viktor Benei - Feature/fix find prov profile by uuid (#51) (2017 Aug 09)

1.3.0

27 Jul 13:44
Compare
Choose a tag to compare

Highlights

Xamarin related update, works with Visual Studio for Mac now (related issue: #48)

Changelog

  • [b414984] Krisztián Gödrei - use msbuild for xamarin build commands (#49) (2017 Jul 27)