File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ let package = Package(
18
18
targets: [
19
19
. binaryTarget(
20
20
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 "
23
23
)
24
24
]
25
25
)
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ The Batch iOS SDK allows you to build meaningful communication experience in you
7
7
Our [ 📕 setup documentation] ( https://doc.batch.com/ios/prerequisites ) details the steps to take for an easy and successful integration.
8
8
9
9
# 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.
11
11
12
12
# Documentation
13
13
- [ Setup guide] ( https://doc.batch.com/ios/prerequisites ) : start your implementation here!
Original file line number Diff line number Diff line change 11
11
Comments should not use the // form, as the plist preprocessor will include them
12
12
*/
13
13
14
- #define BASDKVersion 2.0.1
14
+ #define BASDKVersion 2.0.2
15
15
#define BAAPILevel 200
16
16
#define BAMessagingAPILevel 12
You can’t perform that action at this time.
0 commit comments