fastlane-plugin-notarize 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 05cf079ebb04bc6fdf7d38da60c866399bc2fb66d46a19cc66e3714d188f67e4
|
|
4
|
+
data.tar.gz: 6f0cdeebb3df1e3e9e2362cdf11f820d95fb2e14cff6ee5714442f7b011d4dfe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6da72af71b68dcdb743dc9cfc7e3ac288ea51427729af424c7d99697dbdd86d254f38f9b23bfaeaeaa615403b93452a3b8c2d01889f68fd21eb80de45fcebe57
|
|
7
|
+
data.tar.gz: c72847afc15c183250afd15e15da5a45aae9b7f3bf2a4ba5510801918fd2c9484c2b394f14d8a45f0fba2130af82167dcf0e9e32fddcb5b194fe11a1fd886db1
|
|
@@ -162,7 +162,7 @@ module Fastlane
|
|
|
162
162
|
description: 'Whether to print notarization log file, listing issues on failure and warnings on success',
|
|
163
163
|
optional: true,
|
|
164
164
|
default_value: true,
|
|
165
|
-
type: Boolean)
|
|
165
|
+
type: Boolean),
|
|
166
166
|
FastlaneCore::ConfigItem.new(key: :verbose,
|
|
167
167
|
env_name: 'FL_NOTARIZE_VERBOSE',
|
|
168
168
|
description: 'Whether to log requests',
|