Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Jul 27, 2023
1 parent 64553c9 commit 40890f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ReleaseTooling/Sources/ZipBuilder/ModuleMapBuilder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ struct ModuleMapBuilder {
// Don't include Interop pods in the module map calculation since they shouldn't add anything
// and it uses the platform-independent version of the dependency list, which causes a crash
// for the iOS-only RecaptchaInterop pod when the subsequent code tries to `pod install` it
// for macOS. All this module code should go away when we switch to building dynamic frameworks.
// for macOS. All this module code should go away when we switch to building dynamic
// frameworks.
!$0.name.hasSuffix("Interop")
}

Expand Down

0 comments on commit 40890f3

Please sign in to comment.