Skip to content

1.0.2

Choose a tag to compare

@retyui retyui released this 30 Jul 22:09
· 22 commits to main since this release

Fix inconsistent return type

// Before
DetectMaestro.isMaestro() // 0 or 1 (ios old arch)

// After
DetectMaestro.isMaestro() // true or false (ios old arch)