aboutsummaryrefslogtreecommitdiff
path: root/GoogleToolboxForMac.podspec
diff options
context:
space:
mode:
authorGravatar Stefan Miller <stefanamiller@google.com>2019-10-11 10:30:54 -0700
committerGravatar Thomas Van Lenten <thomasvl@google.com>2019-10-11 14:39:22 -0400
commite0550a8f4301c92e55bc0495229bf0502138fb96 (patch)
tree7c95c5e39197948e2f15d51d060fdc54b97067f9 /GoogleToolboxForMac.podspec
parent7d49314feeab0a4c96abd6c6b704d445899f1fa5 (diff)
GTMStringEncoding: Mark deprecated methods to fix parameters in Swift.
Fixes the auto-generated interface methods for the desired methods. The deprecated methods were causing conflicts in the generated interface of the newer methods that would add a zero-length tuple parameter. Example of fix for encode:error: Interface Before: open func encode(_ data: Data!, error: ()) throws -> String Interface After: open func encode(_ data: Data!) throws -> String
Diffstat (limited to 'GoogleToolboxForMac.podspec')
0 files changed, 0 insertions, 0 deletions