SellyCloudSDK.xcframework支持真机,arm64+x86模拟器
This commit is contained in:
@@ -17,10 +17,10 @@ RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????")
|
||||
variant_for_slice()
|
||||
{
|
||||
case "$1" in
|
||||
"WebRTC.xcframework/ios-arm64")
|
||||
"SellyCloudSDK.xcframework/ios-arm64")
|
||||
echo ""
|
||||
;;
|
||||
"WebRTC.xcframework/ios-arm64-simulator")
|
||||
"SellyCloudSDK.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "simulator"
|
||||
;;
|
||||
esac
|
||||
@@ -29,11 +29,11 @@ variant_for_slice()
|
||||
archs_for_slice()
|
||||
{
|
||||
case "$1" in
|
||||
"WebRTC.xcframework/ios-arm64")
|
||||
"SellyCloudSDK.xcframework/ios-arm64")
|
||||
echo "arm64"
|
||||
;;
|
||||
"WebRTC.xcframework/ios-arm64-simulator")
|
||||
echo "arm64"
|
||||
"SellyCloudSDK.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "arm64 x86_64"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
@@ -117,5 +117,5 @@ install_xcframework() {
|
||||
echo "Copied $source to $destination"
|
||||
}
|
||||
|
||||
install_xcframework "${PODS_ROOT}/../../SellyCloudSDK/sdk/WebRTC.xcframework" "SellyCloudSDK" "framework" "ios-arm64" "ios-arm64-simulator"
|
||||
install_xcframework "${PODS_ROOT}/../SubModules/SellyCloudSDK/SellyCloudSDK/sdk/SellyCloudSDK.xcframework" "SellyCloudSDK" "framework" "ios-arm64" "ios-arm64_x86_64-simulator"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user