diff --git a/PhylloConnect.xcframework/ios-arm64/PhylloConnect.framework/Modules/module.modulemap b/PhylloConnect.xcframework/ios-arm64/PhylloConnect.framework/Modules/module.modulemap index fa48638..f3f4a40 100644 --- a/PhylloConnect.xcframework/ios-arm64/PhylloConnect.framework/Modules/module.modulemap +++ b/PhylloConnect.xcframework/ios-arm64/PhylloConnect.framework/Modules/module.modulemap @@ -4,3 +4,8 @@ framework module PhylloConnect { export * module * { export * } } + +module PhylloConnect.Swift { + header "PhylloConnect-Swift.h" + requires objc +} diff --git a/PhylloConnect.xcframework/ios-arm64_x86_64-simulator/PhylloConnect.framework/Modules/module.modulemap b/PhylloConnect.xcframework/ios-arm64_x86_64-simulator/PhylloConnect.framework/Modules/module.modulemap index fa48638..f3f4a40 100644 --- a/PhylloConnect.xcframework/ios-arm64_x86_64-simulator/PhylloConnect.framework/Modules/module.modulemap +++ b/PhylloConnect.xcframework/ios-arm64_x86_64-simulator/PhylloConnect.framework/Modules/module.modulemap @@ -4,3 +4,8 @@ framework module PhylloConnect { export * module * { export * } } + +module PhylloConnect.Swift { + header "PhylloConnect-Swift.h" + requires objc +}