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

Various fixes #48

Merged
merged 7 commits into from
Jul 1, 2024
Merged

Various fixes #48

merged 7 commits into from
Jul 1, 2024

Conversation

artehe
Copy link
Owner

@artehe artehe commented Jul 1, 2024

Fixes a couple of issues:

  1. Occasionally you would get a disconnect exception when a backup has finished and the phone temporarily thinks it is diconected.
  2. Always use UTF8 encoding for xml string output as plist viewers like plist Editor Pro didn't like having UTF-16 strings.
  3. Fix the test case for arabic calendars
  4. Remove the conversion to universal time for XML string output
  5. Fix XML string output for Date plist types to not include milliseconds as Python's plistlib does not like it having this included.

@artehe artehe merged commit 942ed81 into main Jul 1, 2024
2 checks passed
@artehe artehe deleted the fixes branch July 1, 2024 15:22
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

1 participant