calabash / calabash-ios-server

An embedded HTTP server for performing queries and test automation
Other
87 stars 82 forks source link

calabash-ios-server contains iOS9.0 deprecated defines and methods #398

Closed sarastro-nl closed 7 years ago

sarastro-nl commented 7 years ago

kCFStreamNetworkServiceTypeVoIP is deprecated in LPGCDAsyncSocket.m: r1 = CFReadStreamSetProperty(readStream, kCFStreamNetworkServiceType, kCFStreamNetworkServiceTypeVoIP); r2 = CFWriteStreamSetProperty(writeStream, kCFStreamNetworkServiceType, kCFStreamNetworkServiceTypeVoIP);

stringByReplacingPercentEscapesUsingEncoding is deprecated in LPUIAUserPrefsChannel.m: path = [[unsanitizedPlistPath stringByReplacingPercentEscapesUsingEncoding:NSUTF8StringEncoding] copy];

jmoody commented 7 years ago

Thank you. We may or may not address these issues.