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 e7fda99 commit 0205159Copy full SHA for 0205159
scripts/check_imports.swift
@@ -40,6 +40,7 @@ let skipDirPatterns = ["/Sample/", "/Pods/",
40
"SwiftPMTests", // The SwiftPM tests test module imports.
41
"IntegrationTesting/ClientApp", // The ClientApp tests module imports.
42
"FirebaseSessions/Protogen/", // Generated nanopb code with imports
43
+ "FirebaseCore/InternalObjC/FirebaseCoreInternal.h", // umbrella header for cmake, g3
44
] +
45
46
// The following are temporary skips pending working through a first pass of the repo:
0 commit comments