From 4602fc5e415d104a9bd7983597b893bba32b1354 Mon Sep 17 00:00:00 2001 From: lpw Date: Tue, 18 Mar 2025 09:02:49 +0800 Subject: [PATCH] 提交 4.4.0 --- frameworks/AppsFlyerLib.xcframework/Info.plist | 50 ++++++++++++++++++++++++++++++-------------------- 1 files changed, 30 insertions(+), 20 deletions(-) diff --git a/frameworks/AppsFlyerLib.xcframework/Info.plist b/frameworks/AppsFlyerLib.xcframework/Info.plist index ee754f8..9956b0a 100644 --- a/frameworks/AppsFlyerLib.xcframework/Info.plist +++ b/frameworks/AppsFlyerLib.xcframework/Info.plist @@ -5,6 +5,8 @@ <key>AvailableLibraries</key> <array> <dict> + <key>BinaryPath</key> + <string>AppsFlyerLib.framework/AppsFlyerLib</string> <key>LibraryIdentifier</key> <string>tvos-arm64_x86_64-simulator</string> <key>LibraryPath</key> @@ -20,8 +22,10 @@ <string>simulator</string> </dict> <dict> + <key>BinaryPath</key> + <string>AppsFlyerLib.framework/AppsFlyerLib</string> <key>LibraryIdentifier</key> - <string>tvos-arm64</string> + <string>ios-arm64</string> <key>LibraryPath</key> <string>AppsFlyerLib.framework</string> <key>SupportedArchitectures</key> @@ -29,30 +33,18 @@ <string>arm64</string> </array> <key>SupportedPlatform</key> - <string>tvos</string> + <string>ios</string> </dict> <dict> + <key>BinaryPath</key> + <string>AppsFlyerLib.framework/AppsFlyerLib</string> <key>LibraryIdentifier</key> - <string>macos-arm64_x86_64</string> + <string>ios-arm64_x86_64-simulator</string> <key>LibraryPath</key> <string>AppsFlyerLib.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>ios-arm64_i386_x86_64-simulator</string> - <key>LibraryPath</key> - <string>AppsFlyerLib.framework</string> - <key>SupportedArchitectures</key> - <array> - <string>arm64</string> - <string>i386</string> <string>x86_64</string> </array> <key>SupportedPlatform</key> @@ -61,6 +53,8 @@ <string>simulator</string> </dict> <dict> + <key>BinaryPath</key> + <string>AppsFlyerLib.framework/Versions/A/AppsFlyerLib</string> <key>LibraryIdentifier</key> <string>ios-arm64_x86_64-maccatalyst</string> <key>LibraryPath</key> @@ -76,17 +70,33 @@ <string>maccatalyst</string> </dict> <dict> + <key>BinaryPath</key> + <string>AppsFlyerLib.framework/AppsFlyerLib</string> <key>LibraryIdentifier</key> - <string>ios-arm64_armv7</string> + <string>tvos-arm64</string> <key>LibraryPath</key> <string>AppsFlyerLib.framework</string> <key>SupportedArchitectures</key> <array> <string>arm64</string> - <string>armv7</string> </array> <key>SupportedPlatform</key> - <string>ios</string> + <string>tvos</string> + </dict> + <dict> + <key>BinaryPath</key> + <string>AppsFlyerLib.framework/Versions/A/AppsFlyerLib</string> + <key>LibraryIdentifier</key> + <string>macos-arm64_x86_64</string> + <key>LibraryPath</key> + <string>AppsFlyerLib.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