fastlane-plugin-ios_flavors 0.1.1 → 0.1.2
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: df7d598d1a31cfd1e8ace3ca65bc58b878b2e042ff70003cd8430f9028800571
|
|
4
|
+
data.tar.gz: 1a37509b59b16f29884853e3b7af57d7c625e92c7034f4907979fa51a26ee99e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cfc5a802cdbe7f63802c8cf95a926f9da95e2c006e94561f05c47d1a41a11ea9aa0a0a326dc349213e87846eba12aae1ac05f2e1ac8a33413f34f08b931781f8
|
|
7
|
+
data.tar.gz: bd6f574701e4fe611d8057ad832cb5217bbe271fb3702324526ef3a8424d5c52f5f9c31e9c512ea21db4a59bbac17b42cd68848dbc280da56bd35bb8b7d83e04
|
|
@@ -71,7 +71,7 @@ module Fastlane
|
|
|
71
71
|
|
|
72
72
|
FastlaneCore::ConfigItem.new(key: :provisioning_profile,
|
|
73
73
|
env_name: "IOS_FLAVORS_PROVISIONING_PROFILE",
|
|
74
|
-
description: "The provisioning profile to use for signing flavors. Can be omitted if using `sigh
|
|
74
|
+
description: "The provisioning profile to use for signing flavors. Can be omitted if using `sigh`, or will automatically attempt to detect via the passed in .ipa file",
|
|
75
75
|
optional: true,
|
|
76
76
|
type: String),
|
|
77
77
|
]
|