From d94c3d33d0991d2525581d249f771e80aab5cb1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Ka=C5=A1par=20Jir=C3=A1sek?= Date: Mon, 11 Mar 2019 09:49:36 +0100 Subject: [PATCH 1/4] Increase version to 0.4.0 --- Configs/FTAPIKit.plist | 2 +- FTAPIKit.podspec | 2 +- Package.swift | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Configs/FTAPIKit.plist b/Configs/FTAPIKit.plist index 76cfedb..10548dd 100644 --- a/Configs/FTAPIKit.plist +++ b/Configs/FTAPIKit.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0 + 0.4.0 CFBundleSignature ???? CFBundleVersion diff --git a/FTAPIKit.podspec b/FTAPIKit.podspec index c73ce6a..951a388 100644 --- a/FTAPIKit.podspec +++ b/FTAPIKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "FTAPIKit" - s.version = "0.1" + s.version = "0.4.0" s.summary = "Declarative, generic REST API framework using URLSession and Codable" s.description = <<-DESC Protocol-oriented REST API library for communication with REST APIs. diff --git a/Package.swift b/Package.swift index d972929..3527c6a 100644 --- a/Package.swift +++ b/Package.swift @@ -1,4 +1,4 @@ -// swift-tools-version:4.0 +// swift-tools-version:4.2 // The swift-tools-version declares the minimum version of Swift required to build this package. import PackageDescription From 73ad9a1d3d0809e50eed1b0c01638f5c44937648 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Ka=C5=A1par=20Jir=C3=A1sek?= Date: Mon, 11 Mar 2019 09:49:58 +0100 Subject: [PATCH 2/4] Update project in Xcode 10.2 --- FTAPIKit.xcodeproj/project.pbxproj | 7 +++++-- .../xcshareddata/xcschemes/FTAPIKit-Documentation.xcscheme | 2 +- .../xcshareddata/xcschemes/FTAPIKit-iOS.xcscheme | 2 +- .../xcshareddata/xcschemes/FTAPIKit-macOS.xcscheme | 2 +- .../xcshareddata/xcschemes/FTAPIKit-tvOS.xcscheme | 2 +- .../xcshareddata/xcschemes/FTAPIKit-watchOS.xcscheme | 2 +- 6 files changed, 10 insertions(+), 7 deletions(-) diff --git a/FTAPIKit.xcodeproj/project.pbxproj b/FTAPIKit.xcodeproj/project.pbxproj index b0bda56..d5cd1a1 100644 --- a/FTAPIKit.xcodeproj/project.pbxproj +++ b/FTAPIKit.xcodeproj/project.pbxproj @@ -432,7 +432,7 @@ isa = PBXProject; attributes = { LastSwiftUpdateCheck = 0720; - LastUpgradeCheck = 1010; + LastUpgradeCheck = 1020; ORGANIZATIONNAME = "FUNTASTY Digital s.r.o."; TargetAttributes = { 52D6D97B1BEFF229002C0205 = { @@ -471,10 +471,11 @@ }; buildConfigurationList = 52D6D9761BEFF229002C0205 /* Build configuration list for PBXProject "FTAPIKit" */; compatibilityVersion = "Xcode 6.3"; - developmentRegion = English; + developmentRegion = en; hasScannedForEncodings = 0; knownRegions = ( en, + Base, ); mainGroup = 52D6D9721BEFF229002C0205; productRefGroup = 52D6D97D1BEFF229002C0205 /* Products */; @@ -689,6 +690,7 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; @@ -748,6 +750,7 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; diff --git a/FTAPIKit.xcodeproj/xcshareddata/xcschemes/FTAPIKit-Documentation.xcscheme b/FTAPIKit.xcodeproj/xcshareddata/xcschemes/FTAPIKit-Documentation.xcscheme index f950b49..f49d45e 100644 --- a/FTAPIKit.xcodeproj/xcshareddata/xcschemes/FTAPIKit-Documentation.xcscheme +++ b/FTAPIKit.xcodeproj/xcshareddata/xcschemes/FTAPIKit-Documentation.xcscheme @@ -1,6 +1,6 @@ Date: Mon, 11 Mar 2019 09:51:35 +0100 Subject: [PATCH 3/4] Update bundle --- Gemfile | 2 +- Gemfile.lock | 36 ++++++++++++++++++------------------ 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Gemfile b/Gemfile index 44514cb..6af9579 100644 --- a/Gemfile +++ b/Gemfile @@ -2,4 +2,4 @@ source "https://rubygems.org" -gem "jazzy", "~> 0.9.3" +gem "jazzy", "~> 0.9" diff --git a/Gemfile.lock b/Gemfile.lock index 87395f7..df6105e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ GEM remote: https://rubygems.org/ specs: CFPropertyList (3.0.0) - activesupport (4.2.10) + activesupport (4.2.11) i18n (~> 0.7) minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) @@ -32,48 +32,48 @@ GEM activesupport (>= 4.0.2, < 6) fuzzy_match (~> 2.0.4) nap (~> 1.0) - cocoapods-deintegrate (1.0.2) + cocoapods-deintegrate (1.0.3) cocoapods-downloader (1.2.2) cocoapods-plugins (1.0.0) nap cocoapods-search (1.0.0) - cocoapods-stats (1.0.0) + cocoapods-stats (1.1.0) cocoapods-trunk (1.3.1) nap (>= 0.8, < 2.0) netrc (~> 0.11) cocoapods-try (1.1.0) colored2 (3.1.2) - concurrent-ruby (1.0.5) + concurrent-ruby (1.1.4) escape (0.0.4) - ffi (1.9.25) + ffi (1.10.0) fourflusher (2.0.1) fuzzy_match (2.0.4) gh_inspector (1.1.3) i18n (0.9.5) concurrent-ruby (~> 1.0) - jazzy (0.9.3) - cocoapods (~> 1.0) - mustache (~> 0.99) + jazzy (0.9.5) + cocoapods (~> 1.5.3) + mustache (~> 1.1.0) open4 - redcarpet (~> 3.2) + redcarpet (~> 3.4.0) rouge (>= 2.0.6, < 4.0) - sass (~> 3.4) - sqlite3 (~> 1.3) + sass (~> 3.6.0) + sqlite3 (~> 1.3.13) xcinvoke (~> 0.3.0) liferaft (0.0.6) minitest (5.11.3) molinillo (0.6.6) - mustache (0.99.8) + mustache (1.1.0) nanaimo (0.2.6) nap (1.1.0) netrc (0.11.0) open4 (1.3.4) rb-fsevent (0.10.3) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) + rb-inotify (0.10.0) + ffi (~> 1.0) redcarpet (3.4.0) rouge (3.3.0) - ruby-macho (1.3.1) + ruby-macho (1.4.0) sass (3.6.0) sass-listen (~> 4.0.0) sass-listen (4.0.0) @@ -85,7 +85,7 @@ GEM thread_safe (~> 0.1) xcinvoke (0.3.0) liferaft (~> 0.0.6) - xcodeproj (1.7.0) + xcodeproj (1.8.1) CFPropertyList (>= 2.3.3, < 4.0) atomos (~> 0.1.3) claide (>= 1.0.2, < 2.0) @@ -96,7 +96,7 @@ PLATFORMS ruby DEPENDENCIES - jazzy (~> 0.9.3) + jazzy (~> 0.9) BUNDLED WITH - 1.16.6 + 1.17.3 From 9e872b81ef718130e53e49f29c0b7926c54837b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Ka=C5=A1par=20Jir=C3=A1sek?= Date: Mon, 11 Mar 2019 09:51:42 +0100 Subject: [PATCH 4/4] Update copyright year --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index aaad274..39acc14 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 The FUNTASTY +Copyright (c) 2019 The FUNTASTY Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal