Skip to content

Commit 2f900de

Browse files
release: SDK 3.0.1
1 parent f8fa9e3 commit 2f900de

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PackageDescription
44
let package = Package(
55
name: "Batch",
66
platforms: [
7-
.iOS(.v10)
7+
.iOS(.v15)
88
],
99
products: [
1010
// Products define the executables and libraries a package produces, and make them visible to other packages.
@@ -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-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"
2323
)
2424
]
2525
)

Sources/Batch.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4202,7 +4202,7 @@
42024202
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
42034203
GCC_WARN_UNUSED_FUNCTION = YES;
42044204
GCC_WARN_UNUSED_VARIABLE = YES;
4205-
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
4205+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
42064206
MTL_ENABLE_DEBUG_INFO = YES;
42074207
ONLY_ACTIVE_ARCH = YES;
42084208
SDKROOT = iphoneos;
@@ -4257,7 +4257,7 @@
42574257
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
42584258
GCC_WARN_UNUSED_FUNCTION = YES;
42594259
GCC_WARN_UNUSED_VARIABLE = YES;
4260-
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
4260+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
42614261
MTL_ENABLE_DEBUG_INFO = NO;
42624262
SDKROOT = iphoneos;
42634263
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos xrsimulator xros";

Sources/Batch/Versions.h

Lines changed: 2 additions & 2 deletions
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 3.0.0
15-
#define BAAPILevel 300
14+
#define BASDKVersion 3.0.1
15+
#define BAAPILevel 301
1616
#define BAMessagingAPILevel 30

0 commit comments

Comments
 (0)