Skip to content

Commit

Permalink
[action][app_store_connect_api_key] Updated is_supported platform (f…
Browse files Browse the repository at this point in the history
…astlane#18462)

* [action][app_store_connect_api_key] fixed `is_supported`

* PR review fix

Co-authored-by: Josh Holtz <[email protected]>

Co-authored-by: Josh Holtz <[email protected]>
  • Loading branch information
crazymanish and Josh Holtz authored Apr 6, 2021
1 parent d4ef9e7 commit ff0e99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/lib/fastlane/actions/app_store_connect_api_key.rb
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def self.author
end

def self.is_supported?(platform)
true
[:ios, :mac, :tvos].include?(platform)
end

def self.details
Expand Down

0 comments on commit ff0e99d

Please sign in to comment.