diff --git a/Package.swift b/Package.swift index bb849b83..ddc18e40 100644 --- a/Package.swift +++ b/Package.swift @@ -7,7 +7,7 @@ import PackageDescription let package = Package( name: "LeadKit", platforms: [ - .iOS(.v11) + .iOS(.v12) ], products: [ diff --git a/TIAppleMapUtils/TIAppleMapUtils.podspec b/TIAppleMapUtils/TIAppleMapUtils.podspec index 4d6984a9..27a8a772 100644 --- a/TIAppleMapUtils/TIAppleMapUtils.podspec +++ b/TIAppleMapUtils/TIAppleMapUtils.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = { 'petropavel13' => 'ivan.smolin@touchin.ru' } s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/LeadKit.git', :tag => s.version.to_s } - s.ios.deployment_target = '11.0' + s.ios.deployment_target = '12.0' s.swift_versions = ['5.7'] sources = 'Sources/**/*' diff --git a/TIApplication/TIApplication.podspec b/TIApplication/TIApplication.podspec index ae75a78b..286b16b4 100644 --- a/TIApplication/TIApplication.podspec +++ b/TIApplication/TIApplication.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = { 'petropavel13' => 'ivan.smolin@touchin.ru' } s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/LeadKit.git', :tag => s.version.to_s } - s.ios.deployment_target = '11.0' + s.ios.deployment_target = '12.0' s.swift_versions = ['5.7'] sources = 'Sources/**/*' diff --git a/TIAuth/Sources/TokenStorage/DefaultResetAuthSettingsStorage.swift b/TIAuth/Sources/TokenStorage/DefaultResetAuthSettingsStorage.swift index d3f2d572..7cb8765e 100644 --- a/TIAuth/Sources/TokenStorage/DefaultResetAuthSettingsStorage.swift +++ b/TIAuth/Sources/TokenStorage/DefaultResetAuthSettingsStorage.swift @@ -30,8 +30,8 @@ open class DefaultResetAuthSettingsStorage: DefaultAppFirstRunCheckStorage { } } - public override init(defaults: UserDefaults = .standard, - storageKey: StorageKey = Defaults.shouldResetAuthDataKey) { + public init(defaults: UserDefaults = .standard, + storageKey: StorageKey = Defaults.shouldResetAuthDataKey) { super.init(defaults: defaults, storageKey: storageKey) } diff --git a/TIBottomSheet/TIBottomSheet.app/Contents/MacOS/Podfile b/TIBottomSheet/TIBottomSheet.app/Contents/MacOS/Podfile index bd0d31c8..db0affe9 100644 --- a/TIBottomSheet/TIBottomSheet.app/Contents/MacOS/Podfile +++ b/TIBottomSheet/TIBottomSheet.app/Contents/MacOS/Podfile @@ -3,7 +3,7 @@ ENV["DEVELOPMENT_INSTALL"] = "true" source 'https://git.svc.touchin.ru/TouchInstinct/Podspecs.git' target 'TIBottomSheet' do - platform :ios, 11 + platform :ios, 12 use_frameworks! pod 'TIUIElements', :path => '../../../../TIUIElements/TIUIElements.podspec' diff --git a/TIBottomSheet/TIBottomSheet.podspec b/TIBottomSheet/TIBottomSheet.podspec index 5ff796fc..b722e150 100644 --- a/TIBottomSheet/TIBottomSheet.podspec +++ b/TIBottomSheet/TIBottomSheet.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| 'petropavel13' => 'ivan.smolin@touchin.ru'} s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/LeadKit.git', :tag => s.version.to_s } - s.ios.deployment_target = '11.0' + s.ios.deployment_target = '12.0' s.swift_versions = ['5.7'] sources = 'Sources/**/*' diff --git a/TICoreGraphicsUtils/TICoreGraphicsUtils.app/Contents/MacOS/Podfile b/TICoreGraphicsUtils/TICoreGraphicsUtils.app/Contents/MacOS/Podfile index 08d928c3..cfdcfe0f 100644 --- a/TICoreGraphicsUtils/TICoreGraphicsUtils.app/Contents/MacOS/Podfile +++ b/TICoreGraphicsUtils/TICoreGraphicsUtils.app/Contents/MacOS/Podfile @@ -1,7 +1,7 @@ ENV["DEVELOPMENT_INSTALL"] = "true" target 'TICoreGraphicsUtils' do - platform :ios, 11.0 + platform :ios, 12.0 use_frameworks! pod 'TICoreGraphicsUtils', :path => '../../../../TICoreGraphicsUtils/TICoreGraphicsUtils.podspec' diff --git a/TICoreGraphicsUtils/TICoreGraphicsUtils.podspec b/TICoreGraphicsUtils/TICoreGraphicsUtils.podspec index 083be880..d928817c 100644 --- a/TICoreGraphicsUtils/TICoreGraphicsUtils.podspec +++ b/TICoreGraphicsUtils/TICoreGraphicsUtils.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = { 'petropavel13' => 'ivan.smolin@touchin.ru' } s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/LeadKit.git', :tag => s.version.to_s } - s.ios.deployment_target = '11.0' + s.ios.deployment_target = '12.0' s.swift_versions = ['5.7'] sources = 'Sources/**/*' diff --git a/TIDeepLink/TIDeeplink.app/Contents/MacOS/Podfile b/TIDeepLink/TIDeeplink.app/Contents/MacOS/Podfile index 5d3978ab..f7b4761f 100644 --- a/TIDeepLink/TIDeeplink.app/Contents/MacOS/Podfile +++ b/TIDeepLink/TIDeeplink.app/Contents/MacOS/Podfile @@ -1,7 +1,7 @@ ENV["DEVELOPMENT_INSTALL"] = "true" target 'TIDeeplink' do - platform :ios, 11 + platform :ios, 12 use_frameworks! pod 'TILogging', :path => '../../../../TILogging/TILogging.podspec' diff --git a/TIDeeplink/TIDeeplink.podspec b/TIDeeplink/TIDeeplink.podspec index 6fb98f0b..b91ca717 100644 --- a/TIDeeplink/TIDeeplink.podspec +++ b/TIDeeplink/TIDeeplink.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| 'castlele' => 'nikita.semenov@touchin.ru' } s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/LeadKit.git', :tag => s.version.to_s } - s.ios.deployment_target = '11.0' + s.ios.deployment_target = '12.0' s.swift_versions = ['5.7'] sources = 'Sources/**/*' diff --git a/TIDeveloperUtils/TIDeveloperUtils.podspec b/TIDeveloperUtils/TIDeveloperUtils.podspec index e225d04d..65094cca 100644 --- a/TIDeveloperUtils/TIDeveloperUtils.podspec +++ b/TIDeveloperUtils/TIDeveloperUtils.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| 'castlele' => 'nikita.semenov@touchin.ru' } s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/LeadKit.git', :tag => s.version.to_s } - s.ios.deployment_target = '11.0' + s.ios.deployment_target = '12.0' s.swift_versions = ['5.7'] sources = 'Sources/**/*' diff --git a/TIEcommerce/TIEcommerce.podspec b/TIEcommerce/TIEcommerce.podspec index 3d3e8729..64582d12 100644 --- a/TIEcommerce/TIEcommerce.podspec +++ b/TIEcommerce/TIEcommerce.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = { 'petropavel13' => 'ivan.smolin@touchin.ru' } s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/LeadKit.git', :tag => s.version.to_s } - s.ios.deployment_target = '11.0' + s.ios.deployment_target = '12.0' s.swift_versions = ['5.7'] s.source_files = s.name + '/Sources/**/*' diff --git a/TIFoundationUtils/TIFoundationUtils.app/Contents/MacOS/Podfile b/TIFoundationUtils/TIFoundationUtils.app/Contents/MacOS/Podfile index fb5c773a..dae480a2 100644 --- a/TIFoundationUtils/TIFoundationUtils.app/Contents/MacOS/Podfile +++ b/TIFoundationUtils/TIFoundationUtils.app/Contents/MacOS/Podfile @@ -1,7 +1,7 @@ ENV["DEVELOPMENT_INSTALL"] = "true" target 'TIFoundationUtils' do - platform :ios, 11.0 + platform :ios, 12.0 use_frameworks! pod 'TILogging', :path => '../../../../TILogging/TILogging.podspec' diff --git a/TIFoundationUtils/TIFoundationUtils.podspec b/TIFoundationUtils/TIFoundationUtils.podspec index 7718bd90..cebec165 100644 --- a/TIFoundationUtils/TIFoundationUtils.podspec +++ b/TIFoundationUtils/TIFoundationUtils.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = { 'petropavel13' => 'ivan.smolin@touchin.ru' } s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/LeadKit.git', :tag => s.version.to_s } - s.ios.deployment_target = '11.0' + s.ios.deployment_target = '12.0' s.swift_versions = ['5.7'] sources = '**/Sources/**/*.swift' diff --git a/TIKeychainUtils/TIKeychainUtils.app/Contents/MacOS/Podfile b/TIKeychainUtils/TIKeychainUtils.app/Contents/MacOS/Podfile index 1898c7df..81fb1ab7 100644 --- a/TIKeychainUtils/TIKeychainUtils.app/Contents/MacOS/Podfile +++ b/TIKeychainUtils/TIKeychainUtils.app/Contents/MacOS/Podfile @@ -1,7 +1,7 @@ ENV["DEVELOPMENT_INSTALL"] = "true" target 'TIKeychainUtils' do - platform :ios, 11 + platform :ios, 12 use_frameworks! pod 'TILogging', :path => '../../../../TILogging/TILogging.podspec' diff --git a/TIKeychainUtils/TIKeychainUtils.podspec b/TIKeychainUtils/TIKeychainUtils.podspec index 4e89b9b6..5a25e34b 100644 --- a/TIKeychainUtils/TIKeychainUtils.podspec +++ b/TIKeychainUtils/TIKeychainUtils.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = { 'petropavel13' => 'ivan.smolin@touchin.ru' } s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/LeadKit.git', :tag => s.version.to_s } - s.ios.deployment_target = '11.0' + s.ios.deployment_target = '12.0' s.swift_versions = ['5.7'] sources = 'Sources/**/*' diff --git a/TILogging/TILogging.podspec b/TILogging/TILogging.podspec index 3ab85cf1..5ee1c3a7 100644 --- a/TILogging/TILogging.podspec +++ b/TILogging/TILogging.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = { 'petropavel13' => 'ivan.smolin@touchin.ru' } s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/LeadKit.git', :tag => s.version.to_s } - s.ios.deployment_target = '11.0' + s.ios.deployment_target = '12.0' s.swift_versions = ['5.7'] sources = 'Sources/**/*' diff --git a/TIMapUtils/TIMapUtils.podspec b/TIMapUtils/TIMapUtils.podspec index 89fdb7a1..cd103721 100644 --- a/TIMapUtils/TIMapUtils.podspec +++ b/TIMapUtils/TIMapUtils.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = { 'petropavel13' => 'ivan.smolin@touchin.ru' } s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/LeadKit.git', :tag => s.version.to_s } - s.ios.deployment_target = '11.0' + s.ios.deployment_target = '12.0' s.swift_versions = ['5.7'] sources = 'Sources/**/*' diff --git a/TIMoyaNetworking/TIMoyaNetworking.podspec b/TIMoyaNetworking/TIMoyaNetworking.podspec index e1ce385f..003e9dcf 100644 --- a/TIMoyaNetworking/TIMoyaNetworking.podspec +++ b/TIMoyaNetworking/TIMoyaNetworking.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = { 'petropavel13' => 'ivan.smolin@touchin.ru' } s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/LeadKit.git', :tag => s.version.to_s } - s.ios.deployment_target = '11.0' + s.ios.deployment_target = '12.0' s.swift_versions = ['5.7'] sources = 'Sources/**/*' diff --git a/TINetworking/TINetworking.podspec b/TINetworking/TINetworking.podspec index 95b0514a..ae7a837c 100644 --- a/TINetworking/TINetworking.podspec +++ b/TINetworking/TINetworking.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = { 'petropavel13' => 'ivan.smolin@touchin.ru' } s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/LeadKit.git', :tag => s.version.to_s } - s.ios.deployment_target = '11.0' + s.ios.deployment_target = '12.0' s.swift_versions = ['5.7'] sources = 'Sources/**/*' diff --git a/TINetworkingCache/TINetworkingCache.podspec b/TINetworkingCache/TINetworkingCache.podspec index d4a1373c..fdebf9a7 100644 --- a/TINetworkingCache/TINetworkingCache.podspec +++ b/TINetworkingCache/TINetworkingCache.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = { 'petropavel13' => 'ivan.smolin@touchin.ru' } s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/LeadKit.git', :tag => s.version.to_s } - s.ios.deployment_target = '11.0' + s.ios.deployment_target = '12.0' s.swift_versions = ['5.7'] sources = 'Sources/**/*' diff --git a/TIPagination/Sources/Default/DefaultPaginatorUIDelegate.swift b/TIPagination/Sources/Default/DefaultPaginatorUIDelegate.swift index 714e6b89..8f03c646 100644 --- a/TIPagination/Sources/Default/DefaultPaginatorUIDelegate.swift +++ b/TIPagination/Sources/Default/DefaultPaginatorUIDelegate.swift @@ -22,6 +22,7 @@ import UIKit import TISwiftUtils +import Cursors open class DefaultPaginatorUIDelegate: PaginatorUIDelegate { diff --git a/TIPagination/TIPagination.podspec b/TIPagination/TIPagination.podspec index dbbfd927..51957be5 100644 --- a/TIPagination/TIPagination.podspec +++ b/TIPagination/TIPagination.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = { 'petropavel13' => 'ivan.smolin@touchin.ru' } s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/LeadKit.git', :tag => s.version.to_s } - s.ios.deployment_target = '11.0' + s.ios.deployment_target = '12.0' s.swift_versions = ['5.7'] sources = 'Sources/**/*.swift' diff --git a/TISwiftUtils/TISwiftUtils.podspec b/TISwiftUtils/TISwiftUtils.podspec index 3064ce17..aee273cf 100644 --- a/TISwiftUtils/TISwiftUtils.podspec +++ b/TISwiftUtils/TISwiftUtils.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = { 'petropavel13' => 'ivan.smolin@touchin.ru' } s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/LeadKit.git', :tag => s.version.to_s } - s.ios.deployment_target = '11.0' + s.ios.deployment_target = '12.0' s.swift_versions = ['5.7'] sources = 'Sources/**/*.swift' diff --git a/TITableKitUtils/TITableKitUtils.podspec b/TITableKitUtils/TITableKitUtils.podspec index e590ed70..b50e7c18 100644 --- a/TITableKitUtils/TITableKitUtils.podspec +++ b/TITableKitUtils/TITableKitUtils.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = { 'petropavel13' => 'ivan.smolin@touchin.ru' } s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/LeadKit.git', :tag => s.version.to_s } - s.ios.deployment_target = '11.0' + s.ios.deployment_target = '12.0' s.swift_versions = ['5.7'] sources = 'Sources/**/*' diff --git a/TITextProcessing/TITextProcessing.app/Contents/MacOS/Podfile b/TITextProcessing/TITextProcessing.app/Contents/MacOS/Podfile index c7334ab4..2e2afcc7 100644 --- a/TITextProcessing/TITextProcessing.app/Contents/MacOS/Podfile +++ b/TITextProcessing/TITextProcessing.app/Contents/MacOS/Podfile @@ -1,7 +1,7 @@ ENV["DEVELOPMENT_INSTALL"] = "true" target 'TITextProcessing' do - platform :ios, 11 + platform :ios, 12 use_frameworks! pod 'TITextProcessing', :path => '../../../../TITextProcessing/TITextProcessing.podspec' diff --git a/TITextProcessing/TITextProcessing.podspec b/TITextProcessing/TITextProcessing.podspec index 08e698ed..2fbc6b25 100644 --- a/TITextProcessing/TITextProcessing.podspec +++ b/TITextProcessing/TITextProcessing.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = { 'petropavel13' => 'ivan.smolin@touchin.ru' } s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/LeadKit.git', :tag => s.version.to_s } - s.ios.deployment_target = '11.0' + s.ios.deployment_target = '12.0' s.swift_versions = ['5.7'] sources = 'Sources/**/*' diff --git a/TITransitions/TITransitions.podspec b/TITransitions/TITransitions.podspec index 236ea96c..e3663b5a 100644 --- a/TITransitions/TITransitions.podspec +++ b/TITransitions/TITransitions.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = { 'Loupehope' => 'vladislav.suhomlinov@touchin.ru' } s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/LeadKit.git', :tag => s.version.to_s } - s.ios.deployment_target = '11.0' + s.ios.deployment_target = '12.0' s.swift_versions = ['5.0'] s.source_files = s.name + '/Sources/**/*' diff --git a/TIUIElements/TIUIElements.app/Contents/MacOS/Podfile b/TIUIElements/TIUIElements.app/Contents/MacOS/Podfile index 1de11e76..8ddb1ee4 100644 --- a/TIUIElements/TIUIElements.app/Contents/MacOS/Podfile +++ b/TIUIElements/TIUIElements.app/Contents/MacOS/Podfile @@ -1,7 +1,7 @@ ENV["DEVELOPMENT_INSTALL"] = "true" target 'TIUIElements' do - platform :ios, 11.0 + platform :ios, 12.0 use_frameworks! pod 'TIUIElements', :path => '../../../../TIUIElements/TIUIElements.podspec' diff --git a/TIUIElements/TIUIElements.podspec b/TIUIElements/TIUIElements.podspec index c7e0b7cf..ccb8f10c 100644 --- a/TIUIElements/TIUIElements.podspec +++ b/TIUIElements/TIUIElements.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| 'castlele' => 'nikita.semenov@touchin.ru' } s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/LeadKit.git', :tag => s.version.to_s } - s.ios.deployment_target = '11.0' + s.ios.deployment_target = '12.0' s.swift_versions = ['5.7'] sources = 'Sources/**/*' diff --git a/TIUIKitCore/TIUIKitCore.podspec b/TIUIKitCore/TIUIKitCore.podspec index 62863f70..f20efac9 100644 --- a/TIUIKitCore/TIUIKitCore.podspec +++ b/TIUIKitCore/TIUIKitCore.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| 'castlele' => 'nikita.semenov@touchin.ru' } s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/LeadKit.git', :tag => s.version.to_s } - s.ios.deployment_target = '11.0' + s.ios.deployment_target = '12.0' s.swift_versions = ['5.7'] sources = 'Sources/**/*' diff --git a/TIWebView/TIWebView.podspec b/TIWebView/TIWebView.podspec index a3c6a923..ac63716a 100644 --- a/TIWebView/TIWebView.podspec +++ b/TIWebView/TIWebView.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| 'castlele' => 'nikita.semenov@touchin.ru' } s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/LeadKit.git', :tag => s.version.to_s } - s.ios.deployment_target = '11.0' + s.ios.deployment_target = '12.0' s.swift_versions = ['5.7'] sources = 'Sources/**/*.swift'