fastlane-plugin-unity3d 0.1.2 → 0.1.3

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
  SHA256:
3
- metadata.gz: ff82d6c7033e2bdca159d871f4e18923a0a0890f9d229b270dc44d1497fb8d8b
4
- data.tar.gz: f9fec8d5817df5333f0ee1067cc0005e7075e90e7f4c508fdc03278d66da3ef9
3
+ metadata.gz: 46daca1621ffcd72ba3db5f68c88dce5df6219a6bb1505b8d8652e380c7a9595
4
+ data.tar.gz: fe797dd115bf54c428a33a87d4fb54a1df9114399121d77bf05dfb606f3dbc8f
5
5
  SHA512:
6
- metadata.gz: f244bbc5943f07fd61980b666f3db38a072caa1c30d46472006a0fba32a4bdba2d327efb57560d5355f3191b4190f71b4b0498de72ac43b9bd7e87671a17e4ee
7
- data.tar.gz: 3ccd037e276384e6dd3a9bca5314a200fc131ed975e1ea3f1f63e5b8ff8ef56de76314e54c02035034a1f848e4dbae6bfac16832e32a3df4c76441440a586b4a
6
+ metadata.gz: dc19bc1d97f768f4e98295fa0cc8e3c827086f58d4c48cda0bb7f6e0a1d0eea76c4a0ccab3b20ced041b5f6ae4da2585b09652ab8d14c99441124c7fda3e9fad
7
+ data.tar.gz: 6b880e07e663555cbc77d8b67d2dcf5c9f5bfa11a774adf951e5fc7192aafa723e2e71aa2cd291093d4e037c7206c02012818b609103b4173594bcf51cff313a
@@ -22,7 +22,7 @@ module Fastlane
22
22
  UI.error "no executable found" unless params[:executable]
23
23
 
24
24
  build_cmd = "#{params[:executable]}"
25
- build_cmd << " -projectPath #{params[:project_path]}"
25
+ build_cmd << " -projectPath '#{params[:project_path]}'"
26
26
  build_cmd << " -batchmode"
27
27
  build_cmd << " -quit"
28
28
  build_cmd << " -logfile #{params[:logfile]}"
@@ -25,7 +25,6 @@ module Fastlane
25
25
  elsif OS.linux?
26
26
  paths << "~/Unity/Editor/Unity"
27
27
  end
28
- puts paths
29
28
 
30
29
  return paths.find { |path| File.exist?(path) }
31
30
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Unity3d
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-unity3d
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
  - fuzhongqing
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-01-06 00:00:00.000000000 Z
11
+ date: 2021-01-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry