Skip to content

Commit

Permalink
🔧 podfile strip configuration optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
tw93 committed Nov 6, 2023
1 parent 75bd4ec commit b3b0ba6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ post_install do |installer|
config.build_settings['DEAD_CODE_STRIPPING'] = 'YES'
config.build_settings['ENABLE_MODULE_VERIFIER'] = 'NO'
config.build_settings['STRIP_INSTALLED_PRODUCT'] = 'YES'
# config.build_settings['STRIP_STYLE'] = 'all'
config.build_settings['STRIP_SWIFT_SYMBOLS'] = 'YES'
config.build_settings['COPY_PHASE_STRIP'] = 'NO'
config.build_settings.delete('ARCHS')
if config.base_configuration_reference && Integer(xcode_base_version) >= 15
xcconfig_path = config.base_configuration_reference.real_path
Expand Down

0 comments on commit b3b0ba6

Please sign in to comment.