set current proxy settings

前端 未结 1 1500
情话喂你
情话喂你 2021-01-28 04:29

I used SCDynamicStoreCopyProxies to retrieve proxy information. I was hoping that once I had the dictionary, I would be able to set current proxy settings. It turne

相关标签:
1条回答
  • 2021-01-28 04:42

    To change a "read only" (aka non-mutable) dictionary use func mutableCopy() -> AnyObject.

    0 讨论(0)
提交回复
热议问题