Skip to content

Tags: Root-Down-Digital/DragonSync-iOS

Tags

v1.6build2.4.1

Toggle v1.6build2.4.1's commit message

Verified

This commit was signed with the committer’s verified signature.
lukeswitz Luke Switzer
bump build 2.4.1

v1.5build2.3.2

Toggle v1.5build2.3.2's commit message

Verified

This commit was signed with the committer’s verified signature.
lukeswitz Luke Switzer
Merge remote-tracking branch 'origin/main'

v1.4build2.2.0

Toggle v1.4build2.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
lukeswitz Luke Switzer
bump build 2.2.0

v1.4build2.1

Toggle v1.4build2.1's commit message

Verified

This commit was signed with the committer’s verified signature.
lukeswitz Luke Switzer
v1.4build2.1 - support iOS 17.6+

v1.4build1.9

Toggle v1.4build1.9's commit message

Verified

This commit was signed with the committer’s verified signature.
lukeswitz Luke Switzer
TestFlight v1.4 build 1.9

v1.4build1.8

Toggle v1.4build1.8's commit message

Verified

This commit was signed with the committer’s verified signature.
lukeswitz Luke Switzer
build 1.8

v1.4build1.7

Toggle v1.4build1.7's commit message

Verified

This commit was signed with the committer’s verified signature.
lukeswitz Luke Switzer
build 1.7

v1.4build1.5

Toggle v1.4build1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove some images from readme

v1.3_build12.4

Toggle v1.3_build12.4's commit message

Verified

This commit was signed with the committer’s verified signature.
lukeswitz Luke Switzer
bump build 12.4

v1.3build12.3

Toggle v1.3build12.3's commit message

Verified

This commit was signed with the committer’s verified signature.
lukeswitz Luke Switzer
Fix bg async dispatch

Fixed:
- async dispatch means the expiration handler returns before the task is ended

- The Thread.sleep delay means the task isn't ended promptly

- The weak self reference means the task might never be ended if self is deallocated