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/GoogleDataTransport.xcframework/Info.plist | 80 ++++++++++++++++++++-------------------- 1 files changed, 40 insertions(+), 40 deletions(-) diff --git a/frameworks/GoogleDataTransport.xcframework/Info.plist b/frameworks/GoogleDataTransport.xcframework/Info.plist index bfff580..9b90f7d 100644 --- a/frameworks/GoogleDataTransport.xcframework/Info.plist +++ b/frameworks/GoogleDataTransport.xcframework/Info.plist @@ -21,6 +21,46 @@ </dict> <dict> <key>LibraryIdentifier</key> + <string>tvos-arm64_x86_64-simulator</string> + <key>LibraryPath</key> + <string>GoogleDataTransport.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>LibraryIdentifier</key> + <string>macos-arm64_x86_64</string> + <key>LibraryPath</key> + <string>GoogleDataTransport.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>GoogleDataTransport.framework</string> + <key>SupportedArchitectures</key> + <array> + <string>arm64</string> + </array> + <key>SupportedPlatform</key> + <string>tvos</string> + </dict> + <dict> + <key>LibraryIdentifier</key> <string>ios-arm64_i386_x86_64-simulator</string> <key>LibraryPath</key> <string>GoogleDataTransport.framework</string> @@ -37,21 +77,6 @@ </dict> <dict> <key>LibraryIdentifier</key> - <string>tvos-arm64_x86_64-simulator</string> - <key>LibraryPath</key> - <string>GoogleDataTransport.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>LibraryIdentifier</key> <string>ios-arm64_armv7</string> <key>LibraryPath</key> <string>GoogleDataTransport.framework</string> @@ -62,31 +87,6 @@ </array> <key>SupportedPlatform</key> <string>ios</string> - </dict> - <dict> - <key>LibraryIdentifier</key> - <string>tvos-arm64</string> - <key>LibraryPath</key> - <string>GoogleDataTransport.framework</string> - <key>SupportedArchitectures</key> - <array> - <string>arm64</string> - </array> - <key>SupportedPlatform</key> - <string>tvos</string> - </dict> - <dict> - <key>LibraryIdentifier</key> - <string>macos-arm64_x86_64</string> - <key>LibraryPath</key> - <string>GoogleDataTransport.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> -- Gitblit v1.8.0