Releases: bitrise-io/codesigndoc
Releases · bitrise-io/codesigndoc
1.2.0
Highlights
Detecting expired Provisioning Profiles and skipping (don't export expired prov profiles) + logging them. Thanks @lyricsboy for the issue and PR! ;)
Changelog
1.1.0
1.0.0
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
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
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
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
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
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 incodesigndoc
(e.g.:codesigndoc scan xamarin --xamarin-log /path/to/xcodebuild-output
) - fixed
codesigndoc scan xamarin
for really long log lines
0.9.13
- option for
codesigndoc scan xcode
to provide thexcodebuild
output log as a file, instead of running it incodesigndoc
(e.g.:codesigndoc scan xcode --xcodebuild-log /path/to/xcodebuild-output
) - fixed
codesigndoc scan xcode
for really long log lines
0.9.12
- 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)