From df1e8e61ffd4f44c1225b3d3808fab6516ba6e93 Mon Sep 17 00:00:00 2001 From: lpw Date: Tue, 15 Feb 2022 15:41:46 +0800 Subject: [PATCH] 3.9.7 --- frameworks/GoogleAppMeasurement.xcframework/Info.plist | 61 +++++++++++++++++++++++++++++- 1 files changed, 58 insertions(+), 3 deletions(-) diff --git a/frameworks/GoogleAppMeasurement.xcframework/Info.plist b/frameworks/GoogleAppMeasurement.xcframework/Info.plist index 96e9e45..2ebbcb1 100644 --- a/frameworks/GoogleAppMeasurement.xcframework/Info.plist +++ b/frameworks/GoogleAppMeasurement.xcframework/Info.plist @@ -6,6 +6,34 @@ <array> <dict> <key>LibraryIdentifier</key> + <string>ios-arm64_armv7</string> + <key>LibraryPath</key> + <string>GoogleAppMeasurement.framework</string> + <key>SupportedArchitectures</key> + <array> + <string>arm64</string> + <string>armv7</string> + </array> + <key>SupportedPlatform</key> + <string>ios</string> + </dict> + <dict> + <key>LibraryIdentifier</key> + <string>ios-arm64_x86_64-maccatalyst</string> + <key>LibraryPath</key> + <string>GoogleAppMeasurement.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>LibraryIdentifier</key> <string>ios-arm64_i386_x86_64-simulator</string> <key>LibraryPath</key> <string>GoogleAppMeasurement.framework</string> @@ -22,16 +50,43 @@ </dict> <dict> <key>LibraryIdentifier</key> - <string>ios-arm64_armv7</string> + <string>tvos-arm64_x86_64-simulator</string> <key>LibraryPath</key> <string>GoogleAppMeasurement.framework</string> <key>SupportedArchitectures</key> <array> <string>arm64</string> - <string>armv7</string> + <string>x86_64</string> </array> <key>SupportedPlatform</key> - <string>ios</string> + <string>tvos</string> + <key>SupportedPlatformVariant</key> + <string>simulator</string> + </dict> + <dict> + <key>LibraryIdentifier</key> + <string>macos-arm64_x86_64</string> + <key>LibraryPath</key> + <string>GoogleAppMeasurement.framework</string> + <key>SupportedArchitectures</key> + <array> + <string>arm64</string> + <string>x86_64</string> + </array> + <key>SupportedPlatform</key> + <string>macos</string> + </dict> + <dict> + <key>LibraryIdentifier</key> + <string>tvos-arm64</string> + <key>LibraryPath</key> + <string>GoogleAppMeasurement.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