Skip to content

Commit bae3ae8

Browse files
committed
chore: 3.0 update changelog, readme, and podspec
1 parent 9c3730c commit bae3ae8

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

BatchExtension.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::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" }

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
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

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,22 @@
22

33
This 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.

0 commit comments

Comments
 (0)