gym/lib/gym/options.rb in fastlane-2.198.0 vs gym/lib/gym/options.rb in fastlane-2.198.1

- old
+ new

@@ -273,9 +273,15 @@ env_name: "GYM_SKIP_PROFILE_DETECTION", description: "Do not try to build a profile mapping from the xcodeproj. Match or a manually provided mapping should be used", optional: true, type: Boolean, default_value: false), + FastlaneCore::ConfigItem.new(key: :xcodebuild_command, + env_name: "GYM_XCODE_BUILD_COMMAND", + description: "Allows for override of the default `xcodebuild` command", + type: String, + optional: true, + default_value: "xcodebuild"), FastlaneCore::ConfigItem.new(key: :cloned_source_packages_path, env_name: "GYM_CLONED_SOURCE_PACKAGES_PATH", description: "Sets a custom path for Swift Package Manager dependencies", type: String, optional: true),