File tree Expand file tree Collapse file tree 5 files changed +12
-9
lines changed Expand file tree Collapse file tree 5 files changed +12
-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.13.2 "
3+ s . version = "3.13.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?
Original file line number Diff line number Diff line change 20162016 "@executable_path/Frameworks",
20172017 "@loader_path/Frameworks",
20182018 );
2019- MARKETING_VERSION = 3.13.2 ;
2019+ MARKETING_VERSION = 3.13.3 ;
20202020 OTHER_LDFLAGS = (
20212021 "-weak_framework",
20222022 LinkPresentation,
20512051 "@executable_path/Frameworks",
20522052 "@loader_path/Frameworks",
20532053 );
2054- MARKETING_VERSION = 3.13.2 ;
2054+ MARKETING_VERSION = 3.13.3 ;
20552055 OTHER_LDFLAGS = (
20562056 "-weak_framework",
20572057 LinkPresentation,
22572257 "@loader_path/Frameworks",
22582258 );
22592259 MACH_O_TYPE = staticlib;
2260- MARKETING_VERSION = 3.13.2 ;
2260+ MARKETING_VERSION = 3.13.3 ;
22612261 OTHER_LDFLAGS = (
22622262 "-weak_framework",
22632263 LinkPresentation,
22962296 "@loader_path/Frameworks",
22972297 );
22982298 MACH_O_TYPE = staticlib;
2299- MARKETING_VERSION = 3.13.2 ;
2299+ MARKETING_VERSION = 3.13.3 ;
23002300 OTHER_LDFLAGS = (
23012301 "-weak_framework",
23022302 LinkPresentation,
23332333 "@executable_path/Frameworks",
23342334 "@loader_path/Frameworks",
23352335 );
2336- MARKETING_VERSION = 3.13.2 ;
2336+ MARKETING_VERSION = 3.13.3 ;
23372337 OTHER_LDFLAGS = (
23382338 "-weak_framework",
23392339 LinkPresentation,
23682368 "@executable_path/Frameworks",
23692369 "@loader_path/Frameworks",
23702370 );
2371- MARKETING_VERSION = 3.13.2 ;
2371+ MARKETING_VERSION = 3.13.3 ;
23722372 OTHER_LDFLAGS = (
23732373 "-weak_framework",
23742374 LinkPresentation,
Original file line number Diff line number Diff line change 11Branch iOS SDK Change Log
22
3+ v.3.13.3
4+ — Fixed Bug - Missing Apple Attribution Token in Install Requests (impacted versions: 3.13.0 - 3.13.2).
5+
36v.3.13.2
47— Suppressed deprecated StoreKit API warnings. These APIs will be replaced with StoreKit 2 APIs in upcoming releases.
58— Added defensive fix to improve reliability of NSInvocation calls.
Original file line number Diff line number Diff line change 88
99#include " BNCConfig.h"
1010
11- NSString * const BNC_SDK_VERSION = @" 3.13.2 " ;
11+ NSString * const BNC_SDK_VERSION = @" 3.13.3 " ;
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.13.2
33+ version=3.13.3
3434prev_version=" $version "
3535
3636if (( $# == 0 )) ; then
You can’t perform that action at this time.
0 commit comments