fix: build and warnings #26
|
|
@ -7,7 +7,7 @@ import PackageDescription
|
|||
let package = Package(
|
||||
name: "LeadKit",
|
||||
platforms: [
|
||||
.iOS(.v11)
|
||||
.iOS(.v12)
|
||||
],
|
||||
products: [
|
||||
|
||||
|
|
|
|||
|
|
@ -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/**/*'
|
||||
|
|
|
|||
|
|
@ -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/**/*'
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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/**/*'
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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/**/*'
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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/**/*'
|
||||
|
|
|
|||
|
|
@ -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/**/*'
|
||||
|
|
|
|||
|
|
@ -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/**/*'
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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/**/*'
|
||||
|
|
|
|||
|
|
@ -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/**/*'
|
||||
|
|
|
|||
|
|
@ -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/**/*'
|
||||
|
|
|
|||
|
|
@ -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/**/*'
|
||||
|
|
|
|||
|
|
@ -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/**/*'
|
||||
|
|
|
|||
|
|
@ -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/**/*'
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
import UIKit
|
||||
import TISwiftUtils
|
||||
import Cursors
|
||||
|
||||
open class DefaultPaginatorUIDelegate<Cursor: PaginatorCursorType>: PaginatorUIDelegate {
|
||||
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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/**/*'
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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/**/*'
|
||||
|
|
|
|||
|
|
@ -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/**/*'
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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/**/*'
|
||||
|
|
|
|||
|
|
@ -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/**/*'
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue