Skip to content

Releases: bitrise-io/codesigndoc

0.9.11

22 Sep 18:37

Choose a tag to compare

  • Option to use a password for the exported .p12 file, instead of an empty password. Just pass --ask-pass for codesigndoc scan to enable this mode. Related PR: #14
  • Improved Provisioning Profile exporting: better logging, better exported file name and it will no longer export the same Provisioning Profile more than once (based on Prov Profile UUID)

0.9.10

21 Sep 06:08

Choose a tag to compare

Minor log enhancement

0.9.9

20 Sep 22:14

Choose a tag to compare

Auto collect Distribution certs and prov profiles, not just the default one

0.9.9-beta1

23 Jun 13:01

Choose a tag to compare

0.9.9-beta1 Pre-release
Pre-release

Experiment: force CODE_SIGN_IDENTITY=iPhone Distribution parameter for scanning the code signing files

0.9.8

25 Apr 11:55

Choose a tag to compare

  • [04ef48b] Viktor Benei - install wrap script fix (2016 Apr 25)
  • [0cdf10e] Viktor Benei - v0.9.8, with updated install wrap script (2016 Apr 25)
  • [1fa67db] Viktor Benei - save xcodebuild output into a debug log file (2016 Apr 25)
  • [3e820d8] Viktor Benei - better install_wrap.sh script (template) (2016 Apr 25)
  • [1001373] Viktor Benei - always print the xcodebuild command (2016 Apr 25)
  • [4272309] Viktor Benei - generic update for bitrise.yml and .gitignore (2016 Apr 25)
  • [5f94fe1] Viktor Benei - godeps update - switched to Go 1.6 vendor (2016 Apr 25)
  • [97610ec] Viktor Benei - TODO (2016 Mar 09)

0.9.7

15 Feb 11:27

Choose a tag to compare

  • removed "create-test-binaries" workflow
  • FIX : typo
  • LOG : log separator style fix
  • changelog
  • use the new AskForPath goinp function for getting the project/workspace path, instead of the generic "string" version
  • Godeps update
  • releaseman config

0.9.6

26 Jan 17:35

Choose a tag to compare

  • LOG : Log color revisions & additional highlights
  • LOG : Better highlight for more important Warning lines

0.9.5

26 Jan 16:50

Choose a tag to compare

  • FIX : Identities enumeration fix
  • FIX : typos
  • FIX : Certificate label is force converted to UTF8 before using it, to not to break in case there's a non UTF8 character
  • Don't fail, just print warning if multiple Identities found for a single search (e.g. in case you have previous, revoked versions of the Certificate in your Keychain)
  • Certificate filtering: export only non-expired, valid by date Certificates

0.9.4

25 Jan 14:05

Choose a tag to compare

  • progress indicator: print a . every second, to indicate the Archive is still running

0.9.3

25 Jan 12:19

Choose a tag to compare

  • log: newline fix