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