Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit ce70bf4

Browse files
liamnicholsm-ruhl
authored andcommitted
Define return_value and return_type in XcodegenAction
1 parent 06feb6d commit ce70bf4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

lib/fastlane/plugin/xcodegen/actions/xcodegen_action.rb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ def self.details
4040
].join("\n")
4141
end
4242

43+
def self.return_type
44+
:string
45+
end
46+
47+
def self.return_value
48+
"Raw shell output of `xcodegen` command."
49+
end
50+
4351
def self.available_options
4452
[
4553
FastlaneCore::ConfigItem.new(key: :executable,

0 commit comments

Comments
 (0)