Official Accessory Support
Official FindMy accessories, such as AirTags and iPhones, are now officially supported! Check out [`real_airtag.py`](https://github.com/malmeloo/FindMy.py/blob/main/examples/real_airtag.py) for an example on how to use this functionality.
For now, tracking official devices requires dumping a .plist file from a MacOS device. This is only required once. For more information, please consult 4 (official docs coming soon!)
Changelog
* Anisette refactor by malmeloo in https://github.com/malmeloo/FindMy.py/pull/12
* scanner: Fix Windows compatibility by malmeloo in https://github.com/malmeloo/FindMy.py/pull/25
* reports: fix several issues by malmeloo in https://github.com/malmeloo/FindMy.py/pull/26
* reports: easier accessory key fetching by malmeloo in https://github.com/malmeloo/FindMy.py/pull/28
**Full Changelog**: https://github.com/malmeloo/FindMy.py/compare/v0.5.0...v0.6.0