fastlane-plugin-update_provisioning_profile_specifier 1.3.0 → 1.3.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
- SHA1:
3
- metadata.gz: 67a91617efeba4b7b542f59347026565f72984de
4
- data.tar.gz: d2cc184a469ed5a5f7d9b3aad339731d3e6ff214
2
+ SHA256:
3
+ metadata.gz: d4b0b6d0b2718c52da6420952a3a14afad97aa754456a5352a6c790f114089c4
4
+ data.tar.gz: 1cb519fe5a50d788665cf2c6d290bfbc45333514f502baffad832413457cf342
5
5
  SHA512:
6
- metadata.gz: 30730e189ae87d140e78787c25802ad1cc35f104a5d284d6d3c6bec4ad26d42620695595a25895cd738b2df2d456d1606052ae8bbf5704810ea74d40590dffbb
7
- data.tar.gz: '0837d81fdf3959dff06aeafd78c71efd0257020b00f774c29ccae7ee67d8988112e7e1775f5086106dabbd16ebeabf3f0a2ece88008969384f0e1b0b46190dbe'
6
+ metadata.gz: 670a25977b56f0d57cf21bea25f95a5ce80395716f8d11ea318948dff94f55164d01e06d1909c3edba09797b503013122fb30db72781096b7437cc76a9c6cb0b
7
+ data.tar.gz: c18f035116058d6fe56b86e32a7d70b13ac12ccd2a8112223b515d886275148bd8dc86d6c6afd894f6c743ced611dfe2364319c5228eced8e251479e5542d957
@@ -17,7 +17,7 @@ module Fastlane
17
17
 
18
18
  project = Xcodeproj::Project.open(pdir)
19
19
  project.targets.each do |t|
20
- if !target || t.name.match(target)
20
+ if !target || t.name == target
21
21
  UI.success("Updating target #{t.name}")
22
22
  else
23
23
  UI.important("Skipping target #{t.name} as it doesn't match the filter '#{target}'")
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module UpdateProvisioningProfileSpecifier
3
- VERSION = "1.3.0"
3
+ VERSION = "1.3.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-update_provisioning_profile_specifier
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jordan Bondo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-24 00:00:00.000000000 Z
11
+ date: 2018-09-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: xcodeproj
@@ -140,7 +140,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
140
140
  version: '0'
141
141
  requirements: []
142
142
  rubyforge_project:
143
- rubygems_version: 2.5.1
143
+ rubygems_version: 2.7.6
144
144
  signing_key:
145
145
  specification_version: 4
146
146
  summary: Update the provisioning profile in the Xcode Project file for a specified