Skip to content

Releases: bitrise-io/codesigndoc

1.2.0

22 Jun 16:16
Compare
Choose a tag to compare

Highlights

Detecting expired Provisioning Profiles and skipping (don't export expired prov profiles) + logging them. Thanks @lyricsboy for the issue and PR! ;)

Changelog

  • [e739d2d] Viktor Benei - deps update (#47) (2017 Jun 22)
  • [93d285e] Viktor Benei - added expired prov profile path + log pimping ;) (#46) (2017 Jun 22)
  • [b5869e4] Brian Hardy - Adds check and logging for expired provisioning profiles. (#45) (2017 Jun 22)

1.1.0

01 Jun 17:14
Compare
Choose a tag to compare

Highlights

Added an option to specify the -sdk flag and its value for the xcodebuild archive command. Related issue: #41

Changelog

  • [4136265] Viktor Benei - new xcode command flag: xcodebuild-sdk (#42) (2017 Jun 01)

1.0.0

30 Mar 10:08
Compare
Choose a tag to compare

Highlights

Changelog

  • [00ca5c1] Viktor Benei - Feature/dep update (#39) (2017 Mar 30)
  • [47788eb] Viktor Benei - v1.0.0 (2017 Mar 30)
  • [6f342dd] Jacek Lampart - Fixed typo (#38) (2017 Mar 30)
  • [b0d8187] Viktor Benei - regenerated install wrap scripts (2017 Jan 27)
  • [4b0c707] ka - Add 3 Xs (XXX) to the mktemp command argument (#35) (2017 Jan 27)

0.9.18

06 Jan 15:40
Compare
Choose a tag to compare

Notes

  • Now prints the Xcode output if xcodebuild -list (scheme listing) fails #31 - fix PR: #34
  • Additionally it now prints the Xcode version before running the first xcodebuild command #32

Commits

  • [b7b4465] Viktor Benei - VERSION = "0.9.18" (2017 Jan 06)
  • [e372c74] Viktor Benei - Include and print the xcodebuild output if scheme scan fails (#34) (2017 Jan 06)
  • [f83feb3] Viktor Benei - Feature/deps update (#33) (2017 Jan 06)
  • [340e8c9] Viktor Benei - Print Xcode's version number for debug (#32) (2017 Jan 05)
  • [83766a0] Viktor Benei - readme (2016 Dec 06)

0.9.17

06 Dec 13:13
Compare
Choose a tag to compare

Release Notes

Changed from where the Team ID is read (from which property of the Provisioning Profiles). A fix for: #28

Changes

  • [98627f6] Viktor Benei - v0.9.17 (2016 Dec 06)
  • [f555092] Viktor Benei - TeamID handling revision (#29) (2016 Dec 06)
  • [a77ff62] Viktor Benei - Create ISSUE_TEMPLATE.md (2016 Nov 30)
  • [7eb9978] Viktor Benei - README formatting fix (2016 Nov 24)
  • [52b797f] Viktor Benei - manual section, for info (2016 Nov 24)

0.9.16

22 Nov 14:48
Compare
Choose a tag to compare

Release Notes

  • Ignore the special signing entity - (dash), which means a target was set to "no code sign" - don't fail because of this / don't try to export this
  • codesigndoc version --full now prints the Go, Arch and OS versions where the binary was built

Changes

  • [1623a3b] Viktor Benei - install wrap version update (2016 Nov 22)
  • [b07c4a0] Viktor Benei - codesigndoc version --full (2016 Nov 22)
  • [ba8e898] Viktor Benei - changelog (2016 Nov 22)
  • [919cd19] Viktor Benei - v0.9.16 (2016 Nov 22)
  • [2073453] Viktor Benei - ignore / don't try to export the dash (-) identity (#26) (2016 Nov 22)
  • [474043d] Viktor Benei - debug print all found prov profile content (2016 Oct 12)
  • [7cd1f4d] Viktor Benei - minor logging rev/enhancement (2016 Oct 10)
  • [efadebf] Viktor Benei - install wraps (2016 Oct 10)

0.9.15

10 Oct 16:52
Compare
Choose a tag to compare

Provisioning Profile collection revision: collect all Prov Profiles and Identities related to the project's Bundle ID, not just the ones with full App ID match.

This means that Prov Profiles which match the bundle ID of the project, regardless of which team it belongs, will be collected, as well as the related Distribution identities

0.9.14

04 Oct 20:13
Compare
Choose a tag to compare

Implemented the previous release's improvements for codesigndoc scan xamarin, with a bit of revision:

  • option for codesigndoc scan xamarin to provide the xamarin build output log as a file, instead of running it in codesigndoc (e.g.: codesigndoc scan xamarin --xamarin-log /path/to/xcodebuild-output)
  • fixed codesigndoc scan xamarin for really long log lines

0.9.13

04 Oct 18:35
Compare
Choose a tag to compare
  • option for codesigndoc scan xcode to provide the xcodebuild output log as a file, instead of running it in codesigndoc (e.g.: codesigndoc scan xcode --xcodebuild-log /path/to/xcodebuild-output)
  • fixed codesigndoc scan xcode for really long log lines

0.9.12

27 Sep 22:36
Compare
Choose a tag to compare
  • first version which supports Xamarin projects as well as Xcode projects
  • revisions all around, for better log outputs and overall better code structure (for multi project type support)