From 6292e6e7d16f11bafc58b9489a8b9b44f7c81774 Mon Sep 17 00:00:00 2001 From: lpw <812862340@qq.com> Date: Thu, 16 Jul 2026 09:30:27 +0800 Subject: [PATCH] 提交版本 4.13.0 --- WAFbImpl/FBAEMKit.xcframework/Info.plist | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/WAFbImpl/FBAEMKit.xcframework/Info.plist b/WAFbImpl/FBAEMKit.xcframework/Info.plist index 67016b2..2d64271 100644 --- a/WAFbImpl/FBAEMKit.xcframework/Info.plist +++ b/WAFbImpl/FBAEMKit.xcframework/Info.plist @@ -8,12 +8,13 @@ <key>BinaryPath</key> <string>FBAEMKit.framework/Versions/A/FBAEMKit</string> <key>LibraryIdentifier</key> - <string>ios-arm64_x86_64-maccatalyst</string> + <string>ios-arm64_arm64e_x86_64-maccatalyst</string> <key>LibraryPath</key> <string>FBAEMKit.framework</string> <key>SupportedArchitectures</key> <array> <string>arm64</string> + <string>arm64e</string> <string>x86_64</string> </array> <key>SupportedPlatform</key> @@ -25,12 +26,13 @@ <key>BinaryPath</key> <string>FBAEMKit.framework/FBAEMKit</string> <key>LibraryIdentifier</key> - <string>ios-arm64</string> + <string>ios-arm64_arm64e</string> <key>LibraryPath</key> <string>FBAEMKit.framework</string> <key>SupportedArchitectures</key> <array> <string>arm64</string> + <string>arm64e</string> </array> <key>SupportedPlatform</key> <string>ios</string> -- Gitblit v1.8.0