diff --git a/Package.swift b/Package.swift index f50e538..09d770a 100644 --- a/Package.swift +++ b/Package.swift @@ -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" ) ] ) \ No newline at end of file diff --git a/README.md b/README.md index 9ba8023..c63ad69 100644 --- a/README.md +++ b/README.md @@ -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! diff --git a/Sources/Batch/Versions.h b/Sources/Batch/Versions.h index 3429d7d..aed1102 100644 --- a/Sources/Batch/Versions.h +++ b/Sources/Batch/Versions.h @@ -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