fastlane-plugin-connected 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +8 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cff6437661975485cffe475da4301ed5aea6cef248990b9502f1c461c2dcd9e9
|
4
|
+
data.tar.gz: 0b040d359f7132dbe324344febb463d678adf7265d1651d683bc788f3417e4ec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fd7ed59b18416134ff5688d75854899d56fb25ee551356b98f462e823a11b559f8a951d447b5922d9d5de2212287a93835d3a1f02ca6f98036b08774a59d10a0
|
7
|
+
data.tar.gz: c38fbd539214ec7cd386524ffad99374ca49da09079dc16ff7b59402415adf349b06a618301995b1682576f87fcfff80f2c92b4a8945bce7b18393d3e1cf347a
|
data/README.md
CHANGED
@@ -4,6 +4,8 @@
|
|
4
4
|
|
5
5
|
[![fastlane Plugin Badge](https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg)](https://rubygems.org/gems/fastlane-plugin-connected)
|
6
6
|
|
7
|
+
- This project was built and test using ruby version 2.5.5 and includes an rbenv configuration file for contributors
|
8
|
+
|
7
9
|
## About connected
|
8
10
|
|
9
11
|
A fastlane plugin which interacts with a 3rd party ruby App Store Connect sdk (https://github.com/kyledecot/app_store_connect).
|
@@ -14,15 +16,17 @@ This plugin has [3 actions](lib/fastlane/plugin/connected/actions)
|
|
14
16
|
|
15
17
|
- **connected_auth**
|
16
18
|
|
17
|
-
-
|
19
|
+
- Initialises app store connect api session
|
20
|
+
- You MUST call execute this action before you can use any other actions
|
18
21
|
|
19
22
|
- **connected_certs**
|
20
23
|
|
21
|
-
- Fetches all the provisioning profiles for a given app and installs their certificates
|
24
|
+
- Fetches all the provisioning profiles for a given app id and installs their certificates
|
22
25
|
- Requires you to have create your provisioning profile for your app manually
|
23
26
|
|
24
27
|
- **connected_upload**
|
25
|
-
|
28
|
+
|
29
|
+
- Uploads your `.ipa` file to TestFlight
|
26
30
|
|
27
31
|
Please post requests for new features for this plugin as it is still very barebones.
|
28
32
|
|
@@ -49,7 +53,7 @@ CONNECT_KEY_ISSUER_ID=""
|
|
49
53
|
|
50
54
|
## Example
|
51
55
|
|
52
|
-
Check out the
|
56
|
+
[Check out the example `Fastfile` to see how to use this plugin](fastlane/Fastfile). Try it by cloning the repo, running `bundle install` and `bundle exec fastlane test`.
|
53
57
|
|
54
58
|
## Run tests for this plugin
|
55
59
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-connected
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Abgier Avraha
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-03-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: app_store_connect
|