From e31f4c7fc08c9ed5f18a56083627cd4ac1c2c719 Mon Sep 17 00:00:00 2001 From: lpw <812862340@qq.com> Date: Thu, 16 Jul 2026 14:30:54 +0800 Subject: [PATCH] 提交版本 4.13.1 --- WAFirebaseImpl/GoogleUtilities.xcframework/Info.plist | 40 ++++++++++++++++++++-------------------- 1 files changed, 20 insertions(+), 20 deletions(-) diff --git a/WAFirebaseImpl/GoogleUtilities.xcframework/Info.plist b/WAFirebaseImpl/GoogleUtilities.xcframework/Info.plist index 17a3a32..1d9e1a4 100644 --- a/WAFirebaseImpl/GoogleUtilities.xcframework/Info.plist +++ b/WAFirebaseImpl/GoogleUtilities.xcframework/Info.plist @@ -6,9 +6,9 @@ <array> <dict> <key>BinaryPath</key> - <string>GoogleUtilities.framework/GoogleUtilities</string> + <string>GoogleUtilities.framework/Versions/A/GoogleUtilities</string> <key>LibraryIdentifier</key> - <string>watchos-arm64_x86_64-simulator</string> + <string>macos-arm64_x86_64</string> <key>LibraryPath</key> <string>GoogleUtilities.framework</string> <key>SupportedArchitectures</key> @@ -17,37 +17,39 @@ <string>x86_64</string> </array> <key>SupportedPlatform</key> - <string>watchos</string> - <key>SupportedPlatformVariant</key> - <string>simulator</string> + <string>macos</string> </dict> <dict> <key>BinaryPath</key> <string>GoogleUtilities.framework/GoogleUtilities</string> <key>LibraryIdentifier</key> - <string>tvos-arm64</string> + <string>watchos-arm64_arm64_32</string> <key>LibraryPath</key> <string>GoogleUtilities.framework</string> <key>SupportedArchitectures</key> <array> <string>arm64</string> + <string>arm64_32</string> </array> <key>SupportedPlatform</key> - <string>tvos</string> + <string>watchos</string> </dict> <dict> <key>BinaryPath</key> - <string>GoogleUtilities.framework/GoogleUtilities</string> + <string>GoogleUtilities.framework/Versions/A/GoogleUtilities</string> <key>LibraryIdentifier</key> - <string>ios-arm64</string> + <string>ios-arm64_x86_64-maccatalyst</string> <key>LibraryPath</key> <string>GoogleUtilities.framework</string> <key>SupportedArchitectures</key> <array> <string>arm64</string> + <string>x86_64</string> </array> <key>SupportedPlatform</key> <string>ios</string> + <key>SupportedPlatformVariant</key> + <string>maccatalyst</string> </dict> <dict> <key>BinaryPath</key> @@ -85,41 +87,37 @@ </dict> <dict> <key>BinaryPath</key> - <string>GoogleUtilities.framework/Versions/A/GoogleUtilities</string> + <string>GoogleUtilities.framework/GoogleUtilities</string> <key>LibraryIdentifier</key> - <string>ios-arm64_x86_64-maccatalyst</string> + <string>ios-arm64</string> <key>LibraryPath</key> <string>GoogleUtilities.framework</string> <key>SupportedArchitectures</key> <array> <string>arm64</string> - <string>x86_64</string> </array> <key>SupportedPlatform</key> <string>ios</string> - <key>SupportedPlatformVariant</key> - <string>maccatalyst</string> </dict> <dict> <key>BinaryPath</key> <string>GoogleUtilities.framework/GoogleUtilities</string> <key>LibraryIdentifier</key> - <string>watchos-arm64_arm64_32</string> + <string>tvos-arm64</string> <key>LibraryPath</key> <string>GoogleUtilities.framework</string> <key>SupportedArchitectures</key> <array> <string>arm64</string> - <string>arm64_32</string> </array> <key>SupportedPlatform</key> - <string>watchos</string> + <string>tvos</string> </dict> <dict> <key>BinaryPath</key> - <string>GoogleUtilities.framework/Versions/A/GoogleUtilities</string> + <string>GoogleUtilities.framework/GoogleUtilities</string> <key>LibraryIdentifier</key> - <string>macos-arm64_x86_64</string> + <string>watchos-arm64_x86_64-simulator</string> <key>LibraryPath</key> <string>GoogleUtilities.framework</string> <key>SupportedArchitectures</key> @@ -128,7 +126,9 @@ <string>x86_64</string> </array> <key>SupportedPlatform</key> - <string>macos</string> + <string>watchos</string> + <key>SupportedPlatformVariant</key> + <string>simulator</string> </dict> </array> <key>CFBundlePackageType</key> -- Gitblit v1.8.0