Skip to content

Commit 4f03886

Browse files
Bump version to 4.39.0
1 parent c26ed9e commit 4f03886

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Package.swift

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,21 @@ let package = Package(
1313
],
1414
dependencies: [
1515
.package(
16-
name: "SwiftProtobuf",
17-
url: "https://github.com/apple/swift-protobuf.git",
18-
"1.15.0" ... "1.26.0"),
16+
name: "CSSwiftProtobuf",
17+
url: "https://github.com/ContentSquare/CSSwiftProtobuf.git",
18+
.exact("1.28.2")),
1919
.package(
2020
name: "CSCrashReporter",
2121
url: "https://github.com/ContentSquare/CS_iOS_CrashReporter.git",
22-
.exact("1.0.0")),
22+
.exact("1.0.1")),
2323
],
2424
targets: [
2525
// binaryTarget doesn't support dependency, use a wrapper to fix this.
2626
.target(
2727
name: "ContentsquareModuleWrapper",
2828
dependencies: [
2929
.target(name: "ContentsquareModule"),
30-
"SwiftProtobuf",
30+
"CSSwiftProtobuf",
3131
"CSCrashReporter"
3232
],
3333
path: "ContentsquareModuleWrapper",
@@ -38,7 +38,7 @@ let package = Package(
3838
),
3939
.binaryTarget(
4040
name: "ContentsquareModule",
41-
url: "https://github.com/ContentSquare/CS_iOS_SDK/releases/download/4.38.3/ContentsquareModuleSwiftPackage.xcframework.zip",
42-
checksum: "9f94dfdbfa151417d8887799a6b9a493605905a417947f9b58fb0bf57e467bb7"),
41+
url: "https://github.com/ContentSquare/CS_iOS_SDK/releases/download/4.39.0/ContentsquareModuleSwiftPackage.xcframework.zip",
42+
checksum: "d6da23ffb597f5804988e299592ad021d82008ab8a56e0f1240fffcc10e6eaa6"),
4343
]
4444
)

0 commit comments

Comments
 (0)