Skip to content

Releases: maxxfrazer/MultipeerHelper

Delegate method references

10 Feb 07:38
ea73ccd
Compare
Choose a tag to compare

What's Changed

  • MultipeerHelper in Delegate Params by @maxxfrazer in #13
  • Removed "v" from version tag

Full Changelog: v1.3.1...1.4.0

Delegate Updates

20 Jun 10:38
Compare
Choose a tag to compare
Delegate Updates Pre-release
Pre-release

Added MultipeerHelper to delegate methods, SwiftUI reasons

Patch update for iOS 14 compatibility

16 Sep 08:58
03c2690
Compare
Choose a tag to compare
  • Make disconnectAll public
  • add static variables so discovery keys will not clash
  • also add platform and version keys by default

iOS 14 Compatibility

16 Sep 08:48
0f9202e
Compare
Choose a tag to compare

Fix iOS 14 compatibility, using MultipeerHelperDelegate.checkPeerToken()

Most updates can be found in #9

iOS 14 Compatibility

16 Sep 08:21
0f9202e
Compare
Choose a tag to compare
iOS 14 Compatibility Pre-release
Pre-release

See updates in #9

Main update is the use of NetworkCompatibilityToken for checking compatibility between two devices versions of RealityKit

checkPeerToken to static

08 Aug 12:19
Compare
Choose a tag to compare
Pre-release
  • Make checkPeerToken a static method of MultipeerHelperDelegate

iOS 14 Compatibility

20 Jul 17:06
Compare
Choose a tag to compare
Pre-release

This pre-release adds optional checks to see if two RealityKit versions are compatible

Connected Peers Lookup

16 Jun 19:59
Compare
Choose a tag to compare
  • Expanded compatible platforms to macOS and tvOS
  • Added functions for sending to a specific peer by displayname
  • Added a cache of all connected peers
  • Added docs to public functions

Should Request and Should Accept

22 Feb 14:53
c8eb265
Compare
Choose a tag to compare

ShouldRequest and ShouldAccept handlers added.

Added runWithOwnership

10 Dec 10:12
Compare
Choose a tag to compare

runWithOwnership lets you run a command if you have ownership or once ownership of an entity is obtained