SellyCloudSDK.xcframework支持真机,arm64+x86模拟器
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user