Skip to content

Commit

Permalink
[swift] give lane_context return_type of hash_with_strings (#12313)
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Holtz committed Apr 15, 2018
1 parent 43d8d40 commit 9e07ba0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fastlane/lib/fastlane/actions/lane_context.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ def self.output
[]
end

def self.return_type
:hash_of_strings
end

def self.authors
["KrauseFx"]
end
Expand Down

0 comments on commit 9e07ba0

Please sign in to comment.