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 1
1
Pod ::Spec . new do |s |
2
2
s . name = "BranchSDK"
3
- s . version = "3.6.5 "
3
+ s . version = "3.7.0 "
4
4
s . summary = "Create an HTTP URL for any piece of content in your app"
5
5
s . description = <<-DESC
6
6
- Want the highest possible conversions on your sharing feature?
Original file line number Diff line number Diff line change 1974
1974
"@executable_path/Frameworks",
1975
1975
"@loader_path/Frameworks",
1976
1976
);
1977
- MARKETING_VERSION = 3.6.5 ;
1977
+ MARKETING_VERSION = 3.7.0 ;
1978
1978
OTHER_LDFLAGS = (
1979
1979
"-weak_framework",
1980
1980
LinkPresentation,
2009
2009
"@executable_path/Frameworks",
2010
2010
"@loader_path/Frameworks",
2011
2011
);
2012
- MARKETING_VERSION = 3.6.5 ;
2012
+ MARKETING_VERSION = 3.7.0 ;
2013
2013
OTHER_LDFLAGS = (
2014
2014
"-weak_framework",
2015
2015
LinkPresentation,
2215
2215
"@loader_path/Frameworks",
2216
2216
);
2217
2217
MACH_O_TYPE = staticlib;
2218
- MARKETING_VERSION = 3.6.5 ;
2218
+ MARKETING_VERSION = 3.7.0 ;
2219
2219
OTHER_LDFLAGS = (
2220
2220
"-weak_framework",
2221
2221
LinkPresentation,
2254
2254
"@loader_path/Frameworks",
2255
2255
);
2256
2256
MACH_O_TYPE = staticlib;
2257
- MARKETING_VERSION = 3.6.5 ;
2257
+ MARKETING_VERSION = 3.7.0 ;
2258
2258
OTHER_LDFLAGS = (
2259
2259
"-weak_framework",
2260
2260
LinkPresentation,
2291
2291
"@executable_path/Frameworks",
2292
2292
"@loader_path/Frameworks",
2293
2293
);
2294
- MARKETING_VERSION = 3.6.5 ;
2294
+ MARKETING_VERSION = 3.7.0 ;
2295
2295
OTHER_LDFLAGS = (
2296
2296
"-weak_framework",
2297
2297
LinkPresentation,
2326
2326
"@executable_path/Frameworks",
2327
2327
"@loader_path/Frameworks",
2328
2328
);
2329
- MARKETING_VERSION = 3.6.5 ;
2329
+ MARKETING_VERSION = 3.7.0 ;
2330
2330
OTHER_LDFLAGS = (
2331
2331
"-weak_framework",
2332
2332
LinkPresentation,
Original file line number Diff line number Diff line change 1
1
Branch iOS SDK Change Log
2
2
3
+ v.3.7.0
4
+ - Added ` setConsumerProtectionAttributionLevel ` for controlling attribution data collection
5
+ - Deprecated ` setTrackingDisabled ` in favor of ` setConsumerProtectionAttributionLevel(NONE) `
6
+
3
7
v.3.6.5
4
8
- Removed on-disk caching and replay of server request objects.
5
9
Original file line number Diff line number Diff line change 8
8
9
9
#include " BNCConfig.h"
10
10
11
- NSString * const BNC_SDK_VERSION = @" 3.6.5 " ;
11
+ NSString * const BNC_SDK_VERSION = @" 3.7.0 " ;
12
12
NSString * const BNC_LINK_URL = @" https://bnc.lt" ;
13
13
NSString * const BNC_CDN_URL = @" https://cdn.branch.io" ;
14
14
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Options:
30
30
USAGE
31
31
}
32
32
33
- version=3.6.5
33
+ version=3.7.0
34
34
prev_version=" $version "
35
35
36
36
if (( $# == 0 )) ; then
You can’t perform that action at this time.
0 commit comments