diff options
Diffstat (limited to 'iosApp/WhirlyGlobe.xcframework/ios-arm64/WhirlyGlobe.framework/Modules/module.modulemap')
-rw-r--r-- | iosApp/WhirlyGlobe.xcframework/ios-arm64/WhirlyGlobe.framework/Modules/module.modulemap | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/iosApp/WhirlyGlobe.xcframework/ios-arm64/WhirlyGlobe.framework/Modules/module.modulemap b/iosApp/WhirlyGlobe.xcframework/ios-arm64/WhirlyGlobe.framework/Modules/module.modulemap new file mode 100644 index 0000000..2e32255 --- /dev/null +++ b/iosApp/WhirlyGlobe.xcframework/ios-arm64/WhirlyGlobe.framework/Modules/module.modulemap @@ -0,0 +1,6 @@ +framework module WhirlyGlobe { + umbrella header "WhirlyGlobe.h" + + export * + module * { export * } +} |