fastlane-plugin-scipio 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
  SHA256:
3
- metadata.gz: 5dee4fb1c837ada3cd10d788afe772d0b17d87269f8d292748989f768b5c8d7e
4
- data.tar.gz: a70619e19120a84f4b541518b61df0c3876530553b55c95f8fec6498648f9676
3
+ metadata.gz: df389800f1d293f534ef858e7cfb6f86535d7460a1b100b8ae3ed5c256a6b441
4
+ data.tar.gz: 18a89da128cfbac74b836ab09ab33c525f3e1712a38e5b304ac15705fe0e3425
5
5
  SHA512:
6
- metadata.gz: 40351d7b6ff11e2bc6494663e78bf75766b4ea5b25584da8c090fa36c277aa6b45efe54538c35ccc3baa1db4986d6e05462faa44964e7cd3e19c8c4da703e38a
7
- data.tar.gz: d14ef7a15f38f769be7d0fb8e15b1d54441ade08ce8cd9b18d2d1415ec287420d51e786e80427e6b97e136ae45af6a8788416568712a7b02c255f396fdfeff44
6
+ metadata.gz: e7483c913d7b772ea0f1dc3e1cc465da01d1b78a63af1e2938152a9572e6af9630a666b635ed383c78fab261182ce1ff509acacec6d226668330a1946bead463
7
+ data.tar.gz: a19fd88d4f30316d92e46fed41f5056099ab497f081fa09cf459bf3fd9daf2d4cafdddcc837a5c7bbb658d01e7283745e678c53e5fc3dff5f28ccd28a3f90362
@@ -22,7 +22,6 @@ module Fastlane
22
22
  cmd << "--force" if params[:force] == true
23
23
  cmd << "--force-upload" if params[:force_upload] == true
24
24
  cmd << "--force-build" if params[:force_build] == true
25
- cmd << "--platform #{params[:platform].join(",")}" if params[:platform]
26
25
  cmd << "--verbose " if params[:verbose]
27
26
 
28
27
  if (command_name == "build" || command_name == "upload") && params[:packages].count > 0
@@ -79,12 +78,6 @@ module Fastlane
79
78
  description: "The path to store build artifacts",
80
79
  optional: true,
81
80
  is_string: true),
82
- FastlaneCore::ConfigItem.new(key: :platform,
83
- env_name: "FL_SCIPIO_PLATFORMS",
84
- description: "Comma separated list of platforms to build",
85
- is_string: false,
86
- optional: true,
87
- type: Array),
88
81
  FastlaneCore::ConfigItem.new(key: :skip_clean,
89
82
  env_name: "FL_SCIPIO_SKIP_CLEAN",
90
83
  description: "Skips cleaning the build directory",
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Scipio
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-scipio
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
  - evandcoleman