From e846bda4d31b3d26ddea94ecc5f5e7d933e766e0 Mon Sep 17 00:00:00 2001 From: Piergiuseppe Longo Date: Fri, 28 Sep 2018 13:34:04 +0200 Subject: [PATCH] Update to version 5.2.0 --- Demo/Info.plist | 2 +- PKHUD.podspec | 2 +- PKHUD/Info.plist | 2 +- PKHUDDemoUITests/Info.plist | 2 +- fastlane/README.md | 25 ++++++------------------- 5 files changed, 10 insertions(+), 23 deletions(-) diff --git a/Demo/Info.plist b/Demo/Info.plist index efc47ec..7f4b4a3 100644 --- a/Demo/Info.plist +++ b/Demo/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 5.1.0 + 5.2.0 CFBundleSignature ???? CFBundleVersion diff --git a/PKHUD.podspec b/PKHUD.podspec index 8afabe0..32b84c6 100644 --- a/PKHUD.podspec +++ b/PKHUD.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'PKHUD' s.module_name = 'PKHUD' - s.version = '5.1.0' + s.version = '5.2.0' s.summary = 'A Swift 3 based reimplementation of the Apple HUD (Volume, Ringer, Rotation,…) for iOS 8 and up' s.homepage = 'https://github.com/pkluz/PKHUD' s.license = 'MIT' diff --git a/PKHUD/Info.plist b/PKHUD/Info.plist index 2e453ff..0f51efa 100644 --- a/PKHUD/Info.plist +++ b/PKHUD/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 5.1.0 + 5.2.0 CFBundleSignature ???? CFBundleVersion diff --git a/PKHUDDemoUITests/Info.plist b/PKHUDDemoUITests/Info.plist index 33c6109..f397397 100644 --- a/PKHUDDemoUITests/Info.plist +++ b/PKHUDDemoUITests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 5.1.0 + 5.2.0 CFBundleVersion 1 diff --git a/fastlane/README.md b/fastlane/README.md index c73dda2..830b4e0 100644 --- a/fastlane/README.md +++ b/fastlane/README.md @@ -8,25 +8,12 @@ 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 ## iOS ### ios test