Skip to content

Commit 0fb4e84

Browse files
committed
remove references to symbol_maps_pat
1 parent c241690 commit 0fb4e84

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tools/fastlane-plugin/lib/fastlane/plugin/bugsnag/actions/upload_symbols_to_bugsnag.rb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,6 @@ def self.available_options
145145
description: "URL of the server receiving uploaded files",
146146
default_value: nil,
147147
optional: true),
148-
FastlaneCore::ConfigItem.new(key: :symbol_maps_path,
149-
env_name: "BUGSNAG_SYMBOL_MAPS_PATH",
150-
description: "Path to the BCSymbolMaps directory to build complete dSYM files",
151-
default_value: nil,
152-
optional: true,
153-
verify_block: validate_symbol_maps),
154148
FastlaneCore::ConfigItem.new(key: :project_root,
155149
env_name: "BUGSNAG_PROJECT_ROOT",
156150
description: "Root path of the project",

0 commit comments

Comments
 (0)