Skip to content

Commit

Permalink
uncomment boring ssl podfile thingy
Browse files Browse the repository at this point in the history
  • Loading branch information
guytepper committed Sep 16, 2024
1 parent 5e33f41 commit bcdacd5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ target 'BetterRail' do
config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= ['$(inherited)', '_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION']
end

# if target.name == 'BoringSSL-GRPC'
# target.source_build_phase.files.each do |file|
# if file.settings && file.settings['COMPILER_FLAGS']
# flags = file.settings['COMPILER_FLAGS'].split
# flags.reject! { |flag| flag == '-GCC_WARN_INHIBIT_ALL_WARNINGS' }
# file.settings['COMPILER_FLAGS'] = flags.join(' ')
# end
# end
# end
if target.name == 'BoringSSL-GRPC'
target.source_build_phase.files.each do |file|
if file.settings && file.settings['COMPILER_FLAGS']
flags = file.settings['COMPILER_FLAGS'].split
flags.reject! { |flag| flag == '-GCC_WARN_INHIBIT_ALL_WARNINGS' }
file.settings['COMPILER_FLAGS'] = flags.join(' ')
end
end
end
end
end
end
2 changes: 1 addition & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3091,6 +3091,6 @@ SPEC CHECKSUMS:
SPIndicator: 93e0a4fb23de51294ac48e874c0f081a5e293e4f
Yoga: 2a45d7e59592db061217551fd3bbe2dd993817ae

PODFILE CHECKSUM: af6b2a13704ae1592a2a592f9dcf420d80dd061b
PODFILE CHECKSUM: 475500df83e510d29c31e371f49671f751d63c9b

COCOAPODS: 1.15.2

0 comments on commit bcdacd5

Please sign in to comment.