Binary Softhub
AferoIOSSofthub 1.1.0 is a precompiled dynamic framework:
- The module name (
AferoSofthub
) and all symbol names are unchanged from version 1.0.2 (which is the last hosted in theaferodeveloper/hubby
repo.1.1.0
is API-compatible with1.0.2
. - Framework contains
armv7
,arm64
,i386
, andx86_64
architectures, as well as bitcode. - As
i386
andx86_64
slices are intended to run on the simulator only, they're "stubbed": theAferoSofthub
interface is exposed, but all calls are stubbed to either no-op, or to return test fixture results. Bitcode is included only as a marker in these slices.