deliver 1.11.3 → 1.12.0
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 +4 -4
- data/lib/deliver/options.rb +10 -0
- data/lib/deliver/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d87f8ed8b99d718165208f29a04c967d386e156b
|
|
4
|
+
data.tar.gz: a736eea6607dbdf073cd8e84fcfa91d757d837a3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c244632cef1dbfc24d3b683a570d1e2d39027fa5ba33dc22bcfe830de3dbc2251a52561e0875b25df6adbfc489c733cfd1f3067bf7da75c3589540facedfa616
|
|
7
|
+
data.tar.gz: 56cd5225f87f18346f7809a0867bfa64ce50ef9d9b7ca70a591dfe437166fca79f069c3307482cff9935b058f661b78aa9d0d93be982c4b0774798a40aefe238
|
data/lib/deliver/options.rb
CHANGED
|
@@ -136,6 +136,16 @@ module Deliver
|
|
|
136
136
|
verify_block: proc do |value|
|
|
137
137
|
ENV["FASTLANE_ITC_TEAM_NAME"] = value
|
|
138
138
|
end),
|
|
139
|
+
FastlaneCore::ConfigItem.new(key: :dev_portal_team_id,
|
|
140
|
+
short_option: "-s",
|
|
141
|
+
env_name: "DELIVER_DEV_PORTAL_TEAM_ID",
|
|
142
|
+
description: "The short ID of your team in the developer portal, if you're in multiple teams. Different from your iTC team ID!",
|
|
143
|
+
optional: true,
|
|
144
|
+
is_string: true,
|
|
145
|
+
default_value: CredentialsManager::AppfileConfig.try_fetch_value(:team_id),
|
|
146
|
+
verify_block: proc do |value|
|
|
147
|
+
ENV["FASTLANE_TEAM_ID"] = value.to_s
|
|
148
|
+
end),
|
|
139
149
|
|
|
140
150
|
# App Metadata
|
|
141
151
|
# Non Localised
|
data/lib/deliver/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: deliver
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.12.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Felix Krause
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-05-
|
|
11
|
+
date: 2016-05-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: fastlane_core
|
|
@@ -304,7 +304,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
304
304
|
version: '0'
|
|
305
305
|
requirements: []
|
|
306
306
|
rubyforge_project:
|
|
307
|
-
rubygems_version: 2.4.
|
|
307
|
+
rubygems_version: 2.4.5.1
|
|
308
308
|
signing_key:
|
|
309
309
|
specification_version: 4
|
|
310
310
|
summary: Upload screenshots, metadata and your app to the App Store using a single
|