From 3913ab898f2c2ecc3b638eca4681957b1cf74330 Mon Sep 17 00:00:00 2001 From: Iván Ávalos Date: Sat, 5 Feb 2022 19:17:10 -0600 Subject: Removed SwiftUIFlowLayout dependency and updated WhirlyGlobe-Maply to latest develop version --- .../WhirlyGlobeMaplyComponent.framework/Modules/module.modulemap | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 iosApp/WhirlyGlobeMaplyComponent.xcframework/ios-arm64/WhirlyGlobeMaplyComponent.framework/Modules/module.modulemap (limited to 'iosApp/WhirlyGlobeMaplyComponent.xcframework/ios-arm64/WhirlyGlobeMaplyComponent.framework/Modules/module.modulemap') diff --git a/iosApp/WhirlyGlobeMaplyComponent.xcframework/ios-arm64/WhirlyGlobeMaplyComponent.framework/Modules/module.modulemap b/iosApp/WhirlyGlobeMaplyComponent.xcframework/ios-arm64/WhirlyGlobeMaplyComponent.framework/Modules/module.modulemap deleted file mode 100644 index 85d15cc..0000000 --- a/iosApp/WhirlyGlobeMaplyComponent.xcframework/ios-arm64/WhirlyGlobeMaplyComponent.framework/Modules/module.modulemap +++ /dev/null @@ -1,6 +0,0 @@ -framework module WhirlyGlobeMaplyComponent { - umbrella header "WhirlyGlobeMaplyComponent.h" - - export * - module * { export * } -} -- cgit v1.2.3