修改IOS工程依赖,去除X86依赖

This commit is contained in:
2026-03-17 14:43:58 +08:00
parent 52d73da34c
commit bbc8168086
142 changed files with 18 additions and 7191 deletions
@@ -0,0 +1,11 @@
framework module DCloudUTSFoundation {
umbrella header "DCloudUTSFoundation.h"
export *
module * { export * }
}
module DCloudUTSFoundation.Swift {
header "DCloudUTSFoundation-Swift.h"
requires objc
}