You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 .