SellyCloudSDK.xcframework支持真机,arm64+x86模拟器

This commit is contained in:
caleb
2026-04-08 16:28:31 +08:00
parent 88800334ec
commit 1566757f02
87 changed files with 3491 additions and 557 deletions

View File

@@ -21,19 +21,14 @@
"swift_versions": "5.10",
"source_files": "SellyCloudSDK/Classes/**/*",
"pod_target_xcconfig": {
"VALID_ARCHS": "x86_64 arm64",
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
"CLANG_CXX_LANGUAGE_STANDARD": "c++17",
"OTHER_LDFLAGS": "-ObjC"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"resources": [
"SellyCloud/sdk/SellyCloudSDK.framework/*.bundle"
],
"vendored_frameworks": "SellyCloudSDK/sdk/*.framework",
"vendored_frameworks": "SellyCloudSDK/sdk/*.{framework,xcframework}",
"dependencies": {
"CocoaLumberjack": [
"~>3.7.2"