File tree Expand file tree Collapse file tree 3 files changed +15
-11
lines changed
Expand file tree Collapse file tree 3 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22
33 spec . name = "BatchExtension"
4- spec . version = "2 .0.0"
4+ spec . version = "3 .0.0"
55 spec . summary = "Batch.com iOS SDK for App Extensions."
66 spec . homepage = "https://batch.com"
77 spec . license = { :type => "MIT" , :file => "LICENSE" }
Original file line number Diff line number Diff line change 1- 2.0
2- ----
1+ # 3.0
2+
3+ - New features to be announced
4+ - Images are no longer download
5+ To revert to the original behaviour, set RichNotificationHelper.allowInLowDataMode to ` true ` (BAERichNotificationHelper in Objective-C)
6+
7+ # 2.0
38
49- Rewrote the extension
Original file line number Diff line number Diff line change 22
33This repository contains Batch's iOS Extension SDK.
44
5- It is a light version that only uses Extension-safe APIs. For now it provides Rich Push capabilities.
5+ It is a light version that only uses Extension-safe APIs. It provides Rich Push capabilities and other functionality .
66
7- The project is written in Swift 5, but Objective-C projects are supported
7+ The project is written in Swift 5, but Objective-C projects are supported.
8+ If you do not have Swift code in your app and do not want to bundle the Swift runtime on versions lower than iOS 12.2,
9+ use Batch-iOS-SDK-Extension-ObjC.
810
911## Requirements
1012
1113- iOS 10 and higher
12- - A Xcode version that supports Swift 5 and higher
13-
14- ## Integration
15-
16- A complete integration documentation can be found [ here] ( ) todo: batch.com/doc link
14+ - Xcode 11 and higher
1715
1816### Cocoapods
1917
2018### Carthage
2119
2220### Swift Package Manager
2321
24- _ Requires Xcode 11_
22+ Add ` https://github.com/BatchLabs/Batch-iOS-SDK-Extension.git ` as a dependency, and add it to your Extension target.
23+ You do not need to add this package to your main target.
You can’t perform that action at this time.
0 commit comments