From e5972a3f8a7b2a4d9ed3e936fb8d8aab0a75995a Mon Sep 17 00:00:00 2001 From: Alexey Alter-Pesotskiy Date: Wed, 4 Nov 2020 22:58:09 +0000 Subject: [PATCH] Release 1.1.2 --- .../create_xcframework/actions/create_xcframework_action.rb | 4 ++-- lib/fastlane/plugin/create_xcframework/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/fastlane/plugin/create_xcframework/actions/create_xcframework_action.rb b/lib/fastlane/plugin/create_xcframework/actions/create_xcframework_action.rb index b02baed..13b29f0 100644 --- a/lib/fastlane/plugin/create_xcframework/actions/create_xcframework_action.rb +++ b/lib/fastlane/plugin/create_xcframework/actions/create_xcframework_action.rb @@ -200,7 +200,7 @@ def self.authors def self.details 'Create xcframework plugin generates xcframework for specified destinations. ' \ - 'The output of this action consists of the xcframework itself, which contains dSYM and BCSymbolMaps, if bitcode is enabled.' + 'The output of this action consists of the xcframework itself, which contains dSYM and BCSymbolMaps, if bitcode is enabled.' end def self.available_options @@ -255,7 +255,7 @@ def self.available_options ), FastlaneCore::ConfigItem.new( key: :remove_xcarchives, - description: 'This option will auto-remove the xcarchive files once the plugin finishes.' \ + description: 'This option will auto-remove the xcarchive files once the plugin finishes.' \ 'Set this to false to preserve the xcarchives', optional: true, default_value: true diff --git a/lib/fastlane/plugin/create_xcframework/version.rb b/lib/fastlane/plugin/create_xcframework/version.rb index b52ff81..49c2e7b 100644 --- a/lib/fastlane/plugin/create_xcframework/version.rb +++ b/lib/fastlane/plugin/create_xcframework/version.rb @@ -1,5 +1,5 @@ module Fastlane module CreateXcframework - VERSION = "1.1.1" + VERSION = "1.1.2" end end