woocommerce / woocommerce-ios

WooCommerce iOS app
https://www.woocommerce.com/mobile
GNU General Public License v2.0
261 stars 107 forks source link

Watch: Fix code generation on NetworkingWatchOS #12952

Open Ecarrion opened 3 weeks ago

Ecarrion commented 3 weeks ago

Description

We share some entities between iOS and WatchOS. Most of those entities conform to the Copiable and Fakeable protocols.

Currently, the watch app uses the code-generated Address.copy() method. On the watch target this method has been copied manually instead of autogenerated.

Task

dangermattic commented 3 weeks ago

Thanks for reporting! 👍