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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 186e7214bb41febf701643867ead52af3014c164eb5cd76328b6f6350a3b7a62
|
4
|
+
data.tar.gz: 25a6ada5e9f28214d03798f837fcf7f6e0d493540ff1f57f68fa49753e6a5ec6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
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
|