Skip to content

Commit f05ceb5

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
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
],

0 commit comments

Comments
 (0)