From 8defea05bc73cf1c27c7c2c5ca5dbf91a6880f5f Mon Sep 17 00:00:00 2001 From: Mathias Claassen Date: Tue, 16 Oct 2018 10:39:48 -0300 Subject: [PATCH] Release version 8.1.0 (#639) --- CHANGELOG.md | 5 +++++ Example.xcodeproj/project.pbxproj | 6 +++++- README.md | 8 ++++---- XLPagerTabStrip.podspec | 2 +- XLPagerTabStrip.xcodeproj/project.pbxproj | 6 +++++- .../xcshareddata/xcschemes/XLPagerTabStrip.xcscheme | 4 +--- XLPagerTabStrip/Info.plist | 2 +- 7 files changed, 22 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd7ac0b3..64da3807 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log All notable changes to XLPagerTabStrip will be documented in this file. +### [8.1.0](https://github.com/xmartlabs/XLPagerTabStrip/releases/tag/8.1.0) + +* Xcode 10 and Swift 4.2 support. +* Minor updates and fixes + ### [8.0.1](https://github.com/xmartlabs/XLPagerTabStrip/releases/tag/8.0.1) * Bug fixes and stability improvements. diff --git a/Example.xcodeproj/project.pbxproj b/Example.xcodeproj/project.pbxproj index cb8534a0..1a8de222 100644 --- a/Example.xcodeproj/project.pbxproj +++ b/Example.xcodeproj/project.pbxproj @@ -313,7 +313,7 @@ isa = PBXProject; attributes = { LastSwiftUpdateCheck = 0720; - LastUpgradeCheck = 0900; + LastUpgradeCheck = 1000; TargetAttributes = { 28F828CB1C4B714D00330CF4 = { CreatedOnToolsVersion = 7.2; @@ -463,12 +463,14 @@ CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_COMMA = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INFINITE_RECURSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; @@ -515,12 +517,14 @@ CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_COMMA = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INFINITE_RECURSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; diff --git a/README.md b/README.md index 1fd961f2..c30a8e37 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

Build status Platform iOS -Swift 3 compatible +Swift 4 compatible Carthage compatible CocoaPods compatible License: MIT @@ -290,7 +290,7 @@ settings.style.segmentedControlColor: UIColor? ## Requirements * iOS 8.0+ -* Xcode 9.3+ +* Xcode 10+ ## Examples @@ -305,7 +305,7 @@ Follow these 3 steps to run Example project: Clone XLPagerTabStrip repository, o To install XLPagerTabStrip, simply add the following line to your Podfile: ```ruby -pod 'XLPagerTabStrip', '~> 8.0' +pod 'XLPagerTabStrip', '~> 8.1' ``` ### Carthage @@ -315,7 +315,7 @@ pod 'XLPagerTabStrip', '~> 8.0' To install XLPagerTabStrip, simply add the following line to your Cartfile: ```ogdl -github "xmartlabs/XLPagerTabStrip" ~> 8.0 +github "xmartlabs/XLPagerTabStrip" ~> 8.1 ``` ## FAQ diff --git a/XLPagerTabStrip.podspec b/XLPagerTabStrip.podspec index 70a9d3f9..8998456a 100644 --- a/XLPagerTabStrip.podspec +++ b/XLPagerTabStrip.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "XLPagerTabStrip" - s.version = "8.0.1" + s.version = "8.1.0" s.summary = "Android PagerTabStrip for iOS and much more." s.homepage = "https://github.com/xmartlabs/XLPagerTabStrip" s.license = { type: 'MIT', file: 'LICENSE' } diff --git a/XLPagerTabStrip.xcodeproj/project.pbxproj b/XLPagerTabStrip.xcodeproj/project.pbxproj index 9f455b3b..7254a01c 100644 --- a/XLPagerTabStrip.xcodeproj/project.pbxproj +++ b/XLPagerTabStrip.xcodeproj/project.pbxproj @@ -228,7 +228,7 @@ isa = PBXProject; attributes = { LastSwiftUpdateCheck = 0720; - LastUpgradeCheck = 0900; + LastUpgradeCheck = 1000; TargetAttributes = { 28F8287C1C494B2C00330CF4 = { CreatedOnToolsVersion = 7.2; @@ -346,12 +346,14 @@ CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_COMMA = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INFINITE_RECURSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; @@ -403,12 +405,14 @@ CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_COMMA = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INFINITE_RECURSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; diff --git a/XLPagerTabStrip.xcodeproj/xcshareddata/xcschemes/XLPagerTabStrip.xcscheme b/XLPagerTabStrip.xcodeproj/xcshareddata/xcschemes/XLPagerTabStrip.xcscheme index d737b683..e0bbaf9d 100644 --- a/XLPagerTabStrip.xcodeproj/xcshareddata/xcschemes/XLPagerTabStrip.xcscheme +++ b/XLPagerTabStrip.xcodeproj/xcshareddata/xcschemes/XLPagerTabStrip.xcscheme @@ -1,6 +1,6 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 6.0.0 + 8.1.0 CFBundleSignature ???? CFBundleVersion