Skip to content

Commit

Permalink
Rename ios-marketing to ios_marketing to support symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
KrauseFx committed Sep 17, 2017
1 parent 340b54f commit 4b282da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -27,7 +27,7 @@ Just specify the source image using the `appicon_image_file`. Optionally specify
```ruby
lane :test do
appicon(appicon_image_file: 'spec/fixtures/Themoji.png',
appicon_devices: [:ipad, :iphone])
appicon_devices: [:ipad, :iphone, :ios_marketing])
end

# or
Expand Down
2 changes: 1 addition & 1 deletion fastlane/Fastfile
@@ -1,6 +1,6 @@
lane :test do
appicon(appicon_image_file: 'spec/fixtures/Themoji.png',
appicon_devices: [:ipad, :iphone, :'ios-marketing'])
appicon_devices: [:ipad, :iphone, :ios_marketing])
end

lane :android do
Expand Down
2 changes: 1 addition & 1 deletion lib/fastlane/plugin/appicon/actions/appicon_action.rb
Expand Up @@ -11,7 +11,7 @@ def self.needed_icons
'1x' => ['20x20', '29x29', '40x40', '76x76'],
'2x' => ['20x20', '29x29', '40x40', '76x76', '83.5x83.5']
},
:'ios-marketing' => {
:ios_marketing => {
'1x' => ['1024x1024']
}
}
Expand Down

0 comments on commit 4b282da

Please sign in to comment.