fastlane-plugin-gs_project_flow_ios 0.4.33 → 0.4.34

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: e53251cbbd85a0ed0c1c1e1ae7fff6bfdb1cbf47
4
- data.tar.gz: c4925c869222a18cfc165f3b85eb7ac023488afe
3
+ metadata.gz: '0309c45bca2066092ba559c3aed8125721271deb'
4
+ data.tar.gz: ebcc3371f612d9291071ba83987283f5ae36cbdc
5
5
  SHA512:
6
- metadata.gz: 6a9a167a36181bac623941d34b0344de6b69c04d7aa0179045bfef0512e0eedc731c64447b1a70c59ab7e0839a5d7ed72bc62643ca9ab0ef63d1e7cd95593980
7
- data.tar.gz: 2fe80ab3ad1a2666c9945da97d2dcbc49a264ff53aab4ab4793001144ebb0ab9fbdd4d9b7b7c3dd711688ceb22e5139c109e1bc9f425f0778b33ec87b06ae072
6
+ metadata.gz: ec0b794a9a6ccd20b06ab1f3469d5a10a96fdb2f500ad346ad6a4d341dce1dd82473aca1b4be15cfcf3ea0701bc4f26b0007bfd5ed25fdcd0405a1af9cc7d07f
7
+ data.tar.gz: 1f881bf8299f8eb7c6067623f6a142cfe045f2556455e661d085e4ff97ce3ef7ed5f983fb4c01aaf61137752e2fc2858cfc2b537d66ebf250b900f62c7970948
@@ -42,7 +42,13 @@ module Fastlane
42
42
  sh "chmod 744 ./DeleteDerrivedData.sh"
43
43
  sh Dir.pwd+"/DeleteDerrivedData.sh"
44
44
  # end
45
- Actions::GymAction.run(FastlaneCore::Configuration.create(GymAction.available_options, {silent: true, scheme: ENV["APP_SCHEME"], export_method: "app-store", export_options: {provisioningProfiles: {ENV["BUNDLE_ID"] => "AppStore "+ENV["ALIAS"]}}})) # Build your app - more options available
45
+ Actions::GymAction.run(FastlaneCore::Configuration.create(GymAction.available_options, {silent: true,
46
+ scheme: ENV["APP_SCHEME"],
47
+ export_method: "app-store",
48
+ export_options: {provisioningProfiles: {ENV["BUNDLE_ID"] => "AppStore "+ENV["ALIAS"]}},
49
+ clean: true,
50
+ suppress_xcode_output: true
51
+ })) # Build your app - more options available
46
52
  s = Actions::GsGetAppStatusAction.run(FastlaneCore::Configuration.create(GsGetAppStatusAction.available_options, {app_identifier: ENV["BUNDLE_ID"]}))
47
53
  if s == "Pending Developer Release"
48
54
  Actions::GsRejectLatestVersionAction.run(FastlaneCore::Configuration.create(GsRejectLatestVersionAction.available_options, {app_identifier: ENV["BUNDLE_ID"]}))
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module GsProjectFlowIos
3
- VERSION = "0.4.33"
3
+ VERSION = "0.4.34"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-gs_project_flow_ios
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.33
4
+ version: 0.4.34
5
5
  platform: ruby
6
6
  authors:
7
7
  - Сергей Веселовский
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-02-12 00:00:00.000000000 Z
11
+ date: 2018-03-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry