Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
persidskiy committed Oct 9, 2024
1 parent f7e42a0 commit 2916a52
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 17 deletions.
8 changes: 4 additions & 4 deletions Apps/Apps.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/mapbox/mapbox-common-ios.git",
"state" : {
"revision" : "25d2799f6116d7921b707b6eb217cf976e0a664a",
"version" : "24.7.0"
"revision" : "c5ff61ca878f937407276d17137b8bab5a05f632",
"version" : "24.8.0-beta.1"
}
},
{
"identity" : "mapbox-core-maps-ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/mapbox/mapbox-core-maps-ios.git",
"state" : {
"revision" : "b191fddd85c19c7372b6a5b93bb883ba04ea0cbe",
"version" : "11.7.0"
"revision" : "1ce341acc0a5e2d0f0f7c3dedb8553bb22888437",
"version" : "11.8.0-beta.1"
}
},
{
Expand Down
12 changes: 6 additions & 6 deletions LICENSE.md

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

4 changes: 2 additions & 2 deletions MapboxMaps.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ 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.8.0-SNAPSHOT.1007T0604Z.9abe2f8'
m.dependency 'MapboxCommon', '24.8.0-SNAPSHOT.1007T0604Z.9abe2f8'
m.dependency 'MapboxCoreMaps', '11.8.0-beta.1'
m.dependency 'MapboxCommon', '24.8.0-beta.1'
m.dependency 'Turf', '3.0.0'

end
18 changes: 18 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
{
"pins" : [
{
"identity" : "mapbox-common-ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/mapbox/mapbox-common-ios.git",
"state" : {
"revision" : "c5ff61ca878f937407276d17137b8bab5a05f632",
"version" : "24.8.0-beta.1"
}
},
{
"identity" : "mapbox-core-maps-ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/mapbox/mapbox-core-maps-ios.git",
"state" : {
"revision" : "1ce341acc0a5e2d0f0f7c3dedb8553bb22888437",
"version" : "11.8.0-beta.1"
}
},
{
"identity" : "turf-swift",
"kind" : "remoteSourceControl",
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import PackageDescription
import Foundation

let coreMaps = MapsDependency.coreMaps(version: "11.8.0-SNAPSHOT.1007T0604Z.9abe2f8", checksum: "5883a91cce09d7686c1fe3c7072f80efeb09dd9ca945d3ce4acf828f834ca16f")
let common = MapsDependency.common(version: "24.8.0-SNAPSHOT.1007T0604Z.9abe2f8", checksum: "b36c623ecbe4742c0b5956482de883c7a74d49eb49b7de64a8feefabe0dbe697")
let coreMaps = MapsDependency.coreMaps(version: "11.8.0-beta.1")
let common = MapsDependency.common(version: "24.8.0-beta.1")

let mapboxMapsPath: String? = nil

Expand Down
2 changes: 1 addition & 1 deletion scripts/license/generate-license.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ if [ "$MODE" == "validate" ]; then
fi
elif [ "$MODE" == "generate" ]; then
echo "$EXPECTED_LICENSE" > "$LICENSE_OUTPUT_PATH"
echo "License file has been updated."
echo "License file has been updated." >&2
else
usage
fi
4 changes: 2 additions & 2 deletions scripts/release/packager/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"MapboxCoreMaps": "11.8.0-SNAPSHOT.1007T0604Z.9abe2f8",
"MapboxCommon": "24.8.0-SNAPSHOT.1007T0604Z.9abe2f8",
"MapboxCoreMaps": "11.8.0-beta.1",
"MapboxCommon": "24.8.0-beta.1",
"Turf": "3.0.0"
}

0 comments on commit 2916a52

Please sign in to comment.