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: b63a60bd4ee6fda72a4967a54cee725de5342ff0
4
- data.tar.gz: f61d9cd3930f6c87a213590100baf9a1adff2c66
3
+ metadata.gz: ec87d43a6b409a4daff0b3e728429db4a2fa02d6
4
+ data.tar.gz: e561bda6f381e6a8d64ab046eab27bf32113e98a
5
5
  SHA512:
6
- metadata.gz: 7a606e358647eb339b424a0721391abb4434cd6fede9b4b9d070117e7962efc9680b709807743adeb31ba8b1c3f1ddccd8c102fd043f9f34ac3aa5c6dc71a69e
7
- data.tar.gz: ff496f29fb334f39c66b6d6460e4aae438bf097fe3830250b529e340b6c3c0b30d6061827977fe9a0d9d7ff843eb4cb36ecdb9136192421ee2346c4a8fd887fa
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
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Cosigner
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-cosigner
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - André Pacheco Neves, Luís Portela Afonso