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 | 74 ++++++++++++++++++------------------ 1 files changed, 37 insertions(+), 37 deletions(-) diff --git a/frameworks/GoogleUtilities.xcframework/Info.plist b/frameworks/GoogleUtilities.xcframework/Info.plist index 7597d16..bad39cf 100644 --- a/frameworks/GoogleUtilities.xcframework/Info.plist +++ b/frameworks/GoogleUtilities.xcframework/Info.plist @@ -6,21 +6,6 @@ <array> <dict> <key>BinaryPath</key> - <string>GoogleUtilities.framework/Versions/A/GoogleUtilities</string> - <key>LibraryIdentifier</key> - <string>macos-arm64_x86_64</string> - <key>LibraryPath</key> - <string>GoogleUtilities.framework</string> - <key>SupportedArchitectures</key> - <array> - <string>arm64</string> - <string>x86_64</string> - </array> - <key>SupportedPlatform</key> - <string>macos</string> - </dict> - <dict> - <key>BinaryPath</key> <string>GoogleUtilities.framework/GoogleUtilities</string> <key>LibraryIdentifier</key> <string>watchos-arm64_arm64_32</string> @@ -69,6 +54,23 @@ <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> + <string>ios</string> + <key>SupportedPlatformVariant</key> + <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> @@ -78,6 +80,23 @@ </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> @@ -98,9 +117,9 @@ </dict> <dict> <key>BinaryPath</key> - <string>GoogleUtilities.framework/GoogleUtilities</string> + <string>GoogleUtilities.framework/Versions/A/GoogleUtilities</string> <key>LibraryIdentifier</key> - <string>ios-arm64_x86_64-simulator</string> + <string>macos-arm64_x86_64</string> <key>LibraryPath</key> <string>GoogleUtilities.framework</string> <key>SupportedArchitectures</key> @@ -109,26 +128,7 @@ <string>x86_64</string> </array> <key>SupportedPlatform</key> - <string>ios</string> - <key>SupportedPlatformVariant</key> - <string>simulator</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> + <string>macos</string> </dict> </array> <key>CFBundlePackageType</key> -- Gitblit v1.8.0