Cyril Li
Cyril Li
Fixes #148 ### Context Inserting custom data is useful to display values computed by an external program. I have wrote some brief docs about this in docs/xml/README.md ### Contributor Checklist...
Test code: ```python import gpxpy gpx = gpxpy.parse("""\ Name value """) print(gpx.metadata_extensions) # [] gpx.name = None print(gpx.to_xml()) """ """ gpx = gpxpy.parse(gpx.to_xml()) print(gpx.metadata_extensions) # [] ```
In the context of this program macOS works the same way as Linux, the only change needed is the filepath to the `imobiledevice` library.
Fixes #148 ### Context Inserting custom data is useful to display values computed by an external program. Specific additions in this version: - Custom data - Custom GPX metadata (global):...