nixenvironment 0.0.159 → 0.0.160

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: d7e87a1d632762f50f33af30e7ea546134762dddad47a0bb4522ddc9404f0f07
4
- data.tar.gz: 4373fc907f25bb9220c3697fadc9fc555bfa9ea297e2316d4ade8c1345b791da
3
+ metadata.gz: 06e4a534cfb0404cb67eb7f578cfda0ef3d8b3ddfd0d73dd6f2341860cf781b9
4
+ data.tar.gz: 744c32a0abf547985f3792c5d4c05f1256bd701628e1b26af8ad8e0a92a8008a
5
5
  SHA512:
6
- metadata.gz: 3c270ca73a5201131ba27d4c74c825d86a915bde410ae351df8f7da881eb2c7e6bdf4994ff4c29473a7716b111f3de8940fe2ee5a020893309f69ba8fbfba359
7
- data.tar.gz: b6f46bbd414099e003bb52a47c803be15675646d04360b799ad34d31f3a48c38d44a07b2d19b553b6c9eb2598898c08759300d1fa7e29a0208e7e93281092a25
6
+ metadata.gz: f907870c1f3509cee632030935d4dd9a7d183f50d3e6be57d481a00269ac94c8a74f351a95af54b69061e4a8bd5e05e1dbb332deb8e061e4b2896eff0901e9fa
7
+ data.tar.gz: 85ab6e73221321c11137672f38c047b5a707486c005df6e4d9c7ea5b7a378264eeaed27180c2831ce7163618f2e30c4e6a1238c4e5f54d6444308e49ab115fe2
@@ -543,11 +543,11 @@ module Nixenvironment
543
543
  end
544
544
 
545
545
  def identity_is_for_development(identity_name)
546
- identity_name.start_with?('iPhone Developer')
546
+ identity_name.start_with?('iPhone Developer') || identity_name.start_with?('Apple Developer')
547
547
  end
548
548
 
549
549
  def identity_is_for_distribution(identity_name)
550
- identity_name.start_with?('iPhone Distribution')
550
+ identity_name.start_with?('iPhone Distribution') || identity_name.start_with?('Apple Distribution')
551
551
  end
552
552
 
553
553
  # User is responsible for removing temp file. Always sets the same get-task-allow.
@@ -1,3 +1,3 @@
1
1
  module Nixenvironment
2
- VERSION = '0.0.159'
2
+ VERSION = '0.0.160'
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.159
4
+ version: 0.0.160
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: 2019-12-04 00:00:00.000000000 Z
12
+ date: 2020-04-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: cocoapods
@@ -336,7 +336,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
336
336
  - !ruby/object:Gem::Version
337
337
  version: '0'
338
338
  requirements: []
339
- rubygems_version: 3.0.6
339
+ rubygems_version: 3.0.3
340
340
  signing_key:
341
341
  specification_version: 4
342
342
  summary: NIX projects build and deploy utility