This repository has been archived by the owner on Nov 19, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
63 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,4 @@ rvm: | |
- 2.1.0 | ||
notifications: | ||
email: | ||
- krausefx@gmail.com | ||
- pem@krausefx.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,24 @@ | ||
<h3 align="center"> | ||
<a href="https://github.com/KrauseFx/fastlane"> | ||
<img src="assets/fastlane.png" width="150" /> | ||
<br /> | ||
fastlane | ||
</a> | ||
</h3> | ||
<p align="center"> | ||
<a href="https://github.com/KrauseFx/deliver">Deliver</a> • | ||
<a href="https://github.com/KrauseFx/snapshot">Snapshot</a> • | ||
<a href="https://github.com/KrauseFx/frameit">FrameIt</a> • | ||
<b>PEM</b> • | ||
<a href="https://github.com/KrauseFx/sigh">Sigh</a> | ||
<a href="https://github.com/KrauseFx/deliver">deliver</a> • | ||
<a href="https://github.com/KrauseFx/snapshot">snapshot</a> • | ||
<a href="https://github.com/KrauseFx/frameit">frameit</a> • | ||
<b>PEM</b> • | ||
<a href="https://github.com/KrauseFx/sigh">sigh</a> | ||
</p> | ||
------- | ||
|
||
<p align="center"> | ||
<img src="assets/pem.png"> | ||
</p> | ||
|
||
Pem - Maintain your push certificates | ||
PEM - Maintain your push certificates | ||
============ | ||
|
||
[![Twitter: @KauseFx](https://img.shields.io/badge/[email protected]?style=flat)](https://twitter.com/KrauseFx) | ||
|
@@ -105,12 +112,14 @@ There are 2 actions involved: | |
```PEM``` uses the password manager from [```Deliver```](https://github.com/KrauseFx/deliver#can-i-trust-deliver). Take a look the [Deliver README](https://github.com/KrauseFx/deliver#can-i-trust-deliver) for more information. | ||
|
||
# Tips | ||
## Other helpful tools | ||
Check out other tools in this collection to speed up your deployment process: | ||
- [```deliver```](https://github.com/KrauseFx/deliver): Deploy screenshots, app metadata and app updates to the App Store using just one command | ||
- [```snapshot```](https://github.com/KrauseFx/snapshot): Create hundreds of screenshots of your iPhone app... while doing something else | ||
- [```FrameIt```](https://github.com/KrauseFx/frameit): Want a device frame around your screenshot? Do it in an instant! | ||
- [```sigh```](https://github.com/KrauseFx/sigh): Because you would rather spend your time building stuff than fighting provisioning | ||
|
||
## [`fastlane`](http://fastlane.tools) Toolchain | ||
|
||
- [`fastlane`](http://fastlane.tools): Connect all deployment tools into one streamlined workflow | ||
- [`deliver`](https://github.com/KrauseFx/deliver): Upload screenshots, metadata and your app to the App Store using a single command | ||
- [`snapshot`](https://github.com/KrauseFx/snapshot): Automate taking localized screenshots of your iOS app on every device | ||
- [`frameit`](https://github.com/KrauseFx/frameit): Quickly put your screenshots into the right device frames | ||
- [`sigh`](https://github.com/KrauseFx/sigh): Because you would rather spend your time building stuff than fighting provisioning | ||
|
||
## Use the 'Provisioning Quicklook plugin' | ||
Download and install the [Provisioning Plugin](https://github.com/chockenberry/Provisioning). | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module PEM | ||
VERSION = "0.2.3" | ||
VERSION = "0.3.0" | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,9 +8,10 @@ Gem::Specification.new do |spec| | |
spec.version = PEM::VERSION | ||
spec.authors = ["Felix Krause"] | ||
spec.email = ["[email protected]"] | ||
spec.summary = %q{Tired of creating and maintaining your push certification profiles? PEM does all that for you.} | ||
spec.description = %q{Tired of creating and maintaining your push certification profiles? PEM helps you creating and maintaining your iOS push notification certificates.} | ||
spec.homepage = "http://krausefx.com" | ||
spec.summary = %q{Automatically generate and renew your push notification profiles} | ||
spec.description = %q{Automatically generate and renew your push notification profiles} | ||
spec.homepage = "http://fastlane.tools" | ||
|
||
spec.license = "MIT" | ||
|
||
spec.required_ruby_version = '>= 2.0.0' | ||
|
@@ -26,7 +27,7 @@ Gem::Specification.new do |spec| | |
spec.add_dependency 'colored' # coloured terminal output | ||
spec.add_dependency 'commander', '~> 4.2.0' # CLI parser | ||
|
||
spec.add_dependency 'deliver' # password manager | ||
spec.add_dependency 'credentials_manager' # fastlane password manager | ||
|
||
# Frontend Scripting | ||
spec.add_dependency 'capybara', '~> 2.4.3' # for controlling iTC | ||
|