From aca600212ff84587e15aad341babd5eb2faf69a5 Mon Sep 17 00:00:00 2001 From: lpw Date: Sat, 03 Jun 2023 09:15:01 +0800 Subject: [PATCH] 3.15.0 --- frameworks/nanopb.xcframework/Info.plist | 60 +++++++++++++++++++++++++++++------------------------------- 1 files changed, 29 insertions(+), 31 deletions(-) diff --git a/frameworks/nanopb.xcframework/Info.plist b/frameworks/nanopb.xcframework/Info.plist index ce89876..2ea9ef7 100644 --- a/frameworks/nanopb.xcframework/Info.plist +++ b/frameworks/nanopb.xcframework/Info.plist @@ -18,35 +18,6 @@ </dict> <dict> <key>LibraryIdentifier</key> - <string>ios-arm64_armv7</string> - <key>LibraryPath</key> - <string>nanopb.framework</string> - <key>SupportedArchitectures</key> - <array> - <string>arm64</string> - <string>armv7</string> - </array> - <key>SupportedPlatform</key> - <string>ios</string> - </dict> - <dict> - <key>LibraryIdentifier</key> - <string>ios-arm64_i386_x86_64-simulator</string> - <key>LibraryPath</key> - <string>nanopb.framework</string> - <key>SupportedArchitectures</key> - <array> - <string>arm64</string> - <string>i386</string> - <string>x86_64</string> - </array> - <key>SupportedPlatform</key> - <string>ios</string> - <key>SupportedPlatformVariant</key> - <string>simulator</string> - </dict> - <dict> - <key>LibraryIdentifier</key> <string>ios-arm64_x86_64-maccatalyst</string> <key>LibraryPath</key> <string>nanopb.framework</string> @@ -59,6 +30,31 @@ <string>ios</string> <key>SupportedPlatformVariant</key> <string>maccatalyst</string> + </dict> + <dict> + <key>LibraryIdentifier</key> + <string>ios-arm64</string> + <key>LibraryPath</key> + <string>nanopb.framework</string> + <key>SupportedArchitectures</key> + <array> + <string>arm64</string> + </array> + <key>SupportedPlatform</key> + <string>ios</string> + </dict> + <dict> + <key>LibraryIdentifier</key> + <string>macos-arm64_x86_64</string> + <key>LibraryPath</key> + <string>nanopb.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> @@ -77,7 +73,7 @@ </dict> <dict> <key>LibraryIdentifier</key> - <string>macos-arm64_x86_64</string> + <string>ios-arm64_x86_64-simulator</string> <key>LibraryPath</key> <string>nanopb.framework</string> <key>SupportedArchitectures</key> @@ -86,7 +82,9 @@ <string>x86_64</string> </array> <key>SupportedPlatform</key> - <string>macos</string> + <string>ios</string> + <key>SupportedPlatformVariant</key> + <string>simulator</string> </dict> </array> <key>CFBundlePackageType</key> -- Gitblit v1.8.0