diff --git a/CHANGELOG.md b/CHANGELOG.md index 58fdce3..a279b74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. # Next +## [3.3.0](https://github.com/MLSDev/LoadableViews/releases/tag/3.3.0) + * Added convenience methods, that allow to resize view properly if view is using AutoLayout and can determine it's desired size: `compressedLayout()`, `expandedLayout()` and `systemLayout(fittingSize:, horizontalPriority:, verticalPriority:)`. * Dropped support for Swift 3. diff --git a/Example/Info.plist b/Example/Info.plist index cffed27..010a317 100644 --- a/Example/Info.plist +++ b/Example/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.2.0 + 3.3.0 CFBundleSignature ???? CFBundleVersion diff --git a/LoadableViews.podspec b/LoadableViews.podspec index 203bef7..3e9c8f2 100644 --- a/LoadableViews.podspec +++ b/LoadableViews.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "LoadableViews" - s.version = "3.2.0" + s.version = "3.3.0" s.summary = "Easiest way to load view classes into another XIB or storyboard." s.homepage = "https://github.com/MLSDev/LoadableViews" s.screenshots = "https://github.com/MLSDev/LoadableViews/raw/master/wtf_cat_designable.png" diff --git a/Supporting Files/Tests.plist b/Supporting Files/Tests.plist index dc8c70d..ac6981c 100644 --- a/Supporting Files/Tests.plist +++ b/Supporting Files/Tests.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 3.2.0 + 3.3.0 CFBundleSignature ???? CFBundleVersion diff --git a/fastlane/README.md b/fastlane/README.md index bd01ac3..535b220 100644 --- a/fastlane/README.md +++ b/fastlane/README.md @@ -8,35 +8,26 @@ Make sure you have the latest version of the Xcode command line tools installed: xcode-select --install ``` -## Choose your installation method: - - - - - - - - - - - - - - -
Homebrew -Installer Script -Rubygems -
macOSmacOSmacOS or Linux with Ruby 2.0.0 or above
brew cask install fastlaneDownload the zip file. Then double click on the install script (or run it in a terminal window).sudo gem install fastlane -NV
+Install _fastlane_ using +``` +[sudo] gem install fastlane -NV +``` +or alternatively using `brew cask install fastlane` # Available Actions +### test_ios12 +``` +fastlane test_ios12 +``` + ### test_ios11 ``` fastlane test_ios11 ``` -### test_ios10 +### test_tvos12 ``` -fastlane test_ios10 +fastlane test_tvos12 ``` ### test_tvos11 @@ -44,19 +35,14 @@ fastlane test_ios10 fastlane test_tvos11 ``` -### test_tvos10 -``` -fastlane test_tvos10 -``` - -### test_ios10_legacy +### test_ios_swift4 ``` -fastlane test_ios10_legacy +fastlane test_ios_swift4 ``` -### test_tvos10_legacy +### test_tvos_swift4 ``` -fastlane test_tvos10_legacy +fastlane test_tvos_swift4 ``` ### pod_lint