Skip to content

Commit e4587a0

Browse files
committed
[release] v23.12.0-alpha.2
1 parent 3b18609 commit e4587a0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
import PackageDescription
55
import Foundation
66

7-
let commonVersion : Version = "24.14.0"
8-
let mapGptVersion = "24.14.0"
9-
let mapGptChecksum = "84fb0f2fbca4ade96bf3b4a6d00503f7f4ea0471bcf937c8e1d07c1fb6a16c0f"
7+
let commonVersion : Version = "23.12.0-alpha.2"
8+
let mapGptVersion = "23.12.0-alpha.2"
9+
let mapGptChecksum = "fe9b20a80289708927be1de873f9672a3928a4063838b0fea81d266625b8139a"
1010
let releaseType = "releases"
1111

1212
let package = Package(
1313
name: "MapboxMapGpt",
14-
platforms: [.iOS(.v12), .macOS(.v10_15), .custom("visionos", versionString: "1.0")],
14+
platforms: [.iOS(.v13), .macOS(.v10_15), .custom("visionos", versionString: "1.0")],
1515
products: [
1616
.library(name: "MapboxMapGpt", targets: ["MapboxMapGptWrapper"]),
1717
],

Tests/Integration/SPM/project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ options:
33
bundleIdPrefix: com.mapbox.mapGpt.SPM
44
packages:
55
MapboxMapGpt:
6-
url: git@github.com:mapbox/mapbox-mapgpt-ios.git
7-
branch: release/v24.14.0
6+
url: git@github.com:mapbox/mapbox-mapgpt-native-ios.git
7+
branch: release/v23.12.0-alpha.2
88
targets:
99
SPMTest:
1010
type: application

0 commit comments

Comments
 (0)