fix: build and warnings #26

Merged
ivan.smolin merged 1 commits from fix/build_and_warnings into master 2024-01-30 21:27:36 +03:00
32 changed files with 33 additions and 32 deletions

View File

@ -7,7 +7,7 @@ import PackageDescription
let package = Package(
name: "LeadKit",
platforms: [
.iOS(.v11)
.iOS(.v12)
],
products: [

View File

@ -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/**/*'

View File

@ -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/**/*'

View File

@ -30,8 +30,8 @@ open class DefaultResetAuthSettingsStorage: DefaultAppFirstRunCheckStorage {
}
}
public override init(defaults: UserDefaults = .standard,
storageKey: StorageKey<Bool> = Defaults.shouldResetAuthDataKey) {
public init(defaults: UserDefaults = .standard,
storageKey: StorageKey<Bool> = Defaults.shouldResetAuthDataKey) {
super.init(defaults: defaults, storageKey: storageKey)
}

View File

@ -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'

View File

@ -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/**/*'

View File

@ -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'

View File

@ -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/**/*'

View File

@ -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'

View File

@ -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/**/*'

View File

@ -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/**/*'

View File

@ -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/**/*'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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/**/*'

View File

@ -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/**/*'

View File

@ -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/**/*'

View File

@ -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/**/*'

View File

@ -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/**/*'

View File

@ -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/**/*'

View File

@ -22,6 +22,7 @@
import UIKit
import TISwiftUtils
import Cursors
open class DefaultPaginatorUIDelegate<Cursor: PaginatorCursorType>: PaginatorUIDelegate {

View File

@ -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'

View File

@ -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'

View File

@ -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/**/*'

View File

@ -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'

View File

@ -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/**/*'

View File

@ -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/**/*'

View File

@ -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'

View File

@ -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/**/*'

View File

@ -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/**/*'

View File

@ -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'