From 76f34560a3971bcd33123bd1a41eea0e1152dc0e Mon Sep 17 00:00:00 2001 From: lpw <812862340@qq.com> Date: Wed, 15 Jul 2026 09:36:09 +0800 Subject: [PATCH] 提交版本 4.13.0 --- frameworks/GoogleUtilities.xcframework/Info.plist | 40 ++++++++++++++++++++-------------------- 1 files changed, 20 insertions(+), 20 deletions(-) diff --git a/frameworks/GoogleUtilities.xcframework/Info.plist b/frameworks/GoogleUtilities.xcframework/Info.plist index 17a3a32..1d9e1a4 100644 --- a/frameworks/GoogleUtilities.xcframework/Info.plist +++ b/frameworks/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