Skip to content

Commit

Permalink
Added link to sigh in README
Browse files Browse the repository at this point in the history
  • Loading branch information
KrauseFx committed Sep 23, 2015
1 parent 095b8e0 commit 4c145d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ Note that these will replace the current images and screenshots on the play stor
- [`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
- [`PEM`](https://github.com/KrauseFx/pem): Automatically generate and renew your push notification profiles
- [`sigh`](https://github.com/KrauseFx/sigh): Because you would rather spend your time building stuff than fighting provisioning
- [`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): Automatically create and maintain iOS code signing certificates
- [`codes`](https://github.com/KrauseFx/codes): Create promo codes for iOS Apps using the command line
Expand Down
4 changes: 2 additions & 2 deletions lib/supply/setup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def download_images(listing)
require 'net/http'

IMAGES_TYPES.each do |image_type|
next if ['featureGraphic'].include?(image_type) # we don't get all files in full resolution :(op
next if ['featureGraphic'].include?(image_type) # we don't get all files in full resolution :(

url = client.fetch_images(image_type: image_type, language: listing.language).last
next unless url
Expand All @@ -62,7 +62,7 @@ def metadata_path
@metadata_path ||= Supply.config[:metadata_path]
@metadata_path ||= "fastlane/metadata/android" if Helper.fastlane_enabled?
@metadata_path ||= "metadata" unless Helper.fastlane_enabled?

return @metadata_path
end

Expand Down

0 comments on commit 4c145d2

Please sign in to comment.