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.9.1 "
3+ s . version = "3.10.0 "
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 19881988 "@executable_path/Frameworks",
19891989 "@loader_path/Frameworks",
19901990 );
1991- MARKETING_VERSION = 3.9.1 ;
1991+ MARKETING_VERSION = 3.10.0 ;
19921992 OTHER_LDFLAGS = (
19931993 "-weak_framework",
19941994 LinkPresentation,
20232023 "@executable_path/Frameworks",
20242024 "@loader_path/Frameworks",
20252025 );
2026- MARKETING_VERSION = 3.9.1 ;
2026+ MARKETING_VERSION = 3.10.0 ;
20272027 OTHER_LDFLAGS = (
20282028 "-weak_framework",
20292029 LinkPresentation,
22292229 "@loader_path/Frameworks",
22302230 );
22312231 MACH_O_TYPE = staticlib;
2232- MARKETING_VERSION = 3.9.1 ;
2232+ MARKETING_VERSION = 3.10.0 ;
22332233 OTHER_LDFLAGS = (
22342234 "-weak_framework",
22352235 LinkPresentation,
22682268 "@loader_path/Frameworks",
22692269 );
22702270 MACH_O_TYPE = staticlib;
2271- MARKETING_VERSION = 3.9.1 ;
2271+ MARKETING_VERSION = 3.10.0 ;
22722272 OTHER_LDFLAGS = (
22732273 "-weak_framework",
22742274 LinkPresentation,
23052305 "@executable_path/Frameworks",
23062306 "@loader_path/Frameworks",
23072307 );
2308- MARKETING_VERSION = 3.9.1 ;
2308+ MARKETING_VERSION = 3.10.0 ;
23092309 OTHER_LDFLAGS = (
23102310 "-weak_framework",
23112311 LinkPresentation,
23402340 "@executable_path/Frameworks",
23412341 "@loader_path/Frameworks",
23422342 );
2343- MARKETING_VERSION = 3.9.1 ;
2343+ MARKETING_VERSION = 3.10.0 ;
23442344 OTHER_LDFLAGS = (
23452345 "-weak_framework",
23462346 LinkPresentation,
Original file line number Diff line number Diff line change 11Branch iOS SDK Change Log
22
3+ v.3.10.0
4+ - Added new API ` setSafetrackAPIURL ` for setting custom safetrack URL.
5+ - Fixed Bug - Clear initial referrer after init.
6+
37v.3.9.1
48- Fix for the warning 'Missing header files from umbrella header' when integrating BranchSDK into a hybrid app using SPM.
59
Original file line number Diff line number Diff line change 88
99#include " BNCConfig.h"
1010
11- NSString * const BNC_SDK_VERSION = @" 3.9.1 " ;
11+ NSString * const BNC_SDK_VERSION = @" 3.10.0 " ;
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.9.1
33+ version=3.10.0
3434prev_version=" $version "
3535
3636if (( $# == 0 )) ; then
You can’t perform that action at this time.
0 commit comments