fastlane-plugin-ixguard 0.1.1 → 0.1.2

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: eefc23791e67fecb4abf1510a7631bc3c9702bad
4
- data.tar.gz: 736c849e73df928fcf5dff1aa09e42f0ab2d2919
3
+ metadata.gz: 6a9d628a030de7ee41170f6cd525b35e9b87028e
4
+ data.tar.gz: f728ff682c0837d6566d233072ebe765d00c7311
5
5
  SHA512:
6
- metadata.gz: 67004d715f3377edc41a2525a679fb75558523d3e106db9253ecf6b14744e66a3e0cc272f4342b5f4e45a9d0e86bef2f4d603841ef416e33acb3fa1f9ca646b1
7
- data.tar.gz: 1d542e3d1bfc77c51f99d5e31ce70069aa850e6ad7b2c72d37511843006f9137f044d54ac86564e452940177f9369297f8675bb372e410dc32e369427a07f8f4
6
+ metadata.gz: 7227dc8b59e771b8cf20a33220d6f6b9567af6530018d2a0e6951d75ada684aef333b32ec6f8656003c1e9c72260aec8632816e82d60c7431373a3eae0d8b7e8
7
+ data.tar.gz: 261ca27754990b352f5fb8fd855864c7307f708aa0ed63482ade8580b331d57e6e7eab062df0f7c2ac60717dd41ae320774a59ef51870470fb63d1a4fc1fb35a
@@ -10,6 +10,9 @@ module Fastlane
10
10
  ipa_file = params[:ipa].shellescape
11
11
  command = "ixguard -c=#{config_file} -o=#{output_file} #{ipa_file}"
12
12
  Fastlane::Actions.sh(command, log: false)
13
+ FastlaneCore::CommandExecutor.execute(command: 'env -i HOME="$HOME" TERM="$TERM" LC_CTYPE="${LC_ALL:-${LC_CTYPE:-$LANG}}" PATH="$PATH" USER="$USER" ' + command,
14
+ print_all: true,
15
+ print_command: false)
13
16
  rescue => ex
14
17
  UI.user_error!("Error unzipping file: #{ex}")
15
18
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Ixguard
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-ixguard
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Evgeniy Kubyshin