File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -135,10 +135,10 @@ platform :ios do
135135 xcargs : "-skipPackagePluginValidation -skipMacroValidation"
136136 )
137137
138- dsym_output_path = lane_context [ SharedValues ::DSYM_OUTPUT_PATH ] . to_s
139- archive_path = lane_context [ SharedValues ::XCODEBUILD_ARCHIVE ] . to_s
140- UI . message ( "dSYM output path: #{ dsym_output_path } " ) if ! dsym_output_path . empty?
141- UI . message ( "Xcode archive path: #{ archive_path } " ) if ! archive_path . empty?
138+ dsym_output_path = lane_context [ SharedValues ::DSYM_OUTPUT_PATH ]
139+ archive_path = lane_context [ SharedValues ::XCODEBUILD_ARCHIVE ]
140+ UI . message ( "dSYM output path: #{ dsym_output_path } " ) unless dsym_output_path . to_s . empty?
141+ UI . message ( "Xcode archive path: #{ archive_path } " ) unless archive_path . to_s . empty?
142142
143143 next api_key
144144 end
You can’t perform that action at this time.
0 commit comments