File tree Expand file tree Collapse file tree 5 files changed +13
-9
lines changed
Expand file tree Collapse file tree 5 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "BranchSDK"
3- s . version = "3.12.1 "
3+ s . version = "3.12.2 "
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?
Original file line number Diff line number Diff line change 20322032 "@executable_path/Frameworks",
20332033 "@loader_path/Frameworks",
20342034 );
2035- MARKETING_VERSION = 3.12.1 ;
2035+ MARKETING_VERSION = 3.12.2 ;
20362036 OTHER_LDFLAGS = (
20372037 "-weak_framework",
20382038 LinkPresentation,
20672067 "@executable_path/Frameworks",
20682068 "@loader_path/Frameworks",
20692069 );
2070- MARKETING_VERSION = 3.12.1 ;
2070+ MARKETING_VERSION = 3.12.2 ;
20712071 OTHER_LDFLAGS = (
20722072 "-weak_framework",
20732073 LinkPresentation,
22732273 "@loader_path/Frameworks",
22742274 );
22752275 MACH_O_TYPE = staticlib;
2276- MARKETING_VERSION = 3.12.1 ;
2276+ MARKETING_VERSION = 3.12.2 ;
22772277 OTHER_LDFLAGS = (
22782278 "-weak_framework",
22792279 LinkPresentation,
23122312 "@loader_path/Frameworks",
23132313 );
23142314 MACH_O_TYPE = staticlib;
2315- MARKETING_VERSION = 3.12.1 ;
2315+ MARKETING_VERSION = 3.12.2 ;
23162316 OTHER_LDFLAGS = (
23172317 "-weak_framework",
23182318 LinkPresentation,
23492349 "@executable_path/Frameworks",
23502350 "@loader_path/Frameworks",
23512351 );
2352- MARKETING_VERSION = 3.12.1 ;
2352+ MARKETING_VERSION = 3.12.2 ;
23532353 OTHER_LDFLAGS = (
23542354 "-weak_framework",
23552355 LinkPresentation,
23842384 "@executable_path/Frameworks",
23852385 "@loader_path/Frameworks",
23862386 );
2387- MARKETING_VERSION = 3.12.1 ;
2387+ MARKETING_VERSION = 3.12.2 ;
23882388 OTHER_LDFLAGS = (
23892389 "-weak_framework",
23902390 LinkPresentation,
Original file line number Diff line number Diff line change 11Branch iOS SDK Change Log
2+ v.3.12.2
3+ - Fixed bug where error object was not being forwarded when receiving error from service.
4+ - Fixed bug with Advanced Compliance and Integration Validator.
5+ - Added param 'operational_metrics' in v1/install request.
26
37v.3.12.1
48- Fixed bug - SDK crashes when Meta AEM query param ` al_applink_data ` is empty.
Original file line number Diff line number Diff line change 88
99#include " BNCConfig.h"
1010
11- NSString * const BNC_SDK_VERSION = @" 3.12.1 " ;
11+ NSString * const BNC_SDK_VERSION = @" 3.12.2 " ;
1212NSString * const BNC_LINK_URL = @" https://bnc.lt" ;
1313NSString * const BNC_CDN_URL = @" https://cdn.branch.io" ;
1414
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Options:
3030USAGE
3131}
3232
33- version=3.12.1
33+ version=3.12.2
3434prev_version=" $version "
3535
3636if (( $# == 0 )) ; then
You can’t perform that action at this time.
0 commit comments