Add macOS support (#23)

* Add macOS support

* Update README

* Update to v0.2.0

* Document breaking changes

* Delete widget tests
This commit is contained in:
Ben Hagen
2025-05-13 16:24:58 +02:00
committed by GitHub
parent c391cc5f26
commit abe519dae7
103 changed files with 3444 additions and 169 deletions
+12
View File
@@ -1,3 +1,15 @@
## 0.2.0
**!! BREAKING CHANGES !!**
- Add support for macOS
- Renamed iOS-specific elements to Darwin to support both iOS and macOS:
- API: `iosDeviceName` renamed to `darwinDeviceName` in `NearbyInitializeData`
- API: `NearbyIOSDevice` renamed to `NearbyDarwinDevice`
- API: `NearbyIOSService` renamed to `NearbyDarwinService`
- API: `NearbyServiceIOSExceptionMapper` renamed to `NearbyServiceDarwinExceptionMapper`
- Access: `.ios` property renamed to `.darwin`
## 0.1.3
- [Android]: Use intent to get peers when requestPeers() returns empty