This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cherry picks for release 6.2.2 (#509)
- Loading branch information
Julian Rex
authored
Oct 19, 2020
1 parent
7526f6b
commit 90daef0
Showing
20 changed files
with
178 additions
and
146 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Pod::Spec.new do |m| | ||
|
||
version = '6.2.1' | ||
version = '6.2.2' | ||
|
||
m.name = 'Mapbox-iOS-SDK-snapshot-dynamic' | ||
m.version = "#{version}-snapshot" | ||
|
@@ -10,9 +10,9 @@ Pod::Spec.new do |m| | |
m.homepage = 'https://docs.mapbox.com/ios/maps/' | ||
m.license = { :type => 'BSD', :file => 'LICENSE.md' } | ||
m.author = { 'Mapbox' => '[email protected]' } | ||
m.screenshot = "https://docs.mapbox.com/ios/api/maps/#{version}/img/screenshot.png" | ||
m.screenshot = "https://docs.mapbox.com/ios/maps/api/#{version}/img/screenshot.png" | ||
m.social_media_url = 'https://twitter.com/mapbox' | ||
m.documentation_url = 'https://docs.mapbox.com/ios/api/maps/' | ||
m.documentation_url = 'https://docs.mapbox.com/ios/maps/api/' | ||
|
||
m.source = { | ||
:http => "https://mapbox.s3.amazonaws.com/mapbox-gl-native/ios/builds/mapbox-ios-sdk-snapshot-dynamic.zip", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Pod::Spec.new do |m| | ||
|
||
version = '6.2.1' | ||
version = '6.2.2' | ||
|
||
m.name = 'Mapbox-iOS-SDK-stripped' | ||
m.version = "#{version}-stripped" | ||
|
@@ -10,9 +10,9 @@ Pod::Spec.new do |m| | |
m.homepage = 'https://docs.mapbox.com/ios/maps/' | ||
m.license = { :type => 'BSD', :file => 'LICENSE.md' } | ||
m.author = { 'Mapbox' => '[email protected]' } | ||
m.screenshot = "https://docs.mapbox.com/ios/api/maps/#{version}/img/screenshot.png" | ||
m.screenshot = "https://docs.mapbox.com/ios/maps/api/#{version}/img/screenshot.png" | ||
m.social_media_url = 'https://twitter.com/mapbox' | ||
m.documentation_url = 'https://docs.mapbox.com/ios/api/maps/' | ||
m.documentation_url = 'https://docs.mapbox.com/ios/maps/api/' | ||
|
||
m.source = { | ||
:http => "https://api.mapbox.com/downloads/v2/mobile-maps/releases/ios/packages/#{version.to_s}/mapbox-ios-sdk-stripped-dynamic.zip", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Pod::Spec.new do |m| | ||
|
||
version = '6.2.1' | ||
version = '6.2.2' | ||
|
||
m.name = 'Mapbox-iOS-SDK' | ||
m.version = version | ||
|
@@ -10,9 +10,9 @@ Pod::Spec.new do |m| | |
m.homepage = 'https://docs.mapbox.com/ios/maps/' | ||
m.license = { :type => 'BSD', :file => 'LICENSE.md' } | ||
m.author = { 'Mapbox' => '[email protected]' } | ||
m.screenshot = "https://docs.mapbox.com/ios/api/maps/#{version}/img/screenshot.png" | ||
m.screenshot = "https://docs.mapbox.com/ios/maps/api/#{version}/img/screenshot.png" | ||
m.social_media_url = 'https://twitter.com/mapbox' | ||
m.documentation_url = 'https://docs.mapbox.com/ios/api/maps/' | ||
m.documentation_url = 'https://docs.mapbox.com/ios/maps/api/' | ||
|
||
m.source = { | ||
:http => "https://api.mapbox.com/downloads/v2/mobile-maps/releases/ios/packages/#{version.to_s}/mapbox-ios-sdk-dynamic.zip", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.