用于与 Triple Play Pay 的 MagTek 设备集成的库
要在您的 cocoapods 项目中使用此库,在您的 Podfile 中放置以下代码:
# make sure to target iOS 15 at a minimum
platform :ios, '15.0'
target 'MyApp' do
# make sure to include 'use_frameworks!'
use_frameworks!
# add this library to your dependencies
pod 'TPP-MagTekSDK'
end
导航到源文件夹并运行构建脚本
cd ./MagTekSDK
sh ./build-xcframework.sh
之后,您可以在新建的 Build
文件夹下找到 xcframework。