Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

[ios, macos] Bumped Xcode version requirement to 8.0 #8775

Merged
merged 5 commits into from
Apr 25, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions platform/ios/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
* The error passed into `-[MGLMapViewDelegate mapViewDidFailLoadingMap:withError:]` now includes a more specific description and failure reason. ([#8418](https://github.com/mapbox/mapbox-gl-native/pull/8418))
* Fixed an issue where gesture recognizers associated with map view interactivity were not disabled when their related interactions were disabled. ([#8304](https://github.com/mapbox/mapbox-gl-native/pull/8304))
* Fixed an issue where re-adding a layer that had been previously removed from a style would reset its paint properties. Moved initializers for `MGLTileSource`, `MGLStyleLayer`, and `MGLForegroundStyleLayer` to their concrete subclasses; because these classes were already intended for initialization only via concrete subclasses, this should have no developer impact. ([#8626](https://github.com/mapbox/mapbox-gl-native/pull/8626))
* Xcode 8.0 or higher is now required to use this SDK.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is important enough that we should make it the first item for the release.


## 3.5.2 - April 7, 2017

Expand Down
2 changes: 1 addition & 1 deletion platform/ios/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The Mapbox iOS SDK is intended to run on iOS 8.0 and above on the following devi
* iPad 2 and above (3, 4, Mini, Air, Mini 2, Air 2)
* iPod touch 5th generation and above

The Mapbox iOS SDK requires Xcode 7.3 or higher.
The Mapbox iOS SDK requires Xcode 8.0 or higher.

### Building the SDK

Expand Down
2 changes: 1 addition & 1 deletion platform/ios/docs/pod-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ For more information, check out the [Mapbox iOS SDK homepage](https://www.mapbox

The Mapbox iOS SDK may be installed as either a dynamic framework or a static framework. (To reduce the download size, the static framework is omitted from some distributions; you may need to download the full package from the [release page](https://github.com/mapbox/mapbox-gl-native/releases/).)

Integrating the Mapbox iOS SDK requires Xcode 7.3 or higher.
Integrating the Mapbox iOS SDK requires Xcode 8.0 or higher.

{{DYNAMIC}}

Expand Down
2 changes: 1 addition & 1 deletion platform/macos/DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This document explains how to build the Mapbox macOS SDK from source. It is inte

The Mapbox macOS SDK and the macosapp demo application run on macOS 10.10.0 or above.

The Mapbox macOS SDK requires Xcode 7.3 or above.
The Mapbox macOS SDK requires Xcode 8.0 or above.

## Building the SDK

Expand Down
2 changes: 1 addition & 1 deletion platform/macos/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This document explains how to build a development version of the Mapbox macOS SD

### Requirements

The Mapbox macOS SDK requires the macOS 10.10.0 SDK (or above) and Xcode 7.3 (or above).
The Mapbox macOS SDK requires the macOS 10.10.0 SDK (or above) and Xcode 8.0 (or above).

### Building the SDK from source

Expand Down