mirror of
https://github.com/FoggedLens/deflock-app.git
synced 2026-08-17 16:37:31 +02:00
macos debug builds w/o signing
This commit is contained in:
@@ -38,5 +38,13 @@ end
|
||||
post_install do |installer|
|
||||
installer.pods_project.targets.each do |target|
|
||||
flutter_additional_macos_build_settings(target)
|
||||
|
||||
# Ensure minimum deployment target is 10.13 or higher for all pods
|
||||
target.build_configurations.each do |config|
|
||||
deployment_target = config.build_settings['MACOSX_DEPLOYMENT_TARGET']
|
||||
if deployment_target && deployment_target.to_f < 10.13
|
||||
config.build_settings['MACOSX_DEPLOYMENT_TARGET'] = '10.13'
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user