fastlane-plugin-polidea 0.6.2 → 0.6.3

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: f030b653743c7b0c3390752c6ff1980f0417fc8c
4
- data.tar.gz: f2c16dbe8324fc46b12809834841768c290a7e2e
3
+ metadata.gz: c08636fe218a99dbaf41712ad4748f3b32c53fcf
4
+ data.tar.gz: 680e245635cf09c7f65b3f955170f11afac175b8
5
5
  SHA512:
6
- metadata.gz: e095206a11bde265601f3cb04b9a7ca8bb69987003c4460c6cccac5b46dd86f9085d4832d876c76ac81c5274a2592da783591781e6f6e1065939e1176e3e2c83
7
- data.tar.gz: 52ce6dcf335111c697daf43b578481ef684883fca3724fbac0299020770bb0146a6c6e4ff3ec29043fe42463e098e5c8359e90775fc449fd019425df43c99e68
6
+ metadata.gz: 74400d922eef81993300ea6bff2bb0cabada514ec58facd7b911500ff26cd88e4ba860ab7006058778d8effdeb7254a175a4915937fbf4449cbaaf120bc34111
7
+ data.tar.gz: ed42408a0b81ff58a3a8f9f0c3dd3137b5983f4de439c79027019bbaef178c67abcae6f92a445115f7246a595ba65ac07a27c8f2f78983f727ddde58975d241c
@@ -10,7 +10,7 @@ module Fastlane
10
10
  def self.run(config)
11
11
  prefix_schema = generate_url_scheme
12
12
 
13
- info_plists = Dir.glob(File.join(config[:path], "**/*Info.plist"))
13
+ info_plists = Dir.glob(File.join(config[:path], "**/*.plist"))
14
14
  UI.user_error!("There isn't any Info.plist in this directory") if info_plists.empty?
15
15
  info_plists.each do |info_plist|
16
16
  update_plist(info_plist, prefix_schema)
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Polidea
3
- VERSION = "0.6.2"
3
+ VERSION = "0.6.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-polidea
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Piotrek Dubiel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-23 00:00:00.000000000 Z
11
+ date: 2017-07-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: plist