Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/KrauseFx/code
Browse files Browse the repository at this point in the history
  • Loading branch information
KrauseFx committed Feb 22, 2015
2 parents dde9509 + c951980 commit d9971cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Will generate 3 promo codes for the the App with the Bundle Identifier `com.exam

If you don't pass any paramaters, `code` will generate a single promo code and print it on the command line.

##### [Get informed about new fastlane tools and features](https://tinyletter.com/krausefx)
##### [Like this tool? Be the first to know about updates and new fastlane tools](https://tinyletter.com/krausefx)

## Environment Variables
In case you prefer environment variables:
Expand All @@ -98,7 +98,7 @@ In case you prefer environment variables:
- [`produce`](https://github.com/KrauseFx/produce): Create new iOS apps on iTunes Connect and Dev Portal using the command line
- [`cert`](https://github.com/KrauseFx/cert): Create new iOS signing certificates

##### [Get informed about new fastlane tools and features](https://tinyletter.com/krausefx)
##### [Like this tool? Be the first to know about updates and new fastlane tools](https://tinyletter.com/krausefx)

# Considerations
As part of the process of downloading promo codes from iTunes Connect, the user would normally have to accept a contract every single time. Since there is no way to check with iTunes if this contract was accepted manually before, `codes` agrees to this contract automatically. Before using `codes` for the first time, we advise you to go to iTunes Connect and go through the process of creating promo codes manually at least once and to read the contract when it comes up.
Expand Down
2 changes: 0 additions & 2 deletions lib/codes/itunes_connect.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
require 'fastlane_core/itunes_connect/itunes_connect'
require 'deliver'
require 'deliver/app'

module FastlaneCore
class ItunesConnect
Expand Down

0 comments on commit d9971cf

Please sign in to comment.