fastlane-plugin-gs_project_flow_ios 0.4.19 → 0.4.20

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: 2d1e62ddd2e11458aa53415f4288ae633b51ca01
4
- data.tar.gz: ffff4b6a42c767b56647939af8baf23becc2e66c
3
+ metadata.gz: '0608832adedc05635781d9522aa5267579effe0c'
4
+ data.tar.gz: fe3da84f297975d0721877db8f52230e453ca569
5
5
  SHA512:
6
- metadata.gz: ab590d1786963988bd5e6a93686a17f43414fe32b29d9e672d9fe95b907a7f19cccce8c948640ceda01970bea438e943ff931f0a40248f478d5d391d96397afc
7
- data.tar.gz: b3d81d899124703d88558b46cc765788d52aa73e090daf16fb3d575b975f755ef85cd7865902638e45429437a93f9727b56480a4f38cbd491665ffa6de805499
6
+ metadata.gz: baeb8de9c05be300874a76f3ec78c9c9613fb32c96e2c4c701bd6e1ec2804ed4267a7c83f81186423d771ea179167b598089382ee9841ca7408bec8d3bd674c1
7
+ data.tar.gz: 8cd7c9a1d280775b8bbf7d3bccf81b3f4f0db34fe41323343df670452d47a093cfda4bc5c8b2238ed4f65c227e02158cd03a261a5e5ad3f9d9e814a26d400339
@@ -38,7 +38,11 @@ module Fastlane
38
38
  # end
39
39
 
40
40
  Actions::GymAction.run(FastlaneCore::Configuration.create(GymAction.available_options,{scheme: ENV["APP_SCHEME"],
41
- export_method:"ad-hoc"})) # Build your app - more options available
41
+ export_method:"ad-hoc", export_options: {
42
+ provisioningProfiles: {
43
+ ENV["BUNDLE_ID"] => "AdHoc "+ENV["ALIAS"]
44
+ }
45
+ }})) # Build your app - more options available
42
46
 
43
47
  Actions::CrashlyticsAction.run(FastlaneCore::Configuration.create(CrashlyticsAction.available_options,{notes: crashlytics_changelog,
44
48
  groups: ENV["CRASHLYTICS_GROUPS"]}))
@@ -44,7 +44,11 @@ module Fastlane
44
44
  sh Dir.pwd+"/DeleteDerrivedData.sh"
45
45
  # end
46
46
  Actions::GymAction.run(FastlaneCore::Configuration.create(GymAction.available_options,{scheme: ENV["APP_SCHEME"],
47
- export_method:"app-store"})) # Build your app - more options available
47
+ export_method:"app-store"}, export_options: {
48
+ provisioningProfiles: {
49
+ ENV["BUNDLE_ID"] => "AppStore "+ENV["ALIAS"]
50
+ }
51
+ })) # Build your app - more options available
48
52
 
49
53
 
50
54
  s = Actions::GsGetAppStatusAction.run(FastlaneCore::Configuration.create(GsGetAppStatusAction.available_options,{app_identifier:ENV["BUNDLE_ID"]}))
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module GsProjectFlowIos
3
- VERSION = "0.4.19"
3
+ VERSION = "0.4.20"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,97 +1,97 @@
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.19
4
+ version: 0.4.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Сергей Веселовский
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-24 00:00:00.000000000 Z
11
+ date: 2017-11-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '>='
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - '>='
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - '>='
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - '>='
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rspec
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - '>='
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - '>='
52
+ - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: rake
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - '>='
59
+ - - ">="
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - '>='
66
+ - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: rubocop
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - '>='
73
+ - - ">="
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  type: :development
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - '>='
80
+ - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: fastlane
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
- - - '>='
87
+ - - ">="
88
88
  - !ruby/object:Gem::Version
89
89
  version: 2.17.1
90
90
  type: :development
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
- - - '>='
94
+ - - ">="
95
95
  - !ruby/object:Gem::Version
96
96
  version: 2.17.1
97
97
  description:
@@ -100,6 +100,9 @@ executables: []
100
100
  extensions: []
101
101
  extra_rdoc_files: []
102
102
  files:
103
+ - LICENSE
104
+ - README.md
105
+ - lib/fastlane/plugin/gs_project_flow_ios.rb
103
106
  - lib/fastlane/plugin/gs_project_flow_ios/actions/gs_after_all_action.rb
104
107
  - lib/fastlane/plugin/gs_project_flow_ios/actions/gs_before_all_action.rb
105
108
  - lib/fastlane/plugin/gs_project_flow_ios/actions/gs_error_action.rb
@@ -110,9 +113,6 @@ files:
110
113
  - lib/fastlane/plugin/gs_project_flow_ios/helper/gs_bot_client.rb
111
114
  - lib/fastlane/plugin/gs_project_flow_ios/helper/gs_project_flow_ios_helper.rb
112
115
  - lib/fastlane/plugin/gs_project_flow_ios/version.rb
113
- - lib/fastlane/plugin/gs_project_flow_ios.rb
114
- - README.md
115
- - LICENSE
116
116
  homepage:
117
117
  licenses:
118
118
  - MIT
@@ -123,19 +123,18 @@ require_paths:
123
123
  - lib
124
124
  required_ruby_version: !ruby/object:Gem::Requirement
125
125
  requirements:
126
- - - '>='
126
+ - - ">="
127
127
  - !ruby/object:Gem::Version
128
128
  version: '0'
129
129
  required_rubygems_version: !ruby/object:Gem::Requirement
130
130
  requirements:
131
- - - '>='
131
+ - - ">="
132
132
  - !ruby/object:Gem::Version
133
133
  version: '0'
134
134
  requirements: []
135
135
  rubyforge_project:
136
- rubygems_version: 2.0.14.1
136
+ rubygems_version: 2.5.2
137
137
  signing_key:
138
138
  specification_version: 4
139
139
  summary: Plugin contains project flow code for code sharing between projects
140
140
  test_files: []
141
- has_rdoc: