Skip to content

Commit 72ab052

Browse files
committed
release: SDK 2.0.2
1 parent 345ed63 commit 72ab052

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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-2.0.1.zip",
22-
checksum: "def450b7294b2247f3533906f662607f28796ffbf0a2a05706e866066526ce77"
21+
url: "https://download.batch.com/sdk/ios/spm/BatchSDK-ios_spm-xcframework-2.0.2.zip",
22+
checksum: "2c8adaf4aec479d203263c02904ef7446f224d27b70df4164a5c7db5d5343f8c"
2323
)
2424
]
2525
)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The Batch iOS SDK allows you to build meaningful communication experience in you
77
Our [📕 setup documentation](https://doc.batch.com/ios/prerequisites) details the steps to take for an easy and successful integration.
88

99
# Prerequisites
10-
The Batch iOS SDK requires Xcode 12 and iOS 10.0 or higher.
10+
The Batch iOS SDK requires Xcode 15.3 and iOS 13.0 or higher.
1111

1212
# Documentation
1313
- [Setup guide](https://doc.batch.com/ios/prerequisites): start your implementation here!

Sources/Batch/Versions.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
Comments should not use the // form, as the plist preprocessor will include them
1212
*/
1313

14-
#define BASDKVersion 2.0.1
14+
#define BASDKVersion 2.0.2
1515
#define BAAPILevel 200
1616
#define BAMessagingAPILevel 12

0 commit comments

Comments
 (0)