nixenvironment 0.0.122 → 0.0.124

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: 461cba94a54020aa9dcfbe397bab0e9d62407b6f
4
- data.tar.gz: b6f1dd1938604115cf2c9676717a3f150b3924e8
3
+ metadata.gz: af4223de62ada5f5663aed4b18e7ac1e8cee2961
4
+ data.tar.gz: 9a9e92f934e28002763cbf77c9998cce530c6edc
5
5
  SHA512:
6
- metadata.gz: da624d17965ae10338e0e5cc92d28121d113ceae575744e239b4d4a2c07a905a060444d0ca654e81ee46253ab38678d6ad382c3dccb3acc6edae3438594bac3e
7
- data.tar.gz: ce71c6e125d66f239414bd2e635d446149b7ce2e35eeca171588f3084eabb8fc2b262d42553ffb5cf36ef572f410b5e4179a8f87d3eecaaa143e086e54ab1a28
6
+ metadata.gz: b073ee69d631420ac87470f769354abc7dd140f736706acdf2ba57d72fa3fa41fd258c76e68299e390907d725d4b483d468d26b7293c5415f36642a9e5a11776
7
+ data.tar.gz: 4981b0920f98a3e8b9d230141e56a08dceceaab09cae6607ad6643787215380e2d0292b0f6c5475de7c653f9ba92381b75922d251c3054373b2918575989c92a
@@ -347,7 +347,7 @@ module Nixenvironment
347
347
  set_plist_values_in_app_path(framework, 'CFBundleIdentifier' => framework_bundle_id)
348
348
  end
349
349
 
350
- codesign_args = ['/usr/bin/codesign', '--force', '--sign', "'#{identity_name}'", "'#{framework}'"]
350
+ codesign_args = ['/usr/bin/codesign', '--force', '--sign', "\"#{identity_name}\"", "'#{framework}'"]
351
351
 
352
352
  puts_header "--> Codesign framework with params #{codesign_args} ..."
353
353
  system(codesign_args.join(' '))
@@ -369,7 +369,7 @@ module Nixenvironment
369
369
  end
370
370
 
371
371
  def codesign(identity_name, new_entitlements_path, is_provision_replaced, is_bundle_id_or_name_changed, dest_app_product_path, profile_path, new_bundle_id)
372
- codesign_args = ['/usr/bin/codesign', '--force', '--deep', '--sign', "'#{identity_name}'"]
372
+ codesign_args = ['/usr/bin/codesign', '--force', '--deep', '--sign', "\"#{identity_name}]\""]
373
373
 
374
374
  # now let's figure out the entitlements...
375
375
  if new_entitlements_path.present?
@@ -122,7 +122,7 @@ module Nixenvironment
122
122
  puts
123
123
 
124
124
  skip_submission = deliver_deploy ? '' : '--skip_submission'
125
- team_name = deploy_team_name.present? ? "-r '#{deploy_team_name}'" : ''
125
+ team_name = deploy_team_name.present? ? "-r \"#{deploy_team_name}\"" : ''
126
126
  system("fastlane pilot upload -i '#{ipa_product}' -u '#{deploy_itunesconnect_user}' #{team_name} #{skip_submission}")
127
127
  end
128
128
 
@@ -10,7 +10,7 @@ module AppletHelper
10
10
  end
11
11
 
12
12
  def path_to_jenkins_master_applet
13
- "#{path_to_environment}/Applets/slave-agent (10.10).jnlp"
13
+ "#{path_to_environment}/Applets/master-agent.jnlp"
14
14
  end
15
15
 
16
16
  def applets_in_environment
@@ -1,3 +1,3 @@
1
1
  module Nixenvironment
2
- VERSION = '0.0.122'
2
+ VERSION = '0.0.124'
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.122
4
+ version: 0.0.124
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: 2017-02-13 00:00:00.000000000 Z
12
+ date: 2017-07-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: cocoapods