Releases: MobileNativeFoundation/bluepill
Releases · MobileNativeFoundation/bluepill
v5.5.4
What's Changed
- Introduce BPSwimlane holding LaneID that keeps the same when reused. by @YangSun33 in #487
Full Changelog: v5.5.3...v5.5.4
v5.8.1
What's Changed
- Move files closer in pbxproj file by @ymwang1984 in #478
- Introduce BPSwimlane holding LaneID that keeps the same when reused to fix trace-profile issue. by @YangSun33 in #486
Full Changelog: v5.8.0...v5.8.1
v5.8.0 - Xcode 12.4 support
What's Changed
- Replaced BP_MASTER and BP_SLAVE with inclusive terminology by @Buzz-Lightyear in #476
- Xcode 12.4 support by @ymwang1984 in #477
Full Changelog: v5.7.0...v5.8.0
v5.7.0 - Xcode 12.3 support
v5.6.0 - Xcode 12.2 support
What's Changed
- Housekeeping. Misc project changes by @chenxiao0228 in #468
- Xcode 12.2 Support by @chenxiao0228 in #470
Full Changelog: v5.5.3...v5.6.0
v5.5.3
What's Changed
- Update bazel build script and bazel rule by @AhmedEid in #463
- Add NSXMLDocumentTidyXML as option to NSXMLDocument by @AhmedEid in #464
- Fix issue loading Bluepill Bazel rule
- Strip invalid characters off of XML prior to passing it into report collector
New Contributors
Full Changelog: v5.5.2...v5.5.3
v5.5.2 - Minor app crash fix
What's Changed
- Update DYLD_FALLBACK_LIBRARY_PATH to the new path by @chenxiao0228 in #416
Full Changelog: v5.5.1...v5.5.2
v5.5.1
What's Changed
- Record video using simctl by @RainNapper in #441
- Only reference libXCTestBundleInject.dylib if it exists by @RainNapper in #460
Full Changelog: v5.5.0...v5.5.1
v5.5.0 - Xcode 12.0 support
v5.4.2
Retry app crash tests and consider then non-fatal if they pass (#456) Introducing a flag `retry-app-crash-tests` to retry tests that might have caused app crashes. When this flag is turned on, the execution will not fail if all app crash tests pass on retry. The retries will honor the `error-retries` count, restarts the sim before retrying the crashed test and makes the crash logs available, like before.