Skip to content

Commit f77ead0

Browse files
committed
Updates for 0.12.3 release.
1 parent 7e257e3 commit f77ead0

File tree

5 files changed

+12
-3
lines changed

5 files changed

+12
-3
lines changed

Branch-SDK/Branch-SDK/BNCConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#ifndef Branch_SDK_Config_h
1010
#define Branch_SDK_Config_h
1111

12-
#define SDK_VERSION @"0.12.2"
12+
#define SDK_VERSION @"0.12.3"
1313

1414
#define BNC_PROD_ENV
1515
//#define BNC_STAGE_ENV

Branch.framework/Versions/A/Branch

0 Bytes
Binary file not shown.

Branch.framework/Versions/A/Headers/BNCConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#ifndef Branch_SDK_Config_h
1010
#define Branch_SDK_Config_h
1111

12-
#define SDK_VERSION @"0.12.2"
12+
#define SDK_VERSION @"0.12.3"
1313

1414
#define BNC_PROD_ENV
1515
//#define BNC_STAGE_ENV

Branch.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Branch"
3-
s.version = "0.12.2"
3+
s.version = "0.12.3"
44
s.summary = "Create an HTTP URL for any piece of content in your app"
55
s.description = <<-DESC
66
- Want the highest possible conversions on your sharing feature?

ChangeLog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
Branch iOS SDK change log
22

3+
- v0.12.3
4+
* Fabric Answers integration
5+
* Swift Testbed
6+
* Retry in poor network conditions
7+
* Fix for Facebook calling openUrl from within the app
8+
* Fix Fabric headers conflict
9+
* Simplify Carthage project
10+
* Fix framework headers visibility issue with BranchView
11+
312
- v0.12.2
413
* better error handling for 500s
514
* check for Facebook deferred app links on the client

0 commit comments

Comments
 (0)