Skip to content

Commit

Permalink
Update references to 'beta' (#817)
Browse files Browse the repository at this point in the history
  • Loading branch information
macdrevx committed Nov 29, 2021
1 parent 88a0f3b commit 5b501b4
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import MapboxMaps
///
/// By default, users may download up to 250MB of data for offline
/// use without incurring additional charges. This limit is subject
/// to change during the beta.
/// to change.
@objc(OfflineManagerExample)
final class OfflineManagerExample: UIViewController, ExampleProtocol {
// This example uses a Storyboard to setup the following views
Expand Down
2 changes: 1 addition & 1 deletion Apps/Examples/Examples/Models/Examples.swift
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public struct Examples {
By default, users may download up to 250MB of data for offline
use without incurring additional charges. This limit is subject
to change during the beta.
to change.
""",
type: OfflineManagerExample.self),
Example(title: "Use OfflineRegionManager to download a region",
Expand Down
2 changes: 1 addition & 1 deletion Apps/Examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use Mapbox Maps SDK v10 for iOS, which now runs on

The Examples project needs to be able to access Mapbox services to install
dependencies and load maps. Follow the instructions in the docs to
[Configure credentials](https://docs.mapbox.com/ios/beta/maps/guides/install/).
[Configure credentials](https://docs.mapbox.com/ios/maps/guides/install/).

When you get to the "Configure your public token" step, you can optionally place
your public token in the file `~/.mapbox` instead of modifying the Example app's
Expand Down
4 changes: 2 additions & 2 deletions MapboxMaps.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ Pod::Spec.new do |m|

m.summary = 'Vector map solution for iOS with full styling capabilities.'
m.description = 'Metal-based vector map solution for iOS with full styling capabilities.'
m.homepage = 'https://docs.mapbox.com/ios/beta/maps/guides/'
m.homepage = 'https://docs.mapbox.com/ios/maps/guides/'
m.license = { type: 'Commercial', file: 'LICENSE.md' }
m.author = { 'Mapbox' => 'mobile@mapbox.com' }
m.social_media_url = 'https://twitter.com/mapbox'
m.documentation_url = 'https://docs.mapbox.com/ios/beta/maps/api-reference/'
m.documentation_url = 'https://docs.mapbox.com/ios/maps/api-reference/'

m.source = { :git => 'https://github.com/mapbox/mapbox-maps-ios.git', :tag => "v#{maps_version}" }
m.platform = :ios
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Mapbox Maps SDK for iOS is a public library for displaying interactive, thoroughly customizable maps in native iOS. It takes map styles that conform to the [Mapbox Style Specification](https://docs.mapbox.com/mapbox-gl-js/style-spec/), applies them to vector tiles that conform to the [Mapbox Vector Tile Specification](https://github.com/mapbox/vector-tile-spec), and renders them using Metal.

## Getting Started
This README is intended for developers who are interested in contributing to the Mapbox Maps SDK for iOS. Please visit https://docs.mapbox.com/ios/beta/maps/guides/ for general information and instructions on using the Maps SDK in your iOS application.
This README is intended for developers who are interested in contributing to the Mapbox Maps SDK for iOS. Please visit https://docs.mapbox.com/ios/maps/guides/ for general information and instructions on using the Maps SDK in your iOS application.

## Examples App
The Examples app shows how to use many of the features in the Maps SDK. See the [Examples README](Apps/Examples/README.md) for more information.
Expand Down
2 changes: 1 addition & 1 deletion Sources/MapboxMaps/Offline/OfflineManager+MapboxMaps.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ extension MapboxCoreMaps.OfflineManager {
/// - Important:
/// By default, users may download up to 250MB of data for offline
/// use without incurring additional charges. This limit is subject
/// to change during the beta.
/// to change.
@discardableResult
public func loadStylePack(for styleURI: StyleURI,
loadOptions: StylePackLoadOptions,
Expand Down
2 changes: 1 addition & 1 deletion Sources/MapboxMaps/Offline/TileStore+MapboxMaps.swift
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ extension TileStore {
/// - Important:
/// By default, users may download up to 250MB of data for offline
/// use without incurring additional charges. This limit is subject
/// to change during the beta.
/// to change.
@discardableResult
public func loadTileRegion(forId id: String,
loadOptions: TileRegionLoadOptions,
Expand Down
2 changes: 1 addition & 1 deletion scripts/release/README-dynamic.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@

4. Add `import MapboxMaps` to your Swift source file.

5. Please see the [Migration Guide](https://docs.mapbox.com/ios/beta/maps/guides/migrate-to-v10/)
5. Please see the [Migration Guide](https://docs.mapbox.com/ios/maps/guides/migrate-to-v10/)
for further guidelines.
2 changes: 1 addition & 1 deletion scripts/release/README-static.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@

6. Add `import MapboxMaps` to your Swift source file.

7. Please see the [Migration Guide](https://docs.mapbox.com/ios/beta/maps/guides/migrate-to-v10/)
7. Please see the [Migration Guide](https://docs.mapbox.com/ios/maps/guides/migrate-to-v10/)
for further guidelines.

0 comments on commit 5b501b4

Please sign in to comment.