Skip to content

Commit

Permalink
Release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple committed Nov 4, 2020
1 parent f214b49 commit e5972a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/fastlane/plugin/create_xcframework/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Fastlane
module CreateXcframework
VERSION = "1.1.1"
VERSION = "1.1.2"
end
end

0 comments on commit e5972a3

Please sign in to comment.