fastlane 2.54.0.beta.20170819010003 → 2.54.0.beta.20170820010003
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/fastlane/lib/fastlane/version.rb +1 -1
- data/spaceship/README.md +14 -14
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d2d9340badc552fd78249a7ea7fbeb9533bb8d2b
|
4
|
+
data.tar.gz: acee12cc0a7bcd0346e27280479f54664d797df3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 80b4818cefa5932b0133e430ed563a1c43364756c297cb54c032f95b83112e51453b19068dfc8516f073bef5cbdead0555a446c0eb1c441f3d5e0dba03f3105d
|
7
|
+
data.tar.gz: b86edd8b713cecb43672d7404d8ee86df05ee77c52d13c0568523da73d1d40fba7cd32dc5aac6131ef0e72b5b68fabddb15f67eeb0a2880a6e0f55de6c75cb96
|
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
|
-
|
171
|
-
|
170
|
+
- Get a list of all available provisioning profiles
|
171
|
+
- Register new devices
|
172
172
|
- `https://developer.apple.com`:
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
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
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
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
|
-
|
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.
|
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-
|
18
|
+
date: 2017-08-20 00:00:00.000000000 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: slack-notifier
|