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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: af4223de62ada5f5663aed4b18e7ac1e8cee2961
|
|
4
|
+
data.tar.gz: 9a9e92f934e28002763cbf77c9998cce530c6edc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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', "
|
|
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', "
|
|
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
|
|
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
|
|
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.
|
|
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-
|
|
12
|
+
date: 2017-07-11 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: cocoapods
|