保留列表 移除openvc 重复判断处理
Showing
342 KB
1.74 KB
2.01 KB
1.1 KB
1.27 KB
831 Bytes
1004 Bytes
1.02 KB
1.59 KB
679 Bytes
896 Bytes
| # Uncomment the next line to define a global platform for your project | ||
| platform :ios, '14.0' | ||
| #source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git' | ||
| # source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git' | ||
| target 'PhoneManager' do | ||
| ... | ... | @@ -13,17 +13,18 @@ target 'PhoneManager' do |
| pod 'lottie-ios' | ||
| pod 'SnapKit' | ||
| pod 'HXPhotoPicker' | ||
| pod 'OpenCV' | ||
| # pod 'OpenCV' | ||
| pod 'SVProgressHUD' | ||
| pod 'Google-Mobile-Ads-SDK' | ||
| pod 'GoogleSignIn' | ||
| # pod 'GoogleSignIn', '8.0.0' | ||
| pod 'GoogleAPIClientForREST/Gmail' | ||
| # pod 'GoogleAPIClientForREST', '4.1.0', :subspecs => ['Gmail'] | ||
| post_install do |installer| | ||
| installer.pods_project.targets.each do |target| | ||
| target.build_configurations.each do |config| | ||
| config.build_settings['EXCLUDED_ARCHS[sdk=iphonesimulator*]'] = 'arm64' # Exclude arm64 for simulator | ||
| config.build_settings['EXCLUDED_ARCHS[sdk=iphonesimulator*]'] = '' # Exclude arm64 for simulator | ||
| end | ||
| end | ||
| end | ||
| ... | ... |