Skip to content

Commit

Permalink
Merge pull request #6 from bielikb/feature/space
Browse files Browse the repository at this point in the history
Release 1.1.2
  • Loading branch information
bielikb committed Nov 4, 2020
2 parents f214b49 + e5972a3 commit 328af1c
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 328af1c

Please sign in to comment.