ca-archived / iOS-NBUCore

Convenience macros, functions and API availability checks for iOS projects.
http://cyberagent.github.io/iOS-NBUCore
Apache License 2.0
115 stars 18 forks source link

Fix broken headings in Markdown files #8

Closed bryant1410 closed 7 years ago

bryant1410 commented 7 years ago

GitHub changed the way Markdown headings are parsed, so this change fixes it.

See bryant1410/readmesfix for more information.

Tackles bryant1410/readmesfix#1

cjwirth commented 7 years ago

Our readme is fine. Your script broke it:

// E.g. check for API that may crash on iOS 5.x devices.
#define __IPHONE_OS_VERSION_SOFT_MAX_REQUIRED __IPHONE_5_0
# import <NBUCore/NBUAvailability.h>
bryant1410 commented 7 years ago

Yup, sorry! This was a bug. It's fixed now.

cjwirth commented 7 years ago

Thanks! Let me know when you have an updated version 👍