Skip to content

Commit 328af1c

Browse files
authored
Merge pull request #6 from bielikb/feature/space
Release 1.1.2
2 parents f214b49 + e5972a3 commit 328af1c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/fastlane/plugin/create_xcframework/actions/create_xcframework_action.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def self.authors
200200

201201
def self.details
202202
'Create xcframework plugin generates xcframework for specified destinations. ' \
203-
'The output of this action consists of the xcframework itself, which contains dSYM and BCSymbolMaps, if bitcode is enabled.'
203+
'The output of this action consists of the xcframework itself, which contains dSYM and BCSymbolMaps, if bitcode is enabled.'
204204
end
205205

206206
def self.available_options
@@ -255,7 +255,7 @@ def self.available_options
255255
),
256256
FastlaneCore::ConfigItem.new(
257257
key: :remove_xcarchives,
258-
description: 'This option will auto-remove the xcarchive files once the plugin finishes.' \
258+
description: 'This option will auto-remove the xcarchive files once the plugin finishes.' \
259259
'Set this to false to preserve the xcarchives',
260260
optional: true,
261261
default_value: true
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Fastlane
22
module CreateXcframework
3-
VERSION = "1.1.1"
3+
VERSION = "1.1.2"
44
end
55
end

0 commit comments

Comments
 (0)