Marat Al
Marat Al
I agree, we should free users from calling `ARTPush.didRegisterForRemoteNotifications(withDeviceToken:realtime:)` manually.
Isn't it just the same message printed twice? The object address is the same (and the message id too). @renbevz @umair-ably
WIP branch 2045-visionOS-research
This is what I got when trying to install ably-cocoa Carthage dependencies for visionOS: It's easy to add `visionOS` targets for `delta-codec-cocoa` and `msgpack-objective-C` since they already have multiple targets...
> Not sure I understand why you talk about "visionOS targets", what's the significance of "target" there? From the second screenshot you posted it seems that visionOS is supported by...
> And then, if we _weren't_ able to build our visionOS test dependencies using Carthage, is there some other mechanism by which our tests could get hold of the dependencies?...
> [@maratal](https://github.com/maratal) I did an example of this for you: https://github.com/ably/ably-cocoa/tree/xcode-proj-dependencies-from-SPM > > There's an issue due to Nimble's deployment target being iOS 13 but ours being iOS 10, will...
> * you need to check whether this will break anything for people who install ably-cocoa using Carthage. Depending on this, it might be best only to apply this change...
> I've pushed [0ee75ea](https://github.com/ably/ably-cocoa/commit/0ee75ea83fe927bf585f357101e27481b90cf8c5) to your branch, which fixes it not being able to find the scheme. There's an error re not being able to find simulator, will leave that...
It works now https://github.com/ably/ably-cocoa/actions/runs/14605835033/job/40974535750?pr=2050