nixenvironment 0.0.138 → 0.0.138.1

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
- SHA1:
3
- metadata.gz: 8a27eca3d5da6e42c8d35203e9b4753326d79610
4
- data.tar.gz: 24d3909d283c43fd1e873b390adc0edc71dadd2a
2
+ SHA256:
3
+ metadata.gz: 80713305481b9d88cb8cea09ddc4f496e5d91ec3d076072bc26edc49c48712e6
4
+ data.tar.gz: 39759e22d2bf384c5fc75e1f4d0146a47d2d2caac13f9bff2e3429fd9abd9671
5
5
  SHA512:
6
- metadata.gz: d6359e2d57731b1705e65d74e35dbe7d9608bbe2cc3ed2a25a1b1e42f91a838566405051d29ee9bf93bd2c732dce5dd980be2ab9af4dc09928ec65c50a80226b
7
- data.tar.gz: 76337eb3d88d45e91eb8ace785e8868bbf2d9f8513fc20aa058a56ff156e71d0fd6a74e7e8847eba6e8f583f6e5d26712c6135037d2ac1b8ad590030c86426d5
6
+ metadata.gz: 73a1692d49dbf5c71f1a1fbc7f127bc87a098c9510472cd3e4b4f8d11982afa97c91af8ae76e4b53f2a5187036501d0ec35f6de6beb84f98377b77b84be26c0d
7
+ data.tar.gz: 927fea2ebf73ba5ed84a519dc1e0b9fccf1c8be1690d320f2dbd4a5798fcad9ecc26e56b757f47c7bd8dc5f86a54e340f91f31508477f27369308c90137110ab
@@ -467,14 +467,21 @@ module Nixenvironment
467
467
 
468
468
  is_bundle_name_changed = false
469
469
 
470
- if new_bundle_name == original_bundle_name && new_bundle_name == original_bundle_display_name
471
- puts_header "--> Bundle name '#{new_bundle_name}' will not be modified"
470
+ if new_bundle_name == original_bundle_name
471
+ puts_header "--> Bundle name '#{original_bundle_name}' will not be modified"
472
472
  else
473
- puts_header "--> Rename bundle name/bundle display name from '#{original_bundle_name}'/'#{original_bundle_display_name}' into '#{new_bundle_name}' in '#{app_product_path}' Info.plist ..."
474
- set_plist_values_in_app_path(app_product_path, { 'CFBundleName' => new_bundle_name, 'CFBundleDisplayName' => new_bundle_name } )
473
+ puts_header "--> Rename bundle name from '#{original_bundle_name}' into '#{new_bundle_name}' in '#{app_product_path}' Info.plist ..."
474
+ set_plist_values_in_app_path(app_product_path, { 'CFBundleName' => new_bundle_name } )
475
475
  is_bundle_name_changed = true
476
476
  end
477
477
 
478
+ if new_bundle_name == original_bundle_display_name
479
+ puts_header "--> Bundle display name '#{original_bundle_display_name}' will not be modified"
480
+ else
481
+ puts_header "--> Rename bundle display name from '#{original_bundle_display_name}' into '#{new_bundle_name}' in '#{app_product_path}' Info.plist ..."
482
+ set_plist_values_in_app_path(app_product_path, { 'CFBundleDisplayName' => new_bundle_name } )
483
+ end
484
+
478
485
  is_bundle_name_changed
479
486
  end
480
487
 
@@ -1,3 +1,3 @@
1
1
  module Nixenvironment
2
- VERSION = '0.0.138'
2
+ VERSION = '0.0.138.1'
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.138
4
+ version: 0.0.138.1
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: 2018-08-28 00:00:00.000000000 Z
12
+ date: 2018-11-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: cocoapods
@@ -337,7 +337,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
337
337
  version: '0'
338
338
  requirements: []
339
339
  rubyforge_project:
340
- rubygems_version: 2.5.2.3
340
+ rubygems_version: 2.7.7
341
341
  signing_key:
342
342
  specification_version: 4
343
343
  summary: NIX projects build and deploy utility