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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +8 -4
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5d92fdac3140bfc0321674f9f8b9b9b6766b40d022c3d5cb552a9da5bd319b37
4
- data.tar.gz: 8af4a477aa6aced239392fa2d04e254f2489334f951524327ce4d4f9de60d06a
3
+ metadata.gz: cff6437661975485cffe475da4301ed5aea6cef248990b9502f1c461c2dcd9e9
4
+ data.tar.gz: 0b040d359f7132dbe324344febb463d678adf7265d1651d683bc788f3417e4ec
5
5
  SHA512:
6
- metadata.gz: 71dd59e65f6c0339b5e6e1798afd717df735770fd634e75ed1c45cc8e2673e229643c0fcf2cdac6969f77ac984df4a92163fd28c8e1476c9d1010dee98fccd95
7
- data.tar.gz: a2333fc994b05245607090e59fdebea8519c07e878f6b6533b182e6c8ed9f1de3b761aa5d8ece35c6c0091905327000370ac96a4ad6d9469a438d0c0d47e3b64
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
- - Retrieves app store connect api session data
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
- - Uploads your app to TestFlight
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 [example `Fastfile`](fastlane/Fastfile) to see how to use this plugin. Try it by cloning the repo, running `fastlane install_plugins` and `bundle exec fastlane test`.
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.2
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-02-14 00:00:00.000000000 Z
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