diff options
author | Jason Wray <jason@mapbox.com> | 2016-08-17 15:30:39 -0400 |
---|---|---|
committer | Jason Wray <jason@mapbox.com> | 2016-08-18 11:35:32 -0400 |
commit | 256689a33d465e8909e9bc5883ee3340551c7dca (patch) | |
tree | 13827aba761640fab50b8a56391699c4fbda99da /platform/macos/src/MGLAnnotationImage.h | |
parent | 7de7f9dc918c3faf2dde3240698b76a97f3e8408 (diff) | |
download | qtlocation-mapboxgl-256689a33d465e8909e9bc5883ee3340551c7dca.tar.gz |
[ios, macos] Make Xcode 7.3 the minimum required version
- Removes nullability shims for Xcode 6.
- Removes MGLTypes.h from files where it was only being used for
nullability support.
- Accepts that `NS_SWIFT_NAME` is not fully supported by Xcode 7.2 and
lower.
- Adds documentation about Xcode 7.3 requirement.
Diffstat (limited to 'platform/macos/src/MGLAnnotationImage.h')
-rw-r--r-- | platform/macos/src/MGLAnnotationImage.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/platform/macos/src/MGLAnnotationImage.h b/platform/macos/src/MGLAnnotationImage.h index ad44993ee1..37d43d7277 100644 --- a/platform/macos/src/MGLAnnotationImage.h +++ b/platform/macos/src/MGLAnnotationImage.h @@ -1,7 +1,5 @@ #import <AppKit/AppKit.h> -#import "MGLTypes.h" - NS_ASSUME_NONNULL_BEGIN /** |