diff --git a/TangemWalletCore.podspec b/TangemWalletCore.podspec index 97e04c9..41b1b02 100644 --- a/TangemWalletCore.podspec +++ b/TangemWalletCore.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'TangemWalletCore' - s.version = '3.2.1-tangem1' + s.version = '3.2.1-tangem2' s.summary = 'Use TW xcframework for Tangem integration' # This description is used to generate tags and improve search results. diff --git a/WalletCore.xcframework/Info.plist b/WalletCore.xcframework/Info.plist index 972e19c..9d02d0b 100644 --- a/WalletCore.xcframework/Info.plist +++ b/WalletCore.xcframework/Info.plist @@ -6,30 +6,30 @@ LibraryIdentifier - ios-arm64 + ios-arm64_x86_64-simulator LibraryPath WalletCore.framework SupportedArchitectures arm64 + x86_64 SupportedPlatform ios + SupportedPlatformVariant + simulator LibraryIdentifier - ios-arm64_x86_64-simulator + ios-arm64 LibraryPath WalletCore.framework SupportedArchitectures arm64 - x86_64 SupportedPlatform ios - SupportedPlatformVariant - simulator CFBundlePackageType diff --git a/WalletCore.xcframework/ios-arm64/WalletCore.framework/WalletCore b/WalletCore.xcframework/ios-arm64/WalletCore.framework/WalletCore index e187d0b..4c924bf 100755 Binary files a/WalletCore.xcframework/ios-arm64/WalletCore.framework/WalletCore and b/WalletCore.xcframework/ios-arm64/WalletCore.framework/WalletCore differ diff --git a/WalletCore.xcframework/ios-arm64_x86_64-simulator/WalletCore.framework/WalletCore b/WalletCore.xcframework/ios-arm64_x86_64-simulator/WalletCore.framework/WalletCore index 3b4e3c7..4f097e0 100755 Binary files a/WalletCore.xcframework/ios-arm64_x86_64-simulator/WalletCore.framework/WalletCore and b/WalletCore.xcframework/ios-arm64_x86_64-simulator/WalletCore.framework/WalletCore differ