KingsleyYau / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

CFURLCreateDataAndPropertiesFromResource is deprecated #609

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This method has been deprecated in iOS 7 and OS X 10.9 but it is still used in 
client/mac/handler/minidump_generator.cc

Original issue reported on code.google.com by lliabraa@chromium.org on 1 Oct 2014 at 7:13

GoogleCodeExporter commented 9 years ago
The compiler warning is:
warning: 'CFURLCreateDataAndPropertiesFromResource' is deprecated: first 
deprecated in iOS 7.0 - For resource data, use the CFReadStream API. For file 
resource properties, use CFURLCopyResourcePropertiesForKeys.

Original comment by lliabraa@chromium.org on 1 Oct 2014 at 7:18