xcframework支持BUILD_LIBRARY_FOR_DISTRIBUTION=YES

This commit is contained in:
caleb
2026-04-11 01:02:12 +08:00
parent 1566757f02
commit 2ed96c3916
22 changed files with 146007 additions and 479 deletions

View File

@@ -15,6 +15,7 @@ post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0'
config.build_settings['BUILD_LIBRARY_FOR_DISTRIBUTION'] = 'YES'
end
end
end