fastlane-plugin-create_xcframework 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: da76ed30e5052b1d6bf5bf741f3aa63aeb94b6ceb87d857431d61433f8b3a641
4
- data.tar.gz: 960a159418dea2038953df31995e6c1d0f87ae71f4b1fadf1bc2d9b5e5b851f5
3
+ metadata.gz: 186e7214bb41febf701643867ead52af3014c164eb5cd76328b6f6350a3b7a62
4
+ data.tar.gz: 25a6ada5e9f28214d03798f837fcf7f6e0d493540ff1f57f68fa49753e6a5ec6
5
5
  SHA512:
6
- metadata.gz: bac7202c5d3ff57a1a91a9f95b45a959355fe8bbfe2e073ab54306b3d564f85aa25a37ab796d70ee9c9a3dda946770755b497ddc895873e14ef95a9d42879d0f
7
- data.tar.gz: 36f6de9e8acd0ce848ba15677e7a1408e8062e653bd6bd78b06d155d2fafb155753f14f54ed56373ed20774afc3e95b556ef1bbcc180d16e458bde8c654c9f4a
6
+ metadata.gz: 28071572679e952e455f772d58fc8e6a4f520cbb16cbed6cade5a8f51db66437ce5866ded1fcdf4673897e123653ad4254afc0222919a1059a9197459d60bb4e
7
+ data.tar.gz: 14e4a43347dda793c6a56bb08b82cd1abd641f952ab54358a09ed4ecd952658d69a9a6d4e9ef5367afb39daf7790fdf2b1a699b50b8d6b17f8c6ed8f31f5372c
@@ -200,7 +200,7 @@ module Fastlane
200
200
 
201
201
  def self.details
202
202
  '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.'
204
204
  end
205
205
 
206
206
  def self.available_options
@@ -255,7 +255,7 @@ module Fastlane
255
255
  ),
256
256
  FastlaneCore::ConfigItem.new(
257
257
  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.' \
259
259
  'Set this to false to preserve the xcarchives',
260
260
  optional: true,
261
261
  default_value: true
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module CreateXcframework
3
- VERSION = "1.1.1"
3
+ VERSION = "1.1.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-create_xcframework
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Boris Bielik