Skip to content

Commit

Permalink
Badge support tvOS and Android, so removing 'ios' from the description
Browse files Browse the repository at this point in the history
  • Loading branch information
dcordero committed Dec 7, 2016
1 parent ee2be97 commit 2a4b313
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/badge/base.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Badge

VERSION = "0.5.1"
DESCRIPTION = "Add a badge overlay to your ios app icon"
DESCRIPTION = "Add a badge overlay to your app icon"

def self.root
File.dirname __dir__ + "/../../../"
Expand Down
4 changes: 2 additions & 2 deletions lib/badge/commands_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def self.start

def run
program :version, Badge::VERSION
program :description, 'Add a badge to your ios app icon'
program :description, 'Add a badge to your app icon'
program :help, 'Author', 'Daniel Griesser <[email protected]>'
program :help, 'Website', 'https://github.com/HazAT/badge'
program :help, 'GitHub', 'https://github.com/HazAT/badge'
Expand All @@ -27,7 +27,7 @@ def run

command :run do |c|
c.syntax = 'badge'
c.description = "Adds a badge to your ios app icon"
c.description = "Adds a badge to your app icon"

c.action do |args, options|
params = FastlaneCore::Configuration.create(Badge::Options.available_options, options.__hash__)
Expand Down

0 comments on commit 2a4b313

Please sign in to comment.