Skip to content

Commit

Permalink
Merge branch 'main' into ah/release-10.0-merge
Browse files Browse the repository at this point in the history
# Conflicts:
#	Package.swift
  • Loading branch information
andrewheard committed Jul 8, 2024
2 parents 0e418b8 + 8aa98a1 commit e224c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GoogleDataTransport.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Shared library for iOS SDK data transport needs.
# (or larger) fields, so we'd have to set at least PB_FIELD_16BIT
# anyways.)
preprocessor_definitions =
'PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1'\
'PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1' \
'GDTCOR_VERSION=' + s.version.to_s

if ENV['GDT_TEST'] && ENV['GDT_TEST'] == '1' then
Expand Down

0 comments on commit e224c8d

Please sign in to comment.