All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Updated the default path to iTMS Transporter for Xcode 11. Fallback to using path for previous path for Xcode 10 and below if initial attempt fails.
- Fixed issue whereby
β--itms-transporter-path
flag was ignored.
- Fixed issue whereby
verbose-on-failure
flag was not obeyed correctly.
- Added the ability to specify whether or not the application name is emitted as part of output using
--emit-app-name
. - Added the ability to notify only on failures using
--notify-only-on-failure
. - Added the ability to provide more verbose output only where a failure occurs to help diagnose the issue using --verbose-on-failure`.
- Return code emitted to fail CI jobs where upload fails.
--verbose
flag added in order to obtain more detailed output.
- Output made more concise.
- Ability to specify a timeout in seconds for the upload using the
--timeout
parameter.
- Initial release.