202101.35
Richie SDKs Release
This is our first XCFramework release. It also turns on BUILD_LIBRARY_FOR_DISTRIBUTION
, meaning that it should be compatible with future Swift compilers, too.
Note that a side effect of BUILD_LIBRARY_FOR_DISTRIBUTION
is that Swift considers most of the enums exposed in API to be open, so you need to specify an @unknown
case in switch statements.
The dSYMs package was constructed afterwards and might not exactly match the SDK package due to differences in environment. Sorry about that; the next releases should have dSYMs that are gathered from the same compilation run as the libraries.
202101.31: Integrate RichieLogging into SDK/apps (#1769)
202101.30: Create XCFrameworks (#1762)
202101.21: Add support for books without toc (#1761)
202101.20: Add support for no_ads_after for dynamic ads in maggio (#1760)