-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Labels
A-frameworkAffects the framework crates and the translator for themAffects the framework crates and the translator for them
Milestone
Description
NSNetService in Foundation has all been deprecated:
- See official documentation here: https://developer.apple.com/documentation/foundation/nsnetservice
- See https://forums.developer.apple.com/forums/thread/682744
It's been succeeded by the Network Framework:
https://developer.apple.com/documentation/network?language=objc
I can only see a NetworkExtension
autogenerated crate; which is completely different than Network
Question:
- How can I generate the
Network
crate/feature since it's missing - Alternatively, can I call these methods without the Network crate on version 0.5.2?
xiaopengli89 and pronebird
Metadata
Metadata
Assignees
Labels
A-frameworkAffects the framework crates and the translator for themAffects the framework crates and the translator for them