Skip to content

Commit 03d9855

Browse files
committedMar 31, 2022
release: SDK 1.19.0
1 parent 295301b commit 03d9855

File tree

101 files changed

+3074
-568
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+3074
-568
lines changed
 

‎.clang-format

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
BasedOnStyle: Chromium
3+
IndentWidth: 4
4+
ColumnLimit: 120
5+
AlignTrailingComments: true
6+
ObjCSpaceAfterProperty: true
7+
ObjCSpaceBeforeProtocolList: true
8+
PointerBindsToType: false
9+
SpacesBeforeTrailingComments: 1

‎Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ let package = Package(
1818
targets: [
1919
.binaryTarget(
2020
name: "Batch",
21-
url: "https://download.batch.com/sdk/ios/spm/BatchSDK-ios_spm-xcframework-1.18.1.zip",
22-
checksum: "dcd772c245e309f54bd4e9acfa8af42fccaf7e021f8ef45363fbedfe729b339b"
21+
url: "https://download.batch.com/sdk/ios/spm/BatchSDK-ios_spm-xcframework-1.19.0.zip",
22+
checksum: "ed071fc3ee484b7f8a23dafe7915e2d00d34dbf85b7c9b75f3b9c035a0db1d26"
2323
)
2424
]
2525
)

0 commit comments

Comments
 (0)
Please sign in to comment.