pem 1.3.0 → 1.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +42 -42
- data/lib/pem/version.rb +1 -1
- metadata +23 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1444bbb3ee47eefe111bf4c9863dab47a84990bc
|
4
|
+
data.tar.gz: 8bb071c17533e7bddacd50d42a4bf91f458ce459
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b9f7f5fa3e9f3b94b6ac318d54bca93dad8f4873b5cc4fbce669d8ff3d7558b4729f896ac7b8bc7d80e6d3f6b9ecb7fd72803a401401a3bcad0344d022d3affd
|
7
|
+
data.tar.gz: 236ee6bf7a1746463aad5c0ae426b2734cb9e41ca3ac54ac96fbe84d8e7799f18fa477699f2f61182c7cea9ea6860aae95b0d3fb2c60710fd97914949f0faf22
|
data/README.md
CHANGED
@@ -1,24 +1,24 @@
|
|
1
1
|
<h3 align="center">
|
2
|
-
<a href="https://github.com/fastlane/fastlane">
|
3
|
-
<img src="assets/fastlane.png" width="150" />
|
2
|
+
<a href="https://github.com/fastlane/fastlane/tree/master/fastlane">
|
3
|
+
<img src="../fastlane/assets/fastlane.png" width="150" />
|
4
4
|
<br />
|
5
5
|
fastlane
|
6
6
|
</a>
|
7
7
|
</h3>
|
8
8
|
<p align="center">
|
9
|
-
<a href="https://github.com/fastlane/deliver">deliver</a> •
|
10
|
-
<a href="https://github.com/fastlane/snapshot">snapshot</a> •
|
11
|
-
<a href="https://github.com/fastlane/frameit">frameit</a> •
|
12
|
-
<b>pem</b> •
|
13
|
-
<a href="https://github.com/fastlane/sigh">sigh</a> •
|
14
|
-
<a href="https://github.com/fastlane/produce">produce</a> •
|
15
|
-
<a href="https://github.com/fastlane/cert">cert</a> •
|
16
|
-
<a href="https://github.com/fastlane/spaceship">spaceship</a> •
|
17
|
-
<a href="https://github.com/fastlane/pilot">pilot</a> •
|
9
|
+
<a href="https://github.com/fastlane/fastlane/tree/master/deliver">deliver</a> •
|
10
|
+
<a href="https://github.com/fastlane/fastlane/tree/master/snapshot">snapshot</a> •
|
11
|
+
<a href="https://github.com/fastlane/fastlane/tree/master/frameit">frameit</a> •
|
12
|
+
<b>pem</b> •
|
13
|
+
<a href="https://github.com/fastlane/fastlane/tree/master/sigh">sigh</a> •
|
14
|
+
<a href="https://github.com/fastlane/fastlane/tree/master/produce">produce</a> •
|
15
|
+
<a href="https://github.com/fastlane/fastlane/tree/master/cert">cert</a> •
|
16
|
+
<a href="https://github.com/fastlane/fastlane/tree/master/spaceship">spaceship</a> •
|
17
|
+
<a href="https://github.com/fastlane/fastlane/tree/master/pilot">pilot</a> •
|
18
18
|
<a href="https://github.com/fastlane/boarding">boarding</a> •
|
19
|
-
<a href="https://github.com/fastlane/gym">gym</a> •
|
20
|
-
<a href="https://github.com/fastlane/scan">scan</a> •
|
21
|
-
<a href="https://github.com/fastlane/match">match</a>
|
19
|
+
<a href="https://github.com/fastlane/fastlane/tree/master/gym">gym</a> •
|
20
|
+
<a href="https://github.com/fastlane/fastlane/tree/master/scan">scan</a> •
|
21
|
+
<a href="https://github.com/fastlane/fastlane/tree/master/match">match</a>
|
22
22
|
</p>
|
23
23
|
-------
|
24
24
|
|
@@ -30,32 +30,32 @@ pem
|
|
30
30
|
============
|
31
31
|
|
32
32
|
[![Twitter: @FastlaneTools](https://img.shields.io/badge/contact-@FastlaneTools-blue.svg?style=flat)](https://twitter.com/FastlaneTools)
|
33
|
-
[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/fastlane/
|
33
|
+
[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/fastlane/fastlane/blob/master/pem/LICENSE)
|
34
34
|
[![Gem](https://img.shields.io/gem/v/pem.svg?style=flat)](http://rubygems.org/gems/pem)
|
35
35
|
|
36
36
|
###### Automatically generate and renew your push notification profiles
|
37
37
|
|
38
|
-
Tired of manually creating and maintaining your push notification profiles for your iOS apps? Tired of generating a `pem` file for your server?
|
38
|
+
Tired of manually creating and maintaining your push notification profiles for your iOS apps? Tired of generating a `pem` file for your server?
|
39
39
|
|
40
40
|
`pem` does all that for, just by running `pem`.
|
41
41
|
|
42
|
-
To automate iOS Provisioning profiles you can use [sigh](https://github.com/fastlane/sigh).
|
42
|
+
To automate iOS Provisioning profiles you can use [sigh](https://github.com/fastlane/fastlane/tree/master/sigh).
|
43
43
|
|
44
44
|
Get in contact with the developer on Twitter: [@FastlaneTools](https://twitter.com/FastlaneTools)
|
45
45
|
|
46
46
|
-------
|
47
47
|
<p align="center">
|
48
|
-
<a href="#features">Features</a> •
|
49
|
-
<a href="#installation">Installation</a> •
|
50
|
-
<a href="#usage">Usage</a> •
|
51
|
-
<a href="#how-does-it-work">How does it work?</a> •
|
52
|
-
<a href="#tips">Tips</a> •
|
48
|
+
<a href="#features">Features</a> •
|
49
|
+
<a href="#installation">Installation</a> •
|
50
|
+
<a href="#usage">Usage</a> •
|
51
|
+
<a href="#how-does-it-work">How does it work?</a> •
|
52
|
+
<a href="#tips">Tips</a> •
|
53
53
|
<a href="#need-help">Need help?</a>
|
54
54
|
</p>
|
55
55
|
|
56
56
|
-------
|
57
57
|
|
58
|
-
<h5 align="center"><code>pem</code> is part of <a href="https://fastlane.tools">fastlane</a>:
|
58
|
+
<h5 align="center"><code>pem</code> is part of <a href="https://fastlane.tools">fastlane</a>: The easiest way to automate building and releasing your iOS and Android apps.</h5>
|
59
59
|
|
60
60
|
# Features
|
61
61
|
Well, it's actually just one: Generate the ```pem``` file for your server.
|
@@ -85,7 +85,7 @@ This does the following:
|
|
85
85
|
- Downloads the certificate
|
86
86
|
- Generates a new ```.pem``` file in the current working directory, which you can upload to your server
|
87
87
|
|
88
|
-
```pem``` will never revoke your existing certificates.
|
88
|
+
```pem``` will never revoke your existing certificates.
|
89
89
|
|
90
90
|
If you already have a push certificate enabled, which is active for at least 30 more days, `pem` will not create a new certificate. If you still want to create one, use the `force`:
|
91
91
|
|
@@ -110,11 +110,11 @@ You can specify a name for the output file:
|
|
110
110
|
To get a list of available options run:
|
111
111
|
|
112
112
|
pem --help
|
113
|
-
|
113
|
+
|
114
114
|
|
115
115
|
### Note about empty `p12` passwords and Keychain Access.app
|
116
116
|
|
117
|
-
`pem` will produce a valid `p12` without specifying a password, or using the empty-string as the password.
|
117
|
+
`pem` will produce a valid `p12` without specifying a password, or using the empty-string as the password.
|
118
118
|
While the file is valid, Mac OSX's Keychain Access will not allow you to open the file without specifing a passphrase.
|
119
119
|
|
120
120
|
Instead, you may verify the file is valid using OpenSSL:
|
@@ -132,32 +132,32 @@ Run `pem --help` to get a list of available environment variables.
|
|
132
132
|
`pem` uses [spaceship](https://spaceship.airforce) to communicate with the Apple Developer Portal to request a new push certificate for you.
|
133
133
|
|
134
134
|
## How is my password stored?
|
135
|
-
```pem``` uses the [password manager](https://github.com/fastlane/credentials_manager) from `fastlane`. Take a look the [CredentialsManager README](https://github.com/fastlane/credentials_manager) for more information.
|
135
|
+
```pem``` uses the [password manager](https://github.com/fastlane/fastlane/tree/master/credentials_manager) from `fastlane`. Take a look the [CredentialsManager README](https://github.com/fastlane/fastlane/tree/master/credentials_manager) for more information.
|
136
136
|
|
137
137
|
# Tips
|
138
138
|
|
139
139
|
## [`fastlane`](https://fastlane.tools) Toolchain
|
140
140
|
|
141
|
-
- [`fastlane`](https://fastlane.tools):
|
142
|
-
- [`deliver`](https://github.com/fastlane/deliver): Upload screenshots, metadata and your app to the App Store
|
143
|
-
- [`snapshot`](https://github.com/fastlane/snapshot): Automate taking localized screenshots of your iOS app on every device
|
144
|
-
- [`frameit`](https://github.com/fastlane/frameit): Quickly put your screenshots into the right device frames
|
145
|
-
- [`sigh`](https://github.com/fastlane/sigh): Because you would rather spend your time building stuff than fighting provisioning
|
146
|
-
- [`produce`](https://github.com/fastlane/produce): Create new iOS apps on iTunes Connect and Dev Portal using the command line
|
147
|
-
- [`cert`](https://github.com/fastlane/cert): Automatically create and maintain iOS code signing certificates
|
148
|
-
- [`spaceship`](https://github.com/fastlane/spaceship): Ruby library to access the Apple Dev Center and iTunes Connect
|
149
|
-
- [`pilot`](https://github.com/fastlane/pilot): The best way to manage your TestFlight testers and builds from your terminal
|
150
|
-
- [`boarding`](https://github.com/fastlane/boarding): The easiest way to invite your TestFlight beta testers
|
151
|
-
- [`gym`](https://github.com/fastlane/gym): Building your iOS app has never been easier
|
152
|
-
- [`scan`](https://github.com/fastlane/scan): The easiest way to run tests of your iOS and Mac app
|
153
|
-
- [`match`](https://github.com/fastlane/match): Easily sync your certificates and profiles across your team using git
|
141
|
+
- [`fastlane`](https://fastlane.tools): The easiest way to automate building and releasing your iOS and Android apps
|
142
|
+
- [`deliver`](https://github.com/fastlane/fastlane/tree/master/deliver): Upload screenshots, metadata and your app to the App Store
|
143
|
+
- [`snapshot`](https://github.com/fastlane/fastlane/tree/master/snapshot): Automate taking localized screenshots of your iOS app on every device
|
144
|
+
- [`frameit`](https://github.com/fastlane/fastlane/tree/master/frameit): Quickly put your screenshots into the right device frames
|
145
|
+
- [`sigh`](https://github.com/fastlane/fastlane/tree/master/sigh): Because you would rather spend your time building stuff than fighting provisioning
|
146
|
+
- [`produce`](https://github.com/fastlane/fastlane/tree/master/produce): Create new iOS apps on iTunes Connect and Dev Portal using the command line
|
147
|
+
- [`cert`](https://github.com/fastlane/fastlane/tree/master/cert): Automatically create and maintain iOS code signing certificates
|
148
|
+
- [`spaceship`](https://github.com/fastlane/fastlane/tree/master/spaceship): Ruby library to access the Apple Dev Center and iTunes Connect
|
149
|
+
- [`pilot`](https://github.com/fastlane/fastlane/tree/master/pilot): The best way to manage your TestFlight testers and builds from your terminal
|
150
|
+
- [`boarding`](https://github.com/fastlane/boarding): The easiest way to invite your TestFlight beta testers
|
151
|
+
- [`gym`](https://github.com/fastlane/fastlane/tree/master/gym): Building your iOS app has never been easier
|
152
|
+
- [`scan`](https://github.com/fastlane/fastlane/tree/master/scan): The easiest way to run tests of your iOS and Mac app
|
153
|
+
- [`match`](https://github.com/fastlane/fastlane/tree/master/match): Easily sync your certificates and profiles across your team using git
|
154
154
|
|
155
155
|
##### [Like this tool? Be the first to know about updates and new fastlane tools](https://tinyletter.com/krausefx)
|
156
156
|
|
157
157
|
## Use the 'Provisioning Quicklook plugin'
|
158
158
|
Download and install the [Provisioning Plugin](https://github.com/chockenberry/Provisioning).
|
159
159
|
|
160
|
-
It will show you the ```pem``` files like this:
|
160
|
+
It will show you the ```pem``` files like this:
|
161
161
|
![assets/QuickLookScreenshot.png](assets/QuickLookScreenshot.png)
|
162
162
|
|
163
163
|
|
@@ -165,7 +165,7 @@ It will show you the ```pem``` files like this:
|
|
165
165
|
Please submit an issue on GitHub and provide information about your setup
|
166
166
|
|
167
167
|
# Code of Conduct
|
168
|
-
Help us keep `pem` open and inclusive. Please read and follow our [Code of Conduct](https://github.com/fastlane/
|
168
|
+
Help us keep `pem` open and inclusive. Please read and follow our [Code of Conduct](https://github.com/fastlane/fastlane/blob/master/CODE_OF_CONDUCT.md).
|
169
169
|
|
170
170
|
# License
|
171
171
|
This project is licensed under the terms of the MIT license. See the LICENSE file.
|
data/lib/pem/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pem
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Felix Krause
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-05-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fastlane_core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.43.1
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 1.0.0
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.43.1
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 1.0.0
|
@@ -36,7 +36,7 @@ dependencies:
|
|
36
36
|
requirements:
|
37
37
|
- - ">="
|
38
38
|
- !ruby/object:Gem::Version
|
39
|
-
version: 0.
|
39
|
+
version: 0.26.2
|
40
40
|
- - "<"
|
41
41
|
- !ruby/object:Gem::Version
|
42
42
|
version: 1.0.0
|
@@ -46,7 +46,7 @@ dependencies:
|
|
46
46
|
requirements:
|
47
47
|
- - ">="
|
48
48
|
- !ruby/object:Gem::Version
|
49
|
-
version: 0.
|
49
|
+
version: 0.26.2
|
50
50
|
- - "<"
|
51
51
|
- !ruby/object:Gem::Version
|
52
52
|
version: 1.0.0
|
@@ -92,6 +92,20 @@ dependencies:
|
|
92
92
|
- - "~>"
|
93
93
|
- !ruby/object:Gem::Version
|
94
94
|
version: 3.1.0
|
95
|
+
- !ruby/object:Gem::Dependency
|
96
|
+
name: rspec_junit_formatter
|
97
|
+
requirement: !ruby/object:Gem::Requirement
|
98
|
+
requirements:
|
99
|
+
- - "~>"
|
100
|
+
- !ruby/object:Gem::Version
|
101
|
+
version: 0.2.3
|
102
|
+
type: :development
|
103
|
+
prerelease: false
|
104
|
+
version_requirements: !ruby/object:Gem::Requirement
|
105
|
+
requirements:
|
106
|
+
- - "~>"
|
107
|
+
- !ruby/object:Gem::Version
|
108
|
+
version: 0.2.3
|
95
109
|
- !ruby/object:Gem::Dependency
|
96
110
|
name: pry
|
97
111
|
requirement: !ruby/object:Gem::Requirement
|
@@ -168,14 +182,14 @@ dependencies:
|
|
168
182
|
requirements:
|
169
183
|
- - "~>"
|
170
184
|
- !ruby/object:Gem::Version
|
171
|
-
version: 0.
|
185
|
+
version: 0.38.0
|
172
186
|
type: :development
|
173
187
|
prerelease: false
|
174
188
|
version_requirements: !ruby/object:Gem::Requirement
|
175
189
|
requirements:
|
176
190
|
- - "~>"
|
177
191
|
- !ruby/object:Gem::Version
|
178
|
-
version: 0.
|
192
|
+
version: 0.38.0
|
179
193
|
description: Automatically generate and renew your push notification profiles
|
180
194
|
email:
|
181
195
|
- pem@krausefx.com
|
@@ -211,7 +225,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
211
225
|
version: '0'
|
212
226
|
requirements: []
|
213
227
|
rubyforge_project:
|
214
|
-
rubygems_version: 2.
|
228
|
+
rubygems_version: 2.4.0
|
215
229
|
signing_key:
|
216
230
|
specification_version: 4
|
217
231
|
summary: Automatically generate and renew your push notification profiles
|