From 8fa52d6d93a9c60f5a09b5fd1c80b3a9c35046d0 Mon Sep 17 00:00:00 2001 From: lpw Date: Mon, 15 Apr 2024 11:25:12 +0800 Subject: [PATCH] 提交3.18.0 --- frameworks/FirebaseCoreInternal.xcframework/Info.plist | 32 ++++++++++++++++---------------- 1 files changed, 16 insertions(+), 16 deletions(-) diff --git a/frameworks/FirebaseCoreInternal.xcframework/Info.plist b/frameworks/FirebaseCoreInternal.xcframework/Info.plist index c8bca7a..1b3bdae 100644 --- a/frameworks/FirebaseCoreInternal.xcframework/Info.plist +++ b/frameworks/FirebaseCoreInternal.xcframework/Info.plist @@ -6,7 +6,19 @@ <array> <dict> <key>LibraryIdentifier</key> - <string>ios-arm64_x86_64-simulator</string> + <string>ios-arm64</string> + <key>LibraryPath</key> + <string>FirebaseCoreInternal.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-maccatalyst</string> <key>LibraryPath</key> <string>FirebaseCoreInternal.framework</string> <key>SupportedArchitectures</key> @@ -17,7 +29,7 @@ <key>SupportedPlatform</key> <string>ios</string> <key>SupportedPlatformVariant</key> - <string>simulator</string> + <string>maccatalyst</string> </dict> <dict> <key>LibraryIdentifier</key> @@ -61,7 +73,7 @@ </dict> <dict> <key>LibraryIdentifier</key> - <string>ios-arm64_x86_64-maccatalyst</string> + <string>ios-arm64_x86_64-simulator</string> <key>LibraryPath</key> <string>FirebaseCoreInternal.framework</string> <key>SupportedArchitectures</key> @@ -72,19 +84,7 @@ <key>SupportedPlatform</key> <string>ios</string> <key>SupportedPlatformVariant</key> - <string>maccatalyst</string> - </dict> - <dict> - <key>LibraryIdentifier</key> - <string>ios-arm64</string> - <key>LibraryPath</key> - <string>FirebaseCoreInternal.framework</string> - <key>SupportedArchitectures</key> - <array> - <string>arm64</string> - </array> - <key>SupportedPlatform</key> - <string>ios</string> + <string>simulator</string> </dict> </array> <key>CFBundlePackageType</key> -- Gitblit v1.8.0