fastlane-plugin-install_provisioning_profiles 0.3.0 → 0.4.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/README.md +2 -2
- data/lib/fastlane/plugin/install_provisioning_profiles/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c4e4495f9a690220595242c14c9d02c21d62fc584c103725ad65c30b042b6cdd
|
|
4
|
+
data.tar.gz: 6b6b608e7fda301bdd1e2238e39fce4a728b851dbbc232275bb851ef7ed459b6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 81dc641e1d01c7d8d56580cf25a859e3e736336bcff2d89297224a7e6b7f192318bed1172dbc65c2fcc0184d157abcec6b47efdb6f3ba95603bcc3e5f076246e
|
|
7
|
+
data.tar.gz: e01547d0eb06c5bfd5c37f0466ceae1a62f0eb523c86de8e6b5f093c7720914c56cf72e7d87cfb9d59064b0e3851187774918e313483e007f15f220e8e3f9a82
|
data/README.md
CHANGED
|
@@ -13,9 +13,9 @@ fastlane add_plugin install_provisioning_profiles
|
|
|
13
13
|
|
|
14
14
|
## About install provisioning profiles
|
|
15
15
|
|
|
16
|
-
Install all the provisioning profiles located in
|
|
16
|
+
Install all the provisioning profiles located in your project directory.
|
|
17
17
|
|
|
18
|
-
Just check in all the provisioning profiles needed to compile
|
|
18
|
+
Just check in all the provisioning profiles needed to compile your project, and we take care of the rest.
|
|
19
19
|
|
|
20
20
|
You can override existing provisioning profiles by using the following options.
|
|
21
21
|
```ruby
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane-plugin-install_provisioning_profiles
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dylan Gyesbreghs
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-08-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: pry
|
|
@@ -122,7 +122,7 @@ dependencies:
|
|
|
122
122
|
- - ">="
|
|
123
123
|
- !ruby/object:Gem::Version
|
|
124
124
|
version: 2.64.1
|
|
125
|
-
description:
|
|
125
|
+
description:
|
|
126
126
|
email: dgyesbreghs@gmail.com
|
|
127
127
|
executables: []
|
|
128
128
|
extensions: []
|
|
@@ -138,23 +138,23 @@ homepage: https://github.com/dgyesbreghs/install_provisioning_profiles
|
|
|
138
138
|
licenses:
|
|
139
139
|
- MIT
|
|
140
140
|
metadata: {}
|
|
141
|
-
post_install_message:
|
|
141
|
+
post_install_message:
|
|
142
142
|
rdoc_options: []
|
|
143
143
|
require_paths:
|
|
144
144
|
- lib
|
|
145
145
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
146
146
|
requirements:
|
|
147
|
-
- - "
|
|
147
|
+
- - ">="
|
|
148
148
|
- !ruby/object:Gem::Version
|
|
149
|
-
version: '2.
|
|
149
|
+
version: '2.5'
|
|
150
150
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
151
151
|
requirements:
|
|
152
152
|
- - ">="
|
|
153
153
|
- !ruby/object:Gem::Version
|
|
154
154
|
version: '0'
|
|
155
155
|
requirements: []
|
|
156
|
-
rubygems_version: 3.
|
|
157
|
-
signing_key:
|
|
156
|
+
rubygems_version: 3.2.3
|
|
157
|
+
signing_key:
|
|
158
158
|
specification_version: 4
|
|
159
159
|
summary: Install all the provisioning profiles located in you're project.
|
|
160
160
|
test_files: []
|