File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import PackageDescription
4
4
let package = Package (
5
5
name: " Batch " ,
6
6
platforms: [
7
- . iOS( . v10 )
7
+ . iOS( . v15 )
8
8
] ,
9
9
products: [
10
10
// Products define the executables and libraries a package produces, and make them visible to other packages.
@@ -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-3.0.0 .zip " ,
22
- checksum: " 6a85b851bc483fdccbf4d5b9ee916637ad20bae3ad2cb47f437f56cf2af20d7f "
21
+ url: " https://download.batch.com/sdk/ios/spm/BatchSDK-ios_spm-xcframework-3.0.1 .zip " ,
22
+ checksum: " 944de4c24f776923c69b848a67452fb81000ddd53415330cf94a708a6e1ebd3e "
23
23
)
24
24
]
25
25
)
Original file line number Diff line number Diff line change 4202
4202
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
4203
4203
GCC_WARN_UNUSED_FUNCTION = YES;
4204
4204
GCC_WARN_UNUSED_VARIABLE = YES;
4205
- IPHONEOS_DEPLOYMENT_TARGET = 13 .0;
4205
+ IPHONEOS_DEPLOYMENT_TARGET = 15 .0;
4206
4206
MTL_ENABLE_DEBUG_INFO = YES;
4207
4207
ONLY_ACTIVE_ARCH = YES;
4208
4208
SDKROOT = iphoneos;
4257
4257
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
4258
4258
GCC_WARN_UNUSED_FUNCTION = YES;
4259
4259
GCC_WARN_UNUSED_VARIABLE = YES;
4260
- IPHONEOS_DEPLOYMENT_TARGET = 13 .0;
4260
+ IPHONEOS_DEPLOYMENT_TARGET = 15 .0;
4261
4261
MTL_ENABLE_DEBUG_INFO = NO;
4262
4262
SDKROOT = iphoneos;
4263
4263
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos xrsimulator xros";
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 3.0.0
15
- #define BAAPILevel 300
14
+ #define BASDKVersion 3.0.1
15
+ #define BAAPILevel 301
16
16
#define BAMessagingAPILevel 30
You can’t perform that action at this time.
0 commit comments