marcoarment / BugshotKit

iOS in-app bug reporting for developers and testers, with annotated screenshots and the console log.
MIT License
1.36k stars 138 forks source link

Fix deprecations in iOS 8 #36

Closed randomsequence closed 10 years ago

randomsequence commented 10 years ago

Two little changes. In both cases the replacement methods are documented as being identical. aslresponse_next() is deprecated in favour of asl_next() aslresponse_free() is deprecated in favour of aslresponse_free()

randomsequence commented 10 years ago

Ignore this. The iOS 8b5 documentation has asl_next() and aslresponse_free() marked as available in iOS 7, deprecated in 8. iOS 7 asl.h doesn't include those functions.