Skip to content

Commit

Permalink
Merge pull request #79 from fastlane/krausefx-to-fastlane
Browse files Browse the repository at this point in the history
Change KrauseFx references to fastlane
  • Loading branch information
mfurtak committed Jan 11, 2016
2 parents 12628f3 + e012bf3 commit 5b6a3a2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -6,9 +6,9 @@ To clone the [fastlane](https://fastlane.tools) repos, use the [countdown](https

Before submitting a new issue, do the following:

- Verify you're runing the latest version by running `pem -v` and compare it with the [project page on GitHub](https://github.com/KrauseFx/PEM).
- Verify you're runing the latest version by running `pem -v` and compare it with the [project page on GitHub](https://github.com/fastlane/PEM).
- Verify you have Xcode tools installed by running `xcode-select --install`.
- Make sure to read through the [README](https://github.com/KrauseFx/PEM) of the project.
- Make sure to read through the [README](https://github.com/fastlane/PEM) of the project.


When submitting a new issue, please provide the following information:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -29,8 +29,8 @@
pem
============

[![Twitter: @KauseFx](https://img.shields.io/badge/contact-@KrauseFx-blue.svg?style=flat)](https://twitter.com/KrauseFx)
[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/KrauseFx/pem/blob/master/LICENSE)
[![Twitter: @FastlaneTools](https://img.shields.io/badge/contact-@FastlaneTools-blue.svg?style=flat)](https://twitter.com/FastlaneTools)
[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/fastlane/pem/blob/master/LICENSE)
[![Gem](https://img.shields.io/gem/v/pem.svg?style=flat)](http://rubygems.org/gems/pem)

###### Automatically generate and renew your push notification profiles
Expand All @@ -41,7 +41,7 @@ Tired of manually creating and maintaining your push notification profiles for y

To automate iOS Provisioning profiles you can use [sigh](https://github.com/fastlane/sigh).

Get in contact with the developer on Twitter: [@KrauseFx](https://twitter.com/KrauseFx)
Get in contact with the developer on Twitter: [@FastlaneTools](https://twitter.com/FastlaneTools)

-------
<p align="center">
Expand Down
2 changes: 1 addition & 1 deletion bin/pem
Expand Up @@ -17,7 +17,7 @@ class PemApplication
program :description, 'CLI for \'PEM\' - Automatically generate and renew your push notification profiles'
program :help, 'Author', 'Felix Krause <pem@krausefx.com>'
program :help, 'Website', 'https://fastlane.tools'
program :help, 'GitHub', 'https://github.com/krausefx/PEM'
program :help, 'GitHub', 'https://github.com/fastlane/PEM'
program :help_formatter, :compact

FastlaneCore::CommanderGenerator.new.generate(PEM::Options.available_options)
Expand Down
2 changes: 1 addition & 1 deletion fastlane/Fastfile
@@ -1,5 +1,5 @@
# Fetch and use the latest Fastfile from the fastlane main repository
import_from_git(url: "https://github.com/krausefx/fastlane/")
import_from_git(url: "https://github.com/fastlane/fastlane/")

override_lane :module_ref do |options|
PEM
Expand Down

0 comments on commit 5b6a3a2

Please sign in to comment.