mmine 0.8.3 → 0.8.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
  SHA256:
3
- metadata.gz: c4290f89a2a67991b7440439cc327b503af6187d1cacda10a960a181d0715fc0
4
- data.tar.gz: a87d5f8a9d517633ba5b2d1e9c3f68ef6eac9f7ba920d035d5936261ce64d759
3
+ metadata.gz: 568339f5e23071ffc9666bac964da92680eb8d85a5a2ecc0c04cfb27e7680055
4
+ data.tar.gz: 7b8ed0e52fe86d48350b195865191238a41d5698bfca83177e9a542622400c31
5
5
  SHA512:
6
- metadata.gz: a75fed26d720d19c568a1654e2f89e2d4968f0b1d6b0ec131ac41bdad3634bbfbd2baf07796bc49862bb8c1f785e673706d6bb14ceb2f2c46c71467d44f122cf
7
- data.tar.gz: a8a01df4c03a62f7d8bcbcc6a05e08056b35cee20ded9d852aad932f188d035f3f8f824bd84f63b638947ec59ab4bde3913f16cbba9298642555a7b785eb7e0e
6
+ metadata.gz: 29212428f38fb9cd2712aee30546a65fecddc19ae35495aa4113c0cc823cd67241009a11e985ac4ebdc040545671e30849ab846b54362dd6099722e9b831f4a8
7
+ data.tar.gz: ceb6b20d746a9ea5da7b1872b49c9c7f07f45c0b37aa880d04f004295773466a5e2c14b34581efffc96073849da57a1dc9f37136fb10c657cccecca3bfd90394
@@ -190,7 +190,7 @@ class NotificationExtensionIntegrator
190
190
  (@main_build_configurations_release + @main_build_configurations_debug).each do |config|
191
191
  bundleId = config.resolve_build_setting(key)
192
192
  if bundleId == nil
193
- plist_path = resolve_absolute_paths(config.resolve_build_setting("INFOPLIST_FILE")).first
193
+ plist_path = resolve_absolute_paths([config.resolve_build_setting("INFOPLIST_FILE")]).first
194
194
  bundleId = get_xml_string_value(key, plist_path)
195
195
  @logger.info("Composing #{key} from main target info plist: #{bundleId}.")
196
196
  else
@@ -420,7 +420,7 @@ class NotificationExtensionIntegrator
420
420
  return group_reference
421
421
  end
422
422
 
423
- def resolve_absolute_paths(paths)
423
+ def resolve_absolute_paths(paths)
424
424
  paths.map do |path|
425
425
  ret = path
426
426
  ["$(PROJECT_DIR)", "$PROJECT_DIR"].each do |proj_dir|
@@ -1,3 +1,3 @@
1
1
  module Mmine
2
- VERSION = "0.8.3"
2
+ VERSION = "0.8.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mmine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.3
4
+ version: 0.8.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrey Kadochnikov