From cc842ae09a2d6186a66b1ac6fa999ca492fec4dd Mon Sep 17 00:00:00 2001 From: Pankaj Patel Date: Thu, 9 Feb 2023 13:33:36 +0530 Subject: [PATCH] - Module updated --- .../PhylloConnect.framework/Modules/module.modulemap | 5 +++++ .../PhylloConnect.framework/Modules/module.modulemap | 5 +++++ 2 files changed, 10 insertions(+) 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 +}