From 98ffe9fd7c16130b8157a8c5be834b2fc5d12995 Mon Sep 17 00:00:00 2001 From: Mathias Claassen Date: Wed, 25 Sep 2019 10:42:54 -0300 Subject: [PATCH] bump version 5.0.1 --- .travis.yml | 4 ++-- CHANGELOG.md | 4 ++++ README.md | 2 +- Source/Info.plist | 2 +- XLActionController.podspec | 2 +- XLActionController.xcodeproj/project.pbxproj | 2 ++ 6 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5c71b1b..89e4dfb 100755 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,10 @@ language: objective-c -osx_image: xcode10.2 +osx_image: xcode11 branches: only: - master env: - - DESTINATION="OS=12.2,name=iPhone XS" SCHEME="XLActionController" SDK=iphonesimulator + - DESTINATION="OS=13.0,name=iPhone 11" SCHEME="XLActionController" SDK=iphonesimulator script: - set -o pipefail - xcodebuild -version diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dad325..afb5524 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +### [5.0.1](https://github.com/xmartlabs/XLActionController/releases/tag/5.0.1) + +* Updates for Xcode 11 + ### [5.0.0](https://github.com/xmartlabs/XLActionController/releases/tag/5.0.0) * Swift 5.0 source compability. diff --git a/README.md b/README.md index d92076d..249d871 100644 --- a/README.md +++ b/README.md @@ -442,7 +442,7 @@ dependency manager for Cocoa. Specify XLActionController into your project's Carthage: ``` -github "xmartlabs/XLActionController" ~> 5.0 +github "xmartlabs/XLActionController" ~> 5.0.1 ``` ### Manually as Embedded Framework diff --git a/Source/Info.plist b/Source/Info.plist index e677190..ca23c84 100644 --- a/Source/Info.plist +++ b/Source/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 5.0.0 + $(MARKETING_VERSION) CFBundleSignature ???? CFBundleVersion diff --git a/XLActionController.podspec b/XLActionController.podspec index 6d40a63..7495b64 100644 --- a/XLActionController.podspec +++ b/XLActionController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'XLActionController' - spec.version = '5.0.0' + spec.version = '5.0.1' spec.license = 'MIT' spec.summary = 'Fully customizable and extensible action sheet controller written in Swift' spec.homepage = 'https://github.com/xmartlabs/XLActionController' diff --git a/XLActionController.xcodeproj/project.pbxproj b/XLActionController.xcodeproj/project.pbxproj index 38b48ee..9c16ec6 100644 --- a/XLActionController.xcodeproj/project.pbxproj +++ b/XLActionController.xcodeproj/project.pbxproj @@ -379,6 +379,7 @@ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.3; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MARKETING_VERSION = 5.0.1; PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.XLActionController; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; @@ -401,6 +402,7 @@ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.3; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MARKETING_VERSION = 5.0.1; PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.XLActionController; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES;