nixenvironment 0.0.74 → 0.0.75

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: ccbcf61d630b3d4870bdbd0049da24093f59b738
4
- data.tar.gz: dc5e667539a40276f2241a82897c0524363799e9
3
+ metadata.gz: 4faafeedb013d7543ee6cd5121fd9981d581ae28
4
+ data.tar.gz: b41f82b4a71e93f0edb3d3a679a2933e469198b9
5
5
  SHA512:
6
- metadata.gz: 7d18f6f5c5609ca4a9f13ab389e2c3bc6a4c89dbceb57988c9b17e7109c1287fa43205178313bfd50258cb93033173bfc4bec599abf9dca3aecfb13e012bd841
7
- data.tar.gz: 8d4289ddc1f6a5c02b772bad9217050003c7dc680429104e49516d45460ecf0f7492aa6ecc56aea53611dfc594a8b5a3aec44fc8b3c3a76e39ad0c2d976d644f
6
+ metadata.gz: 6bc5167ced38fdeb15734d58672e74c6e4db597c18f4836eb8450749585048ab2f08f7e2cee5f666cb9a37849d7ad28c3aa4a935d8bd26c0f3461f419f618c24
7
+ data.tar.gz: 7e6a402daa66516f6aab8635857a37554ab91a9736c840210acd02aa3b2500e5733f42a36957616f8afa9ef8825205fd59047c4892be890b6c59e23c39f5938d
@@ -128,7 +128,7 @@ NAME_FOR_DEPLOYMENT='#{configuration}'
128
128
  resigned_bundle_id, resigned_watchkit_app_bundle_id, resigned_watchkit_extension_bundle_id, resigned_widget_bundle_id,
129
129
  resigned_bundle_name, resigned_entitlements_path, resigned_watchkit_extension_entitlements_path, resigned_widget_entitlements_path, profile_type, is_appstore)
130
130
 
131
- ipa_bundle_id = is_resigned ? resigned_bundle_id : get_bundle_id(app_product)
131
+ ipa_bundle_id = (is_resigned && resigned_bundle_id.present?) ? resigned_bundle_id : get_bundle_id(app_product)
132
132
 
133
133
  if is_appstore
134
134
  name_for_deployment = 'Appstore'
@@ -1,3 +1,3 @@
1
1
  module Nixenvironment
2
- VERSION = '0.0.74'
2
+ VERSION = '0.0.75'
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.74
4
+ version: 0.0.75
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: 2016-01-15 00:00:00.000000000 Z
12
+ date: 2016-01-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: cocoapods