File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
AdjustTests/AdjustUnitTests Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "Adjust"
3- s . version = "4.31 .0"
3+ s . version = "4.32 .0"
44 s . summary = "This is the iOS SDK of adjust. You can read more about it at http://adjust.com."
55 s . homepage = "https://github.com/adjust/ios_sdk"
66 s . license = { :type => 'MIT' , :file => 'MIT-LICENSE' }
77 s . author = { "Adjust GmbH" => "sdk@adjust.com" }
8- s . source = { :git => "https://github.com/adjust/ios_sdk.git" , :tag => "v4.31 .0" }
8+ s . source = { :git => "https://github.com/adjust/ios_sdk.git" , :tag => "v4.32 .0" }
99 s . ios . deployment_target = '9.0'
1010 s . tvos . deployment_target = '9.0'
1111 s . framework = 'SystemConfiguration'
Original file line number Diff line number Diff line change 3939static NSRegularExpression *shortUniversalLinkRegex = nil ;
4040static NSRegularExpression *excludedDeeplinkRegex = nil ;
4141
42- static NSString * const kClientSdk = @" ios4.31 .0" ;
42+ static NSString * const kClientSdk = @" ios4.32 .0" ;
4343static NSString * const kDeeplinkParam = @" deep_link=" ;
4444static NSString * const kSchemeDelimiter = @" ://" ;
4545static NSString * const kDefaultScheme = @" AdjustUniversalScheme" ;
Original file line number Diff line number Diff line change 22// Adjust.h
33// Adjust SDK
44//
5- // V4.31 .0
5+ // V4.32 .0
66// Created by Christian Wellenbrock (@wellle) on 23rd July 2013.
77// Copyright (c) 2012-2021 Adjust GmbH. All rights reserved.
88//
Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ + (NSString *)adjust_js {
256256 if (this.sdkPrefix ) {
257257 return this.sdkPrefix ;
258258 } else {
259- return ' web-bridge4.31 .0' ;
259+ return ' web-bridge4.32 .0' ;
260260 }
261261 },
262262 setTestOptions: function (testOptions) {
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ - (id) init {
1616
1717 // default values
1818 self.appToken = @" qwerty123456" ;
19- self.clientSdk = @" ios4.31 .0" ;
19+ self.clientSdk = @" ios4.32 .0" ;
2020 self.suffix = @" " ;
2121 self.environment = @" sandbox" ;
2222
Original file line number Diff line number Diff line change 1- 4.31 .0
1+ 4.32 .0
You can’t perform that action at this time.
0 commit comments