Skip to content

Commit b6eec4e

Browse files
author
Edward Smith
committed
Updated change log and test script.
1 parent 4d8732f commit b6eec4e

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

ChangeLog.md

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

3+
- v0.19.0
4+
* Changed the use of `typeof` to `__typeof`, for stricter compiler options.
5+
* The SDK now send the Apple Search Ad attribution only when it changes (DLA-969, #723).
6+
* Add local ip address to returned device info (AIS-341).
7+
* Added `UITestBed`, a test app more suited to automated UI tests.
8+
* WebviewExample updates. The example now shows:
9+
- How to deep link from a web page in a WKWebView back into the app.
10+
- How to navigate forward and back with a Branch link in a WebView.
11+
- How to use Fastlane with the Branch SDK.
12+
- The code is updated for Swift 4.0 / Xcode 9.0.
13+
* Fixed a number of warnings generated from strict compiler checking (GH-#719).
14+
* Branch when generating a Branch link with an alias, identityID is included in the params (INTENG-3725).
15+
- This makes Branch link referrals work.
16+
- Generating an aliased Branch link may result in a long link being generated where a short link
17+
was generated before.
18+
* The SDK now uses modules instead of a module map for better Swift integration.
19+
320
- v0.18.8
421
* _*Master Release*_ - September 13, 2017
522

scripts/test-build-all

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ fi
3030

3131

3232
iOSDevice="iPhone 7 Plus"
33-
iOSVersion="10.1"
33+
iOSVersion="11.0"
3434

3535

3636
function fileExtension() {

0 commit comments

Comments
 (0)