Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@jpgarcia jpgarcia released this 31 Jan 10:27
· 2 commits to main since this release

v1.1.0 (2023-01-31)

Features

CLI

  • Yarn 3: Add support for projects using Yarn 3
  • Remove envman dependency: Do not store output variables using envman anymore. In addition of removing envman as dependency we've added a new cli option --output-format=json|env to output the build variables in two formats json and key=value env file.

Fixes

  • appPath miscalculated: Improve android appPath search function which in certain conditions like running with Detox was set with the androidTest.apk instead of the actual app path.
  • Missing ANDROID_HOME dep on iOS: Now we're only throwing when building for Android platform.
  • xcodebeauty error swallowing: Add a missing pipefail -o to avoid xcodebuild command error to be swallowed when piping xcodebeauty / xcpretty .