fastlane 2.54.0.beta.20170819010003 → 2.54.0.beta.20170820010003

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: aa60520a646d56ac9ebd6c8fc6140053cae322a0
4
- data.tar.gz: 0b1d7bc82b5e0053a73e6fcb58d1af7422edfe7e
3
+ metadata.gz: d2d9340badc552fd78249a7ea7fbeb9533bb8d2b
4
+ data.tar.gz: acee12cc0a7bcd0346e27280479f54664d797df3
5
5
  SHA512:
6
- metadata.gz: 38a18c29a23bb28aafb75028f6133ed4b213550848c6fd26fecbadd02bc3e11d84d9e81a4a3d6957d2afd39c5aa82a8487064afbf12ec12b5cef1fe5b12cf5a4
7
- data.tar.gz: 8ac94195d4046a98e71d880f6e9046d82a8dc09cba32a1aa202ab2d474c2bbf90364c682d81be7a70d301bf49b377ac462c8e8a6148ef0202d75eec529a5a798
6
+ metadata.gz: 80b4818cefa5932b0133e430ed563a1c43364756c297cb54c032f95b83112e51453b19068dfc8516f073bef5cbdead0555a446c0eb1c441f3d5e0dba03f3105d
7
+ data.tar.gz: b86edd8b713cecb43672d7404d8ee86df05ee77c52d13c0568523da73d1d40fba7cd32dc5aac6131ef0e72b5b68fabddb15f67eeb0a2880a6e0f55de6c75cb96
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
- VERSION = '2.54.0.beta.20170819010003'.freeze
2
+ VERSION = '2.54.0.beta.20170820010003'.freeze
3
3
  DESCRIPTION = "The easiest way to automate beta deployments and releases for your iOS and Android apps".freeze
4
4
  MINIMUM_XCODE_RELEASE = "7.0".freeze
5
5
  end
data/spaceship/README.md CHANGED
@@ -167,23 +167,23 @@ Overview of the used API endpoints
167
167
 
168
168
  - `https://idmsa.apple.com`: Used to authenticate to get a valid session
169
169
  - `https://developerservices2.apple.com`:
170
- - Get a list of all available provisioning profiles
171
- - Register new devices
170
+ - Get a list of all available provisioning profiles
171
+ - Register new devices
172
172
  - `https://developer.apple.com`:
173
- - List all devices, certificates, apps and app groups
174
- - Create new certificates, provisioning profiles and apps
175
- - Disable/enable services on apps and assign them to app groups
176
- - Delete certificates and apps
177
- - Repair provisioning profiles
178
- - Download provisioning profiles
179
- - Team selection
173
+ - List all devices, certificates, apps and app groups
174
+ - Create new certificates, provisioning profiles and apps
175
+ - Disable/enable services on apps and assign them to app groups
176
+ - Delete certificates and apps
177
+ - Repair provisioning profiles
178
+ - Download provisioning profiles
179
+ - Team selection
180
180
  - `https://itunesconnect.apple.com`:
181
- - Managing apps
182
- - Managing beta testers
183
- - Submitting updates to review
184
- - Managing app metadata
181
+ - Managing apps
182
+ - Managing beta testers
183
+ - Submitting updates to review
184
+ - Managing app metadata
185
185
  - `https://du-itc.itunesconnect.apple.com`:
186
- - Upload icons, screenshots, trailers ...
186
+ - Upload icons, screenshots, trailers ...
187
187
 
188
188
  `spaceship` uses all those API points to offer this seamless experience.
189
189
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.54.0.beta.20170819010003
4
+ version: 2.54.0.beta.20170820010003
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Krause
@@ -15,7 +15,7 @@ authors:
15
15
  autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
- date: 2017-08-19 00:00:00.000000000 Z
18
+ date: 2017-08-20 00:00:00.000000000 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: slack-notifier