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/GoogleAppMeasurementIdentitySupport.xcframework/Info.plist | 50 ++++++++++++++++++++++++++++++-------------------- 1 files changed, 30 insertions(+), 20 deletions(-) diff --git a/frameworks/GoogleAppMeasurementIdentitySupport.xcframework/Info.plist b/frameworks/GoogleAppMeasurementIdentitySupport.xcframework/Info.plist index bc97762..5d58f0f 100644 --- a/frameworks/GoogleAppMeasurementIdentitySupport.xcframework/Info.plist +++ b/frameworks/GoogleAppMeasurementIdentitySupport.xcframework/Info.plist @@ -5,8 +5,10 @@ <key>AvailableLibraries</key> <array> <dict> + <key>BinaryPath</key> + <string>GoogleAppMeasurementIdentitySupport.framework/GoogleAppMeasurementIdentitySupport</string> <key>LibraryIdentifier</key> - <string>tvos-arm64</string> + <string>ios-arm64</string> <key>LibraryPath</key> <string>GoogleAppMeasurementIdentitySupport.framework</string> <key>SupportedArchitectures</key> @@ -14,9 +16,11 @@ <string>arm64</string> </array> <key>SupportedPlatform</key> - <string>tvos</string> + <string>ios</string> </dict> <dict> + <key>BinaryPath</key> + <string>GoogleAppMeasurementIdentitySupport.framework/Versions/A/GoogleAppMeasurementIdentitySupport</string> <key>LibraryIdentifier</key> <string>ios-arm64_x86_64-maccatalyst</string> <key>LibraryPath</key> @@ -32,32 +36,22 @@ <string>maccatalyst</string> </dict> <dict> + <key>BinaryPath</key> + <string>GoogleAppMeasurementIdentitySupport.framework/GoogleAppMeasurementIdentitySupport</string> <key>LibraryIdentifier</key> - <string>macos-arm64_x86_64</string> + <string>tvos-arm64</string> <key>LibraryPath</key> <string>GoogleAppMeasurementIdentitySupport.framework</string> <key>SupportedArchitectures</key> <array> <string>arm64</string> - <string>x86_64</string> </array> <key>SupportedPlatform</key> - <string>macos</string> + <string>tvos</string> </dict> <dict> - <key>LibraryIdentifier</key> - <string>ios-arm64_armv7</string> - <key>LibraryPath</key> - <string>GoogleAppMeasurementIdentitySupport.framework</string> - <key>SupportedArchitectures</key> - <array> - <string>arm64</string> - <string>armv7</string> - </array> - <key>SupportedPlatform</key> - <string>ios</string> - </dict> - <dict> + <key>BinaryPath</key> + <string>GoogleAppMeasurementIdentitySupport.framework/GoogleAppMeasurementIdentitySupport</string> <key>LibraryIdentifier</key> <string>tvos-arm64_x86_64-simulator</string> <key>LibraryPath</key> @@ -73,14 +67,15 @@ <string>simulator</string> </dict> <dict> + <key>BinaryPath</key> + <string>GoogleAppMeasurementIdentitySupport.framework/GoogleAppMeasurementIdentitySupport</string> <key>LibraryIdentifier</key> - <string>ios-arm64_i386_x86_64-simulator</string> + <string>ios-arm64_x86_64-simulator</string> <key>LibraryPath</key> <string>GoogleAppMeasurementIdentitySupport.framework</string> <key>SupportedArchitectures</key> <array> <string>arm64</string> - <string>i386</string> <string>x86_64</string> </array> <key>SupportedPlatform</key> @@ -88,6 +83,21 @@ <key>SupportedPlatformVariant</key> <string>simulator</string> </dict> + <dict> + <key>BinaryPath</key> + <string>GoogleAppMeasurementIdentitySupport.framework/Versions/A/GoogleAppMeasurementIdentitySupport</string> + <key>LibraryIdentifier</key> + <string>macos-arm64_x86_64</string> + <key>LibraryPath</key> + <string>GoogleAppMeasurementIdentitySupport.framework</string> + <key>SupportedArchitectures</key> + <array> + <string>arm64</string> + <string>x86_64</string> + </array> + <key>SupportedPlatform</key> + <string>macos</string> + </dict> </array> <key>CFBundlePackageType</key> <string>XFWK</string> -- Gitblit v1.8.0