Fix regression where was removed from generated modulemaps

This commit is contained in:
Mark Mann
2023-01-27 09:07:16 -08:00
committed by Space Team
parent 26b6c0b310
commit ba4ba27afd
@@ -87,7 +87,7 @@ internal fun createObjCFramework(
frameworkDirectory,
frameworkName,
exportedInterface.headerLines,
moduleDependencies = emptySet()
moduleDependencies = setOf("Foundation")
)
}