Skip to content

Commit

Permalink
Bump gl-native version
Browse files Browse the repository at this point in the history
  • Loading branch information
persidskiy committed Jan 31, 2024
1 parent 35a3bea commit 13eb522
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 9 deletions.
9 changes: 9 additions & 0 deletions Apps/Apps.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@
"version" : "24.2.0-beta.1"
}
},
{
"identity" : "mapbox-core-maps-ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/mapbox/mapbox-core-maps-ios.git",
"state" : {
"revision" : "6f1e56f01edb6145b9229f6eb4cd6c0557b647ac",
"version" : "11.2.0-beta.1"
}
},
{
"identity" : "turf-swift",
"kind" : "remoteSourceControl",
Expand Down
35 changes: 33 additions & 2 deletions LICENSE.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion MapboxMaps.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Pod::Spec.new do |m|
m.source_files = 'Sources/MapboxMaps/**/*.{swift,h}'
m.resource_bundles = { 'MapboxMapsResources' => ['Sources/**/*.{xcassets,strings}', 'Sources/MapboxMaps/MapboxMaps.json', 'Sources/MapboxMaps/PrivacyInfo.xcprivacy'] }

m.dependency 'MapboxCoreMaps', '11.2.0-SNAPSHOT.0129T1135Z.89fb196'
m.dependency 'MapboxCoreMaps', '11.2.0-beta.1'
m.dependency 'MapboxCommon', '24.2.0-beta.1'
m.dependency 'Turf', '2.8.0'

Expand Down
9 changes: 9 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@
"version" : "24.2.0-beta.1"
}
},
{
"identity" : "mapbox-core-maps-ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/mapbox/mapbox-core-maps-ios.git",
"state" : {
"revision" : "6f1e56f01edb6145b9229f6eb4cd6c0557b647ac",
"version" : "11.2.0-beta.1"
}
},
{
"identity" : "turf-swift",
"kind" : "remoteSourceControl",
Expand Down
7 changes: 2 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@

import PackageDescription

let coreMaps = MapsDependency.coreMaps(
version: "11.2.0-SNAPSHOT.0129T1135Z.89fb196",
checksum: "79f384025c8593498b32a0f3ad72a80420758d651ecf0e1e1d151513a53896d1"
)
let coreMaps = MapsDependency.coreMaps(version: "11.2.0-beta.1")
let common = MapsDependency.common(version: "24.2.0-beta.1")

let mapboxMapsPath: String? = nil
Expand All @@ -15,7 +12,7 @@ let package = Package(
name: "MapboxMaps",
defaultLocalization: "en",
// Maps SDK doesn't support macOS but declared the minimum macOS requirement with downstream deps to enable `swift run` cli tools
platforms: [.iOS(.v12), .macOS(.v10_15), .custom("visionOS", versionString: "1.0")],
platforms: [.iOS(.v12), .macOS(.v10_15), .custom("visionos", versionString: "1.0")],
products: [
.library(
name: "MapboxMaps",
Expand Down
2 changes: 1 addition & 1 deletion scripts/release/packager/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"MapboxCoreMaps": "11.2.0-SNAPSHOT.0129T1135Z.89fb196",
"MapboxCoreMaps": "11.2.0-beta.1",
"MapboxCommon": "24.2.0-beta.1",
"Turf": "2.8.0"
}

0 comments on commit 13eb522

Please sign in to comment.