nixenvironment 0.0.62 → 0.0.63

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: 91e6fd2133f4777ef2281d4186dbe9aa4cb028a9
4
- data.tar.gz: b9fc0243f4c04d90790d4ffd50c195a1c60e6473
3
+ metadata.gz: b1878d13adda48f1fa903a91f3adf3e69264ebdb
4
+ data.tar.gz: edfc40c98a4b0eb93d76523849b48a676ca3193b
5
5
  SHA512:
6
- metadata.gz: 0dd37cea07c3d993c5d2894277cad36243cc1067dbe71a817125aa0b22f9c464fc5e87eefbceba19944a73653a2214d6e0472f0ea182ca8d552c8453f298705b
7
- data.tar.gz: 6ef482565151ed436601de5ccf5486536d60095c6e65c4f40e0b1242abfbb0eb8e402d8ae277a4ed70ecd5a5e2d5225a6ff40618ea904af3c516a7202d727db5
6
+ metadata.gz: d6637ddda4fd93313ccf69a129137e90443bb5ca65b247c828d73aa878eb8f5a840b34e8b495e1c5ca10015a63c90495465d2ef915854f77c1b8cc99d6eb86e2
7
+ data.tar.gz: 33ba16d742358d2c2adf8cac263631e86c542285541de1b3a1f7ded949ca6db7b76e9b3e72222b696ea5a0a0f1bae72272d40bb095d5a7b51b7eda26ba778780
@@ -217,7 +217,7 @@ NAME_FOR_DEPLOYMENT='#{configuration}'
217
217
 
218
218
  puts "--> Looking for the best match among found profiles, based on similarity between profile's app id and desired bundle id ..."
219
219
  best_match = find_best_match_for_bundle_id(profiles_and_identities, new_bundle_id)
220
- puts_header "--> Best match: #{best_match}"
220
+ puts_header "--> Best match: #{best_match.to_s}"
221
221
 
222
222
  profile_info = best_match.first
223
223
  identity_name = best_match.last
@@ -665,9 +665,14 @@ NAME_FOR_DEPLOYMENT='#{configuration}'
665
665
  def get_valid_keychain_identities()
666
666
  keychain_name = 'XCodeKeys'
667
667
  keychain_path = %x[ security list | grep '#{keychain_name}' | sed 's/\"//g' | xargs ].strip
668
- security_report = %x[ #{IDENTITIESLIST_UTILITY_PATH} -k #{keychain_path} ]
669
- # TODO: investigate encoding issues without implicit .encode('UTF-8')
670
- entries = security_report.encode('UTF-8').split(/\n/)
668
+ security_report = %x[ '#{IDENTITIESLIST_UTILITY_PATH}' -k '#{keychain_path}' ]
669
+
670
+ # TODO: remove after debugging!
671
+ puts '*****************************************'
672
+ security_report.lines.each { |line| puts line }
673
+ puts '*****************************************'
674
+
675
+ entries = security_report.split(/\n/)
671
676
  entries.to_set
672
677
  end
673
678
 
@@ -1,3 +1,3 @@
1
1
  module Nixenvironment
2
- VERSION = '0.0.62'
2
+ VERSION = '0.0.63'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nixenvironment
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.62
4
+ version: 0.0.63
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karen
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-09-21 00:00:00.000000000 Z
12
+ date: 2015-09-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: cocoapods