From 1178266bed9f244671ebcb4e9624a01ce0d58097 Mon Sep 17 00:00:00 2001 From: lpw Date: Tue, 18 Mar 2025 09:04:04 +0800 Subject: [PATCH] 提交 4.4.0 --- frameworks/FirebaseCore.xcframework/Info.plist | 76 ++++++++++++++++++++++++++++++-------- 1 files changed, 60 insertions(+), 16 deletions(-) diff --git a/frameworks/FirebaseCore.xcframework/Info.plist b/frameworks/FirebaseCore.xcframework/Info.plist index a45c009..d137b63 100644 --- a/frameworks/FirebaseCore.xcframework/Info.plist +++ b/frameworks/FirebaseCore.xcframework/Info.plist @@ -5,20 +5,10 @@ <key>AvailableLibraries</key> <array> <dict> + <key>BinaryPath</key> + <string>FirebaseCore.framework/Versions/A/FirebaseCore</string> <key>LibraryIdentifier</key> - <string>ios-arm64</string> - <key>LibraryPath</key> - <string>FirebaseCore.framework</string> - <key>SupportedArchitectures</key> - <array> - <string>arm64</string> - </array> - <key>SupportedPlatform</key> - <string>ios</string> - </dict> - <dict> - <key>LibraryIdentifier</key> - <string>ios-arm64_x86_64-simulator</string> + <string>ios-arm64_x86_64-maccatalyst</string> <key>LibraryPath</key> <string>FirebaseCore.framework</string> <key>SupportedArchitectures</key> @@ -29,9 +19,11 @@ <key>SupportedPlatform</key> <string>ios</string> <key>SupportedPlatformVariant</key> - <string>simulator</string> + <string>maccatalyst</string> </dict> <dict> + <key>BinaryPath</key> + <string>FirebaseCore.framework/Versions/A/FirebaseCore</string> <key>LibraryIdentifier</key> <string>macos-arm64_x86_64</string> <key>LibraryPath</key> @@ -45,6 +37,8 @@ <string>macos</string> </dict> <dict> + <key>BinaryPath</key> + <string>FirebaseCore.framework/FirebaseCore</string> <key>LibraryIdentifier</key> <string>tvos-arm64_x86_64-simulator</string> <key>LibraryPath</key> @@ -60,6 +54,22 @@ <string>simulator</string> </dict> <dict> + <key>BinaryPath</key> + <string>FirebaseCore.framework/FirebaseCore</string> + <key>LibraryIdentifier</key> + <string>ios-arm64</string> + <key>LibraryPath</key> + <string>FirebaseCore.framework</string> + <key>SupportedArchitectures</key> + <array> + <string>arm64</string> + </array> + <key>SupportedPlatform</key> + <string>ios</string> + </dict> + <dict> + <key>BinaryPath</key> + <string>FirebaseCore.framework/FirebaseCore</string> <key>LibraryIdentifier</key> <string>tvos-arm64</string> <key>LibraryPath</key> @@ -72,8 +82,42 @@ <string>tvos</string> </dict> <dict> + <key>BinaryPath</key> + <string>FirebaseCore.framework/FirebaseCore</string> <key>LibraryIdentifier</key> - <string>ios-arm64_x86_64-maccatalyst</string> + <string>watchos-arm64_x86_64-simulator</string> + <key>LibraryPath</key> + <string>FirebaseCore.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> + <string>FirebaseCore.framework/FirebaseCore</string> + <key>LibraryIdentifier</key> + <string>watchos-arm64_arm64_32</string> + <key>LibraryPath</key> + <string>FirebaseCore.framework</string> + <key>SupportedArchitectures</key> + <array> + <string>arm64</string> + <string>arm64_32</string> + </array> + <key>SupportedPlatform</key> + <string>watchos</string> + </dict> + <dict> + <key>BinaryPath</key> + <string>FirebaseCore.framework/FirebaseCore</string> + <key>LibraryIdentifier</key> + <string>ios-arm64_x86_64-simulator</string> <key>LibraryPath</key> <string>FirebaseCore.framework</string> <key>SupportedArchitectures</key> @@ -84,7 +128,7 @@ <key>SupportedPlatform</key> <string>ios</string> <key>SupportedPlatformVariant</key> - <string>maccatalyst</string> + <string>simulator</string> </dict> </array> <key>CFBundlePackageType</key> -- Gitblit v1.8.0