From 541d8329b68d841dd35946f0a4df5b9ec4766f86 Mon Sep 17 00:00:00 2001 From: lpw <812862340@qq.com> Date: Thu, 11 Sep 2025 09:04:28 +0800 Subject: [PATCH] 提交版本 4.7.0 --- frameworks/GoogleUtilities.xcframework/Info.plist | 106 +++++++++++++++++++++++++++++++++++++---------------- 1 files changed, 74 insertions(+), 32 deletions(-) diff --git a/frameworks/GoogleUtilities.xcframework/Info.plist b/frameworks/GoogleUtilities.xcframework/Info.plist index d6bb9d3..bad39cf 100644 --- a/frameworks/GoogleUtilities.xcframework/Info.plist +++ b/frameworks/GoogleUtilities.xcframework/Info.plist @@ -5,34 +5,23 @@ <key>AvailableLibraries</key> <array> <dict> + <key>BinaryPath</key> + <string>GoogleUtilities.framework/GoogleUtilities</string> <key>LibraryIdentifier</key> - <string>ios-arm64_armv7</string> + <string>watchos-arm64_arm64_32</string> <key>LibraryPath</key> <string>GoogleUtilities.framework</string> <key>SupportedArchitectures</key> <array> <string>arm64</string> - <string>armv7</string> + <string>arm64_32</string> </array> <key>SupportedPlatform</key> - <string>ios</string> + <string>watchos</string> </dict> <dict> - <key>LibraryIdentifier</key> - <string>tvos-arm64_x86_64-simulator</string> - <key>LibraryPath</key> - <string>GoogleUtilities.framework</string> - <key>SupportedArchitectures</key> - <array> - <string>arm64</string> - <string>x86_64</string> - </array> - <key>SupportedPlatform</key> - <string>tvos</string> - <key>SupportedPlatformVariant</key> - <string>simulator</string> - </dict> - <dict> + <key>BinaryPath</key> + <string>GoogleUtilities.framework/Versions/A/GoogleUtilities</string> <key>LibraryIdentifier</key> <string>ios-arm64_x86_64-maccatalyst</string> <key>LibraryPath</key> @@ -48,14 +37,29 @@ <string>maccatalyst</string> </dict> <dict> + <key>BinaryPath</key> + <string>GoogleUtilities.framework/GoogleUtilities</string> <key>LibraryIdentifier</key> - <string>ios-arm64_i386_x86_64-simulator</string> + <string>tvos-arm64</string> <key>LibraryPath</key> <string>GoogleUtilities.framework</string> <key>SupportedArchitectures</key> <array> <string>arm64</string> - <string>i386</string> + </array> + <key>SupportedPlatform</key> + <string>tvos</string> + </dict> + <dict> + <key>BinaryPath</key> + <string>GoogleUtilities.framework/GoogleUtilities</string> + <key>LibraryIdentifier</key> + <string>ios-arm64_x86_64-simulator</string> + <key>LibraryPath</key> + <string>GoogleUtilities.framework</string> + <key>SupportedArchitectures</key> + <array> + <string>arm64</string> <string>x86_64</string> </array> <key>SupportedPlatform</key> @@ -64,6 +68,56 @@ <string>simulator</string> </dict> <dict> + <key>BinaryPath</key> + <string>GoogleUtilities.framework/GoogleUtilities</string> + <key>LibraryIdentifier</key> + <string>ios-arm64</string> + <key>LibraryPath</key> + <string>GoogleUtilities.framework</string> + <key>SupportedArchitectures</key> + <array> + <string>arm64</string> + </array> + <key>SupportedPlatform</key> + <string>ios</string> + </dict> + <dict> + <key>BinaryPath</key> + <string>GoogleUtilities.framework/GoogleUtilities</string> + <key>LibraryIdentifier</key> + <string>watchos-arm64_x86_64-simulator</string> + <key>LibraryPath</key> + <string>GoogleUtilities.framework</string> + <key>SupportedArchitectures</key> + <array> + <string>arm64</string> + <string>x86_64</string> + </array> + <key>SupportedPlatform</key> + <string>watchos</string> + <key>SupportedPlatformVariant</key> + <string>simulator</string> + </dict> + <dict> + <key>BinaryPath</key> + <string>GoogleUtilities.framework/GoogleUtilities</string> + <key>LibraryIdentifier</key> + <string>tvos-arm64_x86_64-simulator</string> + <key>LibraryPath</key> + <string>GoogleUtilities.framework</string> + <key>SupportedArchitectures</key> + <array> + <string>arm64</string> + <string>x86_64</string> + </array> + <key>SupportedPlatform</key> + <string>tvos</string> + <key>SupportedPlatformVariant</key> + <string>simulator</string> + </dict> + <dict> + <key>BinaryPath</key> + <string>GoogleUtilities.framework/Versions/A/GoogleUtilities</string> <key>LibraryIdentifier</key> <string>macos-arm64_x86_64</string> <key>LibraryPath</key> @@ -75,18 +129,6 @@ </array> <key>SupportedPlatform</key> <string>macos</string> - </dict> - <dict> - <key>LibraryIdentifier</key> - <string>tvos-arm64</string> - <key>LibraryPath</key> - <string>GoogleUtilities.framework</string> - <key>SupportedArchitectures</key> - <array> - <string>arm64</string> - </array> - <key>SupportedPlatform</key> - <string>tvos</string> </dict> </array> <key>CFBundlePackageType</key> -- Gitblit v1.8.0