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.33.2 "
3+ s . version = "4.33.3 "
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" => "[email protected] " } 8- s . source = { :git => "https://github.com/adjust/ios_sdk.git" , :tag => "v4.33.2 " }
8+ s . source = { :git => "https://github.com/adjust/ios_sdk.git" , :tag => "v4.33.3 " }
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.33.2 " ;
42+ static NSString * const kClientSdk = @" ios4.33.3 " ;
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.33.2
5+ // V4.33.3
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 @@ -275,7 +275,7 @@ + (NSString *)adjust_js {
275275 if (this.sdkPrefix ) {
276276 return this.sdkPrefix ;
277277 } else {
278- return ' web-bridge4.33.2 ' ;
278+ return ' web-bridge4.33.3 ' ;
279279 }
280280 },
281281 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.33.2 " ;
19+ self.clientSdk = @" ios4.33.3 " ;
2020 self.suffix = @" " ;
2121 self.environment = @" sandbox" ;
2222
Original file line number Diff line number Diff line change 1- 4.33.2
1+ 4.33.3
You can’t perform that action at this time.
0 commit comments