Codesigndoc Versions Save

Your friendly iOS Code Signing Doctor

3.0.0

2 years ago

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

2 years ago

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

2 years ago

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

3 years ago

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

4 years ago

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

4 years ago

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

4 years ago

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

4 years ago

Release Notes

  • [8d427f7] Updating release flow (#103)
  • [d0d7a94] Feature/automation upload (#102)

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

5 years ago

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

5 years ago

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:

  1. It has not skipped test target for test run: test

  2. There is a UITest target in the not skipped ones : enabled

Troubleshoot

If you run the ./codesigndoc scan xcodeuitests and you can't find your desired scheme in the list

  1. Make sure your scheme is valid for UITest run (the NOTE above)

  2. 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

And try the codesigndoc again.