novastone-media / MQTT-Client-Framework

iOS, macOS, tvOS native ObjectiveC MQTT Client Framework
Other
1.84k stars 463 forks source link

iOS extension fix #553

Closed csimionov closed 4 years ago

csimionov commented 4 years ago

Using NS_EXTENSION_UNAVAILABLE_IOS can enable using this framework in iOS extension.

jcavar commented 4 years ago

Thank you @csimionov. This looks good to me but build is failing on macOS. Could you take a look at that please?

csimionov commented 4 years ago

Sorry, my mistake. I checked the tests this time and all seems fine.

jcavar commented 4 years ago

Thank you @csimionov!