Releases: bitrise-io/codesigndoc
3.0.0
Release Notes
- [889a26b] Bump version to 3.0.0 (#156)
- [f6a0429] Step 1840 remove xamarin support (#155)
- [8b54958] bump version to 2.4.4 to resolve #151 (#152)
Install or upgrade
To install this version, run the following commands (in a bash shell):
curl -fL https://github.com/bitrise-io/codesigndoc/releases/download/3.0.0/codesigndoc-"$(uname -s)"-"$(uname -m)" > /usr/local/bin/codesigndoc
ℹ️ M1 machine: Please note by default /usr/local/bin
does not exist on M1 machines and isn't encouraged by the community over /opt/bin
. Use a custom folder path or use your own bin
folder path. i.e /opt/bin
Then:
chmod +x /usr/local/bin/codesigndoc
That's all, you're ready to call codesigndoc
!
2.4.4
Release Notes
- [7af3f91] version bump to 2.4.4 (#149)
- [04e6c0e] Update README.md (#148)
- [de280f5] Add xcodebuild command
destination
flag (#147) - [5ca9efb] Add renovate.json (#143)
Install or upgrade
To install this version, run the following commands (in a bash shell):
curl -fL https://github.com/bitrise-io/codesigndoc/releases/download/2.4.4/codesigndoc-"$(uname -s)"-"$(uname -m)" > /usr/local/bin/codesigndoc
Then:
chmod +x /usr/local/bin/codesigndoc
M1 machine: Please note by default /usr/local/bin
does not exist for M1 machines. Use a custom folder or save it to your own bin folder. i.e /opt/
That's all, you're ready to call codesigndoc
!
2.4.3
Release Notes
- [80756d2] Fix previous version bump. (#138)
- [66a8acb] Bump version to 2.4.2. (#137)
- [2d52c58] Step 826 migrate xcode project (#136)
Install or upgrade
To install this version, run the following commands (in a bash shell):
curl -fL https://github.com/bitrise-io/codesigndoc/releases/download/2.4.3/codesigndoc-$(uname -s)-$(uname -m) > /usr/local/bin/codesigndoc
Then:
chmod +x /usr/local/bin/codesigndoc
That's all, you're ready to call codesigndoc
!
2.4.2
Release Notes
- [53c14b0] Fix typos (#122)
- [c806369] update install script to 2.4.1 release (#119)
- [04eca48] update version.go and extend release description (#118)
Install or upgrade
To install this version, run the following commands (in a bash shell):
curl -fL https://github.com/bitrise-io/codesigndoc/releases/download/2.4.2/codesigndoc-$(uname -s)-$(uname -m) > /usr/local/bin/codesigndoc
Then:
chmod +x /usr/local/bin/codesigndoc
That's all, you're ready to call codesigndoc
!
2.4.1
Release Notes
Maintenance release.
- [8f03b30] update version.go and extend release description
- [aac4377] Typo fixed (#116) (thanks to @DaanGeurts)
- [d9a7838] Fix compile errors after dep update (#117)
Install or upgrade
To install this version, run the following commands (in a bash shell):
curl -fL https://github.com/bitrise-io/codesigndoc/releases/download/2.4.1/codesigndoc-$(uname -s)-$(uname -m) > /usr/local/bin/codesigndoc
Then:
chmod +x /usr/local/bin/codesigndoc
That's all, you're ready to call codesigndoc
!
2.4.0
Release Notes
- [d6354ff] bump version from 2.3.1 -> 2.4.0 (#115)
- [d1bd6b4] Fix new Apple certificates listing (#114)
- [5b0b8e8] Apple Development & Apple Distribution certificate (#112)
Install or upgrade
To install this version, run the following commands (in a bash shell):
curl -fL https://github.com/bitrise-io/codesigndoc/releases/download/2.4.0/codesigndoc-$(uname -s)-$(uname -m) > /usr/local/bin/codesigndoc
Then:
chmod +x /usr/local/bin/codesigndoc
That's all, you're ready to call codesigndoc
!
2.3.1
Release Notes
- [3f16f92] Update wrapper versions (#107)
- [4a72630] Release (#106)
- [55553b0] Exported functions (#105)
- [c82fde6] Updating wrapper versions (#104)
Install or upgrade
To install this version, run the following commands (in a bash shell):
curl -fL https://github.com/bitrise-io/codesigndoc/releases/download/2.3.1/codesigndoc-$(uname -s)-$(uname -m) > /usr/local/bin/codesigndoc
Then:
chmod +x /usr/local/bin/codesigndoc
That's all, you're ready to call codesigndoc
!
2.3.0
Release Notes
Install or upgrade
To install this version, run the following commands (in a bash shell):
curl -fL https://github.com/bitrise-io/codesigndoc/releases/download/2.3.0/codesigndoc-$(uname -s)-$(uname -m) > /usr/local/bin/codesigndoc
Then:
chmod +x /usr/local/bin/codesigndoc
That's all, you're ready to call codesigndoc
!
2.2.1
Fix the error which occurs when the Xcode project scheme contains [
and ]
characters.
They are control characters in a regexp pattern.
Example error:
failed to analyze archive, error: failed to find main app, using pattern:
/var/folders/5k/s091mx790jj0j2g9w3rxsdgm0000gn/T/__codesigndoc__464040371/[Copy] xcode 10
.xcarchive/Products/Applications/*.app
2.2.0
Auto scan for project files
Add the automatic scan feature to the codesigndoc.
The tool will check the root directory for the project files (e.g: .xcodeproj or .xcworkspace).
If it could not find any, then it should rollback to the current 'drag-and-drop' solution.
UI Target support
For iOS Real Device Testing we need to generate an .xcterstrun file which was generated for generic/real device.
For this we need a development provisioning profile for the UITest target too.
Add a new scan option: xcodeuitests ./codesigndoc scan xcodeuitests
NOTE
The scanner search for valid schemes for the provided iOS project / workspace.
The scheme is valid if:
- It has not skipped test target for test run:
- There is a UITest target in the not skipped ones :
Troubleshoot
If you run the ./codesigndoc scan xcodeuitests
and you can't find your desired scheme in the list
-
Make sure your scheme is valid for UITest run (the NOTE above)
-
Refresh your project settings:
- Select the
Generic iOS Device
target for the scheme in Xcode. - Clean your project
⌘ Cmd + ↑ Shift + K
- Run a build-for-testing
⌘ Cmd + ↑ Shift + U
- Select the
And try the codesigndoc
again.