fastlane-plugin-teak 0.1.3 → 0.1.4

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
  SHA1:
3
- metadata.gz: e8b93bf32b17b9b2377b50d7ab6b2be4a0033ab2
4
- data.tar.gz: 515fa3923cc3e7ce0b882fee367fad549b13d590
3
+ metadata.gz: e7e2234603c109aa4773c720bff934be0b289336
4
+ data.tar.gz: bc61e04cd5a444e93d0b3b400ae68f161a3d111d
5
5
  SHA512:
6
- metadata.gz: 3ce49239ff6c7d78e6724ab45fe38f26bb57f2171dde915cddc548989f2ada49bbef21e2800ad40e48cdf484e0448620192c9c41c13a7d15e210db06680962c8
7
- data.tar.gz: 5424ea34c94b06d4373946c7c5522512cc47fcf052617e3c08c321a1bb1c6885fc74a2ec23c006db536b74ceb213ef526bf82eed56dd22f16dc237945f437bdd
6
+ metadata.gz: 55cee14bc57c16f2c48f0911ab02236d7e0fbaa9305838ea8b19012ff15d48ed26a63823dea2c6b2093f3b9b2d5bb83ff7ab0afebbad3a408eafbfe3b2310b16
7
+ data.tar.gz: a6228604de100e3b6923bc813245a3cb09cccb6923f48f60569f08013778cf5f62bc7dc7d44a30d5ae3504144a90ab6a88bd1cdfb50297836c259f8666a9a6e4
@@ -38,6 +38,8 @@ module Fastlane
38
38
  })
39
39
  Actions::MatchAction.run(params)
40
40
 
41
+ Actions.sh("security", "find-identity", "-v", "-p", "codesigning", keychain_name)
42
+
41
43
  # Get the location of the provisioning profile
42
44
  provisioning_profile_path_env = Match::Utils.environment_variable_name_profile_path(
43
45
  app_identifier: app_id,
@@ -52,7 +54,7 @@ module Fastlane
52
54
  "-f", "pkcs12", "-P", p12_password, "-o", p12_file, log: false)
53
55
 
54
56
  # Call block
55
- yield(p12_file, p12_password, ENV[provisioning_profile_path_env])
57
+ yield(p12_file, p12_password, ENV[provisioning_profile_path_env], keychain_name)
56
58
  end
57
59
  ensure
58
60
  # Cleanup temporary keychain
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Teak
3
- VERSION = "0.1.3"
3
+ VERSION = "0.1.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-teak
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pat Wilson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-07-10 00:00:00.000000000 Z
11
+ date: 2018-08-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: xcodeproj