mirror of
https://github.com/textmate/textmate.git
synced 2026-01-19 19:58:11 -05:00
The ‘lastVersionDownloaded’ property used ‘assign’ (since it used to be an integer) which meant TextMate would likely crash when the property was read (and had a non-nil value), which it would, when TextMate did a version check after already having downloaded an update (but not yet installed and relaunched). Also drop the atomic requirement of the ‘archive’ property since we no longer access it from multiple threads.