Skip to content

Commit

Permalink
release: SDK 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-roland committed May 23, 2024
1 parent 345ed63 commit 72ab052
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "Batch",
url: "https://download.batch.com/sdk/ios/spm/BatchSDK-ios_spm-xcframework-2.0.1.zip",
checksum: "def450b7294b2247f3533906f662607f28796ffbf0a2a05706e866066526ce77"
url: "https://download.batch.com/sdk/ios/spm/BatchSDK-ios_spm-xcframework-2.0.2.zip",
checksum: "2c8adaf4aec479d203263c02904ef7446f224d27b70df4164a5c7db5d5343f8c"
)
]
)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The Batch iOS SDK allows you to build meaningful communication experience in you
Our [📕 setup documentation](https://doc.batch.com/ios/prerequisites) details the steps to take for an easy and successful integration.

# Prerequisites
The Batch iOS SDK requires Xcode 12 and iOS 10.0 or higher.
The Batch iOS SDK requires Xcode 15.3 and iOS 13.0 or higher.

# Documentation
- [Setup guide](https://doc.batch.com/ios/prerequisites): start your implementation here!
Expand Down
2 changes: 1 addition & 1 deletion Sources/Batch/Versions.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
Comments should not use the // form, as the plist preprocessor will include them
*/

#define BASDKVersion 2.0.1
#define BASDKVersion 2.0.2
#define BAAPILevel 200
#define BAMessagingAPILevel 12

0 comments on commit 72ab052

Please sign in to comment.