fastlane-plugin-flutter_build 0.1.4 → 0.1.5

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
  SHA256:
3
- metadata.gz: ec9b14a43c8537efa3739b40f88f55a08120f6db336cbf26b8974bfef3090035
4
- data.tar.gz: 6be786b135b47fd102a1ebbe9c80fb329ec3d3f067d976613d3e28c8f2a729a8
3
+ metadata.gz: 7a514a028e23fc8469324f3a51c4d2393bb2c7818636c4061ff18ee298f3221f
4
+ data.tar.gz: cb250a7f0635fee0a49a44ad0815edd6f6f7373fc84a54afaebcba0599129932
5
5
  SHA512:
6
- metadata.gz: ff2603555d493fd16b9ef8aa80c06d3c53ff80099895a1c01a0d4be5adf742072dd3f28bacbb22078fe28bba02801ea310f41b3ac9e577da96e187e4a1dec000
7
- data.tar.gz: 24364a1401f7884878f4174312f8a0290f081909e1539e99824ed1c72aa7ced804bd1a7fbe2fc4fd1b8703b13b5012d222aa591a771d7ba391a1da9711f9a49d
6
+ metadata.gz: a75613b73b1c77f1ba89ec47c74004196e4af1ed2a8bec8ecd847e2ae5d916c954df2e3a253db1a30362abc82468ca46ab990431c92f4c3661bc607bf98634e7
7
+ data.tar.gz: c6c0ea418c49cdeb409482ef37b34d75f57ff5a578fce6a1e0185a9f3df6ec13ed8f0409158486b98ef2820a890956cbe017888303b5f6f0bcb3dfeabf008b2c
@@ -2,7 +2,7 @@ module Fastlane
2
2
  module Actions
3
3
  class FlutterBuildAction < Action
4
4
  def self.run(params)
5
- root_folder = __dir__
5
+ root_folder = Dir.pwd
6
6
  print(root_folder)
7
7
  if(root_folder.include?("ios")) then
8
8
  system("cd .. && flutter build ios --release --no-codesign")
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module FlutterBuild
3
- VERSION = "0.1.4"
3
+ VERSION = "0.1.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-flutter_build
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - viniciusmo