Files
textmate/Frameworks/SoftwareUpdate
Allan Odgaard ee10f79ed4 Fix non-retaining Objective-C property
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.
2013-08-03 11:54:52 +02:00
..
2012-08-09 16:25:56 +02:00
2012-12-19 20:42:55 +01:00
2013-03-10 16:07:11 +01:00