overte/launchers/darwin
Matt Hardcastle 4f6e2c85f9 Never cache the tags API in macOS's HQ Launcher
Prior to this change we used the default session while downloading the
latest tags API response from Thunder. This left open the possibility that
NSURLSession could cache the response, even though the server asked it
not to; NSURLSession can be pretty aggressive about its caching.

This change ensure no caching of the API is occurring my using an
ephemeral session when calling the tags API.
2019-06-22 12:35:05 -07:00
..
cmake be able to rename launcher package 2019-06-17 15:02:57 -07:00
images Update mac launcher icon 2019-06-13 15:37:44 -07:00
nib fixing launcher bugs 2019-06-11 15:19:05 -07:00
src Never cache the tags API in macOS's HQ Launcher 2019-06-22 12:35:05 -07:00
CMakeLists.txt Use version from Interface in macOS HQ Launcher 2019-06-22 12:34:47 -07:00