fastlane-plugin-cosigner 1.0.0 → 1.0.1
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ec87d43a6b409a4daff0b3e728429db4a2fa02d6
|
4
|
+
data.tar.gz: e561bda6f381e6a8d64ab046eab27bf32113e98a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 228ae199a7066bdb62d852eba07071566cf50e8adeefcc287ed3e06c6447421c905c7daa7db2d86a83299d2ecc765bb1f4d540a4fe19123e79db41ede70c3c2f
|
7
|
+
data.tar.gz: e89720a0bc0cd0b91b210a89c89bf3ee38049e22d3bdd47e9776f3634726a55b123144be39e4dbd29d86ca7733b3ab9abc0ccc2110848c0ee6347c4273686198
|
@@ -48,16 +48,16 @@ module Fastlane
|
|
48
48
|
|
49
49
|
def self.details
|
50
50
|
"
|
51
|
-
Fastlane plugin which enables iOS workflows to change the Xcode project's code signing settings before building a target, being a "cosigner" 🖋.
|
51
|
+
Fastlane plugin which enables iOS workflows to change the Xcode project's code signing settings before building a target, being a \"cosigner\" 🖋.
|
52
52
|
|
53
|
-
This is especially useful to avoid having to configure the Xcode project with a "static" set of code signing configurations for:
|
53
|
+
This is especially useful to avoid having to configure the Xcode project with a \"static\" set of code signing configurations for:
|
54
54
|
|
55
55
|
• Provisioning Style (Xcode8+): Manual / Automatic
|
56
56
|
• Team ID
|
57
57
|
• Provisioning Profile UUID (Xcode 7 and earlier) and Name (Xcode8+)
|
58
58
|
• Code Signing Identity: iPhone Development / iPhone Distribution
|
59
59
|
|
60
|
-
By being able to configure this before each build (e.g. gym call), it allows having separate sets of code signing configurations on the same project without being "intrusive".
|
60
|
+
By being able to configure this before each build (e.g. gym call), it allows having separate sets of code signing configurations on the same project without being \"intrusive\".
|
61
61
|
|
62
62
|
Some practical scenarios can be for example:
|
63
63
|
|