Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix GPXExtensionsElement for 'no parent' malfunction #61

Merged
merged 1 commit into from Nov 10, 2019

Conversation

vincentneo
Copy link
Owner

@vincentneo vincentneo commented Nov 1, 2019

This will fix issue #58 comment.

To fix:

<tag>
   <tag>100</tag>
</tag>

when its supposed to be:

<tag>100</tag>

@edorphy Can you test with #58 file to replicate and see if issue still occurs?
I won't close that issue as it does not provide the interface for direct Apple Health Export read/write, while this allows a manual read/write regardless of that.

@vincentneo vincentneo merged commit 1a01ac2 into master Nov 10, 2019
@edorphy
Copy link

edorphy commented Nov 29, 2019

Sorry for the delay. Tried it out with speed, hAcc, and vAcc keys in the extension. Looks good, works as expected. Close #58

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants