fastlane-plugin-ixguard 0.1.2 → 0.1.3

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: 6a9d628a030de7ee41170f6cd525b35e9b87028e
4
- data.tar.gz: f728ff682c0837d6566d233072ebe765d00c7311
3
+ metadata.gz: 4b5d5a3b74290f973a8cecd077136b4e38ca58ba
4
+ data.tar.gz: d772b51c9994fcda9558f5e6ac42a510a91fe361
5
5
  SHA512:
6
- metadata.gz: 7227dc8b59e771b8cf20a33220d6f6b9567af6530018d2a0e6951d75ada684aef333b32ec6f8656003c1e9c72260aec8632816e82d60c7431373a3eae0d8b7e8
7
- data.tar.gz: 261ca27754990b352f5fb8fd855864c7307f708aa0ed63482ade8580b331d57e6e7eab062df0f7c2ac60717dd41ae320774a59ef51870470fb63d1a4fc1fb35a
6
+ metadata.gz: 034b22e50a1d4b5087556392cf570b230378ce73edde17c32f6b4a6105da1a0a3cb10170622c95990e90421cadb88d67ba20d7e8511cbebf49e09492a2dc885f
7
+ data.tar.gz: 1fba4ca22e8bf8e77e227c4552d0c986b59e018e5f2b5b0471d7f6328d0db6ea83a7236189d69eead026d01fda2cd8d0ff61cab266f3134ee6ef8ed69fb38414
@@ -9,7 +9,6 @@ module Fastlane
9
9
  output_file = params[:output].shellescape
10
10
  ipa_file = params[:ipa].shellescape
11
11
  command = "ixguard -c=#{config_file} -o=#{output_file} #{ipa_file}"
12
- Fastlane::Actions.sh(command, log: false)
13
12
  FastlaneCore::CommandExecutor.execute(command: 'env -i HOME="$HOME" TERM="$TERM" LC_CTYPE="${LC_ALL:-${LC_CTYPE:-$LANG}}" PATH="$PATH" USER="$USER" ' + command,
14
13
  print_all: true,
15
14
  print_command: false)
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Ixguard
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.3"
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.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Evgeniy Kubyshin