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

@@ -32,16 +32,14 @@ TODO: Add long description of the pod here.
s.swift_version = "5.10"
s.source_files = 'SellyCloudSDK/Classes/**/*'
s.pod_target_xcconfig = { 'VALID_ARCHS' => 'x86_64 arm64' ,
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64',
s.pod_target_xcconfig = {
'CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES' => 'YES',
'CLANG_CXX_LANGUAGE_STANDARD' => 'c++17',
'OTHER_LDFLAGS' => '-ObjC'
}
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.resources = ['SellyCloud/sdk/SellyCloudSDK.framework/*.bundle']
s.vendored_frameworks = 'SellyCloudSDK/sdk/*.framework'
s.vendored_frameworks = 'SellyCloudSDK/sdk/*.{framework,xcframework}'
s.dependency 'CocoaLumberjack', '~>3.7.2'
s.dependency 'CocoaLumberjack/Swift'