From aca600212ff84587e15aad341babd5eb2faf69a5 Mon Sep 17 00:00:00 2001 From: lpw Date: Sat, 03 Jun 2023 09:15:01 +0800 Subject: [PATCH] 3.15.0 --- frameworks/GoogleAppMeasurement.xcframework/Info.plist | 32 ++++++++++++++++---------------- 1 files changed, 16 insertions(+), 16 deletions(-) diff --git a/frameworks/GoogleAppMeasurement.xcframework/Info.plist b/frameworks/GoogleAppMeasurement.xcframework/Info.plist index 2ebbcb1..4c0a158 100644 --- a/frameworks/GoogleAppMeasurement.xcframework/Info.plist +++ b/frameworks/GoogleAppMeasurement.xcframework/Info.plist @@ -6,16 +6,16 @@ <array> <dict> <key>LibraryIdentifier</key> - <string>ios-arm64_armv7</string> + <string>macos-arm64_x86_64</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>macos</string> </dict> <dict> <key>LibraryIdentifier</key> @@ -65,19 +65,6 @@ </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> @@ -88,6 +75,19 @@ <key>SupportedPlatform</key> <string>tvos</string> </dict> + <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> </array> <key>CFBundlePackageType</key> <string>XFWK</string> -- Gitblit v1.8.0