From 0381da7c5dbf81333117adf80b10c663c45efb6a Mon Sep 17 00:00:00 2001 From: Manu Wallner Date: Sun, 22 Feb 2015 18:03:29 +0100 Subject: [PATCH 1/2] Change mailing list text --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e7b960c..8fbebda 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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. From c951980695e67cea9c6bff40c207396aabe121e8 Mon Sep 17 00:00:00 2001 From: Manu Wallner Date: Sun, 22 Feb 2015 18:30:17 +0100 Subject: [PATCH 2/2] Remove deliver requirement --- lib/codes/itunes_connect.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/codes/itunes_connect.rb b/lib/codes/itunes_connect.rb index 46f647c..d4c80f8 100644 --- a/lib/codes/itunes_connect.rb +++ b/lib/codes/itunes_connect.rb @@ -1,6 +1,4 @@ require 'fastlane_core/itunes_connect/itunes_connect' -require 'deliver' -require 'deliver/app' module FastlaneCore class ItunesConnect