From ea378c40b22d16a267e8243e3684e64fc2a77100 Mon Sep 17 00:00:00 2001 From: lpw Date: Wed, 25 Sep 2024 14:48:47 +0800 Subject: [PATCH] 提交4.3.0 --- frameworks/AppsFlyerLib.xcframework/Info.plist | 36 ++++++++++++++++++------------------ 1 files changed, 18 insertions(+), 18 deletions(-) diff --git a/frameworks/AppsFlyerLib.xcframework/Info.plist b/frameworks/AppsFlyerLib.xcframework/Info.plist index ee754f8..ffc4df8 100644 --- a/frameworks/AppsFlyerLib.xcframework/Info.plist +++ b/frameworks/AppsFlyerLib.xcframework/Info.plist @@ -6,7 +6,7 @@ <array> <dict> <key>LibraryIdentifier</key> - <string>tvos-arm64_x86_64-simulator</string> + <string>ios-arm64_x86_64-maccatalyst</string> <key>LibraryPath</key> <string>AppsFlyerLib.framework</string> <key>SupportedArchitectures</key> @@ -15,21 +15,9 @@ <string>x86_64</string> </array> <key>SupportedPlatform</key> - <string>tvos</string> + <string>ios</string> <key>SupportedPlatformVariant</key> - <string>simulator</string> - </dict> - <dict> - <key>LibraryIdentifier</key> - <string>tvos-arm64</string> - <key>LibraryPath</key> - <string>AppsFlyerLib.framework</string> - <key>SupportedArchitectures</key> - <array> - <string>arm64</string> - </array> - <key>SupportedPlatform</key> - <string>tvos</string> + <string>maccatalyst</string> </dict> <dict> <key>LibraryIdentifier</key> @@ -43,6 +31,18 @@ </array> <key>SupportedPlatform</key> <string>macos</string> + </dict> + <dict> + <key>LibraryIdentifier</key> + <string>tvos-arm64</string> + <key>LibraryPath</key> + <string>AppsFlyerLib.framework</string> + <key>SupportedArchitectures</key> + <array> + <string>arm64</string> + </array> + <key>SupportedPlatform</key> + <string>tvos</string> </dict> <dict> <key>LibraryIdentifier</key> @@ -62,7 +62,7 @@ </dict> <dict> <key>LibraryIdentifier</key> - <string>ios-arm64_x86_64-maccatalyst</string> + <string>tvos-arm64_x86_64-simulator</string> <key>LibraryPath</key> <string>AppsFlyerLib.framework</string> <key>SupportedArchitectures</key> @@ -71,9 +71,9 @@ <string>x86_64</string> </array> <key>SupportedPlatform</key> - <string>ios</string> + <string>tvos</string> <key>SupportedPlatformVariant</key> - <string>maccatalyst</string> + <string>simulator</string> </dict> <dict> <key>LibraryIdentifier</key> -- Gitblit v1.8.0