We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da78cc commit 3524987Copy full SHA for 3524987
fastlane/Fastfile
@@ -376,7 +376,7 @@ private_lane :remove_swiftui_core_module_shadow do |options|
376
Dir.glob("#{options[:output_directory]}/**/*.swiftinterface").each do |file|
377
if File.file?(file)
378
UI.important("Removing the SwiftUICore module's shadow at: #{file}...")
379
- File.write(file, File.read(file).gsub(/SwiftUICore.View/, 'View'))
+ File.write(file, File.read(file).gsub('SwiftUICore.', ''))
380
end
381
382
0 commit comments