Skip to content

Commit b7429c2

Browse files
author
Edward Smith
committed
Updated docs.
1 parent 6ac90bf commit b7429c2

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

ChangeLog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
Branch iOS SDK Change Log
22

3+
- v0.25.1
4+
* _*Master Release*_ - July 12, 2018
5+
* Fixed some documentation inconsistencies, some compile warnings, and unit tests.
6+
* Send instrumentation times for Apple Search Ads (DEVEX-594).
7+
* Prevent strong match controller crash on iOS 10 (DEVEX-515).
8+
* Added a Branch SDK integration validator.
9+
- See usage instructions in the README file: [Integration Validator](https://github.com/BranchMetrics/ios-branch-deep-linking/blob/master/README.md#test-your-branch-integration).
10+
* Clean up source for sharing between projects (DEVEX-332).
11+
* Updated the podspec to add SafariServices for `without-IDFA` subspec.
12+
* Updated unit and UITests to simplify testing.
13+
314
- v0.25.0
415
* _*Master Release*_ - May 3, 2018
516
* Reorganized project as minimally as possible to make using unit and functional test apps much easier.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,9 @@ Branch *branch = [Branch getInstance];
231231
let branch: Branch = Branch.getInstance()
232232
```
233233

234-
##### Testing
234+
### Testing
235235

236-
##### Test your Branch Integration
236+
#### Test your Branch Integration
237237

238238
Test your Branch Integration by calling `validateSDKIntegration` in your AppDelegate. Check your Xcode logs to make sure all the SDK Integration tests pass. Make sure to comment out or remove `validateSDKIntegration` in your production build.
239239

0 commit comments

Comments
 (0)