Skip to content

Commit 3524987

Browse files
[CI] Remove all the SwiftUICore module shadows in xcframeworks (#725)
1 parent 2da78cc commit 3524987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ private_lane :remove_swiftui_core_module_shadow do |options|
376376
Dir.glob("#{options[:output_directory]}/**/*.swiftinterface").each do |file|
377377
if File.file?(file)
378378
UI.important("Removing the SwiftUICore module's shadow at: #{file}...")
379-
File.write(file, File.read(file).gsub(/SwiftUICore.View/, 'View'))
379+
File.write(file, File.read(file).gsub('SwiftUICore.', ''))
380380
end
381381
end
382382
end

0 commit comments

Comments
 (0)