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.10 .0"
3+ s . version = "3.11 .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 20022002 "@executable_path/Frameworks",
20032003 "@loader_path/Frameworks",
20042004 );
2005- MARKETING_VERSION = 3.10 .0;
2005+ MARKETING_VERSION = 3.11 .0;
20062006 OTHER_LDFLAGS = (
20072007 "-weak_framework",
20082008 LinkPresentation,
20372037 "@executable_path/Frameworks",
20382038 "@loader_path/Frameworks",
20392039 );
2040- MARKETING_VERSION = 3.10 .0;
2040+ MARKETING_VERSION = 3.11 .0;
20412041 OTHER_LDFLAGS = (
20422042 "-weak_framework",
20432043 LinkPresentation,
22432243 "@loader_path/Frameworks",
22442244 );
22452245 MACH_O_TYPE = staticlib;
2246- MARKETING_VERSION = 3.10 .0;
2246+ MARKETING_VERSION = 3.11 .0;
22472247 OTHER_LDFLAGS = (
22482248 "-weak_framework",
22492249 LinkPresentation,
22822282 "@loader_path/Frameworks",
22832283 );
22842284 MACH_O_TYPE = staticlib;
2285- MARKETING_VERSION = 3.10 .0;
2285+ MARKETING_VERSION = 3.11 .0;
22862286 OTHER_LDFLAGS = (
22872287 "-weak_framework",
22882288 LinkPresentation,
23192319 "@executable_path/Frameworks",
23202320 "@loader_path/Frameworks",
23212321 );
2322- MARKETING_VERSION = 3.10 .0;
2322+ MARKETING_VERSION = 3.11 .0;
23232323 OTHER_LDFLAGS = (
23242324 "-weak_framework",
23252325 LinkPresentation,
23542354 "@executable_path/Frameworks",
23552355 "@loader_path/Frameworks",
23562356 );
2357- MARKETING_VERSION = 3.10 .0;
2357+ MARKETING_VERSION = 3.11 .0;
23582358 OTHER_LDFLAGS = (
23592359 "-weak_framework",
23602360 LinkPresentation,
Original file line number Diff line number Diff line change 11Branch iOS SDK Change Log
22
3+ v.3.11.0
4+ - Added Google ODM Event Data support. SDK will fetch, cache and send ODM event data with v1/install and v1/open requests for 180 days.
5+ - Added new API ` setODMInfo:andFirstOpenTimestamp ` to set ODM Event data and first open timestamp if app developer wants to set it instead of SDK.
6+
37v.3.10.0
48- Added new API ` setSafetrackAPIURL ` for setting custom safetrack URL.
59- Fixed Bug - Clear initial referrer after init.
Original file line number Diff line number Diff line change 88
99#include " BNCConfig.h"
1010
11- NSString * const BNC_SDK_VERSION = @" 3.10 .0" ;
11+ NSString * const BNC_SDK_VERSION = @" 3.11 .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.10 .0
33+ version=3.11 .0
3434prev_version=" $version "
3535
3636if (( $# == 0 )) ; then
You can’t perform that action at this time.
0 commit comments